From 3d1b371ebf53ec81ca49a430b16f5af343207e67 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 10 Apr 2015 19:06:22 +0200 Subject: README.md: document merging with rz-doc --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 94beaa93..ecfd1687 100644 --- a/README.md +++ b/README.md @@ -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//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. -- cgit v1.3.1