Added new README files
This commit is contained in:
parent
e2b87bddd4
commit
7296c08844
3
jobs/README.md
Normal file
3
jobs/README.md
Normal 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
3
layout/README.md
Normal 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
7
pages/README.md
Normal 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
3
patches/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Patches
|
||||||
|
|
||||||
|
This directory contains database patches that are only meant to be run under certain conditions to fix bugs.
|
Loading…
Reference in New Issue
Block a user