aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/To-Do-Code.md4
-rw-r--r--doc/Widgets.md3
-rw-r--r--doc/to_do_code.bb4
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/To-Do-Code.md b/doc/To-Do-Code.md
index 58ecd18c6..fe5ec1842 100644
--- a/doc/To-Do-Code.md
+++ b/doc/To-Do-Code.md
@@ -23,6 +23,10 @@ We need much more than this, but here are areas where developers can help. Pleas
* (Advanced) create a UI for building Comanche pages
+* External post connectors - create standard interface
+
+* External post connectors, add popular services
+
* templatise and translate the Web interface to webDAV
* Extend WebDAV to provide desktop access to photo albums
diff --git a/doc/Widgets.md b/doc/Widgets.md
index dc7093f8a..0f8d948ff 100644
--- a/doc/Widgets.md
+++ b/doc/Widgets.md
@@ -33,6 +33,9 @@ Some/many of these widgets have restrictions which may restrict the type of page
* filer - select filed items from network/matrix stream - must be logged in
* archive - date range selector for network and channel pages
+ * args: 'wall' - 1 or 0, limit to wall posts or network/matrix posts (default)
+ * 'style': 'list' or 'select' - presentation format, a select form element or a list, default 'select'
+ *
* fullprofile - same as profile currently
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb
index ac337e5d8..fc2c2082d 100644
--- a/doc/to_do_code.bb
+++ b/doc/to_do_code.bb
@@ -28,7 +28,9 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Extend WebDAV to provide desktop access to photo albums]/li]
-[li]Create a module PDL editor (separate from but integrated with the page layout editor) as a separate module. This will allow folks to view and alter the pre-defined layouts for any module in the system. If the custom module is removed or empty, revert to the system layout.
+[li]External post connectors - create standard interface[/li]
+
+[li]External post connectors, add popular services[/li]
[li]service classes - provide a pluggable subscription payment gateway for premium accounts[/li]