README
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 06 00:08:05 2011 +0100 (2011-11-06)
changeset 116 4ddc1020a154
parent 1 6fceb66e1ad7
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 sonews README
     2 =============
     3 
     4 sonews is an Usenet News Server written in Java. It uses a relation database as
     5 backend, currently supported is MySQL, PostgreSQL and HSQLDB.
     6 
     7 Prerequisites:
     8 --------------
     9 
    10 * Java 6 Runtime or higher
    11 * MySQL v5 or PostgreSQL v8 or higher
    12 * JDBC driver for your database system
    13 
    14 
    15 Installation:
    16 -------------
    17 
    18 * Create a database in your DBMS, e.g. named like 'sonews'
    19 * Create the necessary table structure using the helpers/*.sql file
    20   (you may use the experimental helper application:
    21    java -cp sonews.jar:<jdbcdriver.jar> DatabaseSetup )
    22 * Customize the settings within the sonews.conf file or add config values to
    23   the 'config' table.
    24 * Invoke 'bin/sonews.sh start' to start the daemon
    25 
    26 Bugs and other Issues:
    27 ----------------------
    28 
    29 Please mail them to mail(at)sonews.org or better issue them
    30 into the bugtracker at https://bitbucket.org/cli/sonews/ .