ccowmu / whatistheplan.com

Reimagined Parkview LAN Party site
MIT License
5 stars 5 forks source link

whatistheplan.com Build Status Coverage Status

This is to become the newest rendition of the website we use for our semi-annual Parkview Lan. As opposed to previous renditions, this will have active features such as chatrooms (irc backed), user registration, and various administrative capabilities. It will be built using the popular django python web framework in an open-source and collaborative work environment.

Features

Development

Primary development discussion will take place on the computer club IRC network in the #plansite channel. Anybody interested in helping with development should make themselves familiar with django and python. All skill levels are welcome, however you must have a willingness to learn. A simple django introduction can be found at http://www.tangowithdjango.com/book17/index.html

Getting started:

$ git clone git@github.com:ccowmu/whatistheplan.com.git # download the sources
$ cd whatistheplan                                      # change into the directory
$ make setup                                            # set up the project
$ make run                                              # start the development server

Coding Style

Before beginning work please read our style guide.

Make File

Design Decisions

LICENSE

This work is being developed under the MIT software license.