Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisstaaf/nanowiki
Home of the NanoWiki, a locally hosted wiki!
https://github.com/elisstaaf/nanowiki
go golang open-source wiki
Last synced: about 1 month ago
JSON representation
Home of the NanoWiki, a locally hosted wiki!
- Host: GitHub
- URL: https://github.com/elisstaaf/nanowiki
- Owner: ElisStaaf
- License: unlicense
- Created: 2024-09-15T20:43:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T20:58:50.000Z (about 2 months ago)
- Last Synced: 2024-11-21T21:32:00.308Z (about 2 months ago)
- Topics: go, golang, open-source, wiki
- Language: Go
- Homepage:
- Size: 11.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](https://img.shields.io/badge/version-v1.1.0-2dd245?style=for-the-badge)](https://github.com/ElisStaaf/NanoWiki)
[![Build](https://img.shields.io/badge/build%20(fedora)-passing-blue?logo=fedora&style=for-the-badge)](https://github.com/ElisStaaf/NanoWiki)
[![Lang](https://img.shields.io/badge/language-golang-20c9df?logo=go&style=for-the-badge)](https://github.com/ElisStaaf/NanoWiki)
This is "NanoWiki", NanoWiki is a program, it's written in go;
what it does is that it connects to localhost:8080 and all pages are
locally hosted as `*.txt` files. Soooo, any `*.txt` file can be loaded
by NanoWiki!## How to use
To use simply:
```bash
cd
make
./nanowiki
```
This will run the "NanoWiki" file. Then, open your browser of choice,
go to the url:
```bash
localhost:8080/view/
```
If the page
doesn't exist, you will be brought to an "/edit/" page, to write it yourself. All
of the pages will be saved to your computer as "*.txt" files.## Why use NanoWiki?
NanoWiki can be used as a cool showcase to friends, some note-taking software,
or a base for a project bigger than NanoWiki could've ever been!## Conclusions
Feel free to contribute to NanoWiki, as it could definitely do with some work 😃!
And with that, enjoy!