diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox
index 97cc108..584ea18 100644
--- a/doc/jsoncpp.dox
+++ b/doc/jsoncpp.dox
@@ -25,10 +25,11 @@ Here is an example of JSON data:
"indent" : { "length" : 3, "use_space": true }
}
\endverbatim
+jsoncpp
supports comments as meta-data.
\section _features Features
- read and write JSON document
-- attach C and C++ style comments to element during parsing
+- attach C++ style comments to element during parsing
- rewrite JSON document preserving original comments
Notes: Comments used to be supported in JSON but where removed for
@@ -84,43 +85,35 @@ std::cout << root;
\section _pbuild Build instructions
The build instructions are located in the file
-README.txt in the top-directory of the project.
+README.txt in the top-directory of the project.
-Permanent link to the latest revision of the file in subversion:
-latest README.txt
-
-\section _pdownload Download
-The sources can be downloaded from
-SourceForge download page.
-
-The latest version of the source is available in the project's subversion repository:
-
-http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/
-
-To checkout the source, see the following
-instructions.
+The latest version of the source is available in the project's GitHub repository:
+
+jsoncpp
\section _news What's New?
The description of latest changes can be found in
-NEWS.txt in the top-directory of the project.
+NEWS.txt in the top-directory of the project.
-Permanent link to the latest revision of the file in subversion:
-latest NEWS.txt
-
-\section _plinks Project links
-- json-cpp home
-- json-cpp sourceforge project
+TODO: Move to wiki.
\section _rlinks Related links
- JSON Specification and alternate language implementations.
- YAML A data format designed for human readability.
- UTF-8 and Unicode FAQ.
+\section _plinks Old project links
+- https://sourceforge.net/projects/jsoncpp/
+- http://jsoncpp.sourceforge.net
+- http://sourceforge.net/projects/jsoncpp/files/
+- http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/
+- http://jsoncpp.sourceforge.net/old.html
+
\section _license License
-See file LICENSE in the top-directory of the project.
+See file LICENSE
in the top-directory of the project.
Basically JsonCpp is licensed under MIT license, or public domain if desired
and recognized in your jurisdiction.
-\author Baptiste Lepilleur
+\author Baptiste Lepilleur (originator)
*/