$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-01-19 22:49:11
Author: grafik
Date: 2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
New Revision: 42875
URL: http://svn.boost.org/trac/boost/changeset/42875
Log:
Fix some display problems and switch some libs to raw docs.
Text files modified: 
   website/public_html/beta/doc/display_libs.php     |     5 ++++-                                   
   website/public_html/beta/doc/libraries.xml        |    17 ++++++++---------                       
   website/public_html/beta/style/css_0/content.css  |     5 +++++                                   
   website/public_html/beta/users/download/entry.php |     7 ++++---                                 
   website/public_html/beta/users/history/entry.php  |     7 ++++---                                 
   website/public_html/beta/users/news/entry.php     |     7 ++++---                                 
   6 files changed, 29 insertions(+), 19 deletions(-)
Modified: website/public_html/beta/doc/display_libs.php
==============================================================================
--- website/public_html/beta/doc/display_libs.php	(original)
+++ website/public_html/beta/doc/display_libs.php	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -3,10 +3,13 @@
 
 $_file = new boost_archive('@^[/]([^/]+)[/](.*)$@',$_SERVER["PATH_INFO"],array(
   array('@^libs/iostreams/doc/.*(html|htm)$@i','simple','text/html'),
-  array('@^libs/preprocessor/doc\.*(html|htm)$@i','simple','text/html'),
+  array('@^libs/preprocessor/doc/\.*(html|htm)$@i','simple','text/html'),
   array('@^libs/serialization/doc/.*(html|htm)$@i','simple','text/html'),
   //~ array('@^libs/serialization/doc/index.html$@i','boost_frame1_html','text/html'),
   //~ array('@^libs/preprocessor/doc/.*(html|htm)$@i','boost_frame1_html','text/html'),
+  array('@^libs/filesystem/doc/.*(html|htm)$@i','simple','text/html'),
+  array('@^libs/numeric/conversion/doc/.*(html|htm)$@i','simple','text/html'),
+  array('@^libs/optional/doc/.*(html|htm)$@i','simple','text/html'),
   array('@^libs.*(html|htm)$@i','boost_libs_html','text/html'),
   array('@^tools.*(html|htm)$@i','boost_libs_html','text/html'),
   array('@^doc/html/.*html$@i','boost_book_html','text/html'),
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -191,10 +191,10 @@
     <boost-version>1.9.0</boost-version>
     <name>Disjoint Sets</name>
     <authors></authors>
-    <description></description>
-    <documentation>Boost.DisjointSets provides disjoint sets
+    <description>Boost.DisjointSets provides disjoint sets
     operations with union by rank and path
-    compression.</documentation>
+    compression.</description>
+    <documentation>libs/disjoint_sets/disjoint_sets.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -435,7 +435,7 @@
     complex numbers often used to parameterise rotations in three
     dimentional space. Octonions, like quaternions, are a relative
     of complex numbers.</description>
-    <documentation>libs/math/doc/index.html</documentation>
+    <documentation>doc/html/boost_math.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -448,7 +448,7 @@
     <authors>Daryle Walker</authors>
     <description>Greatest common divisor and least common
     multiple.</description>
-    <documentation>libs/math/doc/common_factor.html</documentation>
+    <documentation>doc/html/boost_math/gcd_lcm.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -460,7 +460,7 @@
     <name>Math Octonion</name>
     <authors>Hubert Holin</authors>
     <description>Octonions.</description>
-    <documentation>libs/math/octonion/index.html</documentation>
+    <documentation>doc/html/boost_math/octonions.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -472,7 +472,7 @@
     <name>Math Quaternion</name>
     <authors>Hubert Holin</authors>
     <description>Quaternions.</description>
-    <documentation>libs/math/quaternion/index.html</documentation>
+    <documentation>doc/html/boost_math/quaternions.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
@@ -485,8 +485,7 @@
     <authors>Hubert Holin</authors>
     <description>Mathematical special functions such as atanh,
     sinc, and sinhc.</description>
-    <documentation>
-    libs/math/special_functions/index.html</documentation>
+    <documentation>doc/html/boost_math/math_special_functions.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
Modified: website/public_html/beta/style/css_0/content.css
==============================================================================
--- website/public_html/beta/style/css_0/content.css	(original)
+++ website/public_html/beta/style/css_0/content.css	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -509,3 +509,8 @@
 #content .section dl.bibliography dt {
   margin: 0em 0em 1em 0em;
 }
+/* */
+#content .news-date {
+  color: #777;
+  font-size: 90%;
+}
Modified: website/public_html/beta/users/download/entry.php
==============================================================================
--- website/public_html/beta/users/download/entry.php	(original)
+++ website/public_html/beta/users/download/entry.php	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -31,9 +31,10 @@
 
             <div class="section-body">
               <h2><span class=
-              "news-title"><?php print $_downloads->db[$_guid]['title']; ?></span>
-              <span class=
-              "news-date"><?php print $_downloads->db[$_guid]['date']; ?></span></h2>
+              "news-title"><?php print $_downloads->db[$_guid]['title']; ?></span></h2>
+
+              <p><span class=
+              "news-date"><?php print $_downloads->db[$_guid]['date']; ?></span></p>
 
               <div class="news-description">
                 <?php print $_downloads->db[$_guid]['description']; ?>
Modified: website/public_html/beta/users/history/entry.php
==============================================================================
--- website/public_html/beta/users/history/entry.php	(original)
+++ website/public_html/beta/users/history/entry.php	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -41,9 +41,10 @@
 
             <div class="section-body">
               <h2><span class=
-              "news-title"><?php print $_history->db[$_guid]['title']; ?></span>
-              <span class=
-              "news-date"><?php print $_history->db[$_guid]['date']; ?></span></h2>
+              "news-title"><?php print $_history->db[$_guid]['title']; ?></span></h2>
+
+              <p><span class=
+              "news-date"><?php print $_history->db[$_guid]['date']; ?></span></p>
 
               <div class="news-description">
                 <?php print $_history->db[$_guid]['description']; ?>
Modified: website/public_html/beta/users/news/entry.php
==============================================================================
--- website/public_html/beta/users/news/entry.php	(original)
+++ website/public_html/beta/users/news/entry.php	2008-01-19 22:49:10 EST (Sat, 19 Jan 2008)
@@ -31,9 +31,10 @@
 
             <div class="section-body">
               <h2><span class=
-              "news-title"><?php print $_news->db[$_guid]['title']; ?></span>
-              <span class=
-              "news-date"><?php print $_news->db[$_guid]['date']; ?></span></h2>
+              "news-title"><?php print $_news->db[$_guid]['title']; ?></span></h2>
+
+              <p><span class=
+              "news-date"><?php print $_news->db[$_guid]['date']; ?></span></p>
 
               <div class="news-description">
                 <?php print $_news->db[$_guid]['description']; ?>