diff --git a/.gitignore b/.gitignore index 9df6b903..c60897f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.out -.htaccess .htconfig.php #* favicon.* diff --git a/.htaccess-dist b/.htaccess similarity index 100% rename from .htaccess-dist rename to .htaccess diff --git a/README.md b/README.md index fe7300e4..d94b17ab 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ Example cronjob using `www-data` user. */5 * * * * www-data cd /var/www/friendica-directory; php include/cron_sync.php ``` -### 5. Copy .htaccess-dist to .htaccess and make local modifications - ## How syncing works The new syncing features include: pushing and pulling. diff --git a/view/health_search.tpl b/view/health_search.tpl index ae9105cb..14b00bd3 100644 --- a/view/health_search.tpl +++ b/view/health_search.tpl @@ -1,6 +1,6 @@ -

Search your site

+

Search for a Friendica node

- +
diff --git a/view/health_summary.tpl b/view/health_summary.tpl index 41220872..1d136866 100644 --- a/view/health_summary.tpl +++ b/view/health_summary.tpl @@ -1,13 +1,14 @@ -

Search for a Friendica node

+

Search your site

- +
-
-

List of optimal Friendica nodes

+ +

Healthy public sites

- These are nodes with an open registration policy and a good overall health score.
- Use the above search to display a particuar node's performance information. + These are sites with their registration set to an open policy and a decent health score.
+ Not on the list: try searching.
+ More info: ask Beanow.

-
$public_sites
+
$public_sites
\ No newline at end of file