summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShashi Gowda <connect2shashi@gmail.com>2010-06-13 00:59:48 -0400
committerShashi Gowda <connect2shashi@gmail.com>2010-06-13 01:53:39 -0400
commit5e5a7d69e50bc010fb2fe4c5fff621efd53a4d77 (patch)
tree429bba40261c7fe2fdeb6a7000496c0132480c7b
parentd995d42a00324cf9127f638a98d066973ffe18cb (diff)
doodle: added README for SocialObject plugin and updated todo
-rw-r--r--plugins/SocialObject/README12
-rw-r--r--plugins/SocialObject/SocialObjectPlugin.php3
-rw-r--r--plugins/SocialObject/todo10
3 files changed, 16 insertions, 9 deletions
diff --git a/plugins/SocialObject/README b/plugins/SocialObject/README
new file mode 100644
index 000000000..6f04f457c
--- /dev/null
+++ b/plugins/SocialObject/README
@@ -0,0 +1,12 @@
+SocialObjectPlugin
+==================
+This is the base plugin for social-objects, i.e
+notices on crack - videos, photos, events blog
+posts etc.
+
+DO NOT ENABLE THIS PLUGIN, ENABLE THE RESPECTIVE
+SOCIAL OBJECT PLUGINS INSTEAD:
+
+- SocialVideoPlugin
+- SocialPhotoPlugin
+- SocialEventPlugin
diff --git a/plugins/SocialObject/SocialObjectPlugin.php b/plugins/SocialObject/SocialObjectPlugin.php
index c10b9c903..6654b0045 100644
--- a/plugins/SocialObject/SocialObjectPlugin.php
+++ b/plugins/SocialObject/SocialObjectPlugin.php
@@ -71,12 +71,13 @@ class SocialObjectPlugin extends Plugin
$m->connect('group/:group/'.$this->slug_plural,
array('action' => 'group'.$this->slug_plural,
'group' => '[a-zA-Z0-9]{1,64}'));
+ # more to come in future: popular & lists.
return true;
}
# use this to blow our caches.
# the alternative is to decide
- # which caches to blow, no thanks
+ # which keys to blow, no thanks
# Notice class already does that
function onEndCacheDelete($key)
{
diff --git a/plugins/SocialObject/todo b/plugins/SocialObject/todo
index 1e04a546b..5b3ad28b1 100644
--- a/plugins/SocialObject/todo
+++ b/plugins/SocialObject/todo
@@ -1,8 +1,2 @@
-* attr: name, model
-* ajaxFormUrl
-* asNotice
-* asAtom
-* asJson
-* ajaxForm
-* groups autocomplete
-* mentions autocomplete
+- autoload files
+- think about exchange over OStatus