-
- Description:
This is the source code of the mloss.org website.
The website contains quite a few features and is also quite specific, so you may or may not find it useful for your means. The features include:
- a registration system for users of the site
- a database of user submitted software projects
- a rating system for the projects
- a commenting system for the projects
- access-statistics to the projects
- a blog (although articles have to be entered directly through django's admin interface)
- a forum
- email notifications for tracking projects and the forum
- a tool which automatically extracts projects in the "machine learning" section from CRAN (a repository for packages for the R programming language)
The source code is organized into several sub-directories, so called "applications". Each directory is organized more or less according to the django standard, at least containing a definition of the models in models.py, and of the url mappings in urls.py. If you want to find out how a specific url is processed, have a look at the urls.py which tell you which method takes care of the request.
- Changes to previous version:
Now works with newer django versions and fixes several warnings and minor bugs underneath. The only user visible change is probably that the subscription and bookmark buttons work again.
- BibTeX Entry: Download
- Supported Operating Systems: Agnostic
- Data Formats: None
- Archive: download here
Other available revisons
-
Version Changelog Date svn-r645-Mar-2011 Now works with newer django versions and fixes several warnings and minor bugs underneath. The only user visible change is probably that the subscription and bookmark buttons work again.
March 23, 2011, 11:09:18 svn-r546-February-2009 This is a major update to mloss.org that brings revisions, thumbnails, some spam countermeasures, author emails and many other bug fixes.
February 15, 2009, 18:28:20 svn-r482-September-2008 Initial Announcement on mloss.org.
August 14, 2008, 13:12:53
Comments
-
- Soeren Sonnenburg (on September 12, 2008, 17:06:36)
- We are very much interested in feedback, so please drop us a note :-)
Leave a comment
You must be logged in to post comments.