- 02 Jun, 2019 1 commit
-
-
Administrator authored
-
- 01 Jun, 2019 2 commits
-
-
Administrator authored
-
Philipp Marek authored
Google login stays restricted; GitHub registration and login are open.
-
- 29 May, 2019 1 commit
-
-
Philipp Marek authored
-
- 19 May, 2019 4 commits
-
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
- 09 May, 2019 1 commit
-
-
Philipp Marek authored
The idea is that a POST to the registration URL https://gitlab.common-lisp.net/users returns a redirect to this page, unless the "Referer" header includes some secret[1]. On #lisp minion can be asked about the right URL. Ad 1: well-known (like just "?allow=lisp") or generated; eg. some date-value like "MMMDD-HH", which would give "May09-20:"; Perhaps we can just use the unix-timestamp and have apache compare an integer range?
-
- 28 Apr, 2019 2 commits
-
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
- 21 Feb, 2019 2 commits
-
-
Administrator authored
Correct m-creations URL and update text See merge request clo/cl-site!86
-
Kambiz Darabi authored
-
- 15 Feb, 2019 2 commits
-
-
Dave Cooper authored
fixed URL for asdf fundraiser in news.md See merge request clo/cl-site!85
-
Dave Cooper authored
-
- 09 Feb, 2019 3 commits
-
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
- 18 Nov, 2018 1 commit
-
-
Erik Huelsmann authored
-
- 10 Nov, 2018 2 commits
-
-
Philipp Marek authored
Pre- and post-processing are part of rendering (no extra output) See merge request clo/cl-site!83
-
Philipp Marek authored
Make CL preprocessor behave See merge request clo/cl-site!84
-
- 09 Nov, 2018 15 commits
-
-
Erik Huelsmann authored
Remove remnants of a prior iteration process.lisp See merge request clo/cl-site!82
-
Erik Huelsmann authored
-
Erik Huelsmann authored
Note that the preprocessors are supposed to consume the 'content' variable's value, but that the lisp preprocessor grabbed the disk file's content instead. This commit resolves that situation.
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
DEF-RENDER-HOOK: Store symbols on *RENDER-HOOK*. See merge request clo/cl-site!80
-
Administrator authored
Update index.html (typo) See merge request clo/cl-site!81
-
Vincent Dardel authored
-
Philipp Marek authored
PUSHing the functions themselves means that the hooks get installed every time the DEF-RENDER-HOOK forms get evaluated, even if they already exist. Using PUSHNEW and the symbols avoid that. To reproduce, just (load "build.lisp") touch cl-site.asd # force asdf to reload the system (load "build.lisp") and the output will show multiple identical lines - once for each time the system got loaded. Transforming libraries.md to libraries.html Transforming libraries.md to libraries.html Transforming libraries.md to libraries.html
-
Philipp Marek authored
Another typo, plus a whitespace fix in the .asd file. See merge request clo/cl-site!79
-
Philipp Marek authored
-
Philipp Marek authored
-
Philipp Marek authored
Fix typo. See merge request clo/cl-site!78
-
Philipp Marek authored
-
- 06 Nov, 2018 2 commits
-
-
Erik Huelsmann authored
-
Erik Huelsmann authored
Add a FAQ item describing how to deploy project pages See merge request clo/cl-site!77
-
- 05 Nov, 2018 1 commit
-
-
Erik Huelsmann authored
-
- 04 Nov, 2018 1 commit
-
-
Erik Huelsmann authored
-