get rid of 'Friendika'
This commit is contained in:
parent
abba881a02
commit
2347a4326c
79 changed files with 199 additions and 468 deletions
|
@ -1,11 +0,0 @@
|
|||
<?php
|
||||
|
||||
require_once('mod/friendica.php');
|
||||
|
||||
function friendika_init(&$a) {
|
||||
friendica_init($a);
|
||||
}
|
||||
|
||||
function friendika_content(&$a) {
|
||||
return friendica_content($a);
|
||||
}
|
|
@ -23,7 +23,7 @@ function localtime_content(&$a) {
|
|||
|
||||
$o .= '<h3>' . t('Time Conversion') . '</h3>';
|
||||
|
||||
$o .= '<p>' . t('Friendika provides this service for sharing events with other networks and friends in unknown timezones.') . '</p>';
|
||||
$o .= '<p>' . t('Friendica provides this service for sharing events with other networks and friends in unknown timezones.') . '</p>';
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ function rsd_xml_content(&$a) {
|
|||
echo '<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
||||
<service>
|
||||
<engineName>Friendika</engineName>
|
||||
<engineLink>http://friendika.com/</engineLink>
|
||||
<engineName>Friendica</engineName>
|
||||
<engineLink>http://friendica.com/</engineLink>
|
||||
<apis>
|
||||
<api name="Twitter" preferred="true" apiLink="'.$a->get_baseurl().'/api/" blogID="">
|
||||
<settings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue