Browse markdown files in directories at a HTTP endpoint.
Command docit
shows how to use it.
Examples:
docit serve -index=Readme.md -root=doc -port=8080 -name=Coolio
docit serve -index=landing/index.md -root=home/Projects -port=8080
docit serve -index=landing/index.md -root=test/Projects -help=landing/help.md
- Projects link: Show all projects unders -root when that link is clicked.
- Import members from file.
- List Members
- add live reload of local file while
- search in all doc files (.md) .
- Add password protection.
- Add embedded database (Bolt or SQL)
- Add url list.
- All Members should have the same password?
Install go dependencies.
make deps
- https://github.com/russross/blackfriday
- http://blog.ralch.com/tutorial/golang-tools-comprehension/
- http://graphviz.org/
- https://www.atlassian.com/git/tutorials/git-log/filtering-the-commit-history
- https://gist.github.com/mschoebel/9398202
- https://golang.org/src/net/http/cookie.go
- http://www.gorillatoolkit.org/pkg/securecookie
- http://0xdabbad00.com/2015/04/23/password_authentication_for_go_web_servers/
- https://jacobmartins.com/2016/04/06/practical-golang-writing-a-simple-login-middleware/
- https://github.com/go-authboss/authboss