aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-11 18:28:13 -0700
committerFriendika <info@friendika.com>2011-07-11 18:28:13 -0700
commit180c15cdf86172edf58b071149e10af648ec90d4 (patch)
treea901e3dca7fa7d8a06683ba1fd5ad8de7f353e5b /boot.php
parent2a65d01ce29eff486dcffc47c9d297e1eb7472ea (diff)
downloadvolse-hubzilla-180c15cdf86172edf58b071149e10af648ec90d4.tar.gz
volse-hubzilla-180c15cdf86172edf58b071149e10af648ec90d4.tar.bz2
volse-hubzilla-180c15cdf86172edf58b071149e10af648ec90d4.zip
zot scraper
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index ae7d94dac..88d72dec3 100644
--- a/boot.php
+++ b/boot.php
@@ -89,6 +89,7 @@ define ( 'PAGE_FREELOVE', 3 );
* Network and protocol family types
*/
+define ( 'NETWORK_ZOT', 'zot!'); // Zot!
define ( 'NETWORK_DFRN', 'dfrn'); // Friendika, Mistpark, other DFRN implementations
define ( 'NETWORK_OSTATUS', 'stat'); // status.net, identi.ca, GNU-social, other OStatus implementations
define ( 'NETWORK_FEED', 'feed'); // RSS/Atom feeds with no known "post/notify" protocol
@@ -117,6 +118,7 @@ define ( 'NOTIFY_MAIL', 0x0010 );
* various namespaces we may need to parse
*/
+define ( 'NAMESPACE_ZOT', 'http://purl.org/macgirvin/zot' );
define ( 'NAMESPACE_DFRN' , 'http://purl.org/macgirvin/dfrn/1.0' );
define ( 'NAMESPACE_THREAD' , 'http://purl.org/syndication/thread/1.0' );
define ( 'NAMESPACE_TOMB' , 'http://purl.org/atompub/tombstones/1.0' );