aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* use i18n logic from site generatorFlorian Dold2021-05-07
|
* restructure to work with current site generatorFlorian Dold2021-05-07
|
* Fix build. Add news entryMartin Schanzenbach2021-04-04
|
* add more langsChristian Grothoff2021-03-12
|
* update other langsChristian Grothoff2021-02-14
|
* update build system, fixing i18nChristian Grothoff2021-02-14
|
* actually install security.txt in the target.ng02020-01-20
|
* rename, is portable enough for most parts.ng02019-12-15
|
* Satisfy the bikeshed.ng02019-12-11
|
* adjust Makefileng02019-11-30
|
* remove sticky attribute of navbar, add first rough "jump to top" button ↵ng02019-11-17
| | | | (needs improvement!)
* add back css, we never used much of the sass.ng02019-11-17
|
* inc: more logic to remove code from Makefile. news/index.hmtl.j2: syntax.ng02019-11-12
|
* rename template.py to make_site.pyng02019-11-12
|
* remove handwritten rss.xmlng02019-11-04
|
* fix up some news.ng02019-11-04
|
* Makefile.ng02019-11-03
|
* newssystem, part 2.ng02019-11-03
|
* move news to /news/ng02019-11-02
|
* use new build-system.ng02019-10-28
|
* rename.ng02019-10-28
|
* add a redirect for /gnsng02019-10-02
|
* Alexandros Theodotou <alex@zrythm.org> writes:Christian Grothoff2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re: our discussion on IRC: There are at least two files in the GNUnet website source code that have unclear licenses, rendering them proprietary. https://git.gnunet.org/www.git/tree/i18nfix.py https://git.gnunet.org/www.git/tree/template.py These files have no license or copyright notices. They simply say that "this file is in the public domain". In at least European countries, saying that "this file is in the public domain" is not enough to put something in the public domain. You have to explicitly use a license such as CC0 or WTFPL, otherwise the files are "all rights reserved". I'm not really sure you can assume that these files are GPL'd either, otherwise they'd have a copyright notice. So in effect, these files are proprietary. I can't copy them and use them in my (A)GPL project. For such files, if you want to be lax, the GNU package maintainer guidelines generally recommend this: """ Copyright (C) 2019 <name> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. """ Can we add appropriate headers or footers to the files please?
* re-add favicon.icoChristian Grothoff2019-07-28
|
* fix makefileChristian Grothoff2019-07-07
|
* philosophy -> aboutng02019-07-03
|
* node/397 -> aboutng02019-07-03
|
* Make yet another redirect page.ng02019-07-03
|
* Attempt to fix /gsoc 404 without touching httpdng02019-07-03
|
* style change, layout fixes, start using sass.ng02019-06-27
|
* Makefile: force linkng02019-03-13
|
* oh gawd...ng02019-03-11
|
* fix planet.gnu.org -- but really someone should make send if not found all ↵ng02019-03-11
| | | | requests to old.gnunet.org before 404!
* Handwritten rss 2.0 file.ng02019-03-11
|
* A first initial draft for a sitemapng02019-03-04
|
* Makefile: use python http.server for make runng02019-02-25
|
* fix debian errorng02019-02-20
|
* introduce structureng02019-02-20
|
* Makefile: more cleanng02019-02-20
|
* Makefile: add temporary dotfiles to cleanng02019-02-20
|
* Fix pybabel invocation and make output more verboseng02019-02-17
|
* 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
|
* comment why we have variables for python etcng02019-02-04
|
* configurable babelng02019-01-25
|
* 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.
* Add Makefile rule to 'run' the websiteNils Gillmann2018-10-14
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* build-system: make it build on more systems.Nils Gillmann2018-10-14
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>