Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64865 - in website/public_html/beta: common development
From: dnljms_at_[hidden]
Date: 2010-08-17 14:03:12


Author: danieljames
Date: 2010-08-17 14:03:09 EDT (Tue, 17 Aug 2010)
New Revision: 64865
URL: http://svn.boost.org/trac/boost/changeset/64865

Log:
Restore the guidelines that were moved to the wiki.
Added:
   website/public_html/beta/development/borland_cpp.html
      - copied unchanged from r59674, /website/public_html/beta/development/borland_cpp.html
   website/public_html/beta/development/header.html
      - copied unchanged from r59674, /website/public_html/beta/development/header.html
   website/public_html/beta/development/int_const_guidelines.html
      - copied unchanged from r59674, /website/public_html/beta/development/int_const_guidelines.html
   website/public_html/beta/development/requirements.html
      - copied unchanged from r59674, /website/public_html/beta/development/requirements.html
   website/public_html/beta/development/reuse.html
      - copied unchanged from r59674, /website/public_html/beta/development/reuse.html
   website/public_html/beta/development/separate_compilation.html
      - copied unchanged from r59674, /website/public_html/beta/development/separate_compilation.html
   website/public_html/beta/development/test.html
      - copied unchanged from r59674, /website/public_html/beta/development/test.html
Text files modified:
   website/public_html/beta/common/menu-development.html | 23 +++++++++++++++++++++--
   website/public_html/beta/development/.htaccess | 8 --------
   2 files changed, 21 insertions(+), 10 deletions(-)

Modified: website/public_html/beta/common/menu-development.html
==============================================================================
--- website/public_html/beta/common/menu-development.html (original)
+++ website/public_html/beta/common/menu-development.html 2010-08-17 14:03:09 EDT (Tue, 17 Aug 2010)
@@ -26,8 +26,27 @@
       </ul>
     </li>
 
- <li><a href="https://svn.boost.org/trac/boost/wiki/Guidelines">Requirements and Guidelines
- <span class="link">&gt;</span></a></li>
+ <li><a href="/development/requirements.html">Requirements and Guidelines
+ <span class="link">&gt;</span></a>
+
+ <ul>
+ <li><a href="/development/test.html">Test policy <span class=
+ "link">&gt;</span></a></li>
+
+ <li><a href="/development/header.html">Header policy <span class=
+ "link">&gt;</span></a></li>
+
+ <li><a href="/development/separate_compilation.html">Separate Source
+ <span class="link">&gt;</span></a></li>
+
+ <li><a href="/development/reuse.html">Library Reuse <span class=
+ "link">&gt;</span></a></li>
+
+ <li><a href="/development/int_const_guidelines.html">Coding
+ Guidelines for Integral Constant Expressions <span class=
+ "link">&gt;</span></a></li>
+ </ul>
+ </li>
 
     <li>
       <a href="/development/submissions.html">Submissions <span class=

Modified: website/public_html/beta/development/.htaccess
==============================================================================
--- website/public_html/beta/development/.htaccess (original)
+++ website/public_html/beta/development/.htaccess 2010-08-17 14:03:09 EDT (Tue, 17 Aug 2010)
@@ -15,11 +15,3 @@
 RewriteRule ^webcheck$ webcheck/index.html [R]
 RewriteRule ^webcheck/$ webcheck/index.html [R]
 RewriteRule ^webcheck/(.*)$ webcheck_results.php/$1 [L]
-
-RewriteRule ^borland_cpp\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Borland [R]
-RewriteRule ^header\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Header [R]
-RewriteRule ^int_const_guidelines\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/IntegralConstants [R]
-RewriteRule ^requirements\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Requirements [R]
-RewriteRule ^reuse\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Reuse [R]
-RewriteRule ^separate_compilation\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Separate [R]
-RewriteRule ^test\.html$ https://svn.boost.org/trac/boost/wiki/Guidelines/Test [R]


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