1 markdown-plugin.py -- A Python-Markdown v2.x plugin for PyBlosxom.
3 This plugin requires Python-Markdown v2.x, which you can download from:
5 http://www.freewisdom.org/projects/python-markdown/
7 Extract python-markdown into your pyblosxom plugins dir alongside this
8 plugin. Your plugins dir should look like this:
10 plugins/ <-- your pyblosxom plugins dir
11 markdown-plugin.py <-- this file
12 markdown.py <-- the python-markdown command line script
13 markdown/ <-- directory containing python-markdown's files
14 ... <-- (any other pyblosxom plugins)
16 Now any posts with filenames ending in `.mkdn` will be passed through
19 Copyright (C) Benjamin Mako Hill, 2005
20 Updated for python-markdown 2 by seanh 2009
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; either version 2 of the License, or (at
25 your option) any later versi
27 This program is distributed in the hope that it will be useful, but
28 WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 General Public License for more details.
32 You should have received a copy of the GNU General Public License
33 along with this program; if not, write to the Free Software
34 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307