2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-25 18:52:30 +00:00

Fix some display problems and switch some libs to raw docs.

[SVN r42875]
This commit is contained in:
Rene Rivera
2008-01-20 03:49:10 +00:00
parent 0891745d8b
commit 6dff47607e
6 changed files with 29 additions and 19 deletions

View File

@@ -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'),

View File

@@ -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>

View File

@@ -509,3 +509,8 @@
#content .section dl.bibliography dt {
margin: 0em 0em 1em 0em;
}
/* */
#content .news-date {
color: #777;
font-size: 90%;
}

View File

@@ -31,9 +31,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
<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']; ?>

View File

@@ -41,9 +41,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
<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']; ?>

View File

@@ -31,9 +31,10 @@ $_guid = basename($_SERVER["PATH_INFO"]);
<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']; ?>