helpers/copyright
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 06 00:08:05 2011 +0100 (2011-11-06)
changeset 116 4ddc1020a154
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
chris@1
     1
Upstream Author:
chris@1
     2
chris@1
     3
    Christian Lins <christian.lins@web.de>
chris@1
     4
chris@1
     5
Copyright:
chris@1
     6
chris@1
     7
    Copyright (C) 2009 Christian Lins
chris@1
     8
chris@1
     9
License:
chris@1
    10
chris@1
    11
  This program is free software: you can redistribute it and/or modify
chris@1
    12
  it under the terms of the GNU General Public License as published by
chris@1
    13
  the Free Software Foundation, either version 3 of the License, or
chris@1
    14
  (at your option) any later version.
chris@1
    15
  
chris@1
    16
  This program is distributed in the hope that it will be useful,
chris@1
    17
  but WITHOUT ANY WARRANTY; without even the implied warranty of
chris@1
    18
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
chris@1
    19
  GNU General Public License for more details.
chris@1
    20
  
chris@1
    21
  You should have received a copy of the GNU General Public License
chris@1
    22
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
chris@1
    23