Added explicit copyleft page to the website.
...to allow inclusion of text in wikipedia.
This commit is contained in:
parent
38558b5fa7
commit
6091a5d972
|
@ -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)
|
||||
|
|
12
collects/meta/web/www/web-copyright.rkt
Normal file
12
collects/meta/web/www/web-copyright.rkt
Normal 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).})
|
Loading…
Reference in New Issue
Block a user