Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84962 - website/public_html/live/patches
From: dnljms_at_[hidden]
Date: 2013-07-06 18:13:34


Author: danieljames
Date: 2013-07-06 18:13:34 EDT (Sat, 06 Jul 2013)
New Revision: 84962
URL: http://svn.boost.org/trac/boost/changeset/84962

Log:
Basic patch page.

Added:
   website/public_html/live/patches/index.html (contents, props changed)

Added: website/public_html/live/patches/index.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ website/public_html/live/patches/index.html 2013-07-06 18:13:34 EDT (Sat, 06 Jul 2013) (r84962)
@@ -0,0 +1,70 @@
+<!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>Patches - Boost C++ Libraries</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-v2/section-development.css" />
+ <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
+</head><!--
+Note: Editing website content is documented at:
+http://www.boost.org/development/website_updating.html
+-->
+
+<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>Boost C++ Library Patches</h1>
+ </div>
+
+ <div class="section-body">
+ <h2>1.54.0</h2>
+
+ <ul>
+ <li>1_54_0/001-coroutine.patch</li>
+ <li>1_54_0/002-date-time.patch</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="sidebar">
+ <!--#include virtual="/common/sidebar-common.html" -->
+ <!--#include virtual="/common/sidebar-development.html" -->
+ </div>
+
+ <div class="clear"></div>
+ </div>
+ </div>
+
+ <div id="footer">
+ <div id="footer-left">
+ <div id="revised">
+ <p>Revised $Date: 2010-05-06 12:05:24 +0100 (Thu, 06 May 2010) $</p>
+ </div>
+
+ <div id="copyright">
+ <p>Copyright Daniel James 2013.</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