Update of /cvsroot/boost/boost/more
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3901/more
Modified Files:
Tag: RC_1_34_0
getting_started.html
Added Files:
Tag: RC_1_34_0
getting_started.rst Jamfile.v2
Log Message:
Massive overhaul of Getting Started guide.
--- NEW FILE: getting_started.rst ---
============================
|(logo)|__ Getting Started
============================
.. |(logo)| image:: ../boost.png
:alt: Boost
:class: boost-logo
__ ../index.htm
.. section-numbering::
:depth: 2
.. contents:: Contents
:depth: 2
:class: sidebar small
.. ## Update this substitution for each release
[...965 lines suppressed...]
used in the examples.
.. [#lowercase-l] That option is a dash followed by a lowercase âLâ
character, which looks very much like a numeral 1 in some fonts.
.. [#distinct] This convention distinguishes the static version of
a Boost library from the import library for an
identically-configured Boost DLL, which would otherwise have the
same name.
.. [#debug-abi] These libraries were compiled without optimization
or inlining, with full debug symbols enabled, and without
``NDEBUG`` ``#define``\ d. All though it's true that sometimes
these choices don't affect binary compatibility with other
compiled code, you can't count on that with Boost libraries.
.. [#native] This feature of STLPort is deprecated because it's
impossible to make it work transparently to the user; we don't
recommend it.
--- NEW FILE: Jamfile.v2 ---
# Copyright David Abrahams 2006. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import docutils ;
import path ;
sources = getting_started.rst ;
bases = $(sources:S=) ;
# This is a path relative to the html/ subdirectory where the
# generated output will eventually be moved.
stylesheet = "--stylesheet=../rst.css" ;
for local b in $(bases)
{
html $(b) : $(b).rst :
# <docutils-cmd>"PYTHONPATH=~/src/boost/tools && python
~/src/boost/tools/litre/active-rst.py"
# <docutils-html>"-gdt --writer=html --source-url="./$(b).rst"
--link-stylesheet --traceback --trim-footnote-reference-space
--footnote-references=superscript "$(stylesheet)
<docutils-html>"-gdt --source-url="./$(b).rst" --link-stylesheet
--traceback --trim-footnote-reference-space --footnote-references=superscript
"$(stylesheet)
;
}
alias htmls : $(bases) ;
stage . : $(bases) ;
Index: getting_started.html
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started.html,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- getting_started.html 21 Jul 2006 15:06:06 -0000 1.32.2.1
+++ getting_started.html 11 Dec 2006 20:46:10 -0000 1.32.2.2
@@ -1,1554 +1,956 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Getting Started</title>
- <meta content="HTML Tidy for Cygwin (vers 1st April 2002), see www.w3.org"
- name="generator">
- <meta content="Microsoft FrontPage 5.0" name="generator">
[...2469 lines suppressed...]
+<tr><td class="label"><a class="fn-backref" href="#id25"
name="native">[9]</a></td><td>This feature of STLPort is deprecated because it's
+impossible to make it work transparently to the user; we don't
+recommend it.</td></tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="footer">
+<hr class="footer" />
+<a class="reference" href="./getting_started.rst">View document source</a>.
+Generated on: 2006-12-11 20:27 UTC.
+Generated by <a class="reference"
href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
- <p><small>Distributed under the Boost Software License, Version 1.0. (See
- accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
- at <a href=
-
"http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
+</div>
</body>
</html>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs