This is the website for the Worldwide Public Domain Dedication (WPDD):
https://wpdd.info/
+Here's how you can test out the site locally:
+1. Make sure that you have lighttpd installed:
+ https://www.lighttpd.net/
+2. Change directory to the root of this repo.
+3. Run "lighttpd -D -f test-lighttpd.conf"
+4. Open a Web browser and go to:
+ http://localhost:49152/
+
Aside from trademarks, this work, including this README, is licensed
under the Creative Commons Attribution-ShareAlike 4.0 International
License: http://creativecommons.org/licenses/by-sa/4.0/
--- /dev/null
+# This file is dedicated to the public domain using the CC0 1.0
+# Universal Public Domain Dedication:
+# https://creativecommons.org/publicdomain/zero/1.0/
+
+server.document-root = var.CWD
+server.port = 49152
+index-file.names = ( "index.html" )
+
+mimetype.assign = (
+ ".html" => "text/html",
+ ".css" => "text/css"
+)
+
+server.modules = ("mod_ssi")
+ssi.extension = (".html")
\ No newline at end of file