WIP: custom wiki in golang that utilizes git and serves pages with html, markdown, and css support https://tcp.wiki
Go to file
2023-04-12 03:48:12 -06:00
assets added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
comments.go added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
git.go added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
go.mod added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
go.sum added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
main.go added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
README.md added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
render.go added wip comments and breaking changes 2023-04-12 03:48:12 -06:00

H0wdy!!!

feel free to commit, leave suggestions, issues, or really anything <3

TODO

  • MANY FUCKING THINGS
  • Webhook support for auto pull on push/update of the git repo
  • Git Branch support
  • add a star/upvote/like feature for pages
  • edit tracker
    • Author
    • last edited
    • last editor/commit
  • pgp signed intergration
  • [-] comments using bitcast - almost there! - generated in comments.db/
    • verification - no login pgp
    • captcha
    • sub rating system
    • sort by date etc
  • dynamically generated links for all avaiable pages
    • sitemap
    • anti robot shit here
  • post quantum intergration and verification
  • BUILD UP THAT MARKDOWN SUPPORT
  • fix whatever i did to fuck up design/layout/css???