summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-06 19:06:56 +0200
committerFlorian Dold <florian@dold.me>2021-05-06 19:06:56 +0200
commit719934275f3c55e958f48ea165280542b49b8f0b (patch)
treeb850ede68a486f2d30849184391c126f613eb7d2 /README
parent9a6e7c57484e16bdd3f4aa917e6489048fb242d0 (diff)
downloadwww-719934275f3c55e958f48ea165280542b49b8f0b.tar.gz
www-719934275f3c55e958f48ea165280542b49b8f0b.tar.bz2
www-719934275f3c55e958f48ea165280542b49b8f0b.zip
restructure
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 4 insertions, 9 deletions
diff --git a/README b/README
index 8483d249..56594ba7 100644
--- a/README
+++ b/README
@@ -20,21 +20,16 @@ locale/
The translations of the strings into the various languages are in the
locale/ directory.
+static/
+ This directory contains static resources that are language-independent.
-dist/
+static/dist/
This directory contains JavaScript from other projects which we redistribute,
such as bootstrap and jquery.
-
-static/
- This directory contains static resources that are language-independent
- and never change.
-
-
-news/ and financial-news/
+template/news/ and template/financial-news/
This directory contains news items to be posted on the news page.
-
inc/
This directory contains various Python scripts that are included during
the pre-processing with Jinja2.