From 011c6984138397a59e3a42b68d0e160cde41543d Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 5 Jul 2014 15:03:04 -0700 Subject: [PATCH] Initial FAQ --- FAQ.mediawiki | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 FAQ.mediawiki diff --git a/FAQ.mediawiki b/FAQ.mediawiki new file mode 100644 index 0000000..dce067b --- /dev/null +++ b/FAQ.mediawiki @@ -0,0 +1,21 @@ += General = +== How do you write into array values? == +https://sourceforge.net/p/jsoncpp/discussion/483465/thread/24cb7c88/ + += Project = +== Where are the API docs? == +In a separate repo, to minimize the size of the code repo. +; source-code +: https://github.com/jacobsa/jsoncpp/ +; documentation +: http://cdunn2001.github.io/json-cpp/ +: https://github.com/cdunn2001/json-cpp +== Are you up-to-date with Chromium patches? == +Almost. We plan to be. +== Where are older questions and issues? == +* https://sourceforge.net/p/jsoncpp/discussion/ +* https://sourceforge.net/p/jsoncpp/_list/tickets + += MediaWiki = +== Why are you using media wiki here? == +Because it provides a nice TOC for all the questions. \ No newline at end of file