No description
  • C# 59%
  • ASP.NET 37.9%
  • CSS 1.8%
  • Shell 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2009-09-16 16:27:15 +02:00
Register Begin implementation of forgotten password and more configurability 2009-09-16 16:27:15 +02:00
Scripts Imported scripts in git, and modified to be able to coexist with manually added members 2009-09-13 09:35:09 +02:00
.gitignore A short README file and ignore .DS_Store crap 2009-09-13 20:59:10 +02:00
README Documentation clarification 2009-09-13 21:50:04 +02:00

Register
========

Register is a web application to keep track of a network of martial arts clubs.
It is primarily written for Five Animals in Sweden, http://www.fiveforms.org/,
but could be used for any similar organization.

********************************************************************************
* It is currently in a state where it's most likely not usable to anyone else, *
* due to assumptions and hard coded rules. It is also mostly in Swedish.       *
********************************************************************************

However, there is an internationalization and cleanup project is under way
which will hopefully be completed during the fall of 2009.

Register runs under IIS with .NET 2.0 or under Apache with mod_mono, which is
our production platform and therefore the most tested configuration. Data is
stored in a simple XML file and is cached in-memory for performance.  This
makes it easy to do database backups and integrate the information with other
tools, such as mailing list handlers.

Jakob Borg
2009-09-13