From 28e0665caddb84598ab2fc74abcd70267d3be7f1 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Jun 2013 02:04:44 -0700 Subject: doc update, plus possible fix to "complex delivery chains" issue. Basically when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members. --- doc/html/thing_8php.html | 155 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 doc/html/thing_8php.html (limited to 'doc/html/thing_8php.html') diff --git a/doc/html/thing_8php.html b/doc/html/thing_8php.html new file mode 100644 index 000000000..b6183f78e --- /dev/null +++ b/doc/html/thing_8php.html @@ -0,0 +1,155 @@ + + + + + + +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)
+
+ +
+
+
+
+ -- cgit v1.2.3 From 6e880cfd4954c4a044358a823fac4dc9d5467a6b Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Jul 2013 17:22:40 -0700 Subject: use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF --- doc/html/thing_8php.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/html/thing_8php.html') diff --git a/doc/html/thing_8php.html b/doc/html/thing_8php.html index b6183f78e..1ef632d27 100644 --- a/doc/html/thing_8php.html +++ b/doc/html/thing_8php.html @@ -147,6 +147,10 @@ Functions
+

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 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/thing_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/thing_8php.html') diff --git a/doc/html/thing_8php.html b/doc/html/thing_8php.html index 1ef632d27..f8cfdd7cc 100644 --- a/doc/html/thing_8php.html +++ b/doc/html/thing_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- cgit v1.2.3