A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1418.html
Document ID: 1418 Branch: main Language: default Name: How to publish docs to cocoon.apache.org (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 10/12/07 7:20:55 AM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 1753 bytes (previous version: 1423 bytes) Content diff: (21 equal lines skipped) <p>There you will find a directory <tt>svn-docs</tt>. It contains a recent checkout (= part of the nightly docs build) and the result of the docs --- generation process copied over. Using</p> +++ generation process copied over. If you want to see the docs online, point your +++ browser to http://cocoon.zones.apache.org/nightly-docs/.</p> +++ <p class="note">There is a second job which builds the docs once a day too. In +++ addition to the first one it adds a couple of reports (Findbugs, SVN reports, +++ etc.). See http://cocoon.zones.apache.org/dev-docs/.</p> +++ +++ <p>Using</p> +++ <pre>svn st svn-docs</pre> <p>will show you all the differences.</p> (3 equal lines skipped) <pre>svn st | grep "\?" | awk '{print $2}' | xargs svn add </pre> --- <p>which will recursivly add all new documents.<br/> --- When you now what you want to add to the official site, run</p> +++ <p>which will recursivly add all new documents.</p> +++ <p>Then run</p> +++ <pre>svn ci [path]</pre> +++ <p>for all the docs that you want to publish.</p> +++ <p>That's it. When the docs are committed to the SVN, they will be published within the next 60 minutes.</p> (9 equal lines skipped)