|
Last change
on this file since 74 was
74,
checked in by guyru, 6 years ago
|
|
work on screen shot page and initial import of the open yahtzee site
files to the svn
|
|
File size:
2.5 KB
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | require_once("template.php"); |
|---|
| 3 | $template = new Template; |
|---|
| 4 | $template->siteTitle = "Open Yahtzee - News"; |
|---|
| 5 | |
|---|
| 6 | $latestnews = '<div><strong>09 Feb. 2007</strong> Open Yahtzee 1.7 was released today. You can read more about the release and the new features in:<br/><a href="https://sourceforge.net/forum/forum.php?forum_id=663217">https://sourceforge.net/forum/forum.php?forum_id=663217</a> |
|---|
| 7 | </div> |
|---|
| 8 | <div><strong>29 Jan. 2007</strong> The development of Open Yahtzee 1.7 is almost complete and it should be released as planned (second week of February). Meanwhile Seamus McGill designed new logo for Open Yahtzee. He also designed new dice graphics which will be incorprated in the upcoming version. |
|---|
| 9 | </div> |
|---|
| 10 | <div><strong>10 Jan. 2007</strong> Open Yahtzee 1.6 was released today. You can read more about the release and the new features in:<br/><a href="http://sourceforge.net/forum/forum.php?forum_id=653011">http://sourceforge.net/forum/forum.php?forum_id=653011</a> |
|---|
| 11 | </div> |
|---|
| 12 | '; |
|---|
| 13 | |
|---|
| 14 | $template->content = '<h2>Open Yahtzee News Archive</h2>'; |
|---|
| 15 | |
|---|
| 16 | $template->content .= $latestnews; |
|---|
| 17 | |
|---|
| 18 | $template->content .= ' |
|---|
| 19 | <div><strong>19 Dec. 2006</strong> I released today the first package of Open Yahtzee for windows. You can find more details in:<br/><a href="http://sourceforge.net/forum/forum.php?forum_id=646283">http://sourceforge.net/forum/forum.php?forum_id=646283</a> |
|---|
| 20 | </div> |
|---|
| 21 | <div><strong>12 Dec. 2006</strong> I released today a bug fix version for Open Yahtzee, Open Yahtzee 1.5.1 fixes several bugs found in the way the high score table was handled.<br />This release also contains ebuild for gentoo users. |
|---|
| 22 | </div> |
|---|
| 23 | <div><strong>18 Oct. 2006</strong> I released today the first beta for Open Yahtzee 1.5. The biggest change interduced in this version is the new high-score table, which is easy customizable. |
|---|
| 24 | <br />You can read the full announcement about this release in:<br /> |
|---|
| 25 | <a href="http://sourceforge.net/forum/forum.php?forum_id=624679" >http://sourceforge.net/forum/forum.php?forum_id=624679</a> |
|---|
| 26 | <br />You can download this release via sourceforge.<br /> |
|---|
| 27 | <a href="http://sourceforge.net/project/showfiles.php?group_id=175453&package_id=201410&release_id=456656" >Click here to download</a> |
|---|
| 28 | </div> |
|---|
| 29 | <div><strong>10 Oct. 2006</strong> I finished working on the basic functionality of the highscore table. Everything is ready except the UI for dynamicly setting the table\'s length. You can try it out by checking out from the CVS under module "OpenYahtzee" and tag "alpha_1-5". |
|---|
| 30 | </div> |
|---|
| 31 | <br />'; |
|---|
| 32 | if (!defined('__INDEX')) |
|---|
| 33 | $template->out(); |
|---|
| 34 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.