Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-08 18:03:57


Author: danieljames
Date: 2007-11-08 18:03:56 EST (Thu, 08 Nov 2007)
New Revision: 40950
URL: http://svn.boost.org/trac/boost/changeset/40950

Log:
Add the 'request a feature' page. Refs #1369

Added:
   website/public_html/beta/community/requests.html (contents, props changed)
Text files modified:
   website/public_html/beta/common/menu-community.html | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/common/menu-community.html
==============================================================================
--- website/public_html/beta/common/menu-community.html (original)
+++ website/public_html/beta/common/menu-community.html 2007-11-08 18:03:56 EST (Thu, 08 Nov 2007)
@@ -14,6 +14,9 @@
     <li><a href="/community/policy.html">Discussion Policy <span class=
     "link">&gt;</span></a></li>
 
+ <li><a href="/community/requests.html">Requesting a New Feature
+ <span class="link">&gt;</span></a></li>
+
     <li>
       <a href="/community/reviews.html">Reviews <span class=
       "link">&gt;</span></a>

Added: website/public_html/beta/community/requests.html
==============================================================================
--- (empty file)
+++ website/public_html/beta/community/requests.html 2007-11-08 18:03:56 EST (Thu, 08 Nov 2007)
@@ -0,0 +1,82 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <title>Requesting New Features</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <link rel="icon" href="/favicon.ico" type="image/ico" />
+ <link rel="stylesheet" type="text/css" href=
+ "/style/section-community.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+</head>
+
+<body>
+ <div id="heading">
+ <!--#include virtual="/common/heading.html" -->
+ </div>
+
+ <div id="body">
+ <div id="body-inner">
+ <div id="content">
+ <div class="section" id="intro">
+ <div class="section-0">
+ <div class="section-title">
+ <h1>Requesting new features for Boost libraries</h1>
+ </div>
+
+ <div class="section-body">
+ <p>If you have an idea for a feature or improvement to an
+ existing Boost library - go ahead and post it to either
+ boost-users list or
+ boost mailing list
+ (if you are posting for the first time, please read our
+ <a href="http://www.boost.org/more/discussion_policy.htm">discussion
+ policy</a> before you actually post).</p>
+
+ <p>You can also try submitting a feature request to our
+ <a href="http://svn.boost.org/trac/boost/newticket">ticket
+ system</a>, but experience has shown that posting to either of
+ the mailing lists is usually a more effective way to get
+ attention of boost developers.</p>
+
+ <p>If your proposal has its merits, it's very likely that it
+ will generate a constructive discussion that might actually
+ result in (sometimes substantial) improvement of the library -
+ and your name being put on the library's <a href=
+ "/development/requirements.html#Acknowledgements">Acknowledgements</a>
+ section!</p>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="sidebar">
+ <!--#include virtual="/common/sidebar-common.html" -->
+ <!--#include virtual="/common/sidebar-community.html" -->
+ </div>
+
+ <div class="clear"></div>
+ </div>
+ </div>
+
+ <div id="footer">
+ <div id="footer-left">
+ <div id="revised">
+ <p>Revised $Date: 2007-10-22 22:55:52 +0100 (Mon, 22 Oct 2007) $</p>
+ </div>
+
+ <div id="copyright">
+ <p>&copy; Copyright <a href=
+ "/users/people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a> 2002</p>
+ </div><!--#include virtual="/common/footer-license.html" -->
+ </div>
+
+ <div id="footer-right">
+ <!--#include virtual="/common/footer-banners.html" -->
+ </div>
+
+ <div class="clear"></div>
+ </div>
+</body>
+</html>


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