README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. bloat - A web client for Mastadon Network[1]
  2. Features:
  3. - Does not require JavaScript to display text, images, audio and videos.
  4. Changes (localhost_custom fork):
  5. - Is personal fork, no recommended for public use (use as local frontend)
  6. - Add reactions for pleroma (includes custom emojis input)
  7. - tag timeline
  8. - true remote timeline
  9. - visible edited post time
  10. - visible quoted post (status in status)
  11. - visible profile banner in spoiler
  12. - add media description submit (very woozy way, but it works as possible)
  13. - add schedule status
  14. - add language input form
  15. - add expiry status
  16. - add support for send poll (hardcoded to 20 options)
  17. - hide boosts in spoiler
  18. - hide NSFW content and attachments in spoiler
  19. - some micro visual changes
  20. - some others changes no matter
  21. Requirements:
  22. - Go 1.11
  23. Building and Installation:
  24. Typing make will build the binary
  25. $ make
  26. Edit the default config file. See the bloat.conf file for more details.
  27. $ ed bloat.conf
  28. Run the binary
  29. $ ./bloat
  30. You can now access the frontend at http://127.0.0.1:8080, which is the default
  31. listen address. See the INSTALL file for more details.
  32. License:
  33. To the extent possible under law, the author have dedicated all copyright and
  34. related and neighboring rights to this software to the public domain worldwide.
  35. This software is distributed without any warranty.
  36. You should have received a copy of the CC0 Public Domain Dedication along with
  37. this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
  38. [1] https://pleroma.social
  39. Related projects:
  40. https://codeberg.org/SimpleWeb/SimpleerTube (archived, but it works)
  41. https://codeberg.org/ManeraKai/simplytranslate