Free XML, RSS, CSS Tools for Linux
rst2slides is a Python tool that generates an HTML5 slideshow document from standalone reStructuredText source.Usage: rst2slides slides.rst slides.htmlCreditsIt uses Rob Flaherty's Lightweight HTML5 Slideshow as template, and the most of Bruno...
Creoleparser is a Python module for converting Creole wiki markup for output on the web. It is a full implementation of the Creole 1.0 specification and aims to follow the spec exactly.What is Creole?From wikicreole.org: Creole is a common wiki...
document_it renders markdown() syntax to HTML and uploads it to the Mozilla Developer Network.It is run by: document-it [options] manifest [manifest] [...]See `document-it --help` for options. It will render to a local temporary...
MarkupSafe is a software that implements a unicode subclass that supports HTML strings:>>> from markupsafe import Markup, escape>>> escape("< script >alert(document.cookie);< /script >")Markup(u'alert(document.cookie);')>>> tmpl = Markup("< em >%s< /em...
magictree is a Python module to easily create ElementTree with automatic Element factories.Developer commentsCreating tree structures like those used for HTML and XML should be dead easy. The xml.etree.ElementTree library goes quite far in creating a...
DataTree is a DSL for creating structured documents in Python inspired by Rubys Builder, but supporting many structured output formats.Example:A small example: from datatree import Node author =...
SDOM is an attempt to provide a complete implementation of the W3C Document Object Model level 3 API, including event handling, in Scheme, as an extension of the SXML API.SDOM holds to SXML's conventions regarding the representation of structured XML as...
PyYAML project is a YAML emitter and parser for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages.PyYAML supports standard YAML tags and provides Python-specific tags...
didit is a lightweight, command-line utility to remember what you did last week.Developer commentsThe Problem- Timeclocks are too cumbersome -- just keep track of the things I did.In my job, I tend to do a lot of development which involves losing track of...
XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema...