Skip to content
Snippets Groups Projects

Add support for content/*.lisp files as well as content/*.html

Closed Dave Cooper requested to merge dcooper/cl-site:master into master
7 files
+ 95
52
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 61
0
(in-package :cl-site-content)
(add-content
:headers-plist (list :|title| "Common-Lisp.net | About")
:html-string
(with-cl-who-string (:indent t)
(:h1 ((:i :class "far fa-question-circle")) " About Common-Lisp.net")
(wmd "
Common-Lisp.net provides hosting for projects and user groups related to the programming language Common Lisp.
The site is run under the governance of the [Common Lisp
Foundation](http://www.cl-foundation.org) and maintained mostly by a
committee of volunteers. [Please consider donating](/contribute).
Its source is hosted on
[gitlab.common-lisp.net](https://gitlab.common-lisp.net/clo/cl-site).
If you want to request a project, read [this
document](/project-intro).
If you have questions, suggestions or comments about this site or you
simply wish to reach the current maintainers, email [this mailing
list](http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel).
The documentation, procedures, feature requests etc are located in our
Trac instance: [clo's Trac](http://trac.common-lisp.net/clo).")
(:h2 "Maintainance")
(wmd "
Since many years [Common-Lisp.net](/) has been run by a number of
volunteers.")
(:h3 "Currently active maintainers")
(wmd "
* Mark Evenson
* Erik Huelsmann
* Mariano Montone")
(:h3 "Previous maintainers")
(wmd "
* Erik Enge
* Drew Crampsie
* Hans Hübner
* Cheryl Yang
* Mario S. Mommer")))
Loading