Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Translation" page has been changed by andywenk: https://wiki.apache.org/couchdb/Translation?action=diff&rev1=17&rev2=18 Comment: add section how to compile the HTML output of the documentation [[http://docs.translatehouse.org/projects/pootle/en/stable-2.5.0/|Official Pootle documentation for version 2.5]] + == Compiling HTML output from the documentation == + + Note: this is actually just for the english documentation. But it shows how one can compile the HTML output of the documentation: + + {{{ + git clone https://git-wip-us.apache.org/repos/asf/couchdb.git + cd couchdb + ./bootstrap && ./configure + cd share/doc + make html + }}} + + Open build/html/index.html in your browser to see the result. +
