The best way to learn how to use the WebCore is by example. See the documentation for more information.
The requested URL is always shown first; if a page uses one or more WebCore templates, those are shown afterwards.
00 <?php
01 include_once ('jass/init.php');
02
03 $Page->title->subject = 'Change Log';
04
05 $Page->location->append ('Jass Manual', './');
06 $Page->location->append ('Change Log');
07
08 $Page->start_display ();
09 ?>
10 <div class="main-box">
11 <div class="text-flow">
12 <h2>Revision 6</h2>
13 <p>10/31/2001 - Marco Von Ballmoos</p>
14 <ol>
15 <li>Converted to use the new earthli settings (color, font, size)</li>
16 <li>Updated the code so that the printable and online manuals use the same
17 set of pages (no more redundancy).</li>
18 <li>The printable version is also a lot more printable now (completely black
19 & white, excepting images).</li>
20 </ol>
21 <h2>Revision 5</h2>
22 <p>5/17/2001 - Marco Von Ballmoos</p>
23 <ol>
24 <li>Fixed a typo (probably to probable)</li>
25 </ol>
26 <h2>Revision 4</h2>
27 <p>1/15/2001 - Marco Von Ballmoos</p>
28 <ol>
29 <li>Added a strategy - playing backwards</li>
30 </ol>
31 <h2>Revision 3</h2>
32 <p>1/08/2001 - Marco Von Ballmoos</p>
33 <ol>
34 <li>Broke up the manual into multiple pages with a sidebar menu for easier navigation
35 and use as reference. Printable version is retained as well.</li>
36 <li>Fixed anchor names with spaces in them.</li>
37 </ol>
38 <h2>Revision 2</h2>
39 <p>1/14/2000 - Nadia Von Ballmoos-Borioli/Marco Von Ballmoos</p>
40 <ol>
41 <li>Added strong suggestion to 'Playing a hand' (regarding looking at cards
42 from finished hands).</li>
43 <li>Fixed some Swiss-German spellings and added explicit phonetic pronunciations
44 to them.</li>
45 <li>Added footnote regarding Swiss names for passing trump.</li>
46 <li>Added a 'no trump' strategy section and linked it from the choosing trump
47 section.</li>
48 <li>Changed some rules in 'declarations' where it appeared there was a choice
49 of whether to do something where there is not.</li>
50 <li>Cleaned up some ugly sentences in 'declarations'.</li>
51 <li>Added more Swiss German for the different sequences. Added alternate way
52 of declaring (saying point value).</li>
53 <li>Added to the stöck rule that it may be declared late.</li>
54 <li>Added 'Mir Bedanken Eus'.</li>
55 <li>Added an option in the Bok strategy about announcing Boks.</li>
56 </ol>
57 <h2>Revision 1</h2>
58 <p>1/11/2000 - Kathy Van Evera/Marco Von Ballmoos</p>
59 <ol>
60 <li>Added remainders to scoring diagram, for completeness</li>
61 <li>Fixed 2 typographic errors</li>
62 <li>Fixed some stylistic errors (link naming consistency, etc.)</li>
63 <li>Fixed an error in declaring cards (started at dealer, should be first player)</li>
64 <li>Fixed confusing text for valid times to call Stöck</li>
65 <li>Fixed 2 logical errors where <i>hand</i> was used instead of <i>game</i></li>
66 </ol>
67 <h2>Created</h2>
68 <p>1/11/2000 - Marco Von Ballmoos</p>
69 </div>
70 </div>
71 <?php $Page->finish_display (); ?>
72