Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install tiddlywebplugins.atom

How to install tiddlywebplugins.atom

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install tiddlywebplugins.atom
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.3.12
1.4.3Never BuiltWhy not?
1.3.12 Available View build log
1.3.11 Available View build log
1.3.10 Available View build log
1.3.9 Available View build log
1.3.8 Available View build log
1.3.7 Available View build log
1.3.5 Available View build log
1.3.4 Available View build log
1.3.3 Available View build log
1.3.1 Available View build log
1.2.5 Available View build log
1.2.4 Available View build log
1.2.3 Available View build log
1.2.2 Available View build log
1.2.1 Available View build log
1.2.0 Available View build log
Windows (64-bit)
1.3.12
1.4.3Never BuiltWhy not?
1.3.12 Available View build log
1.3.11 Available View build log
1.3.10 Available View build log
1.3.9 Available View build log
1.3.8 Available View build log
1.3.7 Available View build log
1.3.5 Available View build log
1.3.4 Available View build log
1.3.3 Available View build log
1.3.1 Available View build log
1.2.5 Available View build log
1.2.4 Available View build log
1.2.3 Available View build log
1.2.2 Available View build log
1.2.1 Available View build log
1.2.0 Available View build log
Mac OS X (10.5+)
1.4.3 Available View build log
1.3.12 Available View build log
1.3.11 Available View build log
1.3.10 Available View build log
1.3.9 Available View build log
1.3.8 Available View build log
1.3.7 Available View build log
1.3.5 Available View build log
1.3.4 Available View build log
1.3.3 Available View build log
1.3.1 Available View build log
1.2.5 Available View build log
1.2.4 Available View build log
1.2.3 Available View build log
1.2.2 Available View build log
1.2.1 Available View build log
1.2.0 Available View build log
Linux (32-bit)
1.4.3 Available View build log
1.3.12 Available View build log
1.3.11 Available View build log
1.3.10 Available View build log
1.3.9 Available View build log
1.3.8 Available View build log
1.3.7 Available View build log
1.3.5 Available View build log
1.3.4 Available View build log
1.3.3 Available View build log
1.3.1 Available View build log
1.2.5 Available View build log
1.2.4 Available View build log
1.2.3 Available View build log
1.2.2 Available View build log
1.2.1 Available View build log
1.2.0 Available View build log
Linux (64-bit)
1.4.3 Available View build log
1.3.12 Available View build log
1.3.11 Available View build log
1.3.10 Available View build log
1.3.9 Available View build log
1.3.8 Available View build log
1.3.7 Available View build log
1.3.5 Available View build log
1.3.4 Available View build log
1.3.3 Available View build log
1.3.1 Available View build log
1.2.5 Available View build log
1.2.4 Available View build log
1.2.3 Available View build log
1.2.2 Available View build log
1.2.1 Available View build log
1.2.0 Available View build log
 
Author
License
BSD
Lastest release
version 1.4.3 on Feb 21st, 2013

The tiddlywebplugins.atom package provides serialization modules to do a very simple Atom format syndication of collections of tiddlers (including one tiddler, and filtered tiddlers) hosted by [TiddlyWeb](http:/tiddlyweb.com).

One serialization provides support for the Atom format, the other extends the existing HTML serialization to provide <link> elements referring to the Atom feeds.

Atom formatted output can be had by requesting the application/atom+xml format, or by appending a .atom to the end of a URL (before the query portion) that returns one or more tiddlers.

To use this code install the package and then add tiddlywebplugins.atom to [system_plugins](http://tiddlyweb.tiddyspace.com/system_plugins] in the [tiddlywebconfig.py](http://tiddlyweb.tiddlyspace.com/tiddlywebconfig.py] of your instance:

config = {
'system_plugins': ['tiddlywebplugins.atom'],

System Message: WARNING/2 (<string>, line 21)

Definition list ends without a blank line; unexpected unindent.

}

If [tiddlywebplugins.differ](http://pypi.python.org/pypi/tiddlywebplugins.differ) is on sys.path and a depth=<some number> argument is supplied to the feed URL, then the resulting feed will be the tiddlers requested presented as diffs between tiddler revisions. The number of revisions shown is controlled by <some number>.

By default the feed given is all the tiddlers in the collection represented by the given URI, in no particular order. This is not always the best default. If you want a different default you can set atom.default_filter in tiddlywebconfig.py to a string that represents a TiddlyWeb filter. For example:

'atom.default_filter': 'select=tag:!excludeLists;sort=-modified;limit=20',

would give the 20 most recently modified tiddlers which are not tagged excludeLists.

The Atom code was original adapted from Django's django/utils/feedgenerator.py which itself was then extracted to its own package.

License

tiddlywebplugins.atom is released under the BSD License and is copyright 2009-2013 UnaMesa Association.

Subscribe to package updates

Last updated Feb 21st, 2013

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.