diff --git a/articles/conclusie/conclusie.md b/articles/conclusie/conclusie.md index 0448249..fd8ec65 100644 --- a/articles/conclusie/conclusie.md +++ b/articles/conclusie/conclusie.md @@ -12,3 +12,6 @@ Werkmanrooster or [rooster.io](http://github.com/96aa48/rooster.io) is a data-dr When a user connects to the website, multiple processes are at work to make sure that the information from the Werkmanrooster servers reaches the user. One of these processes is [`DNS`](/telefoonboek) or "Domain Name System", it translates domain names (`werkmanrooster.nl`) into an IP address so that the user can connect to the preferred server. When the user gets to the website and types in his or her name, rooster.io starts a set of processes in order to supply the user with his or her schedule. First, the name typed into the search bar is used to [go through](/opzoek) the previously [established database](/database). When a match is found, the matched [database information](/opzoek) is used to acquire a link to the schedule on the school [schedule website](http://roosters5.gepro-osi.nl/roosters/rooster.php?school=934). The link is then used to download the user's schedule information. The downloaded information is then sorted to make it computer readable. The now computer readable information is then put into a [template](/templates) for design and consistency. + +--- +[Volgende >>](/nawoord) diff --git a/articles/nawoord/nawoord.md b/articles/nawoord/nawoord.md index 4ea1ab1..06e1180 100644 --- a/articles/nawoord/nawoord.md +++ b/articles/nawoord/nawoord.md @@ -12,3 +12,12 @@ Dit bronnen die gebruikt zijn in dit werkstuk worden altijd direct laten zien me * [De rooster.io documentatie](http://docs.werkmanrooster.nl) * [De rooster.io API endpoint](http://werkmanrooster.nl/api) * [Werkmanrooster](http://werkmanrooster.nl/) + +--- +## Procesverslag +Mijn procesverslag is in een ander formaat dan verwacht. Ik heb namelijk dit profielwerkstuk geschreven met een handige applicatie genaamd `git`. `Git` zorgt ervoor dat ik accuraat kan bijhouden hoeveel uur ik heb gewerkt aan een project, wat ik heb veranderd en wat voor problemen ik tegen kwam. Dit staat niet geschreven als een word bestand, maar als een webpagina met alle details van alle veranderingen. + +[Klik hier om naar de pagina te gaan waar alle details over het proces van dit werktstuk staat](https://github.com/96AA48/hoewerkt/commits/master). + +--- +Nogmaals bedankt voor het lezen! [Naar Werkmanrooster.nl >>](http://werkmanrooster.nl) diff --git a/resources/jade/article.jade b/resources/jade/article.jade index 664a227..cd1262b 100644 --- a/resources/jade/article.jade +++ b/resources/jade/article.jade @@ -10,7 +10,7 @@ html .container .row .sidebar.five - ul + ol for article in articles li a(href="/" + (article.match(':') ? article.split(':')[0] : article))=article.match(':') ? article.split(':')[1] : article