blob: 67470213c59777c0028541913823a8adf7aeb04f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Ponzu
## (WIP)
Creating a CMS thing for Go developers. Not ready for use, but would be happy
to get thoughts/feedback!
## Installation
```
$ go get github.com/bosssauce/ponzu/...
```
## Credits
- [golang.org/x/text/transform](https://golang.org/x/text/transform)
- [golang.org/x/text/unicode/norm](https://golang.org/x/text/unicode/norm)
- [github.com/nilslice/jwt](https://github.com/nilslice/jwt)
- [github.com/nilslice/rand](https://github.com/nilslice/rand)
- [golang.org/x/crypto/bcrypt](https://golang.org/x/crypto/bcrypt)
- [github.com/boltdb/bolt](https://github.com/boltdb/bolt)
- [github.com/gorilla/schema](https://github.com/gorilla/schema)
- [github.com/sluu99/um](https://github.com/sluu99/um)
- [Materialize.css](http://materialize.css)
- [Materialnote Editor](http://www.web-forge.info/projects/materialNote)
- [jQuery](https://jquery.com/)
|