diff options
author | RedMatrix <info@friendica.com> | 2014-04-05 09:41:06 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-04-05 09:41:06 +1100 |
commit | 22cdfef21635f01088acbc1538c99a761a86f22d (patch) | |
tree | cc2059ab417e5677f885480f5f6d40844b3de2c8 /doc/to_do_doco.md | |
parent | f832e5958594a942060766993625893f22beb59e (diff) | |
parent | 022473bf6fbebcd75c9d35add36e7cf9947dabd5 (diff) | |
download | volse-hubzilla-22cdfef21635f01088acbc1538c99a761a86f22d.tar.gz volse-hubzilla-22cdfef21635f01088acbc1538c99a761a86f22d.tar.bz2 volse-hubzilla-22cdfef21635f01088acbc1538c99a761a86f22d.zip |
Merge pull request #396 from solstag/master
Update documentation on connecting to channels and on documentation.
Diffstat (limited to 'doc/to_do_doco.md')
-rw-r--r-- | doc/to_do_doco.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/to_do_doco.md b/doc/to_do_doco.md new file mode 100644 index 000000000..6e4f17724 --- /dev/null +++ b/doc/to_do_doco.md @@ -0,0 +1,29 @@ +# Documentation To-Do List #
+
+## How to contribute documentation ##
+
+Documentation files are in */doc*.
+
+When help is first accessed, the file loaded is *main.bb*. That file contains case sensitive links without an extension. The extensions is added automatically if the file is found, first *.md* then *.bb*.
+
+For translating documentation, create a directory in */doc* named by the language code, copy the files and translate the content.
+
+## Documentation we need to write ##
+
+* Database schema detailed descriptions
+
+* Complete plugin hook documentation
+
+* API documentation
+
+* Function and code documentation (doxygen)
+
+* New Member guide
+
+* "Extra Feature" reference, description of each
+
+* Detailed Personal Settings Documentation
+
+* Administration Guide (post-install)
+
+* Administration Guide (pre-install)
|