Last change
on this file since 13962 was
13962,
checked in by felix winkelmann, 11 years ago
|
moved scripts; added scripts/README
|
File size:
1.1 KB
|
Line | |
---|
1 | README for scripts/ |
---|
2 | =================== |
---|
3 | |
---|
4 | |
---|
5 | This directory contains a couple of things that might be useful: |
---|
6 | |
---|
7 | scheme |
---|
8 | |
---|
9 | A wrapper sh(1) script that allows automatic compilation of Scheme |
---|
10 | scripts. If you precede a Scheme file with a header line like this |
---|
11 | |
---|
12 | #!/usr/bin/env scheme |
---|
13 | |
---|
14 | then a compiled version of the code will be stored in $HOME/.cache |
---|
15 | and executed, instead of the original source file. |
---|
16 | |
---|
17 | tools.scm |
---|
18 | |
---|
19 | Helper functions for some of the scripts here. |
---|
20 | |
---|
21 | test-dist.sh |
---|
22 | |
---|
23 | Takes a platform-designator and the path to a tarball and unpacks, |
---|
24 | builds and tests the chicken distribution contained therein. |
---|
25 | |
---|
26 | wiki2html.scm |
---|
27 | |
---|
28 | A simple svnwiki -> HTML translator used for the manual. Needs |
---|
29 | `htmlprag' and `matchable' eggs installed. |
---|
30 | |
---|
31 | make-egg-index.scm |
---|
32 | |
---|
33 | Creates an egg index HTML page from a local working copy of a |
---|
34 | `release/<number>' egg tree. |
---|
35 | |
---|
36 | makedist.scm |
---|
37 | |
---|
38 | Creates a distribution tarball from a chicken svn checkout. |
---|
39 | |
---|
40 | henrietta.scm |
---|
41 | henrietta.cgi |
---|
42 | |
---|
43 | A CGI script and sub-program that serves eggs from a local tree |
---|
44 | or via svn over HTTP. |
---|
Note: See
TracBrowser
for help on using the repository browser.