mirror of
https://github.com/calmh/register-mk1.git
synced 2026-07-17 01:35:07 +00:00
No description
- C# 59%
- ASP.NET 37.9%
- CSS 1.8%
- Shell 1.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Register | ||
| Scripts | ||
| .gitignore | ||
| README | ||
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