commit 75c93f7107d88f919df55dea05818c6d43ef6897 Author: Cornelius Schumacher Date: Wed Sep 28 17:08:49 2011 +0200 Add API docs and source code link. diff --git a/qjson/qjson.1970-01-01.manifest b/qjson/qjson.1970-01-01.manifest index c1d5011..6c0eb9f 100644 --- a/qjson/qjson.1970-01-01.manifest +++ b/qjson/qjson.1970-01-01.manifest @@ -5,7 +5,9 @@ "version": "0.7.1", "summary": "Development files for QJson", "urls": { - "homepage": "http://qjson.sourceforge.net/" + "homepage": "http://qjson.sourceforge.net/", + "api_docs": "http://qjson.sourceforge.net/docs/index.html", + "vcs": "https://gitorious.org/qjson" }, "licenses": ["LGPL"], "description": "JSON (JavaScript Object Notation) is a lightweight data-interchange format.\nIt can represent integer, real number, string, an ordered sequence of value,\nand a collection of name/value pairs. QJson is a qt-based library that maps\nJSON data to QVariant objects. JSON arrays will be mapped to QVariantList\ninstances, while JSON's objects will be mapped to QVariantMap.\n\nThis package contains files for developing applications using QJson.\n\n",