diff --git a/jobs/README.md b/jobs/README.md new file mode 100644 index 00000000..1bc320df --- /dev/null +++ b/jobs/README.md @@ -0,0 +1,3 @@ +# Background jobs + +This directory contains background jobs that run on a different server than the web server. \ No newline at end of file diff --git a/layout/README.md b/layout/README.md new file mode 100644 index 00000000..ffd722e3 --- /dev/null +++ b/layout/README.md @@ -0,0 +1,3 @@ +# Layout + +This directory contains the main template that is used for all HTML responses. \ No newline at end of file diff --git a/pages/README.md b/pages/README.md new file mode 100644 index 00000000..b90580d2 --- /dev/null +++ b/pages/README.md @@ -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) \ No newline at end of file diff --git a/patches/README.md b/patches/README.md new file mode 100644 index 00000000..f06984c9 --- /dev/null +++ b/patches/README.md @@ -0,0 +1,3 @@ +# Patches + +This directory contains database patches that are only meant to be run under certain conditions to fix bugs. \ No newline at end of file