Skip to content

Commit 9f82403

Browse files
First commit
Signed-off-by: David A. Wheeler <[email protected]>
0 parents  commit 9f82403

File tree

4,232 files changed

+1199983
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,232 files changed

+1199983
-0
lines changed

README.TXT

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
This is the REAME.TXT file that accompanies the Metamath site download,
2+
extracted from one of the downloaded files metamathsite.tar.bz2,
3+
metamathsite.tar.gz, or metamathsite.zip.
4+
5+
This package contains the minimal sources and other files needed to
6+
rebuild the Metamath site from scratch. It is not usable until you run
7+
the bash script "install.sh" (see below). You will need around 650MB of
8+
free disk space.
9+
10+
11+
12+
How to build the Metamath site
13+
------------------------------
14+
15+
To use the script install.sh to build the Metamath site, you will need
16+
a Unix or Unix-like system (such as Cygwin for Windows) that includes
17+
a bash shell.
18+
19+
20+
21+
A. The simple way to do it
22+
--------------------------
23+
24+
To build the Metamath web site from a bash shell, type
25+
26+
./install.sh
27+
28+
in the metamathsite (i.e. this) directory. During the installation, a
29+
lot of status messages will flash by on the screen. When done, the last
30+
line on the screen should read:
31+
32+
The installation completed successfully. The home page is index.html.
33+
34+
35+
36+
B. A more cautious way to do it
37+
--------------------------------
38+
39+
To build the Metamath web site from a bash shell, type
40+
41+
sh -x ./install.sh >install.log 2>&1
42+
43+
You can monitor the progress in another bash shell window with "tail -f
44+
install.log". The last line in install.log should read:
45+
46+
The installation completed successfully. The home page is index.html.
47+
48+
After the installation is completed, check the install.log file for
49+
problems:
50+
51+
egrep -i \
52+
"warning|error|no such|cannot|permission|denied|invalid|too long|can't" \
53+
install.log | egrep -v \
54+
"No errors|Font Warn|label token|ignored|may have changed"
55+
56+
If all went OK there should be no output.
57+
58+
59+
60+
Notes
61+
-----
62+
63+
1. The script install.sh is the actual script used to rebuild this site
64+
periodically. In the hopefully unlikely event there is a problem,
65+
please report it to Norm Megill - this is important to help maintain the
66+
quality of the Metamath site! There are also some additional notes in
67+
the comments at the beginning of the install.sh file.
68+
69+
2. To conserve about 70MB of disk space on a personal local copy (not a
70+
mirror site!), after the installation you can remove the redundant
71+
download files:
72+
73+
rm downloads/m?[a-ik-z]*z* downloads/ql* downloads/s*
74+
75+
76+
=======================================================================
77+
78+
Copyright
79+
---------
80+
81+
See the file copyright.html in this directory for copyright and
82+
licensing information that applies to the content of this package. The
83+
file is also at http://us.metamath.org/copyright.html on the web.
84+
85+
86+
Norm Megill nm(at)alum(dot)mit(dot)edu 10-Dec-2006

__README.TXT

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
This is the REAME.TXT file that accompanies the Metamath site download,-e
2+
extracted from one of the downloaded files metamathsite.tar.bz2,-e
3+
metamathsite.tar.gz, or metamathsite.zip.-e
4+
-e
5+
This package contains the minimal sources and other files needed to-e
6+
rebuild the Metamath site from scratch. It is not usable until you run-e
7+
the bash script "install.sh" (see below). You will need around 650MB of-e
8+
free disk space.-e
9+
-e
10+
-e
11+
-e
12+
How to build the Metamath site-e
13+
-------------------------------e
14+
-e
15+
To use the script install.sh to build the Metamath site, you will need-e
16+
a Unix or Unix-like system (such as Cygwin for Windows) that includes-e
17+
a bash shell.-e
18+
-e
19+
-e
20+
-e
21+
A. The simple way to do it-e
22+
---------------------------e
23+
-e
24+
To build the Metamath web site from a bash shell, type-e
25+
-e
26+
./install.sh-e
27+
-e
28+
in the metamathsite (i.e. this) directory. During the installation, a-e
29+
lot of status messages will flash by on the screen. When done, the last-e
30+
line on the screen should read:-e
31+
-e
32+
The installation completed successfully. The home page is index.html.-e
33+
-e
34+
-e
35+
-e
36+
B. A more cautious way to do it-e
37+
---------------------------------e
38+
-e
39+
To build the Metamath web site from a bash shell, type-e
40+
-e
41+
sh -x ./install.sh >install.log 2>&1-e
42+
-e
43+
You can monitor the progress in another bash shell window with "tail -f-e
44+
install.log". The last line in install.log should read:-e
45+
-e
46+
The installation completed successfully. The home page is index.html.-e
47+
-e
48+
After the installation is completed, check the install.log file for-e
49+
problems:-e
50+
-e
51+
egrep -i \-e
52+
"warning|error|no such|cannot|permission|denied|invalid|too long|can't" \-e
53+
install.log | egrep -v \-e
54+
"No errors|Font Warn|label token|ignored|may have changed"-e
55+
-e
56+
If all went OK there should be no output.-e
57+
-e
58+
-e
59+
-e
60+
Notes-e
61+
------e
62+
-e
63+
1. The script install.sh is the actual script used to rebuild this site-e
64+
periodically. In the hopefully unlikely event there is a problem,-e
65+
please report it to Norm Megill - this is important to help maintain the-e
66+
quality of the Metamath site! There are also some additional notes in-e
67+
the comments at the beginning of the install.sh file.-e
68+
-e
69+
2. To conserve about 70MB of disk space on a personal local copy (not a-e
70+
mirror site!), after the installation you can remove the redundant-e
71+
download files:-e
72+
-e
73+
rm downloads/m?[a-ik-z]*z* downloads/ql* downloads/s*-e
74+
-e
75+
-e
76+
=======================================================================-e
77+
-e
78+
Copyright-e
79+
----------e
80+
-e
81+
See the file copyright.html in this directory for copyright and-e
82+
licensing information that applies to the content of this package. The-e
83+
file is also at http://us.metamath.org/copyright.html on the web.-e
84+
-e
85+
-e
86+
Norm Megill nm(at)alum(dot)mit(dot)edu 10-Dec-2006-e

_award_jars.gif

3.08 KB

_award_knot.gif

4.75 KB

_award_scout.gif

4.49 KB

_award_sparrow.gif

3.86 KB

_dir_assayer.gif

5.47 KB

_dir_backflip.gif

1.45 KB

_dir_britannica.gif

2.07 KB

_dir_dmoz.gif

1.18 KB

0 commit comments

Comments
 (0)