1
0
Fork 0
mirror of https://github.com/Luzifer/wiki.git synced 2024-11-08 14:50:11 +00:00
File-based Wiki implementation with web-editing capabilities and a Git backed storage
Find a file
2019-08-07 07:23:11 +02:00
frontend Initial implementation 2019-08-05 00:42:41 +02:00
src Initial implementation 2019-08-05 00:42:41 +02:00
.gitignore Initial implementation 2019-08-05 00:42:41 +02:00
assets.go Initial implementation 2019-08-05 00:42:41 +02:00
go.mod Implement git integration for history 2019-08-07 07:23:11 +02:00
go.sum Implement git integration for history 2019-08-07 07:23:11 +02:00
main.go Implement git integration for history 2019-08-07 07:23:11 +02:00
storage.go Implement git integration for history 2019-08-07 07:23:11 +02:00
storage_test.go Initial implementation 2019-08-05 00:42:41 +02:00