From 7296c0884408c39d740a978a4c4dfe456ae56e18 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 13 Jun 2017 18:38:31 +0200 Subject: [PATCH] Added new README files --- jobs/README.md | 3 +++ layout/README.md | 3 +++ pages/README.md | 7 +++++++ patches/README.md | 3 +++ 4 files changed, 16 insertions(+) create mode 100644 jobs/README.md create mode 100644 layout/README.md create mode 100644 pages/README.md create mode 100644 patches/README.md 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