Skip to content

Commit

Permalink
Text and formatting fixes (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keltena authored Sep 4, 2024
1 parent fca6d45 commit 21f9c6c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 25 deletions.
20 changes: 11 additions & 9 deletions IFComp/root/src/_current_entry_row.tt
Original file line number Diff line number Diff line change
Expand Up @@ -53,25 +53,27 @@
[% END %]

[% IF entry.playtime %]
[% IF entry.genre %]
[% END %]
[% IF entry.genre %]
[% END %]
<span itemprop="size">[% entry.playtime.ucfirst %]</span>
[% END %]

[% IF entry.style && ( entry.genre || entry.playtime ) %]
[% END %]
[% IF entry.style == 'parser' || entry.style == 'choice' %]
[% IF entry.genre || entry.playtime %]
[% END %]
[% IF entry.style == 'parser' %]
<span itemprop="interactivityType">Parser-based</span>
[% ELSIF entry.style == 'choice' %]
<span itemprop="interactivityType">Choice-based</span>
[% END %]
[% END %]

[% UNLESS entry.platform == 'other' %]
[% IF entry.genre || entry.playtime || entry.style %]
[% END %]
[% IF entry.genre || entry.playtime || entry.style %]
[% END %]
[% IF entry.platform == 'parchment' || entry.platform == 'inform-website' || entry.platform == 'inform' || entry.platform == 'quixe' || entry.platform == 'quixe2' %]
[% IF entry.is_zcode %]
<span itemprop="gamePlatform">Z-code</span> [% INCLUDE guide_link %]
Expand Down
4 changes: 2 additions & 2 deletions IFComp/root/src/about/faq.tt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ files.</p>
<li>It is an Inform-generated story file (e.g. a <code>.gblorb</code> or a <code>.z8</code>).</li>
<li>It is an HTML file.</li>
<li>It is a zip archive with exactly one HTML file at its top level.</li>
<li>is a zip archive with more than one HTML file at its top level, and one of these files is named <code>index.html</code>.</li>
<li>It is a zip archive with more than one HTML file at its top level, and one of these files is named <code>index.html</code>.</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -251,7 +251,7 @@ as they can.</p>

<ul>
<li><p>If you&#8217;ve playtested a certain game prior to its release in the IFComp, please do not rate it. </p></li>
<li><p>If you have entered any games this year, your vote as a judge will also count towards the the &#8220;Miss Congeniality&#8221; authors-only side-contest).</p></li>
<li><p>If you have entered any games this year, your vote as a judge will also count towards the the &#8220;Miss Congeniality&#8221; authors-only side-contest.</p></li>
</ul>

</div>
Expand Down
4 changes: 2 additions & 2 deletions IFComp/root/src/about/how_to_enter.tt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<h2 id="importantdeadlines">Important deadlines</h2>

<p>IFcomp begins to accept entries every year on [% intents_open_date %]. After that, the two big dates to know about are the intent deadline of [% intents_close_date %], and the final entry deadline of [% entries_due_date %]. <em>Your entry must meet both of these deadlines.</em></p>
<p>IFComp begins to accept entries every year on [% intents_open_date %]. After that, the two big dates to know about are the intent deadline of [% intents_close_date %], and the final entry deadline of [% entries_due_date %]. <em>Your entry must meet both of these deadlines.</em></p>

<p>All deadlines expressed below are date-inclusive, and based in the Eastern time zone.</p>

Expand Down Expand Up @@ -168,7 +168,7 @@

<p>While we don&#8217;t require it, we do recommend that IFComp authors create or update IFDB pages about their own entries. (And yes, you are allowed to update your game’s IFDB page during the competition.)</p>

<p>If you do want to ensure that your game appears on IFDB appropriately, it’s a good idea to swing by a few days after the competition ends to ensure that the IFDB points to your game’s permanent location on the IF Archive. And, of course, if do any post-comp releases, you’ll also want to update your IFDB page to reflect that.</p>
<p>If you do want to ensure that your game appears on IFDB appropriately, it’s a good idea to swing by a few days after the competition ends to ensure that the IFDB points to your game’s permanent location on the IF Archive. And, of course, if you do any post-comp releases, you’ll also want to update your IFDB page to reflect that.</p>

<h2 id="goodluckandhavefun">Good luck and have fun</h2>

Expand Down
20 changes: 11 additions & 9 deletions IFComp/root/src/comp/cover_sheet.tt
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,27 @@ judging on [% comp.judging_begins.strftime( '%{month_name} %{day}' ) %], [% comp
[% END %]

[% IF entry.playtime %]
[% IF entry.genre %]
[% END %]
[% IF entry.genre %]
[% END %]
<span itemprop="size">[% entry.playtime.ucfirst %]</span>
[% END %]

[% IF entry.style && ( entry.genre || entry.playtime ) %]
[% END %]
[% IF entry.style == 'parser' || entry.style == 'choice' %]
[% IF entry.genre || entry.playtime %]
[% END %]
[% IF entry.style == 'parser' %]
<span itemprop="interactivityType">Parser-based</span>
[% ELSIF entry.style == 'choice' %]
<span itemprop="interactivityType">Choice-based</span>
[% END %]
[% END %]

[% UNLESS entry.platform == 'other' %]
[% IF entry.genre || entry.playtime || entry.style %]
[% END %]
[% IF entry.genre || entry.playtime || entry.style %]
[% END %]
[% IF entry.platform == 'parchment' || entry.platform == 'inform-website' || entry.platform == 'inform' || entry.platform == 'quixe' || entry.platform == 'quixe2' %]
[% IF entry.is_zcode %]
<span itemprop="gamePlatform">Z-code</span>
Expand Down
2 changes: 1 addition & 1 deletion IFComp/root/src/entry/_form.tt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Delete cover art file
[% IF form.has_errors %]
[% FOREACH error IN form.errors %]
[% IF error == "GENAI_CHECKBOX_ERROR" %]
<div class="alert alert-danger"> <p>Either choose the option that no Generative AI was used, or select one or more of the usage options</p> </div>
<div class="alert alert-danger"> <p>Either choose the option that no Generative AI was used, or select one or more of the usage options.</p> </div>
[% END %]
[% END %]
[% END %]
Expand Down
4 changes: 2 additions & 2 deletions IFComp/root/src/entry/preview.tt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<p>The <b>Play Online</b> button appears if any one of the following is true about your uploaded entry file:
<ul>
<li><p>It's a single HTML file (as is typically the case with Twine games, for example).</p></li>
<li><p>It's a Zip archive containing a file named "index.html" at its top level. (This includes website directories output by Inform while using the "Release along with an interpreter" option.)</p></li>
<li><p>It's a single z-code or Glulx file as output by Inform.</p></li>
<li><p>It's a zip archive containing a file named "index.html" at its top level. (This includes website directories output by Inform while using the "Release along with an interpreter" option.)</p></li>
<li><p>It's a single Z-code or Glulx file as output by Inform.</p></li>
</ul>
</p>

Expand Down

0 comments on commit 21f9c6c

Please sign in to comment.