~ubuntu-branches/ubuntu/feisty/pyblosxom/feisty

« back to all changes in this revision

Viewing changes to contrib/entryparsers/README

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-04-06 18:56:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050406185644-t4dg3gqw55bdfu3z
Tags: 1.2-1
* New upstream release (closes: #291726)
  - no contributed plugins any more.  License issues and upstream
    splitting it out of the upstream tarball.
  - No more xmlrpc.py (closes: #227080, #229342)
  - Now actually uses ignore_directories correctly (closes: #271655)
  - Corrected use of hex constants (closes: #274830)
  - Uses $pyblosxom_version in default renderer (closes: #282603)
  - No longer has version number in default config file (closes: #231621)

* Update new upstream URL in welcome.txt
* Update license to the MIT license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Entryparsers manipulates files that are not standard text entry and will try to
2
 
render it as HTML if possible.
3
 
 
4
 
For example, a .csv file could be converted into a table automatically.
5
 
rtf->html conversions, or .doc -> html conversions.
6
 
 
7
 
To install entryparsers, just copy the files that handles a certain extension
8
 
into you libs/plugins/ directory. Drop in a file with that particular extension
9
 
you like, like entering a normal blosxom entry, and hopefully, it'll get
10
 
rendered beautifully as HTML.
11
 
 
12
 
The files placed here are in the form of ext.py, where ext it the extension of
13
 
the file we expect to handle.