Commit graph

69 commits

Author SHA1 Message Date
Ryan C. Thompson
a2243b4fd2 Update the single-file repo example
ido-ubiquitous is no longer a single-file repo, so the README needs a
new example.
2015-04-11 19:25:55 -07:00
Steve Purcell
3b3018b087 Exclude "test.el" from :files by default 2015-01-01 12:25:57 +00:00
Steve Purcell
febb32aa75 Mention flycheck-package in the README 2014-12-19 21:46:57 +00:00
Fanael Linithien
c097cc4282 Add a :defaults "macro" to the :files spec.
This allows users to add files to the default file list without
overwriting it. For instance:

(example :fetcher example :url "http://example.com/"
         :files (:defaults "an.example"))

This would fetch Emacs Lisp (except tests) and Texinfo files, just like
the defaults, but unlike the defaults, the file an.example would be
included too.

:defaults is only recognized when it's the first element of :files.

Fixes #2275.
2014-12-17 17:47:18 +01:00
Donald Ephraim Curtis
53ca6f6490 README now suggests contacting package author
Added a line to the README package to the package expediting process that suggests contributors make a reasonable effort to include original authors and current maintainers in the submission process.
2014-11-06 17:08:59 -08:00
Donald Curtis
8851c51e62 Mv all refs from *.milkbox.net to melpa.org 2014-10-23 01:14:45 -04:00
Fanael Linithien
0b19c411e5 Mention the preferred address of MELPA stable in the readme. 2014-07-14 23:16:02 +02:00
Steve Purcell
52757abf2e Use $EMACS_COMMAND rather than just $EMACS (see #1855) 2014-07-11 20:30:46 +01:00
Fanael Linithien
776e01a120 Update the stable packages section in the readme. 2014-07-11 20:42:32 +02:00
Dieter Deyke
263f420437 Added support for fossil SCM, added recipe for vc-fossil.el, a VC backend for the fossil sofware configuration management system 2014-07-07 11:56:33 +02:00
Steve Purcell
811196f7f7 Fix link to package.5.html (closes #1814) 2014-06-29 12:02:39 +01:00
Bozhidar Batsov
1d08eb83c7 Fix a typo 2014-04-28 16:43:25 +03:00
Steve Purcell
820335fb5a Extend note about sandbox target 2014-04-20 13:41:01 +01:00
Steve Purcell
1f47690652 Add note about "make sandbox" (see #1666) 2014-04-20 13:39:33 +01:00
Steve Purcell
524927838c Add more info about building and testing recipes 2014-04-20 13:39:33 +01:00
Steve Purcell
7f250b18e5 Don't assume that user is using init.el rather than .emacs 2014-04-06 11:22:43 +01:00
Steve Purcell
212d3b3ca9 More concise usage section in README (see #1624) 2014-04-06 11:21:32 +01:00
Steve Purcell
06177c4dee Clarify README section mentioning package-filter.el 2014-04-06 11:15:43 +01:00
Donald Ephraim Curtis
876d69d1ec Update README.md to include stable website listing 2014-03-23 15:28:04 -07:00
Donald Curtis
aa21414fbe update the readme for stable packages 2014-03-23 18:12:20 -04:00
Donald Ephraim Curtis
191b798b2d Clarify the default value of :files configuration. 2014-03-04 11:40:17 -08:00
Douglas Calvert
b007d0bd2b Correct melpa.el/package-filter.el confusion
Removed the stale reference to the melpa package for filtering packages in the README.
2014-02-28 17:20:36 -05:00
Steve Purcell
66b807b690 Briefly document the :branch option 2014-02-06 20:32:14 +00:00
Donald Curtis
6ff87cb0c2 Move the melpa.el package to a separate repo. 2014-01-05 14:57:43 -08:00
Steve Purcell
53512d52f2 Fix readme typo 2013-12-28 11:58:03 +00:00
Steve Purcell
ae22c3afd8 Add note about setting $EMACS when necessary (see #1065) 2013-10-04 13:42:03 +01:00
Steve Purcell
f85f2fe051 Style all README code blocks as lisp 2013-08-20 20:00:11 +01:00
Steve Purcell
b7dcf02c72 Add some missing info to README, fix a couple of typos 2013-08-20 19:24:32 +01:00
Steve Purcell
db0e4e2352 Rename "Package Format" heading to "Recipe Format" 2013-07-22 10:35:05 +01:00
Donald Curtis
fae3ee4bd0 include more submission details in the README 2013-07-20 22:00:53 -07:00
Tomoya Tanjo
037371553f Add missing comma 2013-06-05 00:24:59 +09:00
Wilson Snyder
91f45f20a5 Fix typos. 2013-05-30 18:20:35 -04:00
Marco Baringer
fd93167012 Don't use < and > chars; mention the name of the upstream repo ('origin') 2013-05-01 16:01:50 +02:00
Marco Baringer
17571841d7 Mention :commit parameter for git and github fetchers 2013-05-01 15:54:42 +02:00
Donald Curtis
c6160929e1 clarify the README a bit 2013-03-25 23:08:36 -05:00
Steve Purcell
cafc402e71 Add "dir" and "*.info" to the default :files spec
Since most packages do not have `dir` or `*.info` files, this required
changing the behaviour when a wildcard entry in `:file` expands to an
empty file list. Previously, an error would be raised in this case; now,
an error is raised only when the *entire* `:files` spec expands to an
empty file list.

The slight danger, then, is that certain build failures due to upstream
reorganisation of files might be less obvious.
2013-03-13 21:00:24 +00:00
Ding Deng
29b42b8a7c fix a broken link in README.md. 2013-01-09 23:03:08 +08:00
Donald Curtis
41edcc585f add travis ci image to README 2012-12-30 22:54:23 -06:00
Donald Curtis
70bc1e3a93 Clarify the `:files' section of README 2012-12-29 15:15:40 -06:00
Donald Curtis
d9239e2df8 README: improve clarity for package formatting 2012-12-17 13:39:47 -06:00
Steve Purcell
92abe5bf31 Remove commented-out paragraph in README (see #367) and clean up whitespace 2012-11-03 14:56:20 +00:00
Sebastian Wiesner
9592064902 Rename :cvs-module to :module 2012-09-15 13:55:15 +02:00
Sebastian Wiesner
9590a38d35 [#177] Add support for CVS 2012-09-14 18:35:16 +02:00
Donald Curtis
5c216821f5 Update README to reflect recent changes. 2012-07-21 15:46:21 -05:00
Donald Curtis
e6f81bf99a README changes for new recipe format 2012-05-03 20:46:16 -05:00
Donald Curtis
7dc07903da Minor README update. 2012-05-01 08:16:02 -05:00
Donald Curtis
c7f03d86b4 Major update to README include TOC 2012-04-30 17:13:46 -05:00
Steve Purcell
2c7355727a Clarify recipe syntax (fixes #89) 2012-04-21 10:10:48 +01:00
Donald Curtis
d0943496d2 Apparently github markdown does not support definitions? 2012-04-11 09:56:19 -05:00
Donald Ephraim Curtis
ea3b50d05d Definitions in README.md need three spaces after : 2012-04-11 09:54:07 -05:00