X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d711ac599cf1be6d5aea88709a1caf7195587010..368dbd026fe0ebd0f9f50be09d0f2a5f58d06c0a:/packages/muse/httpd.el?ds=sidebyside 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