Quantcast
Channel: Doug Hellmann » blogging
Browsing latest articles
Browse All 10 View Live

Shell history, jigs, & subversion

Everyone else is showing theirs, so here’s mine:$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head 162 svn 99 ls 80 rtop 69 sudo 63 cd 55 dotest 51 workon 23 make 21...

View Article



Apache rewrite rule with back-reference in the regex

This might be obvious, but it took me a little while to work it out so I’m documenting it here for posterity.I recently rearranged some of the files in the PyMOTW section of my site, renaming...

View Article

BlogBackup 1.4

A recent post on my blog exposed a problem with the unicode handling in BlogBackup. Release 1.4 fixes the problem with saving posts that contain unicode characters.

View Article

preparing Sphinx output for Blogger

Blogger doesn’t let me set a different option on an individual post, and since not all of the posts are PyMOTW articles I’ve been trying to keep the “convert line breaks” flag on because it makes it...

View Article

Writing Technical Documentation with Sphinx, Paver, and Cog

I’ve been working on the Python Module of the Week series since March of 2007. During the course of the project, my article style and tool chain have both evolved. I now have a fairly smooth production...

View Article


Creating a Spelling Checker for reStructuredText Documents

I write a lot using reStructuredText files as the source format,largely because of the ease of automating the tools used to convertreST to other formats. The number of files involved has grown to...

View Article

rst2blogger 1.0

rst2blogger is a command line program for converting reStructuredTextdocuments to HTML suitable for posting to blogger.com. It takes asinput a single filename and an optional blog title. The input file...

View Article

rst2blogger 1.0.1

rst2blogger is a command line program for converting reStructuredTextdocuments to HTML suitable for posting to blogger.com. It takes asinput a single filename and an optional blog title. The input file...

View Article


rst2marsedit 1.3

rst2marsedit is a Python script for converting reStructuredText inputto HTML that can be used with the MarsEdit blogging tool.What’s New?Use docutils as a library instead of shelling out.Switch from...

View Article


rst2marsedit 1.4

rst2marsedit is a Python script for converting reStructuredText input to HTML that can be used with the MarsEdit blogging tool. What’s New? Fix installation dependencies.

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images