wiki-patch-license-notice


deleted-page

moved to darcs

diff -urN WiLiKi-0.5/src/wiliki/edit.scm WiLiKi-0.5-copyright-notice/src/wiliki/edit.scm
--- WiLiKi-0.5/src/wiliki/edit.scm      2004-03-22 12:44:35.000000000 +0100
+++ WiLiKi-0.5-copyright-notice/src/wiliki/edit.scm     2004-09-12 04:30:33.000000000 +0200
@@ -41,9 +41,15 @@
     `((input (@ (type checkbox) (name donttouch) (value on) (id donttouch)
                 ,@(if donttouch '((checked checked)) '())))
       (label (@ (for donttouch)) ,($$ "Don't update 'Recent Changes'"))))
-  
+
   `((form
      (@ (method POST) (action ,(cgi-name-of (wiliki))))
+     (p (b "By posting, you will grant the rights to modify and "
+           "distribute your submission under the terms of the Attribution "
+           "ShareAlike 2.0 license. See "
+           (a (@ (href ,(url "wiki-license")))
+              "wiki-license")
+           " for more information."))
      ,@(buttons) ,@(donttouch-checkbox)
      (br)
      (input (@ (type hidden) (name c) (value c)))