Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-04-19 09:20:58


Author: danieljames
Date: 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
New Revision: 44572
URL: http://svn.boost.org/trac/boost/changeset/44572

Log:
Merge in the latest changes from live. This 'fixes' links by converting
them from absolute links to relative links. I left them alone as it
seems harmless.

------------------------------------------------------------------------
r44504 | garcia | 2008-04-17 16:35:11 +0100 (Thu, 17 Apr 2008) | 2 lines

copied over from updated beta.

------------------------------------------------------------------------
r44505 | garcia | 2008-04-17 16:49:19 +0100 (Thu, 17 Apr 2008) | 2 lines

Futures Library added to the queue.

------------------------------------------------------------------------
r44514 | garcia | 2008-04-17 20:30:29 +0100 (Thu, 17 Apr 2008) | 2 lines

Added Library Maintainer's Rights and Responsibilities. Fixed off-line style-sheet rendering.

------------------------------------------------------------------------
r44542 | garcia | 2008-04-18 15:19:00 +0100 (Fri, 18 Apr 2008) | 2 lines

fixed stylesheet references.

------------------------------------------------------------------------
r44543 | garcia | 2008-04-18 15:22:36 +0100 (Fri, 18 Apr 2008) | 2 lines

fixed links to review wizard reports.

------------------------------------------------------------------------
r44544 | garcia | 2008-04-18 15:25:12 +0100 (Fri, 18 Apr 2008) | 2 lines

Fixed stylesheet links.

------------------------------------------------------------------------
r44545 | garcia | 2008-04-18 15:25:18 +0100 (Fri, 18 Apr 2008) | 2 lines

Fixed stylesheet links.

------------------------------------------------------------------------
r44546 | garcia | 2008-04-18 15:25:25 +0100 (Fri, 18 Apr 2008) | 2 lines

Fixed stylesheet links.

------------------------------------------------------------------------

Text files modified:
   website/public_html/beta/community/review_schedule.html | 21 +++++++++++++++++----
   website/public_html/beta/community/reviews.html | 31 +++++++++++++++++++++++++++++--
   website/public_html/beta/development/report-apr-2006.html | 4 ++--
   website/public_html/beta/development/report-jan-2006.html | 4 ++--
   website/public_html/beta/development/report-nov-2007.html | 4 ++--
   website/public_html/beta/development/report-sep-2007.html | 4 ++--
   6 files changed, 54 insertions(+), 14 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -178,6 +178,19 @@
 
                     <td>-</td>
                   </tr>
+
+ <tr>
+ <td>Futures</td>
+
+ <td>Braddock Gaskill</td>
+
+ <td><a href=
+ "http://braddock.com/~braddock/future">http://braddock.com/~braddock/future/></td>
+
+ <td>Needed</td>
+
+ <td>-</td>
+ </tr>
                 </tbody>
               </table>
 
@@ -355,7 +368,7 @@
                     <td>2007 November 16</td>
 
                     <td><a href=
- "/development/report-nov-2007.html">Report</a></td>
+ "../development/report-nov-2007.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -381,7 +394,7 @@
                     <td>2007 September 14</td>
 
                     <td><a href=
- "/development/report-sep-2007.html">Report</a></td>
+ "../development/report-sep-2007.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -638,7 +651,7 @@
                     <td>2006 March 30</td>
 
                     <td><a href=
- "/development/report-apr-2006.html">Report</a></td>
+ "../development/report-apr-2006.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -678,7 +691,7 @@
                     <td>2006 January 19</td>
 
                     <td><a href=
- "/development/report-jan-2006.html">Report</a></td>
+ "../development/report-jan-2006.html">Report</a></td>
                   </tr>
 
                   <tr>

Modified: website/public_html/beta/community/reviews.html
==============================================================================
--- website/public_html/beta/community/reviews.html (original)
+++ website/public_html/beta/community/reviews.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -7,8 +7,8 @@
   <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]-->
+ "../style/section-community.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>
@@ -49,6 +49,9 @@
                 <li><a href="#Submitters">Notes for Library
                 Submitters</a></li>
 
+ <li><a href="#Maintainer">Library Maintainer's Rights and
+ Responsibilities</a></li>
+
                 <li>
Review Wizard</li>
 
                 <li>Fast Track Reviews</li>
@@ -242,6 +245,30 @@
               suggested changes might affect reviewer's judgments, post a
               notice of the pending change on the mailing list.</p>
 
+ <h2><a name="Maintainer" id="Maintainer"></a>Library
+ Maintainer's Rights and Responsibilities</h2>
+
+ <p>By submitting a library to boost, you accept responsibility
+ for maintaining your library or finding a qualified volunteer
+ to serve as maintainer. You must be willing to put your library
+ and documentation under a Boost-compatible license.</p>
+
+ <p>You will be expected to respond to reasonable bug reports
+ and questions in a timely manner and to participate as needed
+ in discussions of your library on the boost mailing lists.</p>
+
+ <p>You are free to change your library in any way you wish, and
+ you are encouraged to actively make improvements. However, peer
+ review is an important part of the Boost process and as such
+ you are also encouraged to get feedback from the boost
+ community before making substantial changes to the interface of
+ an accepted library.</p>
+
+ <p>If at some point you no longer wish to serve as maintainer
+ of your library, it is your responsibility to make this known
+ to the boost community and to find another individual to take
+ your place.</p>
+
               <h2><a name="Wizard" id="Wizard"></a>Review Wizard</h2>
 
               <p>The Review Wizard coordinates the formal review

Modified: website/public_html/beta/development/report-apr-2006.html
==============================================================================
--- website/public_html/beta/development/report-apr-2006.html (original)
+++ website/public_html/beta/development/report-apr-2006.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -7,8 +7,8 @@
   <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-development.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ "../style/section-development.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>

Modified: website/public_html/beta/development/report-jan-2006.html
==============================================================================
--- website/public_html/beta/development/report-jan-2006.html (original)
+++ website/public_html/beta/development/report-jan-2006.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -7,8 +7,8 @@
   <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-development.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ "../style/section-development.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>

Modified: website/public_html/beta/development/report-nov-2007.html
==============================================================================
--- website/public_html/beta/development/report-nov-2007.html (original)
+++ website/public_html/beta/development/report-nov-2007.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -7,8 +7,8 @@
   <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-development.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ "../style/section-development.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>

Modified: website/public_html/beta/development/report-sep-2007.html
==============================================================================
--- website/public_html/beta/development/report-sep-2007.html (original)
+++ website/public_html/beta/development/report-sep-2007.html 2008-04-19 09:20:58 EDT (Sat, 19 Apr 2008)
@@ -7,8 +7,8 @@
   <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-development.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ "../style/section-development.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>


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