README.txt.tpl 760 B

12345678910111213141516171819202122232425262728
  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. - delete posts
  9. - breaking on disk changes (themes, .s)
  10. - apchk.cgi brushed up
  11. - follower list
  12. - deny follower
  13. - publicKey.owner property optional
  14. - html/css/js tweaks
  15. - app/var/run/cookie.sec persistence format
  16. - app/var/db/notify.cdb persistence format
  17. - various commandline helpers (seppo.cgi -h)
  18. - https optional https://seppo.social/issues/8
  19. Verify the signature with openssl:
  20. $ curl -LO https://Seppo.Social/seppo.pub.pem
  21. $ openssl dgst -verify seppo.pub.pem -keyform PEM -sha256 -signature seppo.cgi.signature -binary seppo.cgi