more notes
This commit is contained in:
parent
b8609aba63
commit
95e08413b2
2
README
2
README
@ -7,4 +7,4 @@ Red is prototype code and does not currently function. This message will be chan
|
|||||||
|
|
||||||
At its heart, Red is a decentralised collection of location agnostic info streams (e.g. "channels") which are attached to permission controlled web resources, and which have the ability to discover each other and interact.
|
At its heart, Red is a decentralised collection of location agnostic info streams (e.g. "channels") which are attached to permission controlled web resources, and which have the ability to discover each other and interact.
|
||||||
|
|
||||||
Social networking emulation is one form that these streams can take, but they can take many other forms - limited only by your magination.
|
Social networking emulation is one form that these streams can take, but they can take many other forms - limited only by your imagination.
|
||||||
|
16
done
16
done
@ -77,8 +77,8 @@ include/
|
|||||||
|
|
||||||
mod/
|
mod/
|
||||||
|
|
||||||
+ abook.php
|
+ abook.php -> moved to connections.php
|
||||||
acl.php
|
? acl.php
|
||||||
admin.php
|
admin.php
|
||||||
allfriends.php
|
allfriends.php
|
||||||
api.php
|
api.php
|
||||||
@ -106,7 +106,7 @@ mod/
|
|||||||
filerm.php
|
filerm.php
|
||||||
filer.php
|
filer.php
|
||||||
follow.php
|
follow.php
|
||||||
friendica.php
|
friendica.php -> moved to siteinfo.php, require HTML templating, more
|
||||||
fsuggest.php
|
fsuggest.php
|
||||||
+ group.php
|
+ group.php
|
||||||
hcard.php
|
hcard.php
|
||||||
@ -152,10 +152,10 @@ mod/
|
|||||||
- register.php
|
- register.php
|
||||||
regmod.php
|
regmod.php
|
||||||
removeme.php
|
removeme.php
|
||||||
rsd_xml.php
|
rsd_xml.php (what do we need this for? What functionality/feature does it enable)
|
||||||
search_ac.php
|
search_ac.php
|
||||||
search.php
|
search.php
|
||||||
settings.php
|
settings.php - partially done
|
||||||
+ share.php
|
+ share.php
|
||||||
+ smilies.php
|
+ smilies.php
|
||||||
+ starred.php
|
+ starred.php
|
||||||
@ -164,9 +164,9 @@ mod/
|
|||||||
tagger.php
|
tagger.php
|
||||||
tagrm.php
|
tagrm.php
|
||||||
uexport.php
|
uexport.php
|
||||||
update_community.php
|
update_community.php - needs converting to json
|
||||||
update_network.php
|
update_network.php - needs converting to json
|
||||||
update_profile.php
|
update_profile.php - needs converting to json
|
||||||
viewcontacts.php
|
viewcontacts.php
|
||||||
view.php
|
view.php
|
||||||
+ viewsrc.php
|
+ viewsrc.php
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// What do we need this for?
|
||||||
|
|
||||||
function rsd_xml_content(&$a) {
|
function rsd_xml_content(&$a) {
|
||||||
header ("Content-Type: text/xml");
|
header ("Content-Type: text/xml");
|
||||||
echo '<?xml version="1.0" encoding="UTF-8"?>
|
echo '<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
||||||
<service>
|
<service>
|
||||||
<engineName>Friendica</engineName>
|
<engineName>Red</engineName>
|
||||||
<engineLink>http://friendica.com/</engineLink>
|
<engineLink>http://friendica.com/</engineLink>
|
||||||
<apis>
|
<apis>
|
||||||
<api name="Twitter" preferred="true" apiLink="'.$a->get_baseurl().'/api/" blogID="">
|
<api name="Twitter" preferred="true" apiLink="'.$a->get_baseurl().'/api/" blogID="">
|
||||||
|
Reference in New Issue
Block a user