*.pyg
scheme[12].xsd
log.txt
+_minted*
the permalink of the article. A permalink is a link that will point to the
article}. An example of a RSS feed can be found in Listing~\ref{examplerss},
this listing shows a partly truncated RSS feed of a well known venue in the
-Netherlands.
+Netherlands. As visible in the listing the similarities with XML are very
+clear. Every RSS feed contains a \texttt{channel} tag and within that tag there
+is some metadata and a list op \texttt{item} tags. Every \texttt{item} tag has
+a fixed number of different fields. The most important fields for RSS within
+the leisure industry are the \texttt{title} and the \texttt{description field}.
\begin{listing}
\caption{An example of a, partly truncated RSS feed of a well known dutch
source because of the scope of the project. Most sources require an
entirely different strategy. The full reason why we chose RSS feeds can be
found in Section~\ref{sec:whyrss}.
-
+
\item[F7:] Export the data to a strict XML feed.
This requirement is an adapted version of requirement F3, this to done to
in the software managing the database.
\end{itemize}
-\section{Design}
+\section{Application overview}
+\begin{figure}[H]
+ \label{appoverview}
+ \centering
+ \scalebox{0.7}{
+ \digraph[]{graph111}{
+ rankdir=LR;
+ node [shape="rectangle",fontsize=10,nodesep=0.7,ranksep=0.75,width=1];
+ User -> System
+ User -> Source
+ System -> Crawler
+ Crawler -> Source
+ }
+ }
+ \caption{Overview of the application}
+\end{figure}
\subsection{Frontend}
\subsubsection{General description}
The frontend is a web interface to the backend applications that allow the user
+\section{Application overview}
\section{Internals of the crawler generation module}
Data marked by the user is in principle just raw html data that contains a
table with for every RSS feed entry a table row. Within the html the code
\usepackage{graphicx}
\usepackage{float}
\usepackage{minted}
+\usepackage{xcolor}
\usepackage[dvipdfmx,hidelinks]{hyperref}
\usepackage{graphviz}
\usepackage{amssymb}
texcl=false,
}
-\newcommand{\cvartitle}{Adaptable crawler generation system for leisure
-activity RSS feeds}
+\newcommand{\cvartitle}{Adaptable crawler specification generation system for
+leisure activity RSS feeds}
% Setup hyperlink formatting
\hypersetup{
pdftitle={\cvartitle},