Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
trychooser update to platform names and mercurial extension link loca…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
lsblakk committed Jul 29, 2011
1 parent 1071ef0 commit 95aee48
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions trychooser/trychooser.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>TryChooser Syntax Builder</h1>
<link rel="stylesheet" type="text/css" href="trychooser.css" />
<form name="trychooser" method="get" action="#">
<p>If you'd prefer building your syntax at the command line a mercurial extension, <a href="http://hg.mozilla.org/users/pbiggar_mozilla.com/trychooser/file/tip">trychooser</a>, is available to you.</p>
<p>If you'd prefer building your syntax at the command line a mercurial extension, <a href="https://github.com/pbiggar/trychooser">trychooser</a>, is available to you.</p>
<strong>TryChooser Syntax:</strong><br />
<textarea class="result_value" cols="80"></textarea>

Expand Down Expand Up @@ -43,9 +43,12 @@ <h4>Platforms</h4>
<li><label><input type="checkbox" name="platform" value="linux64">linux64</input></label></li>
<li><label><input type="checkbox" name="platform" value="macosx64">macosx64</input></label></li>
<li><label><input type="checkbox" name="platform" value="win32">win32</input></label></li>
<li><label><input type="checkbox" name="platform" value="android-r7">android-r7</input></label></li>
<li><label><input type="checkbox" name="platform" value="maemo5-gtk">maemo5-gtk</input></label></li>
<li><label><input type="checkbox" name="platform" value="maemo5-qt">maemo5-qt</input></label></li>
<li><label><input type="checkbox" name="platform" value="linux-android">linux-android</input></label></li>
<li><label><input type="checkbox" name="platform" value="linux-maemo5-gtk">linux-maemo5-gtk</input></label></li>
<li><label><input type="checkbox" name="platform" value="linux-maemo5-qt">linux-maemo5-qt</input></label></li>
<li><label><input type="checkbox" name="platform" value="linux-mobile">linux-mobile (desktop)</input></label></li>
<li><label><input type="checkbox" name="platform" value="win32-mobile">win32-mobile (desktop)</input></label></li>
<li><label><input type="checkbox" name="platform" value="macosx-mobile">macosx-mobile (desktop)</input></label></li>
<li><label><input type="checkbox" name="platform" value="macosx">macosx <span style="color: red">(check when you want 10.5 debug builds)</span></input></label></li>
</ul>

Expand Down

0 comments on commit 95aee48

Please sign in to comment.