diff --git a/doc/display_libs.php b/doc/display_libs.php
index 3fcb141f..2142ade2 100644
--- a/doc/display_libs.php
+++ b/doc/display_libs.php
@@ -3,10 +3,13 @@ require_once(dirname(__FILE__) . '/../common/code/boost_archive.php');
$_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'),
diff --git a/doc/libraries.xml b/doc/libraries.xml
index b95857d1..26c15812 100644
--- a/doc/libraries.xml
+++ b/doc/libraries.xml
@@ -191,10 +191,10 @@
1.9.0
Disjoint Sets
-
- Boost.DisjointSets provides disjoint sets
+ Boost.DisjointSets provides disjoint sets
operations with union by rank and path
- compression.
+ compression.
+ libs/disjoint_sets/disjoint_sets.html
false
false
true
@@ -435,7 +435,7 @@
complex numbers often used to parameterise rotations in three
dimentional space. Octonions, like quaternions, are a relative
of complex numbers.
- libs/math/doc/index.html
+ doc/html/boost_math.html
false
false
true
@@ -448,7 +448,7 @@
Daryle Walker
Greatest common divisor and least common
multiple.
- libs/math/doc/common_factor.html
+ doc/html/boost_math/gcd_lcm.html
false
false
true
@@ -460,7 +460,7 @@
Math Octonion
Hubert Holin
Octonions.
- libs/math/octonion/index.html
+ doc/html/boost_math/octonions.html
false
false
true
@@ -472,7 +472,7 @@
Math Quaternion
Hubert Holin
Quaternions.
- libs/math/quaternion/index.html
+ doc/html/boost_math/quaternions.html
false
false
true
@@ -485,8 +485,7 @@
Hubert Holin
Mathematical special functions such as atanh,
sinc, and sinhc.
-
- libs/math/special_functions/index.html
+ doc/html/boost_math/math_special_functions.html
false
false
true
diff --git a/style/css_0/content.css b/style/css_0/content.css
index cb10b50f..9107a21e 100644
--- a/style/css_0/content.css
+++ b/style/css_0/content.css
@@ -509,3 +509,8 @@
#content .section dl.bibliography dt {
margin: 0em 0em 1em 0em;
}
+/* */
+#content .news-date {
+ color: #777;
+ font-size: 90%;
+}
diff --git a/users/download/entry.php b/users/download/entry.php
index e73addb4..6d3acdba 100644
--- a/users/download/entry.php
+++ b/users/download/entry.php
@@ -31,9 +31,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
db[$_guid]['title']; ?>
- db[$_guid]['date']; ?>
+ "news-title">db[$_guid]['title']; ?>
+
+
db[$_guid]['date']; ?>
db[$_guid]['description']; ?>
diff --git a/users/history/entry.php b/users/history/entry.php
index 5ffaf202..316403da 100644
--- a/users/history/entry.php
+++ b/users/history/entry.php
@@ -41,9 +41,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
db[$_guid]['title']; ?>
- db[$_guid]['date']; ?>
+ "news-title">db[$_guid]['title']; ?>
+
+
db[$_guid]['date']; ?>
db[$_guid]['description']; ?>
diff --git a/users/news/entry.php b/users/news/entry.php
index af3a3602..68bd9ded 100644
--- a/users/news/entry.php
+++ b/users/news/entry.php
@@ -31,9 +31,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
db[$_guid]['title']; ?>
- db[$_guid]['date']; ?>
+ "news-title">db[$_guid]['title']; ?>
+
+
db[$_guid]['date']; ?>
db[$_guid]['description']; ?>