Random thoughts on web and software development, as well as other geek
and non-geek stuff. Brought to you by
Christopher Lenz.
Posts in “genshi”
- Offline
-
April 15, 2008
5:52 PM
- On vacation for the next three weeks.
- in
genshi,
google,
personal,
python
- Genshi Slot @ GSoC 2008
-
March 20, 2008
12:07 PM
- Come work on improving performance of Genshi as your Google Summer of Code project.
- in
genshi,
google,
python,
turbogears,
web development
- Eating My Own Dogfood
-
January 18, 2008
6:46 PM
- After a couple of years of hosting on TypePad, I've finally managed to move this site onto my own server (a Linode virtual host), running on top of my currently favored set of tools.
- in
babel,
couchdb,
genshi,
python,
web development
- Genshi Tutorial
-
September 5, 2007
5:32 PM
- Genshi has pretty good reference documentation (if I may say so myself), but what was missing was something that would walk you through creating an application that uses Genshi, pointing out best practices and the like. All of the examples that came with Genshi were very basic, and the only other option for learning the library was to study the code of an application that uses it, such as Trac or Posterity. But in general, real-world applications are just too complex to be helpful in this respect.
- in
genshi,
python,
web development
- Automatic Escaping is Not a “Newbie Feature”
-
August 1, 2007
10:47 PM
- A thread was started on the Django Development Mailing List about picking up the work Simon Willison started over a year ago on the AutoEscaping proposal. Which is a good idea, to be sure.
- in
django,
genshi,
python,
security,
web development
- More on Logic in Templates
-
July 20, 2007
9:49 PM
- My Logic in Templates post from a couple of weeks ago generated a couple of responses, and as expected the topic is very controversial.
- in
django,
genshi,
python,
web development
- Slides from the Genshi Talk at EuroPython 2007
-
July 13, 2007
12:01 PM
- I arrived back home from Vilnius yesterday evening. The event was pretty cool, and I got to meet a lot of nice people doing interesting stuff with Python.
- in
genshi,
python,
security,
web development
- Nenshi
-
July 5, 2007
9:17 PM
- Nenshi is a port of Genshi to Perl. Awesome. I think this is the first time someone has ported a library I wrote to a different language/environment.
- in
babel,
genshi,
python,
web development
- Conditional Comments Considered More of a Hack Than CSS Hacks
-
June 22, 2007
11:17 PM
- Many web developers these days eschew CSS filters in favor of conditional comments in their HTML pages. At least in part because the vendor producing pretty much the only browser these days that requires the use of this kind of brute force design technique has asked us all to stop using CSS “hacks”.
- in
genshi,
microsoft,
web development,
web standards
- Genshi Talk at EuroPython
-
June 22, 2007
1:26 AM
- I've submitted a talk proposal for EuroPython 2007 in Lithuania, and it got accepted. The talk will be about Genshi. It's currently scheduled for Wednesday morning according to the draft timetable.
- in
genshi,
python,
web development
- Logic in Templates
-
June 21, 2007
2:02 AM
- Going through my referrer list, I found the blog post “Django: nice and critical (article)”, which is in response to my own rant about Django, and among other things, contains the following:
- in
django,
genshi,
python,
web development
- Announcing Babel
-
June 20, 2007
2:32 PM
- I've just pushed out the first release of a new project that has been in the works for a couple of weeks now: Babel, a Python library for internationalization and localization in Python applications, especially web-based applications.
- in
babel,
genshi,
python,
web development
- Genshi smells like PHP?
-
January 29, 2007
8:09 PM
- In Python template engines - why reinvent PHP?, Cliff Wells writes:
- in
genshi,
python,
web development
- Genshi, the project formerly known as “Markup”
-
September 12, 2006
3:02 PM
- “Markup” was just too generic a name. Finding the project web site via search engines was hard, and communication about the project sometimes awkward… Plus we found that there's another Python project out there using the name, which I somehow missed in my research. Another motivation was that we're going to include simple text-based templating in the next release, which wouldn't quite fit with the project name.
- in
genshi,
python,
web development
- Markup Progress and Notes
-
August 23, 2006
8:18 PM
- Yesterday the second release of Markup (version 0.2) saw the light of day, about three weeks after the first public release.
- in
genshi,
python,
web development
- [ANN] Markup
-
August 3, 2006
11:27 PM
- Just today I pushed out the very first release of Markup, a Python-based template engine, or, as the official tagline goes, “a toolkit for stream-based generation of markup for the web.”
- in
genshi,
python,
trac,
web development