Tweaks to site-health and osearch. Also removed a non-directory page.
This commit is contained in:
parent
1fe9bb9b5b
commit
b803aa30a0
5 changed files with 21 additions and 176 deletions
|
@ -8,9 +8,11 @@
|
|||
<div class="meta">
|
||||
<h3>General information</h3>
|
||||
<div class="users">$users users</div>
|
||||
<div class="policy">$policy registration policy</div>
|
||||
<div class="version">Friendica $version</div>
|
||||
<div class="first_noticed">First noticed: $dt_first_noticed</div>
|
||||
<div class="last_seen">Last update: $dt_last_seen</div>
|
||||
<pre class="site-info">$site_info</pre>
|
||||
</div>
|
||||
|
||||
<div class="security">
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<ShortName>Friendica Global Directory</ShortName>
|
||||
<Description>Search Friendica Global Directory</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<Image width="16" height="16" type="image/x-icon">http://dir.friendica.com/images/friendica-16.ico</Image>
|
||||
<Image width="64" height="64" type="image/png">http://dir.friendica.com/images/friendica-64.png</Image>
|
||||
<Url type="text/html" method="GET" template="http://dir.friendica.com/directory">
|
||||
<Image width="16" height="16" type="image/x-icon">$base/images/friendica-16.ico</Image>
|
||||
<Image width="64" height="64" type="image/png">$base/images/friendica-64.png</Image>
|
||||
<Url type="text/html" method="GET" template="$base/directory">
|
||||
<Param name="search" value="{searchTerms}"/>
|
||||
</Url>
|
||||
|
||||
<moz:SearchForm>http://dir.friendica.com</moz:SearchForm>
|
||||
<moz:SearchForm>$base</moz:SearchForm>
|
||||
</OpenSearchDescription>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue