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.
|
||||
|
||||
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/
|
||||
|
||||
+ abook.php
|
||||
acl.php
|
||||
+ abook.php -> moved to connections.php
|
||||
? acl.php
|
||||
admin.php
|
||||
allfriends.php
|
||||
api.php
|
||||
@ -106,7 +106,7 @@ mod/
|
||||
filerm.php
|
||||
filer.php
|
||||
follow.php
|
||||
friendica.php
|
||||
friendica.php -> moved to siteinfo.php, require HTML templating, more
|
||||
fsuggest.php
|
||||
+ group.php
|
||||
hcard.php
|
||||
@ -152,10 +152,10 @@ mod/
|
||||
- register.php
|
||||
regmod.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.php
|
||||
settings.php
|
||||
settings.php - partially done
|
||||
+ share.php
|
||||
+ smilies.php
|
||||
+ starred.php
|
||||
@ -164,9 +164,9 @@ mod/
|
||||
tagger.php
|
||||
tagrm.php
|
||||
uexport.php
|
||||
update_community.php
|
||||
update_network.php
|
||||
update_profile.php
|
||||
update_community.php - needs converting to json
|
||||
update_network.php - needs converting to json
|
||||
update_profile.php - needs converting to json
|
||||
viewcontacts.php
|
||||
view.php
|
||||
+ viewsrc.php
|
||||
|
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
// What do we need this for?
|
||||
|
||||
function rsd_xml_content(&$a) {
|
||||
header ("Content-Type: text/xml");
|
||||
echo '<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
||||
<service>
|
||||
<engineName>Friendica</engineName>
|
||||
<engineName>Red</engineName>
|
||||
<engineLink>http://friendica.com/</engineLink>
|
||||
<apis>
|
||||
<api name="Twitter" preferred="true" apiLink="'.$a->get_baseurl().'/api/" blogID="">
|
||||
|
Reference in New Issue
Block a user