Add site.scm for "about" generation on cgit

This commit is contained in:
Tom Willemsen 2012-08-08 02:33:40 +02:00
parent 073ad25e61
commit e716a10168

6
site.scm Normal file
View file

@ -0,0 +1,6 @@
((h2 "DVDroid")
(p "My girlfriend loves DVDs, and she has a lot of them by now. She "
"needs a way to keep track of which ones she still wants at some "
"point in the future, and which ones she already has."
(strong "That")
" is the reason for being of this piece of software."))