Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70651 - website/public_html/beta/build
From: dnljms_at_[hidden]
Date: 2011-03-27 17:37:28


Author: danieljames
Date: 2011-03-27 17:37:27 EDT (Sun, 27 Mar 2011)
New Revision: 70651
URL: http://svn.boost.org/trac/boost/changeset/70651

Log:
Website: Quick README.txt to get started.
Added:
   website/public_html/beta/build/README.txt (contents, props changed)

Added: website/public_html/beta/build/README.txt
==============================================================================
--- (empty file)
+++ website/public_html/beta/build/README.txt 2011-03-27 17:37:27 EDT (Sun, 27 Mar 2011)
@@ -0,0 +1,32 @@
+Boost website generator
+=======================
+
+A script to generate several of the pages on the Boost website,
+including the release notes, the home page and the downlaod page,
+as well as some other data for the site.
+
+Usage: python site-gen.py [command]
+
+Commands:
+
+update Update the html pages and rss feeds for new or updated
+ quickbook files.
+
+refresh Reconvert all the quickbook files and regenerate the html
+ pages. Does not update the rss feeds or add new pages.
+ Useful for when quickbook, the scripts or the templates have
+ been updated.
+
+docs Update the documentation list from doc/libraries.xml.
+ Requires php to be on the path and the site to be configured.
+
+start Setup the state file and regenerate html files from the old
+ hashes files.
+
+----------------------------------------------------------------------
+
+Copyright 2011 Daniel James
+
+Distributed under the Boost Software License, Version 1.0.
+See accompanying file LICENSE_1_0.txt or
+http://www.boost.org/LICENSE_1_0.txt


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk