Coder Social home page Coder Social logo

wiki's Introduction

Personal Wiki

This project is a personal wiki written in Go.

  • Markup language: Markdown
  • Storage: Git

Compiling

With go get:

$ go get github.com/larose/wiki

or from the source directory:

$ go get
$ make wiki

Running

Execute:

$ ./wiki

and open your browser to:

http://127.0.0.1:8000

Options:

  • addr: TCP address to listen on. Default: 127.0.0.1:8000
  • data-dir: Data directory. Default: data

Example:

$ ./wiki --addr 127.0.0.1:8888 --data-dir /path/to/git/repo

Deploying

  1. Install git on your server.
  2. Copy the binary to your server and run it.

Notes:

  • The css, js and template files are embedded in the binary.
  • You should run the wiki behind a reverse proxy with authentication.

Keyboard Shortcuts

Editing

Action Shortcut
diff alt+shift + d
edit alt+shift + e
preview alt+shift + p
save alt+shift + s

Contributing

Looking to contribute? Here are some ideas:

  • Add tests.

  • Search in title: the search functionality looks only in the body of pages. It should also look in the title of the pages.

  • Add file uploads.

  • Improve visual diff: it's currently the output of git diff.

  • Add diff between two revisions of a page.

  • Add help page: should be written in markdown and located at /_/help.

  • Add logs.

Send me an email if you have any questions.

Author

Mathieu Larose [email protected]

License

See the LICENSE file for details.

wiki's People

Contributors

larose avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.