Removed autotools cruft.
[libsex.git] / doc / ABOUT.mdwn.in
blob63e0e9cbc3b1b9de9969579129579a18816e0c1f
1 # @LIBRARY_NAME@: @PROJECT_BRIEF@
3 ## about
5 @LIBRARY_NAME@ is an exception library for C++ that avoids
6 std::bad_alloc being thrown when you just don't want to
7 have it, allows for safe chaining of exceptions, message
8 backtraces, easy creation and localization of exception
9 class hierarchies and their message templates, while being
10 embarassingly simple.
12 Concrete usage examples contained in the tests directory.
15 ## news
17 * 2011-08-13 @LIBRARY_NAME@-3.0.0
18 * 2010-09-26 @LIBRARY_NAME@-2.0.0 (never released)
19 * 2010-03-12 @LIBRARY_NAME@-1.0.0 (never released)
20 * 2010-02-19 development started
23 ## changelog
25 ### 2011-08-13 @LIBRARY_NAME@-3.0.0
27 First public release.
30 ## dependencies
32 * CMake
33 * CppUnit (unit testing, optional)
34 * Doxygen (API documentation, optional)
37 ## faq
39 ### Q
44 ## bugs to be fixed
46 None.
49 ## authors
51 * Andreas Waidler <arandes@programmers.at>
53 ## repo
55 * git://repo.or.cz/@LIBRARY_NAME@.git
56 * <http://www.repo.or.cz/w/@LIBRARY_NAME@.git>
58 ## homepage
60 * <http://programmers.at/work/on/@LIBRARY_NAME@>
62 ## download
64 * <http://programmers.at/work/on/@LIBRARY_NAME@/@LIBRARY_NAME@-3.0.0.tar.gz>
67 ## license
69 Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
71 Permission to use, copy, modify, and/or distribute this
72 software for any purpose with or without fee is hereby
73 granted, provided that the above copyright notice and this
74 permission notice appear in all copies.
76 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS
77 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
78 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
79 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
80 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
81 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
82 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
83 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
84 USE OR PERFORMANCE OF THIS SOFTWARE.