docs: add authors usernames in inception and create author pages

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@87 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-10 21:48:52 +00:00
parent dcb5ea0b2f
commit 6f46054121
26 changed files with 133 additions and 41 deletions

View File

@ -20,18 +20,18 @@ Our website will be divided in these sections:
\paragraph{File system}
A section about navigating the file system, absolute and relative paths,
the \texttt{.} and \texttt{..} shortcuts, symbolic and hard links, and
manipulating (creating, renaming, editing, moving, copying, deleting,
manipulating (creating, renaming, editing, moving, copying, deleting,
and changing permissions) files.
\paragraph{Commands}
\subparagraph{Basic commands}
A tutorial for the first steps in the shell world (i.e. opening the shell,
A tutorial for the first steps in the shell world (i.e. opening the shell,
basic interactions, \texttt{man}/\texttt{info}).
\subparagraph{Intermediate commands}
A reference for commonly used tools, such as \texttt{zip} or \texttt{sudo},
enriched with examples provided in a friendlier way than the manual or official
enriched with examples provided in a friendlier way than the manual or official
documentation.
\subparagraph{Advanced commands}
@ -39,7 +39,7 @@ Advanced features of the shell, such as input and output redirection, pipes,
regular expressions, and tools such as \texttt{sed} and \texttt{awk}.
\paragraph{Scripting}
An introduction to \texttt{sh} scripting: conditionals, loops, functions, aliases,
An introduction to \texttt{sh} scripting: conditionals, loops, functions, aliases,
local and global variables and parsing of command line flags with \texttt{getopt}.
\newpage
@ -47,59 +47,63 @@ local and global variables and parsing of command line flags with \texttt{getopt
\section{Team organization}\label{team-organization}
\paragraph{Project leader}
Claudio Maggioni
Claudio Maggioni (maggic)
\paragraph{SVN admin}
Joey Bevilacqua
Joey Bevilacqua (bevilj)
\subsection{Teams}
\paragraph{Front page, about and info team {[}front-team{]}}
Matteo Omenetti (\textbf{Team leader}), Nicola Brunner
\paragraph{Topics teams}
\begin{itemize}
\item \textbf{File system {[}fs-team{]}}: Riccardo Antonio Vivanco (\textbf{Team leader})
\item \textbf{File system {[}fs-team{]}}: Riccardo Antonio Vivanco (vivanr) (\textbf{Team leader})
\begin{itemize}
\item Mattia Hijman
\item Marwan Announ
\item Mirko Ponzio
\item Mattia Hijman (hijmam)
\item Marwan Announ (annoum)
\item Mirko Ponzio (ponzim)
\end{itemize}
\item \textbf{Basic commands {[}cmd-basic-team{]}}: Gianmarco De Vita (\textbf{Team leader})
\item \textbf{Basic commands {[}cmd-basic-team{]}}: Gianmarco De Vita (devitg) (\textbf{Team leader})
\begin{itemize}
\item Alessandro Marinelli
\item Joy Albertini
\item Marzio Lunghi
\item Alessandro Marinelli (marina)
\item Joy Albertini (alberj)
\item Marzio Lunghi (lunghm)
\end{itemize}
\item \textbf{Intermediate commands {[}cmd-interm-team{]}}: Joao Tomazoni (\textbf{Team leader})
\item \textbf{Intermediate commands {[}cmd-interm-team{]}}: Joao Tomazoni (tomazj) (\textbf{Team leader})
\begin{itemize}
\item Marco Farace
\item Fabiano Fenini
\item Gabriele Giacomelli
\end{itemize}
\item \textbf{Advanced commands {[}cmd-advanced-team{]}}: Domenico Votta (\textbf{Team leader})
\begin{itemize}
\item Alessandro Luini
\item Agostino Monti
\item Petro Lukach
\item Marco Farace (faracm)
\item Fabiano Fenini (feninf)
\item Alessandro Luini (luinia)
\item Gabriele Giacomelli (giacog)
\end{itemize}
\item \textbf{Scripting {[}scripts-team{]}}: Marco Conterno (\textbf{Team leader})
\item \textbf{Advanced commands {[}cmd-advanced-team{]}}: Domenico Votta (vottad) (\textbf{Team leader})
\begin{itemize}
\item Dario Rasic
\item Alexander Todorovic
\end{itemize}
\item Agostino Monti (montia)
\item Petro Lukach (lukacp)
\end{itemize}
\item \textbf{Scripting {[}scripts-team{]}}: Marco Conterno (contem) (\textbf{Team leader})
\begin{itemize}
\item Dario Rasic (rasicd)
\item Alexander Todorovic (todora)
\end{itemize}
\end{itemize}
\paragraph{\emph{CSS} team {[}css-team{]}}
Andrea Brites Marto, Marco Tereh
\paragraph{Documentation {[}docs-team{]}}
Ricardo Antonio Vivanco
\paragraph{Other teams}
\begin{itemize}
\item \textbf{Front team {[}front-team{]}}: Matteo Omenetti (omenem) (\textbf{Team leader})
\begin{itemize}
\item Nicola Brunner (brunnn)
\end{itemize}
\item \textbf{\emph{CSS} team {[}css-team{]}}
\begin{itemize}
\item Andrea Brites Marto (britea)
\item Marco Tereh (terehm)
\end{itemize}
\end{itemize}
\subsection{Extra roles}
\paragraph{Team management}
Claudio Maggioni, Joey Bevilacqua, Matteo Omenetti
Claudio Maggioni, Joey Bevilacqua, Domenico Votta
\paragraph{Work environment}
Claudio Maggioni, Joey Bevilacqua
@ -315,7 +319,7 @@ will result in a decrease of personal score.
\textbf{Deadline} & \textbf{Begins} & \textbf{Ends} & \textbf{Who}\\\hline
Repository creation & 30-10 & 31-10 & SVN admin\\
Preparation of the Inception & 30-10 & 01-11 & Claudio Maggioni, Joey Bevilacqua\\
Preparation of the Inception & 30-10 & 01-11 & Claudio Maggioni, Joey Bevilacqua\\
Teams creations & 31-10 & 31-10 & Group management\\
Preparation for Go NoGo & 31-10 & 03-11 & Group management, Marco Conterno\\
Define topics & 31-10 & 04-11 & Everyone\\

View File

@ -0,0 +1,4 @@
---
name: Joy Albertini
position: Basic commands team
---

View File

@ -0,0 +1,4 @@
---
name: Marwan Announ
position: FileSystem team
---

View File

@ -1,4 +1,4 @@
---
name: Joey Bevilacqua
position: SVN Leader
position: SVN admin
---

View File

@ -0,0 +1,4 @@
---
name: Andrea Brites Marto
position: CSS team
---

View File

@ -0,0 +1,4 @@
---
name: Nicola Brunner
position: Front team
---

View File

@ -0,0 +1,4 @@
---
name: Marco Conterno
position: Scripting team leader
---

View File

@ -0,0 +1,4 @@
---
name: Gianmarco De Vita
position: Basic commands team leader
---

View File

@ -0,0 +1,4 @@
---
name: Marco Farace
position: Intermediate commands team
---

View File

@ -0,0 +1,4 @@
---
name: Gabriele Giacomelli
position: Intermediate commands team
---

View File

@ -0,0 +1,4 @@
---
name: Mattia Hijiman
position: FileSystem team
---

View File

@ -0,0 +1,4 @@
---
name: Alessandro Luini
position: Intermediate commands team
---

View File

@ -0,0 +1,4 @@
---
name: Petro Lukach
position: Advanced commands team
---

View File

@ -0,0 +1,4 @@
---
name: Marzio Lunghi
position: Basic commands team
---

View File

@ -1,4 +1,4 @@
---
name: Claudio Maggioni
position: Team Leader
position: Project Leader
---

View File

@ -0,0 +1,4 @@
---
name: Alessandro Marinelli
position: Basic commands team
---

View File

@ -0,0 +1,4 @@
---
name: Agostino Monti
position: Advanced commands team
---

View File

@ -0,0 +1,4 @@
---
name: Matteo Omenetti
position: Front team leader
---

View File

@ -0,0 +1,4 @@
---
name: Mirko Ponzio
position: FileSystem team
---

View File

@ -0,0 +1,4 @@
---
name: Dario Rasic
position: Scripting team
---

View File

@ -0,0 +1,4 @@
---
name: Marco Tereh
position: CSS team
---

View File

@ -0,0 +1,4 @@
---
name: Alexander Todorovic
position: Scripting team
---

View File

@ -0,0 +1,4 @@
---
name: Joao Tomazoni
position: Intermediate commands team leader
---

View File

@ -0,0 +1,4 @@
---
name: Riccardo Antonio Vivanco
position: FileSystem team leader
---

View File

@ -0,0 +1,4 @@
---
name: Domenico Votta
position: Advanced commands team leader
---

View File

@ -73,7 +73,7 @@ the C and Korn shells as well as several advantages of its own. Even though, sev
introduced in the last few decades the main concepts and ideas of the early shells remain the same
even several years later, showing that the shell has been improved but not substantially changed.</p>
<p>Sorces:<br>
<p>Sources:<br>
<a href="https://www.oreilly.com/library/view/learning-the-bash/1565923472/ch01s03.html">www.oreilly.com</a> <br>
<a href="https://en.wikipedia.org/wiki/Unix_shell">www.wikipedia.org</a> <br>
<a href="https://www.ibm.com/developerworks/library/l-linux-shells/index.html">www.ibm.com</a>