From: <ai...@us...> - 2012-11-17 17:34:48
|
Revision: 12274 http://plplot.svn.sourceforge.net/plplot/?rev=12274&view=rev Author: airwin Date: 2012-11-17 17:34:42 +0000 (Sat, 17 Nov 2012) Log Message: ----------- The actual name of the command (and Debian package name) is "xmlto" not "xml-to". Also add some explanation of why the xmlto package must be installed in order to generate the website. Slightly update the apache configuration steps. Modified Paths: -------------- trunk/README.Release_Manager_Cookbook Modified: trunk/README.Release_Manager_Cookbook =================================================================== --- trunk/README.Release_Manager_Cookbook 2012-11-16 21:29:14 UTC (rev 12273) +++ trunk/README.Release_Manager_Cookbook 2012-11-17 17:34:42 UTC (rev 12274) @@ -32,6 +32,12 @@ any changes to the examples themselves (i.e. pages added or removed from an existing example or entirely new examples). +You also need to install "xmlto" (in the xmlto debian package). +xmlto is used to generate some of our older release announcements for +the website, and could also be used to generate present release +announcements for the website if desired. See www/announce/README for +just how easy this step would be. + Run (on a Linux host that is capable of building the documentation for the source tree that has all local changes) @@ -69,8 +75,11 @@ necessary on modern versions of Ubuntu in order to allow php-based websites like that of PLplot to work when installed in local user directories. -You will also need to install "xml-to" (in the xml-to debian package). +After the above changes, you must restart the apache server. On +Debian this is done with +service apache2 restart + (When user directories are enabled this way, for the above case /home/irwin/public_html/plplot/htdocs, browses as http://raven/~irwin/plplot/htdocs/.) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |