aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* attempt to fix syntax errorng02019-02-13
|
* add gsocChristian Grothoff2019-02-13
|
* add gsocChristian Grothoff2019-02-13
|
* add a few first FAQs, fixing #5544Christian Grothoff2019-02-12
|
* fix #5545Christian Grothoff2019-02-12
|
* add newsChristian Grothoff2019-02-09
|
* use html5 semantic to test reader modeng02019-02-06
|
* fixng02019-02-06
|
* add classes for unused skip element, add message in the footer tong02019-02-06
| | | | report problems to us, more with ev
* ev: attemptng02019-02-06
|
* As per mozilla accessibility guidelines, just use a empty alt for decorative ↵ng02019-02-06
| | | | images. our logo in the navbar is decorative
* ev: html codes.ng02019-02-06
|
* READMEng02019-02-06
|
* common/navigation: use descriptive alt-text for logo, use real html code for ↵ng02019-02-06
| | | | languages.
* meta authorng02019-02-06
|
* index: fix formating issue with resulting output file which leads to further ↵ng02019-02-06
| | | | problems.
* Makefile: clean vi tempfilesng02019-02-04
|
* This breaks with both gnu bash and netbsd shng02019-02-04
| | | | | | | | | using a C locale, which I consider to be unusable as it worked like this before. Revert "as suggested by catonano" This reverts commit dba1dfd871ffb078bbf95d6f57c38412afb04a84.
* as suggested by catonanong02019-02-04
|
* make cleanng02019-02-04
|
* Remove taler specific file in .well-knownng02019-02-04
|
* comment why we have variables for python etcng02019-02-04
|
* apparently percent character must be escapedAmirouche2019-02-02
|
* cosmitAmirouche2019-02-02
| | | | See previous commit
* PYTHONPATH shenaniganAmirouche2019-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running: git clean -fxd && make Will produce the following error: extracting messages from about.html.j2 (encoding="utf-8", lstrip_blocks="True", trim_blocks="True") Traceback (most recent call last): File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/bin/.pybabel-real", line 11, in <module> load_entry_point('Babel==2.6.0', 'console_scripts', 'pybabel')() File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/frontend.py", line 911, in main return CommandLineInterface().run(sys.argv) File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/frontend.py", line 835, in run return cmdinst.run() File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/frontend.py", line 470, in run for filename, lineno, message, comments, context in extracted: File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/extract.py", line 157, in extract_from_dir dirpath=absname, File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/extract.py", line 212, in check_and_call_extract_file strip_comment_tags=strip_comment_tags File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/extract.py", line 241, in extract_from_file strip_comment_tags)) File "/gnu/store/2dv8956ggc15s3yidadkw38v6ksi36k5-python-babel-2.6.0/lib/python3.7/site-packages/babel/messages/extract.py", line 294, in extract func = getattr(__import__(module, {}, {}, [attrname]), attrname) ModuleNotFoundError: No module named 'i18nfix' So we add current working directory aka. CWD in the pythonpath. But since guix also has changed PYTHONPATH env variable we need to suffix it. In bash that would have been simply: export PYTHONPATH=$(pwd):$PYTHONPATH
* git.gnunet.org is now onlineng02019-01-30
|
* TODO is now in Mantisng02019-01-30
|
* index: As discussed in irc, privacy by design with dashes betweenng02019-01-30
| | | | | the words serves no special purpose, the change makes it more natural to read.
* index: "It seems like" is more informal, use 'as if'ng02019-01-30
|
* about: use col-6 col-md-4 to work towards responsive team-page.ng02019-01-30
|
* corrected a linkAdriano Peluso2019-01-29
| | | | * tutorial.html.j2
* libmicrohttpd renamed to libmicrohttpd-devAdriano Peluso2019-01-29
| | | | * tutorial-ubuntu1804.html.j2
* added a space before the end of a html commentAdriano Peluso2019-01-29
| | | | | | | so that the Emacs jinja2 mode properly colors the code * tutorial-ubuntu1804.html.j2 added a space
* TODOng02019-01-25
|
* more newsng02019-01-25
|
* architecture.html.j2: foundation->foundations, comment about image, linebreakng02019-01-25
|
* ev: 2018 minutesng02019-01-25
|
* copyright.html.j2: sentenceng02019-01-25
|
* gnurl++ng02019-01-25
|
* READMEng02019-01-25
|
* gnurl.html.j2 partial rewriteng02019-01-25
|
* TODOng02019-01-25
|
* gnurlng02019-01-25
|
* PEP 263 wants to be satisfied or template does not spark joyng02019-01-25
|
* TODOng02019-01-25
|
* configurable babelng02019-01-25
|
* bump footer dateng02019-01-25
|
* README: add documentation about alternative buildDevan Carpenter2019-01-05
| | | | | | This documents how to use the alternative docker-based process for building the HTML. Additionally, I have added some information as to why one might want to use this.
* Add a Dockerfile and correlated make rules for site generationDevan Carpenter2019-01-05
| | | | | | These additions can be used for container-driven CI, and for anyone wanting to quickly generate the site without fussing with setup of a jinja development environment.
* Make "Download" button go to gnunet.gitDevan Carpenter2019-01-05
| | | | | | | | The download button was leading to the page with all of the repos under the GNUnet umbrella. For a download of GNUnet, it makes sense to go directly to the GNUnet core git. I also added an indication that this download button leads to a git repo, as is untypical for a "Download" link.