README.txt.tpl 878 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # v$ver, $date
  2. Binary: seppo.cgi
  3. Source: source.tar.gz
  4. Download: https://Seppo.Social/en/downloads/seppo-$ver
  5. Git: https://Seppo.Social/v/$GIT_SHA
  6. Install: https://seppo.social/en/support/#installation
  7. Changes
  8. v0.5
  9. - a11y / UX audit
  10. v0.4
  11. - security audit
  12. - un/follow, block
  13. - display inbox notes
  14. - support /cgi-bin/ webspace
  15. - delete posts
  16. - breaking on disk changes (themes, .s)
  17. - apchk.cgi brushed up
  18. - follower list
  19. - deny follower
  20. - publicKey.owner property optional
  21. - html/css/js tweaks
  22. - app/var/run/cookie.sec persistence format
  23. - app/var/db/notify.cdb persistence format
  24. - various commandline helpers (seppo.cgi -h)
  25. - https optional https://seppo.social/issues/8
  26. Verify the signature with openssl:
  27. $ curl -LO https://Seppo.Social/seppo.pub.pem
  28. $ openssl dgst -verify seppo.pub.pem -keyform PEM -sha256 -signature seppo.cgi.signature -binary seppo.cgi