Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eramus/discuss
some sort of discussion board
https://github.com/eramus/discuss
Last synced: about 2 months ago
JSON representation
some sort of discussion board
- Host: GitHub
- URL: https://github.com/eramus/discuss
- Owner: eramus
- Created: 2012-04-26T00:06:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T08:03:25.000Z (over 12 years ago)
- Last Synced: 2023-03-23T03:07:29.600Z (almost 2 years ago)
- Language: Go
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discuss
some sort of discussion board
# look at your own risk :)
this is very rough, some of it is a mess and the result of a couple of late night sessions. may cause your machine to explode -- hopefully not though.lots of work to do. this was mostly just an playground for solr and redis. a discussion board fell out the other end.
# features
can do what a basic forum should do:allow users to login, logout and register + a remember me option
view and create topics
view and create posts
search for thingsextra features:
some basic +/- voting options for topics and posts
users can create discsussions and sub discussions (ie /discuss/cars & /discuss/cars/honda)
anon-esque posting
threaded discussions
its quick (for me atleast)# prereq
redis -- http://redis.ionoeqd -- https://github.com/bmizerany/noeqd
solr -- http://lucene.apache.org/solr/ (hmm need my config too.. maybe later -- or look at the source and you can figure it out)
bootstrap -- http://twitter.github.com/bootstrap