elpa-admin

Homepage: https://git.sv.gnu.org/r/emacs/elpa.git

Author: Stefan Monnier

Updated:

Summary

Auto-generate an Emacs Lisp package archive

Commentary

TODO

- bug#73425: Allow images in readme and manual
  + Support for Org and Markdown readmes.
  + Support for HTML manual.
  - Doesn't work for Kubed's HTML manual.
  - Doesn't work for Info manuals if the Texinfo is not in root directory,
    such as Hyperbole's.
- bug#73425: Need a convenient way to specify parts of the pkg spec
  directly in the package, such as in the main file.
  Currently this can be done for `:ignored-files' via `.elpaignore',
  but it should be made more general.  E.g. for `:doc-files', `:doc',
  `:readme', ...

- bug#45345: [elpa-archive] "make build/" should not pull
  unconditionally
- bug#45346: make it easier to ignore all the files in 
  except for a few exceptions.
- support for conveniently rebuilding individual files like
  index.html, archive-contents, or .html
- render the README and News in the HTML rather than as 
 block!

Dependencies