Added explicit copyleft page to the website.

...to allow inclusion of text in wikipedia.
This commit is contained in:
Eli Barzilay 2011-08-18 17:49:52 -04:00
parent 38558b5fa7
commit 6091a5d972
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#lang racket/base
(require "index.rkt" "download.rkt" "community.rkt" "learning.rkt" "help.rkt"
"new-name.rkt" "guidelines.rkt")
"new-name.rkt" "guidelines.rkt" "web-copyright.rkt")
(provide (rename-out [index main]) download community learning help)

View File

@ -0,0 +1,12 @@
#lang meta/web
(require "resources.rkt")
(provide web-copyright)
(define web-copyright
@page{
The text of this website is available for modification and reuse
under the terms of the Creative Commons Attribution-Sharealike 3.0
Unported License and the GNU Free Documentation
License (unversioned, with no invariant sections, front-cover texts,
or back-cover texts).})