https://github.com/moddota/mdforum
A forum framework to support ModDota's needs
https://github.com/moddota/mdforum
Last synced: 4 months ago
JSON representation
A forum framework to support ModDota's needs
- Host: GitHub
- URL: https://github.com/moddota/mdforum
- Owner: ModDota
- Created: 2016-01-19T18:08:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T17:50:14.000Z (about 7 years ago)
- Last Synced: 2025-01-14T02:15:01.412Z (over 1 year ago)
- Size: 209 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDForum
This is a project to get a few nice features together into one forum.
1. Extreme CDN-orientation. Ideally, there should be virtually nothing that needs to actually hit the server on normal requests.
2. Multiple language support, with translators. The idea behind this is to allow translators to contribute translations on posts, making it possible for translator-assested multi-language discussions.
3. Simple. In theory a forum system shouldn't be terribly complex to implement, so this should be easyish.