Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3763646
D3534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D3534.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 01:20 (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256789
Default Alt Text
D3534.diff (3 KB)
Attached To
Mode
D3534: Split license and contributors from source code
Attached
Detach File
Event Timeline
Log In to Comment