X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d16fb86d8e4c96a591e4ef8e64db59045f766609..961b79aba3fe032584d43c5a83d8ad5951e721a6:/packages/muse/httpd.el diff --git a/packages/muse/httpd.el b/packages/muse/httpd.el index 083dcb657..1fb64a40d 100644 --- a/packages/muse/httpd.el +++ b/packages/muse/httpd.el @@ -1,13 +1,13 @@ -;;; httpd.el -- a web server in Emacs Lisp -;;; -;;; Author: Eric Marsden -;;; John Wiegley -;;; Michael Olson (slight modifications) -;;; Version: 1.1 -;;; Keywords: games -;;; Copyright (C) 2001, 2003 Eric Marsden -;;; Parts copyright (C) 2006 Free Software Foundation, Inc. -;; +;;; httpd.el -- A web server in Emacs Lisp + +;; Copyright (C) 2001, 2003, 2006, 2012 Free Software Foundation, Inc. + +;; Author: Eric Marsden +;; John Wiegley +;; Michael Olson (slight modifications) +;; Version: 1.1 +;; Keywords: games + ;; 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 3 of @@ -28,8 +28,8 @@ ;; ;;; Commentary: -;; -;; httpd.el is an HTTP server embedded in the Emacs. It can handle GET + +;; httpd.el is an HTTP server embedded in the Emacs. It can handle GET ;; and HEAD requests; adding support for POST should not be too ;; difficult. By default, httpd.el will listen on server side Emacs ;; sockets for HTTP requests. @@ -46,7 +46,7 @@ ;; ;; Thanks to John Wiegley and Cyprian Adam Laskowski. -;;; Code +;;; Code: (defvar httpd-document-root "/var/www") @@ -285,5 +285,4 @@ content.") (setq httpd-process nil))) (provide 'httpd) - -;; httpd.el ends here +;;; httpd.el ends here