-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
49 lines (37 loc) · 1.5 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
This repository is organized as follows.
--| TOP LEVEL |-----------------------------------------------
block # place to chop up code. use for branches
freezer # frozen code. place to store tags
fridge # fresh code. for the current trunk
wiki # google wiki pages
--| INSIDE "block" |-----------------------------------------------
block/
timm # play pen sub-directory for person "timm"
fred # etc
your name
...
--| INSIDE "freezer" |-----------------------------------------------
freezer/
thing/
/latest # e.g. copy of the 1.1 directory
/1.1 # e.g.
thing.awk # one combined file for "thing"
doc/ # documentation of v1.1 of thing
otherstuff/
--| INSIDE "fridge" |-----------------------------------------------
fridge/
doc/ # awk.info stuff (see "doc" below)
etc/ # config files
gawk/ # gawk code
xgawk/ # xgawk code
share/
img/
var/ # long live temporaries
share/ # auto generated stuff
--| INSIDE ".awk" files |-----------------------------------------
The following standard is optional.
The code that renders the awk.info web site can "pretty print" awk code stored
in lawker. For example, http://awk.info/?gawk/array/join.awk is a pretty
print of http://lawker.googlecode.com/svn/fridge/gawk/array/join.awk.
To enable that pretty print, please see the instructions in
http://awk.info/?prettyprint .