Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2008-01-17 10:48:56


Author: pbristow
Date: 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
New Revision: 42834
URL: http://svn.boost.org/trac/boost/changeset/42834

Log:
Added Boost license to all qbk docs
Removed:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/.svg_plot.qbk.swp
Text files modified:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_full_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_simple_tutorial.qbk | 9 +++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_special_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_tutorial.qbk | 8 ++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_full_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_simple_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_special_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_tutorial.qbk | 8 ++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/acknowledgements.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/behavior_tutorial.qbk | 8 ++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_full_tutorial.qbk | 8 ++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_simple_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_tutorial.qbk | 8 +++++++-
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/colors.qbk | 6 ++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk | 14 ++++++++++----
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/interface.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/plot_defaults.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/rationale.qbk | 15 ++++++++-------
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/stylesheet_tutorial.qbk | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_interface.qbk | 12 +++++++++---
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk | 20 ++++++--------------
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_tutorial.qbk | 8 ++++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk | 13 +++++++++++--
   23 files changed, 176 insertions(+), 31 deletions(-)

Deleted: sandbox/SOC/2007/visualization/libs/svg_plot/doc/.svg_plot.qbk.swp
==============================================================================
Binary file. No diff available.

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_full_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_full_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_full_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -99,3 +99,10 @@
 
 [endsect] [/section:tutorial_1d_example_code]
 
