helpers/usage
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 06 00:08:05 2011 +0100 (2011-11-06)
changeset 116 4ddc1020a154
parent 3 2fdc9cc89502
permissions -rwxr-xr-x
Podpora Markdown syntaxe
na začátek odesílané zprávy stačí přidat:
#!markdown
a zpráva se pak prožene Markdown procesorem (spouštěno přes sudo pod jiným uživatelem)
a pak teprve přes standardní XSL transformaci.

1) Vytvořit uživatele a skupinu markdown

2) Do /etc/sudoers přidat:
Cmnd_Alias MARKDOWN = /usr/bin/markdown
%markdown ALL = (%markdown) NOPASSWD : MARKDOWN

3) Uivatele, pod kterým běží NNTP démon, přidat do skupiny markdown
     1 java -jar sonews.jar [arguments]
     2         where arguments:
     3    -c|-config <config file>    If custom config file preferred
     4    -dumpjdbcdriver             Prints out a list of available JDBC drivers
     5    -feed                       Enables feed daemon for pulling/pushing news
     6                                 from/to peer servers
     7    -h|-help                    This output
     8    -mlgw                       Enables the Mailinglist Gateway poller
     9    -p <port>                   Forces sonews to listen on the specified port
    10    -plugin <name|class|file>   Loads the given plugin.
    11    -plugin-command <class>     Loads the given class on startup as NNTP command
    12                                 handler. Can be specified multiple times. The
    13                                 class must be found in the JVMs classpath.
    14    -plugin-storage <class>     Loads the given StorageProvider class. The class
    15                                 must be found in the JVMs classpath.
    16    -v|-version                 Prints out the version info an exits.