remove references to redmatrix.me
This commit is contained in:
parent
1c8f63f1e5
commit
99bd69adfe
@ -16,4 +16,4 @@ The RedMatrix is ideal for communities of any size, from private individuals and
|
|||||||
|
|
||||||
The Red Matrix is free and open source distributed under the MIT license.
|
The Red Matrix is free and open source distributed under the MIT license.
|
||||||
|
|
||||||
For a list of public hubs see [redmatrix.me/pubsites](https://redmatrix.me/pubsites). For installation instructions see [install/INSTALL.txt](install/INSTALL.txt)
|
For a list of public hubs see [zothub.com/pubsites](https://zothub.com/pubsites). For installation instructions see [install/INSTALL.txt](install/INSTALL.txt)
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
<li>[u]underlined[/u] - <u>underlined</u><br />
|
<li>[u]underlined[/u] - <u>underlined</u><br />
|
||||||
<li>[s]strike[/s] - <strike>strike</strike><br />
|
<li>[s]strike[/s] - <strike>strike</strike><br />
|
||||||
<li>[color=red]red[/color] - <span style="color: red;">red</span><br />
|
<li>[color=red]red[/color] - <span style="color: red;">red</span><br />
|
||||||
<li>[url=https://redmatrix.me]$Projectname[/url] <a href="https://redmatrix.me">$Projectname</a><br />
|
<li>[url=https://zothub.com]$Projectname[/url] <a href="https://zothub.com">$Projectname</a><br />
|
||||||
<li>[img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo" /><br />
|
<li>[img]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo" /><br />
|
||||||
<li>[img float=left]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" style="float:left;" alt="Image/photo" /><br />
|
<li>[img float=left]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg" style="float:left;" alt="Image/photo" /><br />
|
||||||
<div style="clear:both;"></div>
|
<div style="clear:both;"></div>
|
||||||
<li>[img float=right]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" style="float:right;" alt="Image/photo" /><br />
|
<li>[img float=right]https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://zothub.com/images/default_profile_photos/rainbow_man/48.jpg" style="float:right;" alt="Image/photo" /><br />
|
||||||
<div style="clear:both;"></div>
|
<div style="clear:both;"></div>
|
||||||
<li>[code]code[/code] <code>code</code><br />
|
<li>[code]code[/code] <code>code</code><br />
|
||||||
<li>[quote]quote[/quote] <blockquote>quote</blockquote><br />
|
<li>[quote]quote[/quote] <blockquote>quote</blockquote><br />
|
||||||
@ -50,8 +50,8 @@
|
|||||||
<p>$Projectname specific codes</p>
|
<p>$Projectname specific codes</p>
|
||||||
<ul class="listbullet" style="list-style-type: circle;">
|
<ul class="listbullet" style="list-style-type: circle;">
|
||||||
<li>[&copy;] © This works for many HTML entities</li>
|
<li>[&copy;] © This works for many HTML entities</li>
|
||||||
<li>[zrl]https://redmatrix.me[/zrl] Magic-auth version of [url] tag</li>
|
<li>[zrl]https://zothub.com[/zrl] Magic-auth version of [url] tag</li>
|
||||||
<li>[zmg]https://redmatrix.me/some/photo.jpg[/zmg] Magic-auth version of [img] tag<br /></li>
|
<li>[zmg]https://zothub.com/some/photo.jpg[/zmg] Magic-auth version of [img] tag<br /></li>
|
||||||
|
|
||||||
<li>[observer=1]Text to display if observer is authenticated in the matrix[/observer]</li>
|
<li>[observer=1]Text to display if observer is authenticated in the matrix[/observer]</li>
|
||||||
<li>[observer=0]Text to display if observer is <strong>not</strong> authenticated in the matrix[/observer]</li>
|
<li>[observer=0]Text to display if observer is <strong>not</strong> authenticated in the matrix[/observer]</li>
|
||||||
|
@ -2285,7 +2285,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
|
|||||||
}
|
}
|
||||||
if($tag == '#getzot') {
|
if($tag == '#getzot') {
|
||||||
$basetag = 'getzot';
|
$basetag = 'getzot';
|
||||||
$url = 'https://redmatrix.me';
|
$url = 'http://hubzilla.org';
|
||||||
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
|
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
|
||||||
$body = str_replace($tag,$newtag,$body);
|
$body = str_replace($tag,$newtag,$body);
|
||||||
$replaced = true;
|
$replaced = true;
|
||||||
|
@ -161,7 +161,7 @@ function siteinfo_content(&$a) {
|
|||||||
'$lastpoll' => get_poller_runtime(),
|
'$lastpoll' => get_poller_runtime(),
|
||||||
'$commit' => $commit,
|
'$commit' => $commit,
|
||||||
'$web_location' => t('Running at web location') . ' ' . z_root(),
|
'$web_location' => t('Running at web location') . ' ' . z_root(),
|
||||||
'$visit' => t('Please visit <a href="https://redmatrix.me">redmatrix.me</a> to learn more about $Projectname.'),
|
'$visit' => t('Please visit <a href="http://hubzilla.org">hubzilla.org</a> to learn more about $Projectname.'),
|
||||||
'$bug_text' => t('Bug reports and issues: please visit'),
|
'$bug_text' => t('Bug reports and issues: please visit'),
|
||||||
'$bug_link_url' => 'https://github.com/redmatrix/redmatrix/issues',
|
'$bug_link_url' => 'https://github.com/redmatrix/redmatrix/issues',
|
||||||
'$bug_link_text' => t('$projectname issues'),
|
'$bug_link_text' => t('$projectname issues'),
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-11-06.1208
|
2015-11-09.1211
|
||||||
|
Reference in New Issue
Block a user