Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

admacro/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gowiki

Writing web application in Go, the Go Wiki tutorial.

Implemented Other tasks

  • ✔ Store templates in tmpl/ and page data in data/.
  • ✔ Add a handler to make the web root redirect to /view/FrontPage.
  • ✔ Spruce up the page templates by making them valid HTML and adding some CSS rules.
  • ✔ Implement inter-page linking by converting instances of [PageName] to <a href="/view/PageName">PageName</a>. (hint: you could use regexp.ReplaceAllFunc to do this)

Additional Features

  • ✔ Add mimeHandler to handle static files (css, png, etc.)
  • ✔ Display page in its original formatting (e.g. newline)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published