summaryrefslogtreecommitdiffstats
path: root/proposal/content.tex
diff options
context:
space:
mode:
Diffstat (limited to 'proposal/content.tex')
-rw-r--r--proposal/content.tex16
1 files changed, 10 insertions, 6 deletions
diff --git a/proposal/content.tex b/proposal/content.tex
index ad53442..e1a1e2e 100644
--- a/proposal/content.tex
+++ b/proposal/content.tex
@@ -1,7 +1,7 @@
\section{Introduction}
-For the master course Advanced Databases (2ID45), group 1 chose to create a liquor database. This chapter will give an overview of the project and its organization.
-\\
+For the master course Advanced Databases (2ID45), group 1 chose to create a liquor database. This chapter will give an overview of the project and its
+organization. \\
\subsection{Group members}
@@ -15,7 +15,9 @@ Group 1 consists of three CSE students: \\
\subsection{Description}
-The application is about liquor and is called "Pottepei" which is Flemish (Antwerp) for a drunk. The database will contain information regarding various sorts of alcoholic beverages. The web-based PHP application reads all kinds of information from RSS feeds and puts it into the database. Users can then query the database and also subscribe to an RSS feed concerning this database. Figure 1 explains how the application passes data around. \\
+The application is about liquor and is called "Pottepei" which is Flemish (Brussels) for a drunk. The database will contain information regarding various sorts of
+alcoholic beverages. The web-based PHP application reads all kinds of information from RSS feeds and puts it into the database. Users can then query the database
+and also subscribe to an RSS feed concerning this database. Figure 1 explains how the application passes data around. \\
\section{Specification}
@@ -28,12 +30,14 @@ can search for liquor and alcoholic beverages like cocktails and all sorts of be
If a user wants to keep posted on the latest ins and outs, he or she can sign up for the RSS feed. These topics will also be posted on the website's front-page. \\
-For every listed beverage a number of things are tracked, such like; Were it is being brewed or produced, the percentage of alcohol by volume (at 20 $ ^\circ $C) and so
-on. \\
+For every listed beverage a number of things are tracked, such like; Were it is being brewed or produced, the percentage of alcohol by volume (at 20 $ ^\circ $C)
+and so on. \\
\subsection{Technologies}
-The structure of our database will be stored as an XML schema. The information for the database will either be retrieved from other sites, such as www.cocktailz.nl and wijnspecialist.be via an RSS-feed or manually entererd. The queries that the user can send using the web-interface are done with XQuery mixed with XPath. The HTML pages containing the liquor info are made up using XSLT. Figure 1 below shows how the application uses the techniques to obtain the functionality. \\
+The structure of our database will be stored as an XML schema. The information for the database will either be retrieved from other sites, such as www.cocktailz.nl
+and wijnspecialist.be via an RSS-feed or manually entered. The queries that the user can send using the web-interface are done with XQuery mixed with XPath. The
+HTML pages containing the liquor info are made up using XSLT. Figure 1 below shows how the application uses the techniques to obtain the functionality. \\
\begin {center}
\includegraphics[width=\textwidth]{pottepei.png} \\