Updated Home (markdown)

Michael Mayer
2018-11-24 15:33:11 +01:00
parent e6c2f4fc2e
commit 46558fcc23

@@ -55,15 +55,6 @@ Issues labeled [help wanted](https://github.com/photoprism/photoprism/issues?q=i
+ [[Contributors]] - list of contributors
+ [[FAQ]] - frequently asked questions
## Package Documentation (GoDoc) ##
+ [cmd/photoprism](https://godoc.org/github.com/photoprism/photoprism/cmd/photoprism) - main application
+ [internal/photoprism](https://godoc.org/github.com/photoprism/photoprism/internal/photoprism) - main library package
+ [internal/server](https://godoc.org/github.com/photoprism/photoprism/internal/server) - server initialization and routing
+ [internal/api](https://godoc.org/github.com/photoprism/photoprism/internal/api) - server api
+ [internal/commands](https://godoc.org/github.com/photoprism/photoprism/internal/commands) - command line interface
+ [internal/forms](https://godoc.org/github.com/photoprism/photoprism/internal/forms) - input validation (based on [gin](https://github.com/gin-gonic/gin#model-binding-and-validation))
+ [internal/models](https://godoc.org/github.com/photoprism/photoprism/internal/models) - models (based on [GORM](http://gorm.io/))
## Developer Chat on Slack ##
You are welcome to join our `#photoprism` channel on [gophers.slack.com](https://gophers.slack.com). If you don't have an account yet, you can create one on [invite.slack.golangbridge.org](https://invite.slack.golangbridge.org/).