Skip to content

Commit

Permalink
further unwonkifying
Browse files Browse the repository at this point in the history
  • Loading branch information
pieartsy committed Jan 3, 2025
1 parent 02c13bd commit cd7d1fa
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 20 deletions.
Binary file modified .jekyll-metadata
Binary file not shown.
7 changes: 4 additions & 3 deletions _site/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1048,17 +1048,18 @@ em > a {

#periplus .container {
display: flex;
height: 100vh;
flex-wrap: wrap;
height: 90vh;
}

#periplus .left-column {
width: 300px;
overflow-y: auto;
height: 100%
flex-shrink: 1;
}

#periplus .left-column iframe {
height: 50%
height: 50%;
}

#periplus .right-column {
Expand Down
64 changes: 64 additions & 0 deletions _site/docs/adv3/doc/tourguide/tophintmenu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<link rel="icon" href="/assets/images/tads-favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="/assets/css/styles.css">
<title></title>
<meta property="og:title" content=
"">
<meta name="description" content="">
<meta property="og:description" content="">
</head>
<header id="header"><div class="header-search">
<form class="header-search-form" action="/search" method="get">
<input type="text" id="search-box" name="query">
<input type="submit" value="search">
</form>
</div> </header>
<body>
<main id="content">
<table width="100%" data-border="0" data-cellspacing="0" data-cellpadding="3" data-bgcolor="#C0C0C0">
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<tbody>
<tr>
<td style="text-align: left;"><strong>TopHintMenu : <a href="hintmenu.html">HintMenu</a>, PreinitObject<br />
</strong></td>
<td style="text-align: right;"><a href="hints-overview.html">[Previous]</a> <a href="generalintroduction.html">[Main]</a> <a href="hintmenu.html">[Next]</a></td>
</tr>
</tbody>
</table>

<p>TopHintMenu is a class which defines the top of your hints menu tree.
You use it to create an object in which to nest the rest of your hint
system, and the library will automatically register it as the root of
your hint menus.</p>

<p>In the file where you’re going to create your hint system, simply
define:</p>

<p>TopHintMenu ’Hints’;</p>


</main>
<footer id="footer">
<p>This is an unofficial informational website to aggregate TADS 3 information and does not claim authorship over, or any rights to, TADS 3 itself. All resources copyright their credited owners. TADS itself is <a href="https://www.tads.org/copyright.htm">Copyright ©2001-2013 Michael J. Roberts</a>.</p>
<p><a href="/">Back to Homepage</a></p>
</footer>
</body>
</html>

<script>
if(window.location !== window.top.location) {
let header = document.getElementById('header');
let footer = document.getElementById('footer');
header.remove();
footer.remove();
}
</script>
4 changes: 2 additions & 2 deletions _site/docs/adv3/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ <h1 id="adv3-periplus">adv3 periplus</h1>

<ul>
<li><a href="about.html" target="classes">About this periplus</a></li>
<li><a href="https://www.tads.org/t3doc/doc/libref/index.html" target="_blank">Complete adv3 class reference</a></li>
<li><a href="https://www.tads.org/t3doc/doc/gsg" target="_blank">Getting
<li><a href="doc/libref/intro.html" target="classes">Complete adv3 class reference</a></li>
<li><a href="doc/gsg/index.html" target="classes">Getting
Started in TADS 3</a></li>
</ul>

Expand Down
8 changes: 7 additions & 1 deletion _site/docs/adv3/topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,10 @@ <h2 id="topic_13">System</h2>
</html>

