about.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <div class='element'>
  2. <div class='avatar' style='height:0px;'></div>
  3. <div class='post' style='text-align:left;'>
  4. <div style='padding:15px; text-align:justify; display:inline-block;' id="settings">
  5. <h1><span class='fontello' style='font-size:inherit;'>&#xe814;</span> About Dashboard FE</h1>
  6. <br>
  7. <center><img src='pages/screenshot.jpg' width=300></center>
  8. <br><br>
  9. <p><b>Dashboard FE (#DashFE for short)</b> is a web frontend for Mastodon/Pleroma which draws it's inspiration from Tumblr's user dashboard. It prioritizes the presentation of media on the timeline.</p>
  10. <br><br>
  11. <p>Currently a work in progress, #DashFE is under constant development and in constant change. Features and presentation may change or improve over time. If you have any suggestion or bug report please contact the official account at <b>@dashfe@stereophonic.space</b></p>
  12. <br><br>
  13. <p>The source code of the project is currently being hosted at <a href="https://notabug.org/daisuke/DashboardFE">https://notabug.org/daisuke/DashboardFE</a></p>
  14. <br><br>
  15. <p>DashFE Key Features:
  16. <ul>
  17. <li> - Emphasis on posts with media attachments</li>
  18. <li> - Ability to mark all posts by an user as NSFW</li>
  19. <li> - Multi Account</li>
  20. </ul>
  21. </p>
  22. <br><br>
  23. <p>DashFE Project Policies:
  24. <ul>
  25. <li>- Keep things as simple as possible to the user</li>
  26. <li>- Keep dependencies on external libraries at a minimum</li>
  27. <li>- Keep the user in contol of their data</li>
  28. <li>- Empower the user to create a custom fediverse experience</li>
  29. </ul>
  30. </p>
  31. <br><br>
  32. <p>Known issues:
  33. <ul>
  34. <li>Isuess with uploads in some cases.</li>
  35. </ul>
  36. </p>
  37. </div>
  38. </div>
  39. </div>