Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anjackson/zombse

The Zombie Stack Exchange That Just Won't Die
https://github.com/anjackson/zombse

Last synced: 3 months ago
JSON representation

The Zombie Stack Exchange That Just Won't Die

Awesome Lists containing this project

README

        

zombse
======

The Zombie Stack Exchanges That Just Won't Die

Notes
-----
* This calls out to [pandoc][1] to turn HTML snippets into Markdown text, so you'll need to have that installed.
* The Markdown that pandoc creates seems to upset the Maruku engine, but RDiscount works okay.
* I'm using [lxml][2], but using lxml.objectify is overkill. Gives little advantage over ElementTree, especially because the objectify wraps start to fail when running XPath queries. I should drop the lxml dependency and switch to a pure ElementTree implementation.

[1]: http://johnmacfarlane.net/pandoc/
[2]: http://lxml.de/