<script>
if(window.location !== window.top.loc
if(window.location !== window.top.location) {
let header = document.getElementById('header');
let footer = document.getElementById('footer');
header.remove();
footer.remove();
}
</script>
6 changes: 3 additions & 3 deletions _site/docs/adv3lite/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h1 id="adv3lite-periplus">adv3Lite periplus</h1>

<ul>
<li><a href="about.html" target="classes">About this periplus</a></li>
<li><a href="libref/index.html" target="_blank">adv3Lite class reference</a></li>
<li><a href="manual/toc.html" target="_blank">adv3Lite Library manual</a></li>
<li><a href="LearningT3Lite.pdf" target="_blank">Learning TADS 3 with
<li><a href="libref/intro.html" target="classes">adv3Lite class reference</a></li>
<li><a href="manual/toc.html" target="classes">adv3Lite Library manual</a></li>
<li><a href="LearningT3Lite.pdf" target="classes">Learning TADS 3 with
adv3Lite</a></li>
<li><a href="TemplatesQref.PDF" target="classes">Template quick
reference</a></li>
Expand Down
42 changes: 41 additions & 1 deletion _site/docs/adv3lite/topics.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<link rel="icon" href="/assets/images/tads-favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="/assets/css/styles.css">
<title></title>
<meta property="og:title" content=
"">
<meta name="description" content="">
<meta property="og:description" content="">
</head>
<header id="header"><div class="header-search">
<form class="header-search-form" action="/search" method="get">
<input type="text" id="search-box" name="query">
<input type="submit" value="search">
</form>
</div> </header>
<body>
<main id="content">
<h2 id="topic_0">Game</h2>
<p><a href="#top" style="font-size: small">[top]</a></p>

Expand Down Expand Up @@ -396,7 +419,7 @@ <h2 id="topic_9">Consultables &amp; knowledge</h2>
<li><a href="libref/object/DefaultThought.html" target="classes"><code>DefaultThought</code></a></li>
</ul>

<h2>Events &amp; scenes</h2>
<h2 id="10">Events &amp; scenes</h2>
<p><a href="#top" style="font-size: small">[top]</a></p>

<ul>
Expand Down Expand Up @@ -525,3 +548,20 @@ <h2 id="topic_13">System</h2>
<ul>
<li><a href="libref/object/BannerWindow.html" target="classes"><code>BannerWindow</code></a></li>
</ul>

</main>
<footer id="footer">
<p>This is an unofficial informational website to aggregate TADS 3 information and does not claim authorship over, or any rights to, TADS 3 itself. All resources copyright their credited owners. TADS itself is <a href="https://www.tads.org/copyright.htm">Copyright ©2001-2013 Michael J. Roberts</a>.</p>
<p><a href="/">Back to Homepage</a></p>
</footer>
</body>
</html>

<script>
if(window.location !== window.top.location) {
let header = document.getElementById('header');
let footer = document.getElementById('footer');
header.remove();
footer.remove();
}
</script>
7 changes: 4 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1048,17 +1048,18 @@ em > a {

#periplus .container {
display: flex;
height: 100vh;
flex-wrap: wrap;
height: 90vh;
}

#periplus .left-column {
width: 300px;
overflow-y: auto;
height: 100%
flex-shrink: 1;
}

#periplus .left-column iframe {
height: 50%
height: 50%;
}

#periplus .right-column {
Expand Down
5 changes: 2 additions & 3 deletions docs/adv3/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ layout: docs
# adv3 periplus

- <a href="about.html" target="classes">About this periplus</a>
- <a href="https://www.tads.org/t3doc/doc/libref/index.html"
target="_blank">Complete adv3 class reference</a>
- <a href="https://www.tads.org/t3doc/doc/gsg" target="_blank">Getting
- <a href="doc/libref/intro.html" target="classes">Complete adv3 class reference</a>
- <a href="doc/gsg/index.html" target="classes">Getting
Started in TADS 3</a>

## Topics
Expand Down
6 changes: 3 additions & 3 deletions docs/adv3Lite/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ layout: docs
# adv3Lite periplus

- <a href="about.html" target="classes">About this periplus</a>
- <a href="libref/index.html" target="_blank">adv3Lite class reference</a>
- <a href="manual/toc.html" target="_blank">adv3Lite Library manual</a>
- <a href="LearningT3Lite.pdf" target="_blank">Learning TADS 3 with
- <a href="libref/intro.html" target="classes">adv3Lite class reference</a>
- <a href="manual/toc.html" target="classes">adv3Lite Library manual</a>
- <a href="LearningT3Lite.pdf" target="classes">Learning TADS 3 with
adv3Lite</a>
- <a href="TemplatesQref.PDF" target="classes">Template quick
reference</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/adv3Lite/topics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: docs
---
<h2 id="topic_0">Game</h2> <a href="#top" style="font-size: small">[top]</a>

Expand Down Expand Up @@ -427,7 +428,7 @@
- <a href="libref/object/DefaultThought.html"
target="classes"><code>DefaultThought</code></a>

<h2 id="">Events & scenes</h2><a href="#top" style="font-size: small">[top]</a>
<h2 id="10">Events & scenes</h2><a href="#top" style="font-size: small">[top]</a>

- *<a href="manual/event.html" target="classes">Events</a>*
- *<a href="manual/eventlist.html" target="classes">EventList</a>*
Expand Down

0 comments on commit cd7d1fa

Please sign in to comment.