summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDocument.md17
-rw-r--r--docs/DesignDocument_Purpose.txt15
2 files changed, 14 insertions, 18 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 7b4d8d2..5ee831a 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -7,9 +7,20 @@ Created 2014.02.09
# Purpose
-This document describes all components of the Leaguer Tournament
-management system. Leaguer is a software to be installed and run on a
-server. TODO. ANDREW COMPLETE THIS.
+The purpose of this document is to outlay the desgin, intent, and structure of
+the Project Leaguer tournament organizing software.
+
+Released under an open license, Project Leaguer leverages powerful web
+technologies to provide everything needed to organize an online tournament.
+Whether it's League of Legends, Chess, Poker or more, Project Leaguer provides
+tournament organizers, participants, and spectators with an online
+interface to keep up with the score.
+
+The software itself operates as a stand-alone background application
+accessible and configurable though its web interface.
+
+NOT FINISHED -- JUST COMMITING
+ANDREW COMPLETE THIS.
# Non-Functional Requirements
diff --git a/docs/DesignDocument_Purpose.txt b/docs/DesignDocument_Purpose.txt
deleted file mode 100644
index ed06d2f..0000000
--- a/docs/DesignDocument_Purpose.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Purpose:
-
-The purpose of this document is to outlay the desgin, intent, and structure of
-the Project Leaguer tournament organizing software.
-
-Released under an open license, Project Leaguer leverages powerful web
-technologies to provide everything needed to organize an online tournament.
-Whether it's League of Legends, Chess, Poker or more, Project Leaguer provides
-tournament organizers, participants, and spectators with an online
-interface to keep up with the score.
-
-The software itself operates as a stand-alone background application
-accessible and configurable though its web interface.
-
-NOT FINISHED -- JUST COMMITING