File: preface.qbk

package info (click to toggle)
boost1.74 1.74.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464,084 kB
  • sloc: cpp: 3,338,324; xml: 131,293; python: 33,088; ansic: 14,336; asm: 4,034; sh: 3,351; makefile: 1,193; perl: 1,036; yacc: 478; php: 212; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (88 lines) | stat: -rw-r--r-- 4,317 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[/==============================================================================
    Copyright (C) 2001-2011 Joel de Guzman
    Copyright (C) 2001-2011 Hartmut Kaiser

    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)
===============================================================================/]

[section Preface]

[heading The Spirit Repository]

The __spirit__ repository is a community effort collecting different reusable
components (primitives, directives, grammars, etc.) for __qi__ parsers and 
__karma__ generators. All components in the repository have been peer reviewed 
and/or discussed on the __spirit_list__. The aim is to broaden the scope of the 
__spirit__ library while being able to maintain its high standards in terms of 
code quality, flexibility, and maintainability. At the same time it encourages 
people to contribute even small components as it lessens the hurdle of becoming 
a __boost__ and __spirit__ author. 

Maintainability of the code and author commitment over a longer period of time 
are crucial for /Spirit's/ success (as it is for the whole __boost__ project). 
That allows the repository to play an additional role in terms of being a 
proving ground for interested authors. It is a lot easier to remove code from 
the repository than from the /Spirit/ core library. So if an author can't 
maintain his/her contribution anymore for any reason, we are able to remove 
those parts from the repository more easily.

The repository is an excellent way of evolving things. The /Spirit/ core has 
been developed for years, so we have a certain confidence of it being properly 
designed and exposing a proven API. On the other hand, new ideas often need 
some time to 'come to the point'. Changing API's is part of this business. At 
the same time changing API's always mean user disruption, which we want to keep 
to a minimum. Again, changing things in the repository is ought to be a lot 
easier than in the core library.

The quality of contributions is another key to success. That includes not only 
the code itself, but takes into consideration such things as documentation, 
tests, examples. The authors activity on the mailing list is related as well, 
it's an important point. Only well supported things will evolve over time into 
usable, high quality components. The mandatory discussions and the review of 
contributions on the __spirit_list__ ensure the targeted high quality 
standards.

Based on the user feedback and general usability of things it is possible over 
time to move repository components/grammars into the /Spirit/ core library.

[heading How to use this manual]

Some icons are used to mark certain topics indicative of their relevance.
These icons precede some text to indicate:

[table Icons

    [[Icon]             [Name]          [Meaning]]

    [[__note__]         [Note]          [Generally useful information (an aside that
                                        doesn't fit in the flow of the text)]]

    [[__tip__]          [Tip]           [Suggestion on how to do something
                                        (especially something that not be obvious)]]

    [[__important__]    [Important]     [Important note on something to take
                                        particular notice of]]

    [[__caution__]      [Caution]       [Take special care with this - it may
                                        not be what you expect and may cause bad
                                        results]]

    [[__danger__]       [Danger]        [This is likely to cause serious
                                        trouble if ignored]]
]

This documentation is automatically generated by Boost QuickBook documentation
tool. QuickBook can be found in the __boost_tools__.

[heading Support]

Please direct all questions to Spirit's mailing list. You can subscribe to the
__spirit_list__. The mailing list has a searchable archive. A search link to
this archive is provided in __spirit__'s home page. You may also read and post
messages to the mailing list through __spirit_general__ (thanks to __gmane__).
The news group mirrors the mailing list. Here is a link to the archives:
__mlist_archive__.

[endsect] [/ Preface]