5-21-2010
whos.amung.us plugin for ServerDensity
Just change YOUR SITE ID and YOUR SITE NAME for the appropriate values.
whos.amung.us plugin for ServerDensity
Just change YOUR SITE ID and YOUR SITE NAME for the appropriate values.
Using markdown with App Engine
Download the *nix source from Markdown for Python and extract the content.
Inside the extracted source you'll find a directory called markdown, copy this into your App Engine application folder.
Import into Python and use it:
import markdown html = markdown.markdown("source text")