diff --git a/README.md b/README.md index fe1c134..4fe6ad8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ A frontend for Mastodon/Pleroma with heavy inspiration from the tumblr user dashboard. Written in PHP -The frontend should work on a standard LAMP stack with the most common php extensions enabled. +DashboardFE should work on a standard LAMP stack with the most common php extensions enabled. **It does NOT require a database.** -The frontend works and it's available for testing at https://ayanami.ga/dashboard but it's in a state of constant change, so check frequently here for updates. +While the project works with a decent amount of stability, please note that it is still a work in progress, it can contain several not yet detected bugs or missing some features. The project it's in a constant state of change and improvement. + +If you wanna test it first to see if you like it you can check the testing instance here: http://ayanami.ga/dashboard # Installation @@ -14,7 +16,7 @@ Download the source and upload it to a folder on your server Make the 'data' folder writrable. -Modify the settings.php file to your personal settings +Modify the settings.php file to match your desired configuration. Enjoy @@ -26,4 +28,9 @@ Download package and replace all files with different size (except settings.php Option 2: -Delete everything (except settings.php on root and /data folder) and reupload. \ No newline at end of file +Delete everything (except settings.php on root and /data folder) and reupload. + +# Contact +If you wish to make bug reports or suggestions to the project, it is easier if you do them directly to me, writing a message to my current fediverse profile. + +@hideki@gameliberty.club \ No newline at end of file diff --git a/logout/index.php b/logout/index.php index 2b399ea..23510e8 100644 --- a/logout/index.php +++ b/logout/index.php @@ -1,4 +1,11 @@ -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

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 @daisuke@stereophonic.space via your favorite fediverse account.

Thank You

"; //Locked Instance -//If you prefer your instance of DashboardFE to be locked to a certain instance (your own instance, for example) and prevent it's use on another sites, just uncomment the following line and put the url of the desired instance +//If you prefer your instance of DashboardFE to be locked to a certain fediverse server (your own server, for example) and prevent it's use on another sites, just uncomment the following line and put the url of the desired server //$setting['lockedto'] = "your.url/dir"; ?>