Page MenuHomeDevCentral

D3534.id.diff
No OneTemporary

D3534.id.diff

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,18 @@
+## Contributors
+
+Original author: Simon Budig <simon@budig.de>
+
+They have contributed to wurf during the woof era:
+
+ - Mat Caughron <mat@phpconsulting.com> - Darwin support
+ - Colin Marquardt <colin.marquardt@zmd.de> - Solaris support
+ - Andy Gimblett <A.M.Gimblett@swansea.ac.uk> - FreeBSD support
+ - Stefan Reichör <stefan@xsteve.at> - Cygwin support
+
+They have suggested ideas to woof:
+
+ - Morgan Lefieux <comete@geekandfree.org> - tarfile usage
+
+Third-party code incorporated into woof:
+
+ - Stephen English <steve@secomputing.co.uk> - File upload support (based on)
diff --git a/LICENSE b/LICENSE
new file mode 100644
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+Copyright (C) 2004-2009 Simon Budig <simon@budig.de>
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+A copy of the GNU General Public License is available at
+http://www.fsf.org/licenses/gpl.txt, you can also write to the
+Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
diff --git a/woof b/woof
--- a/woof
+++ b/woof
@@ -1,30 +1,6 @@
#!/usr/bin/env python3
-# -*- encoding: utf-8 -*-
-#
# woof -- an ad-hoc single file webserver
-# Copyright (C) 2004-2009 Simon Budig <simon@budig.de>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# A copy of the GNU General Public License is available at
-# http://www.fsf.org/licenses/gpl.txt, you can also write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
-
-# Darwin support with the help from Mat Caughron, <mat@phpconsulting.com>
-# Solaris support by Colin Marquardt, <colin.marquardt@zmd.de>
-# FreeBSD support with the help from Andy Gimblett, <A.M.Gimblett@swansea.ac.uk>
-# Cygwin support by Stefan Reichör <stefan@xsteve.at>
-# tarfile usage suggested by Morgan Lefieux <comete@geekandfree.org>
-# File upload support loosely based on code from Stephen English <steve@secomputing.co.uk>
+
import sys, os, errno, socket, getopt, subprocess, tempfile
import cgi, urllib.request, urllib.parse, http.server

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 23, 22:32 (20 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2212647
Default Alt Text
D3534.id.diff (3 KB)

Event Timeline