aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2014-09-15 20:07:30 +0200
committerPeter Bex <peter@more-magic.net>2014-09-15 20:07:30 +0200
commita42c5901d9e2ac85a29fba59d63977bcf9115772 (patch)
tree447143f7138fc4dd58f8af5e9ee6ab0901c70b87 /README
parent5177ee6e5e9153dd0ffff688755e721dd1510cd6 (diff)
downloadpseudo-meta-egg-info-a42c5901d9e2ac85a29fba59d63977bcf9115772.tar.gz
Update pseudo-meta-egg-info to allow for multiple major CHICKEN versions
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index cc14d53..8343e92 100644
--- a/README
+++ b/README
@@ -24,8 +24,9 @@ You can use it like this:
(use spiffy spiffy-uri-match pseudo-meta-egg-info)
;; Trailing slash is mandatory here!
-;; By default this uses the Chicken repo
-(egg-repo "http://example.com/your-egg-repo/eggs/release/4/")
+;; The {chicken-release} placeholder gets replaced by the major CHICKEN version.
+;; By default this uses the Chicken repo.
+(egg-repo "http://example.com/your-egg-repo/eggs/release/{chicken-release}/")
(vhost-map `((".*"
. ,(uri-match/spiffy
@@ -34,8 +35,8 @@ You can use it like this:
(start-server)
-This makes the release-info for egg MY-EGG available under
-http://localhost:8080/release-info?egg=MY-EGG
+This makes the release-info for the CHICKEN 4 version of egg MY-EGG, available under
+http://localhost:8080/release-info?egg=MY-EGG;release=4
-and the files-list for release 1.0 under
-http://localhost:8080/files-list?egg=MY-EGG;release=1.0
+and the files-list for release 1.0 for the CHICKEN 5 version of MY-EGG under
+http://localhost:8080/files-list?egg=MY-EGG;release=1.0;release=5