Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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!