diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-10 19:06:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-10 19:06:22 +0200 |
| commit | 3d1b371ebf53ec81ca49a430b16f5af343207e67 (patch) | |
| tree | acc6689066da77c9f2003dc20efb53c5fe0afbc2 /README.md | |
| parent | af78fe2a58f112c2a89d5731461dff8b59b19647 (diff) | |
README.md: document merging with rz-doc
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -141,3 +141,18 @@ mingw doesn't have python support, so using mingw (I want a unix native python) $ targetDomain="cri.rhizi.net" $ mkdir res/production-patch-set/${targetDomain} $ scp rz-1:/etc/rhizi/rhizi-server.conf res/production-patch-set/${targetDomain}/rhizi-server.production.conf + +## Tools +### rz-doc + +This is the only way to merge a number of documents right now. Here is how: + +It is installed by default to /srv/www/<domain>/tools/rz-doc, lets call that rz-doc for short. + +rz-doc --list-names + - will show all available documents. uses default config in /etc/rhizi/rhizi-server.conf, can be overridden with --config-dir + +1. rz-doc --list-names > merge.file +2. rz-doc --merge-file merge.file --merge-target "All Documents" + +creates a new doc called "All Documents" with the contents of all rzdocs in merge.file. |
