\documentclass[paper=a4, fontsize=11pt]{scrartcl} % A4 paper and 11pt font size \usepackage{fourier} % Use the Adobe Utopia font for the document - comment this line to return to the LaTeX default \usepackage[german]{babel} % English language/hyphenation \usepackage{amsmath,amsfonts,amsthm} % Math packages \usepackage{hyperref} \usepackage{color} \usepackage{sectsty} % Allows customizing section commands \allsectionsfont{\normalfont\scshape} % Make all sections centered, the default font and small caps \usepackage{fancyhdr} % Custom headers and footers \pagestyle{fancyplain} % Makes all pages in the document conform to the custom headers and footers \fancyhead{} \fancyfoot[L]{} % Empty left footer \fancyfoot[C]{} % Empty center footer \renewcommand{\headrulewidth}{0pt} % Remove header underlines \renewcommand{\footrulewidth}{0pt} % Remove footer underlines \setlength{\headheight}{4.6pt} % Customize the height of the header \setlength{\headheight}{4.6pt} % Customize the height of the header \usepackage[bottom=10em]{geometry} \numberwithin{equation}{section} % Number equations within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4) \numberwithin{figure}{section} % Number figures within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4) \numberwithin{table}{section} % Number tables within sections (i.e. 1.1, 1.2, 2.1, 2.2 instead of 1, 2, 3, 4) \setlength\parindent{0pt} % Removes all indentation from paragraphs - comment this line for an assignment with lots of text %---------------------------------------------------------------------------------------- % TITLE SECTION %---------------------------------------------------------------------------------------- \newcommand{\horrule}[1]{\rule{\linewidth}{#1}} % Create horizontal rule command with 1 argument of height \begin{document} {\huge FaZeBook - Das erste (a)soziale Netzwerk} %---------------------------------------------------------------------------------------- % PROBLEM 1 %---------------------------------------------------------------------------------------- \section{Projektinformationen} \begin{itemize} \item Walter Schikowski 305817, Felix Kirchmann 331290, Clemens L\"obbert 333661, Jonas Scheller 334722 \item \href{https://git.rwth-aachen.de/FaZeBook/FaZeBookSocialNetwork}{\color{blue}{\underline{Git Lab}}}: https://git.rwth-aachen.de/FaZeBook/FaZeBookSocialNetwork \end{itemize} \section{Endergebnis} \begin{itemize} \item Einloggen als Administrator, Benutzer, Erstellen von Accounts \item Freundesliste \item Messengerfunktionen: Onlinestatus von Freunden, Private Nachrichten \item Suchen von Profilen \item Profilseite mit Informationen, Bildern, Geburtsdatum (User kann diese \"andern) \item Liken und Disliken von Personen (Wenn das 'Karma' zu schlecht ist wird User gebannt) \item Beitrage auf den Profilseiten anderer Personen Posten (Text, Bilder, Videos) \item Posts k\"onnen als 'L\"astereien' markiert werden. Dadurch kann jede Person bis auf die Betroffene diesen Beitrag lesen \item Aktivit\"atsprotokoll \end{itemize} \section{Technologien} \begin{itemize} \item Frontend mit HTML5, CSS, Bootstrap \item Backend in PHP \item \textit{Lazy Content Loading}: Seiteninhalt wird bei Navigationsereignissen mithilfe von jQuery per AJAX nachgeladen \item Anbindung der SQLite-Datenbank mit \href{http://www.redbeanphp.com/index.php}{\color{blue}{\underline{RedBeanPHP}}} \end{itemize} \section{Aktueller Stand} \begin{itemize} \item Registrierung, Login voll funktionsf\"ahig \item Profile k\"onnen aus der Datenbank gelesen und ver\"andert werden \item Messenger- und Freundschaftsfunktion implementiert \item Posten, Suchen in Bearbeitung \end{itemize} \end{document}