Initial commit
This commit is contained in:
commit
f956f998a2
7 changed files with 173 additions and 0 deletions
13
static/projects/index.sxml
Normal file
13
static/projects/index.sxml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;; -*- scheme -*-
|
||||
|
||||
(define (aux-project name desc vers)
|
||||
`(li (strong ,name) " – " ,desc " – "
|
||||
(a (@ (href ,(format #f "https://git.linuxposting.xyz/afiw/~a" name))) "git")
|
||||
", "
|
||||
(a (@ (href ,(format #f "/~~afiw/dist/~a-~a.tar.gz" name vers))) "tar.gz")))
|
||||
|
||||
`((title . "projects")
|
||||
(content
|
||||
(ul
|
||||
,(aux-project "can" "query filesystem permissions" "1.0")
|
||||
,(aux-project "cwm" "linux port of the openbsd calm window manager" "7.8.1.1"))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue