<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>MoinPost</name>
<shortdesc>script which allows for posting of &lt;whatever&gt; to Moin wiki</shortdesc>
<description>++++++++++++++++++++++++++++++++
MoinPost posts your crap to Moin
++++++++++++++++++++++++++++++++

Given a local file and wiki destination, the ``moinpost`` script
will post the file contents to said destination, assuming one's user 
rights/ACLs allows one to do so.

This script currently depends on `twill`_ to perform stateful
automated browser magic, as Moin expects certain session-specific
variables in the POST.

Usage::

    $ moinpost &lt;local-file&gt; &lt;wiki-url&gt; [-c &lt;config&gt;] [options]
    
    MoinPost script for posting random stuff as Moin wiki pages.
    Supply a local file and wiki destination to post to said wiki.
    The '-c' config option may be passed if using a config file other than
    '~/.moinpostrc'. 
    
    
    One's '~/.moinpostrc' file should be in 'config' or 'ini' format with
    individual wikis defined in sections like this:
    
        [wiki:&lt;wiki-hostname&gt;]
        login = &lt;your-wiki-name&gt;:&lt;your-wiki-password&gt;
    
    e.g.:
        [wiki:thewiki.atmycompany.com]
        login = WikiNameThatsMine:eJzzrQw3zDYMMDEtLjcoSgEAIZwElA==
    
    The only two keywords here are the word 'wiki' in the section header, and 
    the word 'login' as the option key.
    
    
    *** NOTE ON PASSWORDS ***
        The password *may* be stored in clear text, but moinpost will first
        attempt to base64 and zlib decode the password string, so you should
        consider storing it in such an encoding (super minimal security, yes.)
       
    e.g. in Python:
        "MyW1k1P45sw0rd".encode('zlib').encode('base64').strip()
                                                   /
           "eJzzrQw3zDYMMDEtLjcoSgEAIZwElA==" &lt;---'




.. _twill: http://twill.idyll.org/
.. vim:filetype=rst</description>
<homepage rdf:resource="http://launchpad.net/moinpost" />
<maintainer><foaf:Person><foaf:name>Dan Buch</foaf:name>
<foaf:mbox_sha1sum>eae17c6dcb563592f1613bea8164a3ef088db845</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.2dev</revision></Version></release>
</Project></rdf:RDF>