summaryrefslogtreecommitdiff
path: root/devdocs/elisp/archive-web-server.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/archive-web-server.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/archive-web-server.html')
-rw-r--r--devdocs/elisp/archive-web-server.html10
1 files changed, 0 insertions, 10 deletions
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 @@
- <h3 class="section">Interfacing to an archive web server</h3> <p>A web server providing access to a package archive must support the following queries: </p> <dl compact> <dt>archive-contents</dt> <dd>
-<p>Return a lisp form describing the archive contents. The form is a list of ’package-desc’ structures (see <samp>package.el</samp>), except the first element of the list is the archive version. </p> </dd> <dt>&lt;package name&gt;-readme.txt</dt> <dd>
-<p>Return the long description of the package. </p> </dd> <dt>&lt;file name&gt;.sig</dt> <dd>
-<p>Return the signature for the file. </p> </dd> <dt>&lt;file name&gt;</dt> <dd>
-<p>Return the file. This will be the tarball for a multi-file package, or the single file for a simple package. </p> </dd> </dl><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Archive-Web-Server.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Archive-Web-Server.html</a>
- </p>
-</div>