From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/archive-web-server.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 devdocs/elisp/archive-web-server.html (limited to 'devdocs/elisp/archive-web-server.html') diff --git a/devdocs/elisp/archive-web-server.html b/devdocs/elisp/archive-web-server.html deleted file mode 100644 index 0094233d..00000000 --- a/devdocs/elisp/archive-web-server.html +++ /dev/null @@ -1,10 +0,0 @@ -

Interfacing to an archive web server

A web server providing access to a package archive must support the following queries:

archive-contents
-

Return a lisp form describing the archive contents. The form is a list of ’package-desc’ structures (see package.el), except the first element of the list is the archive version.

<package name>-readme.txt
-

Return the long description of the package.

<file name>.sig
-

Return the signature for the file.

<file name>
-

Return the file. This will be the tarball for a multi-file package, or the single file for a simple package.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Archive-Web-Server.html -

-
-- cgit v1.2.3