summaryrefslogtreecommitdiffstats
path: root/doc/src/zh_CN
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-045-25/+25
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Translate bughowto.qdoc into zh_CN.Liang Qi2010-08-161-0/+53
| | | | | Merge-request: 775 Reviewed-by: Liang Qi <liang.qi@nokia.com>
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-214-100/+44
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Doc/qdoc: Use Chinese titles; canonicalize titles with non-ASCII chars.David Boddie2010-02-084-10/+7
| | | | | | | | | | The documentation root in the qdocconf file now refers to the Chinese title for the Tutorials page. Modified qdoc's function to canonicalize titles so that it preserves characters that outside the range of ASCII letters and numbers. Reviewed-by: Trust Me
* Doc: Added Simplified Chinese documents and build rules for them.David Boddie2010-02-044-0/+1116
Also updated qdoc's configuration reader so that we can put UTF-8 content in the .qdocconf files later. Reviewed-by: Trust Me