Browse Source

new README.md

Ralfp 13 years ago
parent
commit
4fa993c063
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -0,0 +1,18 @@
+#Misago
+
+Misago is internet forum application written in Python and using Django as its foundation.
+You can find development preview of Misago at [project homepage](http://misago-project.org).
+
+
+## The Tao AKA Mission Statement
+
+I want software focused on enabling smooth flow of information between forum members. I dont want to build "Facebook CMS" contain lots of extra functionality like user galleries, blogs or user walls. Posting and replying in threads is only focus of Misago with additional features implemented to improve forum users and staff experience.
+
+Secondary goal is making Misago a viable foundation for building and maintaining long-term discussion forums for administrators. Misago trades "casual admin" friendlyness for advanced features aimed for use by web developers looking for tool to build forums for their site.
+
+Finally while Misago is build using Django, its not "Django application" and it wont integrate with existing Django projects. This is result of design decision to use custom users/session/auth/permissions functionality instead of Django native applications.
+
+
+## Contributing in project
+
+Until code matures enough to be published on Github, only way of contributing to project is by addint new issue and labeling it as "feature".