I am providing two different tools, blogsnippet lets you give a link to a
blog entry you wrote, without giving access to your entire blog, whereas
integrate_blog lets you build a special interest page made from some of
your blog entries
In both cases, scripts use the output of blogger and generate new pages from it
Also, this code is generally only useful if you know what you're
doing. Minor hand tweaking may be required for your setup.
You can look at the ancient version I wrote in perl
mostly for chuckle value, as an example of how not to use perl and regular
expressions (but it was fast to write).
But for real use, you probably want the version I
rewrote in python, which I used as an excuse to learn python (my first real
script), so you'll be able to make fun of my weak python skills :) although you really want to grab the tarball so as to get the required extract_blog_entry.py module too
Make sure to look for CHANGEME in the source, and edit appropriately
The code is in integrate_blog.py, which also requires the extract_blog_entry.py module, so you probably want the tarball
Make sure to look for CHANGEME in the source, and edit appropriately