A very simple plaintext (and flat-file) browser/encyclopedia/wiki/docs thingy with almost no features
| .misc | ||
| entries | ||
| public | ||
| .gitignore | ||
| database.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| settings.go | ||
Plaintext Encyclopedia
A very simple and clean reader/browser? for plaintext... documentation? wiki? chapters of a book? whatever.
How to use
- Set your settings in
settings.go - Modify the application (if you want)
- Compile
go get && go build -o server - Place your
.txtfiles intoentries/(see section "Formatting" below) - Run
./server - put behind a proxy (or don't).
Formatting
The only formatting option you have: to define a title.
Title: A title
here comes the entry body ...
It has to be defined in the first line of the text file.
If you don't define a title, the filename without the .txt part gets used as the title.
Requirements
Developed and tested on Linux. Should work on other Unixoids.

