Skip to content

boppreh/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowiki

gowiki is a very simple Wiki server written in Go, with features to view, edit and link pages. All pages are stored in disk (data/) and displayed with templates (templates/). The core code is from the great tutorial at http://golang.org/doc/articles/wiki/ .

Features

  • Article titles can contain spaces and unicode characters
  • When you write [[title]] it creates a link automatically
  • Format [[text]] makes an absolute link if it's not a valid title
  • Links to inexistent articles go straight to the edit page
  • Edit and view pages are rendered from HTML templates (dir templates/)
  • Templates and data have their own separate folders
  • Root resource redirects to article FrontPage
  • Page loads and saves are all done directly to the disk

About

Very simple wiki server in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published