Jacob Kaplan-Moss

Activity tagged “text”

Bookmarks

PyRTF - Rich Text Format (RTF) Document Generation in Python

RTF generator written in Python. Looks like a docutils writer based on PyRTF should be pretty trivial, and that might make a better reST -> Word workflow than my current reST -> ODF -> OO.org -> Word nonsense.

(library, programming, python, rtf, text)

Xapian: Theoretical Background

Some good notes on how relevancy algorithms actually work. Must read through this in more detail.

(algorithms, indexing, readloater, relevency, search, text, via:jkocherhans)

nabu: a Publishing System using Text Files

Nabu is a simple framework that extracts chunks of various types of information from documents written in simple text files (written with reStructuredText conventions) and that stores this information (including the document) in a remote database for late

(python, text, web)