Download the PHP package netresearch/deploy-rst without Composer
On this page you can find all versions of the php package netresearch/deploy-rst. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netresearch/deploy-rst
More information about netresearch/deploy-rst
Files in netresearch/deploy-rst
Download netresearch/deploy-rst
More information about netresearch/deploy-rst
Files in netresearch/deploy-rst
Vendor netresearch
Package deploy-rst
Short Description Deploys a README.rst file into a wiki, e.g. Confluence
License AGPL 3
Homepage https://netreserach.de/
Package deploy-rst
Short Description Deploys a README.rst file into a wiki, e.g. Confluence
License AGPL 3
Homepage https://netreserach.de/
Please rate this library. Is it a good library?
Informations about the package deploy-rst
deploy-rst
Deploys a README.rst
file into a wiki, e.g. Confluence
Installation
$ pear channel-discover pear.nrdev.de
$ pear install nr/deployrst-alpha
Setup
$ cp `pear config-get cfg_dir`/DeployRst/config.php.dist ~/.config/deploy-rst
$ emacs ~/.config/deploy-rst
.. change user and password
Meta data in rST files
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
Usage
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
Dependencies
- rst2confluence
- Confluence Command line interface
System
from PEARConsole_CommandLine
from PEAR
All versions of deploy-rst with dependencies
PHP Build Version
Package Version
Requires
php Version
5.3 - 7.0
pear/console_commandline Version ^1.1
pear/config Version *
pear/system_folders Version dev-master
pear/console_commandline Version ^1.1
pear/config Version *
pear/system_folders Version dev-master
The package netresearch/deploy-rst contains the following files
Loading the files please wait ....