Added new README files

This commit is contained in:
Eduard Urbach 2017-06-13 18:38:31 +02:00
parent e2b87bddd4
commit 7296c08844
4 changed files with 16 additions and 0 deletions

3
jobs/README.md Normal file
View File

@ -0,0 +1,3 @@
# Background jobs
This directory contains background jobs that run on a different server than the web server.

3
layout/README.md Normal file
View File

@ -0,0 +1,3 @@
# Layout
This directory contains the main template that is used for all HTML responses.

7
pages/README.md Normal file
View File

@ -0,0 +1,7 @@
# Pages
This directory contains all the pages. They consist of:
* Controller (a "Get" function in .go files)
* Template (.pixy files)
* Style sheet (.scarlet files)

3
patches/README.md Normal file
View File

@ -0,0 +1,3 @@
# Patches
This directory contains database patches that are only meant to be run under certain conditions to fix bugs.