diff options
author | friendica <info@friendica.com> | 2014-09-15 17:43:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 17:43:40 -0700 |
commit | 56c1c5cd88dd3686bf39686fd6f76c84714604b3 (patch) | |
tree | 29d6538165ca6138883af7e2e57b4280e818e5a8 | |
parent | e25a273100fe3127ec554085fa5128049a06214f (diff) | |
download | volse-hubzilla-56c1c5cd88dd3686bf39686fd6f76c84714604b3.tar.gz volse-hubzilla-56c1c5cd88dd3686bf39686fd6f76c84714604b3.tar.bz2 volse-hubzilla-56c1c5cd88dd3686bf39686fd6f76c84714604b3.zip |
couple of edits to make this more current
-rw-r--r-- | doc/intro_for_developers.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/intro_for_developers.bb b/doc/intro_for_developers.bb index 4fb8ed3a9..b44095d3d 100644 --- a/doc/intro_for_developers.bb +++ b/doc/intro_for_developers.bb @@ -16,14 +16,10 @@ [install] Installation and upgrade files and DB schema
-[js] core required javascript
-
[library] Third party modules (must be license compatible)
[mod] Controller modules based on URL pathname (e.g. #^[url=http://sitename/foo]http://sitename/foo[/url] loads mod/foo.php)
-[spec] protocol specifications
-
[util] translation tools, main English string database and other miscellaneous utilities
[version.inc] contains current version (auto-updated via cron for the master repository and distributed via git)
@@ -44,8 +40,7 @@ [li]app - peronal app data[/li]
[li]attach - file attachments[/li]
[li]auth_codes - OAuth usage[/li]
- [li]cache - TBD[/li]
- [li]challenge - old DFRN structure, may re-use or may deprecate[/li]
+ [li]cache - OEmbed cache[/li]
[li]channel - replaces Friendica 'user'[/li]
[li]chat - chat room content[/li]
[li]chatpresence - channel presence information for chat[/li]
@@ -62,7 +57,6 @@ [li]group_member - privacy groups[/li]
[li]hook - plugin hook registry[/li]
[li]hubloc - Red location storage, ties a location to an xchan[/li]
- [li]intro - DFRN introductions, may be obsolete[/li]
[li]item - posts[/li]
[li]item_id - other identifiers on other services for posts[/li]
[li]likes - likes of 'things'[/li]
|