/project--emacs-epackage-sources-list

Emacs epackage extension's Yellow Pages (packages' sources list)

Description

This directory contains the Yellow Pages sources list file that lists Emacs extensions that are available in Distributed Emacs Lisp Package System (DELPS), or simply Epackage, format.

The packages use Git Version Control System (DVCS) containers for distribution. These epackage Git repositories can reside anywhere publicly available. The repository locations are recorded in the yellow page file name epackage.lst to make them available for users.

The person who wraps Emacs extensions, or Emacs Lisp add-ons if you wish, into epackages is called the epackage maintainer. The person who is the maintainer of the extension is called the upstream. These two can be the same or two separate persons.

For more information see:

How To Contribute

Fork this project and download the repository to your local disk. Add new epackage information, commit changes, push to your Github repository and send a Pull request through Github. See these page:

The information collected here include:

  • PACKAGE-NAME -- from epackage/info::Package field.
  • GIT-URL -- the public Git repository URL.
  • DESCRIPTION -- from 1st line from file epackage/info::Description

After your changes have been been merged, update your copy with:

git pull

Copyright and License

Copyright (C) 2010-2016 Jari Aalto <jari.aalto@cante.net>

This material is free; you can redistribute and/or modify it under the terms of GNU General Public license either version 2 of the License, or (at your option) any later version.

End of file