@@ -461,7 +461,7 @@ <h1 id="bin">bin</h1>
461
461
< p > The < a href ="index.html "> bin directory</ a > holds tools that build files, such as HTML content, for the
462
462
< a href ="https://www.ioccc.org "> official IOCCC website</ a > .</ p >
463
463
< p > For HTML content, the < a href ="index.html "> bin directory</ a > tools make use of HTML
464
- fragments from the < a href =".. /inc/index.html "> inc directory</ a > as well as various JSON
464
+ fragments from the < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc directory</ a > as well as various JSON
465
465
files and other content from the < a href ="https://github.com/ioccc-src/winner "> official IOCCC winner repo</ a > .</ p >
466
466
< h2 id ="bin-tools-options "> < a href ="index.html "> bin/</ a > tools options</ h2 >
467
467
< p > With the exception of the < code > awk(1)</ code > and < code > sed(1)</ code > scripts, all the tools in this
@@ -844,7 +844,7 @@ <h3 id="gen-top-html.sh"><a href="https://github.com/ioccc-src/winner/blob/maste
844
844
< li > < a href ="../bugs.html "> bugs.html</ a > </ li >
845
845
< li > < a href ="../contact.html "> contact.html</ a > </ li >
846
846
< li > < a href ="../faq.html "> faq.html</ a > </ li >
847
- < li > < a href =".. /inc/index.html "> inc/index.html</ a > </ li >
847
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc/index.html</ a > </ li >
848
848
< li > < a href ="../index.html "> index.html</ a > </ li >
849
849
< li > < a href ="../judges.html "> judges.html</ a > </ li >
850
850
< li > < a href ="../news.html "> news.html</ a > </ li >
@@ -972,7 +972,7 @@ <h3 id="md2html.sh"><a href="https://github.com/ioccc-src/winner/blob/master/bin
972
972
</ div >
973
973
< p > This is the primary tool that forms IOCCC generated HTML content from
974
974
markdown files (permanent markdown files or temporarily generated
975
- markdown files) and HTML fragments from the < a href =".. /inc/index.html "> inc directory</ a > .</ p >
975
+ markdown files) and HTML fragments from the < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc directory</ a > .</ p >
976
976
< p > The < a href ="index.html#md2html_cfg "> md2html.cfg</ a > configuration file is
977
977
used by < a href ="https://github.com/ioccc-src/winner/blob/master/bin/md2html.sh "> md2html.sh</ a > to drive the generation process.</ p >
978
978
< div id ="new-dir ">
@@ -1180,22 +1180,22 @@ <h1 id="how-ioccc-html-content-is-built">How IOCCC HTML content is built</h1>
1180
1180
< a href ="https://www.ioccc.org "> official IOCCC website</ a > .</ p >
1181
1181
< p > Nearly all IOCCC related HTML pages are built from markdown files,
1182
1182
from either permanent markdown files or temporary generated markdown files,
1183
- as well as HTML fragments from the < a href =".. /inc/index.html "> inc directory</ a > .</ p >
1183
+ as well as HTML fragments from the < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc directory</ a > .</ p >
1184
1184
< p > Most HTML content is built from permanent markdown files, such as a < code > README.md</ code >
1185
1185
markdown file found in each entry directory. Some HTML content are generated
1186
1186
from temporary markdown files. These temporary markdown files are produced by
1187
1187
tools in the < a href ="index.html "> bin directory</ a > and exist only while the tool is running.</ p >
1188
1188
< p > In addition to converting markdown to HTML, the canonical way that HTML content is
1189
- built uses, by default, files from the < a href =".. /inc/index.html "> inc directory</ a > , of
1189
+ built uses, by default, files from the < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc directory</ a > , of
1190
1190
the file name form:</ p >
1191
1191
< pre > < code > *.default.html</ code > </ pre >
1192
1192
< p > By using command line options of the form:</ p >
1193
1193
< pre > < code > -H phase=name</ code > </ pre >
1194
1194
< p > where < code > phase</ code > is the name of an HTML phase,
1195
1195
a non-default file may be used. For example:</ p >
1196
1196
< pre > < code > -H navbar=up2index</ code > </ pre >
1197
- < p > will cause < a href =".. /inc/navbar.up2index.html "> inc/navbar.up2index.html</ a >
1198
- instead of < a href =".. /inc/navbar.default.html "> inc/navbar.default.html</ a > to be
1197
+ < p > will cause < a href ="https://github.com/ioccc-src/winner/blob/master /inc/navbar.up2index.html "> inc/navbar.up2index.html</ a >
1198
+ instead of < a href ="https://github.com/ioccc-src/winner/blob/master /inc/navbar.default.html "> inc/navbar.default.html</ a > to be
1199
1199
used during the < em > navbar</ em > HTML phase.</ p >
1200
1200
< p > If < code > name</ code > is dot (i.e., < code > .</ code > ), then the given HTML phase is skipped.
1201
1201
For example:</ p >
@@ -1206,13 +1206,13 @@ <h2 id="html-phases">HTML phases</h2>
1206
1206
</ div >
1207
1207
< p > The following HTML phase files are used to build HTML content:</ p >
1208
1208
< ol start ="0 " type ="1 ">
1209
- < li > < a href =".. /inc/top.default.html "> inc/top.default.html</ a > </ li >
1210
- < li > < a href =".. /inc/head.default.html "> inc/head.default.html</ a > </ li >
1211
- < li > < a href =".. /inc/body.default.html "> inc/body.default.html</ a > </ li >
1212
- < li > < a href =".. /inc/topbar.default.html "> inc/topbar.default.html</ a > </ li >
1213
- < li > < a href =".. /inc/header.default.html "> inc/header.default.html</ a > </ li >
1214
- < li > < a href =".. /inc/navbar.default.html "> inc/navbar.default.html</ a > </ li >
1215
- < li > < a href =".. /inc/before-content.default.html "> inc/before-content.default.html</ a > </ li >
1209
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/top.default.html "> inc/top.default.html</ a > </ li >
1210
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/head.default.html "> inc/head.default.html</ a > </ li >
1211
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/body.default.html "> inc/body.default.html</ a > </ li >
1212
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/topbar.default.html "> inc/topbar.default.html</ a > </ li >
1213
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/header.default.html "> inc/header.default.html</ a > </ li >
1214
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/navbar.default.html "> inc/navbar.default.html</ a > </ li >
1215
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/before-content.default.html "> inc/before-content.default.html</ a > </ li >
1216
1216
</ ol >
1217
1217
< p > Phases 7-19 are reserved for future use.</ p >
1218
1218
< ol start ="20 " type ="1 ">
@@ -1222,9 +1222,9 @@ <h2 id="html-phases">HTML phases</h2>
1222
1222
</ ol >
1223
1223
< p > Phases 23-29 are reserved for future use.</ p >
1224
1224
< ol start ="30 " type ="1 ">
1225
- < li > < a href =".. /inc/after-content.default.html "> inc/after-content.default.html</ a > </ li >
1226
- < li > < a href =".. /inc/footer.default.html "> inc/footer.default.html</ a > </ li >
1227
- < li > < a href =".. /inc/bottom.default.html "> inc/bottom.default.html</ a > </ li >
1225
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/after-content.default.html "> inc/after-content.default.html</ a > </ li >
1226
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/footer.default.html "> inc/footer.default.html</ a > </ li >
1227
+ < li > < a href ="https://github.com/ioccc-src/winner/blob/master /inc/bottom.default.html "> inc/bottom.default.html</ a > </ li >
1228
1228
</ ol >
1229
1229
< p > Phases 33-39 are reserved for future use.</ p >
1230
1230
< p > In all of the above HTML phase numbers, symbols of the form < code > %%TOKEN%%</ code > are
@@ -1335,7 +1335,7 @@ <h3 id="substitution-tokens">Substitution tokens</h3>
1335
1335
< h1 id ="use-caution-when-modifying-inc-files "> Use CAUTION when modifying < code > inc/</ code > files</ h1 >
1336
1336
< p > Some of the files under this directory are used to form < strong > MOST</ strong > of the HTML content
1337
1337
on the < a href ="https://www.ioccc.org "> official IOCCC website</ a > .</ p >
1338
- < p > … and in particular files under < a href =".. /inc/index.html "> inc</ a > that are of the form
1338
+ < p > … and in particular files under < a href ="https://github.com/ioccc-src/winner/blob/master /inc/index.html "> inc</ a > that are of the form
1339
1339
(called default HTML files) …:</ p >
1340
1340
< pre > < code > *.default.html</ code > </ pre >
1341
1341
< p > … contain default content used to form IOCCC HTML / IOCCC web pages.</ p >
0 commit comments