changeset 572:0bb09b40b411

Add a license and a rather empty README.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 May 2014 17:20:48 +0300
parents ce11ea112a65
children 65597d34e8da
files COPYING.txt README.txt
diffstat 2 files changed, 70 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/COPYING.txt	Fri May 23 17:20:48 2014 +0300
@@ -0,0 +1,32 @@
+FAPWeb - Simple Web-based Demoparty Management System
+Programmed and designed by Matti Hämäläinen (ccr/TNSP)
+(C) Copyright 2012-2014 Tecnic Software productions (TNSP)
+
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+
+ 3. The name of the author may not be used to endorse or promote
+    products derived from this software without specific prior written
+    permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Fri May 23 17:20:48 2014 +0300
@@ -0,0 +1,38 @@
+FAPWeb - Simple Web-based Demoparty Management System
+=====================================================
+Programmed and designed by Matti Hämäläinen (ccr/TNSP)
+(C) Copyright 2012-2014 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 two evolutions of Finnish Amiga Party,
+aka "FAP", thus the somewhat amusing name for the software.
+
+
+Requirements
+============
+The system has been written in PHP, and supports at least PostgreSQL
+and probably MySQL PDO database backends, also SQLite3 is supported
+for development purposes. However, SQLite3 should NOT BE USED for
+the production website - it can not handle simultaneous access
+very well at all.
+
+