Deploys a README.rst
file into a wiki, e.g. Confluence
$ pear channel-discover pear.nrdev.de $ pear install nr/deployrst-alpha
$ cp `pear config-get cfg_dir`/DeployRst/config.php.dist ~/.config/deploy-rst $ emacs ~/.config/deploy-rst .. change user and password
It is possible to embed wiki target meta data in the .rst
files directly,
so that you don't have to pass all parameters via command line.
Example:
.. meta:: :deploy-target: confluence :confluence-host: http://confluence.example.org :confluence-space: IT :confluence-page: rstpagetest
Deployment with meta data in the .rst
file:
$ ./deploy-rst.php README.rst
Without embedded meta data:
$ deploy-rst --driver=confluence --confluence-host=http://confluence.example.org\ --confluence-space=IT --confluence-page=rstpagetest README.rst
Help:
$ ./deploy-rst.php --help
- rst2confluence
- Confluence Command line interface
System
from PEARConsole_CommandLine
from PEAR