+
+[/ 1d_full_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_simple_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_simple_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_simple_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -90,3 +90,12 @@
 or embedded into documents.
 
 [endsect] [/section:tutorial_code_1d_simple 1D Simple Program]
+
+
+[/ 1d_simple_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_special_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_special_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_special_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -37,3 +37,10 @@
 turn the axis back on. To do that, you must call `axis_on(true)`]
 
 [endsect] [/1d_special Tutorial: 1D Special Features]
+
+[/ 1d_special_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/1d_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -8,3 +8,11 @@
 
 [endsect] [/1d_tutorial]
 
+[/ 1d_tutorial.qbk
+ Copyright 2008 Jake Voytko.
+ 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).
+]
+
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_full_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_full_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_full_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -96,3 +96,10 @@
 
 [endsect] [/section:tutorial_2d_example_code]
 
+
+[/ 2D_full_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_simple_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_simple_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_simple_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -78,3 +78,10 @@
 
 [endsect] [/section:tutorial_code_simple Simple program]
 
+[/ 2d-simple_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_special_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_special_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_special_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -64,3 +64,10 @@
 [warning The `_bezier_curve` feature still displays undesired behavior in extreme circumstances. Do not use this feature with curves that have a numeric_limit value (`-NaN`, for example), or with data that has high irregularity in X-Axis spacing (for example, a clump of points between (0, 1) on the X axis, with the next one at 100 on the X axis.)]
 
 [endsect] [/2d_special Tutorial: 2D Special Features]
+
+[/ 2d_special_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/2d_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -7,3 +7,11 @@
 [include 2d_special_tutorial.qbk]
 
 [endsect] [/2d_tutorial]
+
+[/ 2d_tutorial.qbk
+ Copyright 2008 Jake Voytko.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/acknowledgements.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/acknowledgements.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/acknowledgements.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -15,3 +15,10 @@
 and patience.
 
 [endsect] [/section:acknowledgements]
+
+[/ acknowledgements.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/behavior_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/behavior_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/behavior_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -96,3 +96,11 @@
 
 [endsect] [/section:behavior_stylesheets]
 [endsect] [/section:behavior Behavior]
+
+[/ behaviour_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_full_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_full_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_full_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -1,3 +1,11 @@
 [section:svg_boxplot_tutorial_full Full Boxplot Layout]
 [/ TODO?]
 [endsect] [/section:svg_boxplot_tutorial_full Full Boxplot Layout]
+
+[/ boxplot_full_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_simple_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_simple_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_simple_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -95,3 +95,10 @@
 my_plot.write("boxplot_simple.svg");
 ``
 [endsect] [/section:svg_boxplot_tutorial_simple]
+
+[/ boxplot_simple_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/boxplot_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -4,5 +4,11 @@
 
 [include boxplot_full_tutorial.qbk]
 
-
 [endsect] [/section:tutorial]
+
+[/ boxplot_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/colors.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/colors.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/colors.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -86,3 +86,9 @@
 
 [endsect] [/section:color Color]
 
+[/ colors.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -52,11 +52,17 @@
 [@http://www.w3.org/TR/REC-xml/#sec-comments XML specification]
 and file format for describing two-dimensional vector graphics.
 
-SVG files (.svg) can be viewed with a browser like Mozilla Firefox (newer version),
+SVG files (.svg) can be viewed with a internet browser:
+
+* Mozilla Firefox (newer versions),
 [@http://www.adobe.com/products/acrobat/readstep2.htmlAdobe Acrobat Reader],
-many other graphics program, and by Microsoft Internet Explorer,
-provided a suitable
-[@http://www.adobe.com/svg/ Adobe SVG Veiwer plug-in for SVG files] is installed.
+* [@www.opera.com Opera] has [@http://www.opera.com/docs/specs/svg/ svg support]
+but the quality if redering is often not as good as other browsers.
+* Microsoft Internet Explorer, provided a suitable
+[@http://www.adobe.com/svg/ Adobe SVG Viewer plug-in for SVG files] is installed,
+* [@http://www.inkscape.org/ Inkscape, a fine Open Source SVG viewer
+with excellent rendering, full scaling and other editing features.
+* and by many other graphics programs.
 
 The goals of the project are:
 

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/interface.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/interface.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/interface.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -345,3 +345,10 @@
 ] [/ table Required parameter]
 [endsect] [/section:svg_2d_plot_interface]
 [endsect] [/section:interface]
+
+[/ interface.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/plot_defaults.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/plot_defaults.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/plot_defaults.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -75,3 +75,10 @@
 [endsect] [/section:2d_defaults `svg_2d_plot` Defaults]
 
 [endsect] [/section:defaults]
+
+[/ defaults.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/rationale.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/rationale.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/rationale.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -22,13 +22,7 @@
  9 if major on 0, minor on 1,2,3,4,5,6,7,8,9, major on 10
  
  
-
-
-
-
-
-
-[/h4 Minor ticks]
+ [/h4 Minor ticks]
 
 
 This section provide more information about this implementation
@@ -330,3 +324,10 @@
 Some data members end with _ to avoid name clashes, another widely used convention.
 
 [endsect] [/section:implementation Implementation & Rationale]
+
+[/ rationale.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/stylesheet_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/stylesheet_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/stylesheet_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -20,3 +20,10 @@
 [$images/1d_simple_style.png]
 
 [endsect] [/section:tutorial_stylesheet Stylesheet Tutorial]
+
+[/ stylesheet_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_interface.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_interface.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_interface.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -3,8 +3,6 @@
   [[Signature] [Description] [Notes & Examples]]
 
   [[`svg()`] [Constructor] [Default image size (pixels) is (400, 400).]]
-
- [[`svg()`] [Constructor] [Default image size (pixels) is (400, 400).]]
 ]
 
 [table `svg` shapes
@@ -17,7 +15,7 @@
 ``
 path_element& my_path = image.path();
 
-my_path.M(3, 3).l(150, 150);
+my_path.M(3, 3).l(150, 150).m(5, 6).l(7, 8).l(9, 10); // and so on.
 ``
 ]]
 
@@ -101,3 +99,11 @@
   [[`svg& write(std::ostream&)`] [Writes the document to the stream represented by the argument.][]]
 ]
 [endsect] [/section:svg_interface]
+
+
+[/ svg_interface.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -10,31 +10,23 @@
     ]
 ]
 
-[/ Editorial work by Paul A. Bristow 16 Oct 2007]
-
 [include how_to_use.qbk]
-
 [include to_do.qbk]
-
 [include colors.qbk]
-
 [include svg_tutorial.qbk]
-
 [include 1d_tutorial.qbk]
-
 [include 2d_tutorial.qbk]
-
 [include boxplot_tutorial.qbk]
-
 [include stylesheet_tutorial.qbk]
-
 [include behavior_tutorial.qbk]
-
 [include plot_defaults.qbk]
-
 [include interface.qbk]
-
 [include rationale.qbk]
-
 [include acknowledgements.qbk]
 
+[/ svg_plot.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_tutorial.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_tutorial.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_tutorial.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -1,2 +1,10 @@
 [section:svg_tutorial SVG tutorial]
 [endsect]
+
+[/ svg_tutorial.qbk
+ Copyright 2008 Jake Voytko and Paul A. Bristow.
+ 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).
+]
+

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk 2008-01-17 10:48:53 EST (Thu, 17 Jan 2008)
@@ -9,10 +9,12 @@
 * Allow *function pointers* to specify functions as input. A typical use case
 is to just see what a function like [^sin(x)] looks like.
 * *Radian coordinate system*.
-* Implementation of *SVG's DOM*. This will make the SVG class useful for other things than solely making graphs!
+* Implementation of *SVG's DOM*.
+This will make the SVG class useful for other things than solely making graphs!
 * *Automatic scaling* of the axis.
 * Allow *2D plots of 1D containers*.
-Currently I am having trouble with having functors that update state interact with `make_transform_iterator`, and have omitted the feature.
+Currently I am having trouble with having functors that update state interact
+with `make_transform_iterator`, and have omitted the feature.
 * Allow *other image formats*. This is certainly an after-GSoC project, as
 there are many inherent difficulties with this part. The solution that I am
 currently playing with is allowing the user to pass a functor that traverses
@@ -31,3 +33,10 @@
 * *Histograms*.
 
 [endsect] [/section:todo To Do]
+
+[/ todo.qbk
+ Copyright 2008 Jake Voytko.
+ 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).
+]


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