aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordvn <git@dvn.me>2018-11-28 21:36:17 +1300
committerdvn <git@dvn.me>2018-11-28 21:36:17 +1300
commit9275382487edeea4680673c38bb87c5b423ea3d0 (patch)
tree4a259b5aa494ab882192d034f81ee15b7981dd30
parentae45bc57ffa2e4040ea18e50d71b1ffd4fbcca6d (diff)
downloadwww-9275382487edeea4680673c38bb87c5b423ea3d0.tar.gz
www-9275382487edeea4680673c38bb87c5b423ea3d0.zip
Organize README to make more READable
-rw-r--r--README19
1 files changed, 15 insertions, 4 deletions
diff --git a/README b/README
index 8b00fe5e..d554fce9 100644
--- a/README
+++ b/README
@@ -1,3 +1,7 @@
1==============
2GNUnet Website
3==============
4
1Sourcecode for https://gnunet.org created from the https://taler.net code base. 5Sourcecode for https://gnunet.org created from the https://taler.net code base.
2 6
3Requires python3-jinja2, python3-babel, and gettext. 7Requires python3-jinja2, python3-babel, and gettext.
@@ -6,9 +10,13 @@ Run "make" to build the HTML.
6 10
7Expect it to show up in en/ and other language folders, NOT in the root dir. 11Expect it to show up in en/ and other language folders, NOT in the root dir.
8 12
9Alternatively, creating an ad-hoc development environment containing all of 13
10the necessary software needed to build the HTML files can be easily done 14Developing with GNU Guix
11using the GNU Guix functional package manager. 15========================
16
17Creating an ad-hoc development environment containing all of the necessary
18software needed to build the HTML files can be easily done using the GNU
19Guix functional package manager.
12 20
13This can be achieved with the following command: 21This can be achieved with the following command:
14 22
@@ -17,7 +25,10 @@ This can be achieved with the following command:
17After installing the packages, this will drop you into a bash environment 25After installing the packages, this will drop you into a bash environment
18from which you can proceed to run "make". 26from which you can proceed to run "make".
19 27
20Commentary: 28
29Notes
30=====
31
21This website has been tested with python 3.6.5 and jinja2 2.9.6. 32This website has been tested with python 3.6.5 and jinja2 2.9.6.
22Since python development in collaborative environments with 33Since python development in collaborative environments with
23a whole range of possibilities in what your environment looks 34a whole range of possibilities in what your environment looks