diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 20:58:05 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 20:58:05 -0700 |
commit | 039f56f390c69ad0aedadcca3d611fea0d9eebf9 (patch) | |
tree | 757f0ce289961e3efa2441a9a625872aa34b3815 /doc | |
parent | b4cbb3aeb1b7b383966bd8ca36d8a2f2fa608f0b (diff) | |
download | volse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.tar.gz volse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.tar.bz2 volse-hubzilla-039f56f390c69ad0aedadcca3d611fea0d9eebf9.zip |
mostly doc tweaks, some import/export work
Diffstat (limited to 'doc')
-rw-r--r-- | doc/to_do_code.bb | 1 | ||||
-rw-r--r-- | doc/to_do_doco.bb | 23 |
2 files changed, 1 insertions, 23 deletions
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 7fb6da858..94421bab0 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -14,6 +14,7 @@ We need much more than this, but here are areas where developers can help. Pleas [li]provide a way for xchans with a certain network type to upgrade (unknown to rss, rss to statusnet, friendica-over-diaspora to friendica, for instance) based on new knowledge and/or redmatrix ability[/li]
[li](done - HZ) If DAV folders exist, add an option to the Settings page to set a default folder for attachment uploads.[/li]
[li]Integrate the "open site" list with the register page[/li]
+[li]Support comments and member notes on documentation pages (to achieve an effect similar to php.net)[/li]
[li]implement oembed provider interface[/li]
[li]refactor the oembed client interface so that we can safely sandbox remote content[/li]
[li]Many modern social apps now have both a profile photo and a "cover photo". Add support for this. [/li]
diff --git a/doc/to_do_doco.bb b/doc/to_do_doco.bb deleted file mode 100644 index d0f595b3e..000000000 --- a/doc/to_do_doco.bb +++ /dev/null @@ -1,23 +0,0 @@ -[b]Documentation To-Do List[/b]
-
-[b]Documentation we need to write[/b]
-
- 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)
-
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
|