aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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