New version with themes

This commit is contained in:
Daisuke
2020-03-31 18:46:27 -06:00
parent be2229cdc1
commit c16f58c013
137 changed files with 43075 additions and 0 deletions

11
settings.php Normal file
View File

@ -0,0 +1,11 @@
<?php
//name of your particular DashboardFE instance, give it any name.
$setting['appname'] = "DASHBAORD FE";
//url of your DashboardFE instance without trailing slash
$setting['url'] = "https://your.url/dir";
//Short description
$setting['description'] = "<p>Dashboard FE (or DashFE if you like it) it's a third party client/frontend for Pleroma and Mastodon that tries to mimic the look and feel of the Tumblr user dashboard, putting big emphasis in a timeline filled by media of all types</p> <p>Currently a Work in Progress, DashFE can actually be used but it's very possible that there are still rough edges, missing features and stuff that needs to be corrected and/or optimized. Issues, suggestion or sugerences please contact <b>@daisuke@stereophonic.space</b> via your favorite fediverse account.</p><p>Thank You</p>";
?>