From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/thing_8php.html | 159 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 doc/old/html/thing_8php.html (limited to 'doc/old/html/thing_8php.html') diff --git a/doc/old/html/thing_8php.html b/doc/old/html/thing_8php.html new file mode 100644 index 000000000..f8cfdd7cc --- /dev/null +++ b/doc/old/html/thing_8php.html @@ -0,0 +1,159 @@ + + + + + + +The Red Matrix: mod/thing.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
thing.php File Reference
+
+
+ + + + + + +

+Functions

 thing_init (&$a)
 
 thing_content (&$a)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
thing_content ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
thing_init ($a)
+
+

verbs: [0] = first person singular, e.g. "I want", [1] = 3rd person singular, e.g. "Bill wants" We use the first person form when creating an activity, but the third person for use in activities FIXME: There is no accounting for verb gender for languages where this is significant. We may eventually require obj_verbs() to provide full conjugations and specify which form to use in the $_REQUEST params to this module.

+

The site administrator can do things that normals cannot. This is restricted because it will likely cause an activitystreams protocol violation and the activity might choke in some other network and result in unnecessary support requests. It isn't because we're trying to be heavy-handed about what you can and can't do.

+

Things, objects: We do not provide definite (a, an) or indefinite (the) articles or singular/plural designators That needs to be specified in your thing. e.g. Mike has "a carrot", Greg wants "balls", Bob likes "the Boston Red Sox".

+

Future work on this module might produce more complex activities with targets, e.g. Phillip likes Karen's moustache and to describe other non-thing objects like channels, such as Karl wants Susan - where Susan represents a channel profile.

+ +
+
+
+
+ -- cgit v1.2.3