view README.txt @ 1060:280de0770798

Added signature for changeset c0e21a405256
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Feb 2016 16:18:46 +0200
parents 5b53b359c659
children 7cf832128e68
line wrap: on
line source

FAPWeb - Simple Web-based Demoparty Management System
=====================================================
Programmed and designed by Matti Hämäläinen (ccr/TNSP)
(C) Copyright 2012-2015 Tecnic Software productions (TNSP)

Distributed under a 3-clause BSD style license, see COPYING.txt


[rest of this really needs to be written some day]


Introduction
============
FAPWeb is a simple web-based system for managing a web-site for a
demoparty (see http://en.wikipedia.org/wiki/Demoparty ), including
facilities for:

 - Web-pages with party information (compos) etc
 - Visitor registration
 - On-screen beamer slides for competitions and announcements
 - Submitting competition entries (currently no "user-submission" tho)
 - On-line voting

 - Etc .. with more features possibly coming as they are implemented.

The system has been used for three evolutions of Finnish Amiga Party,
aka "FAP", thus the somewhat amusing name for the software.


Requirements
============

- PHP 5.5 or later (tested on PHP 5.4 (Debian patched) and 5.6)
  Both PHP for http server and CLI are required.

- PHP ImageMagick wrapper, http://php.net/imagick
  In Debian, it is "php5-imagick".

- SQL database. FAPWeb supports at least PostgreSQL and probably MySQL
  PDO database backends, also SQLite3 is supported for development
  purposes. However, SQLite3 should NOT BE USED for a production
  website - it can not handle simultaneous access very well at all.