dev.php 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?php $title = 'Development'; require_once 'include/common.php'; ?>
  2. <?php printHeader(); ?>
  3. <h2>Project Goal</h2>
  4. <p>Create an engine for Syndicate game, multiplatform, without original bugs and a
  5. little bit more advanced gameplay.</p>
  6. <h2>Project Communication</h2>
  7. <p>There are different forms of communication used by the FreeSynd team - mailing lists, trackers, forums.
  8. If you wish to get in contact with the team, join the
  9. community, or volunteer to help out with the project then feel free to use any of those medias and make your voice heard.</p>
  10. <p class="indent"><a href="http://sourceforge.net/projects/freesynd/">Project Page</a> -
  11. FreeSynd's SourceForge Project Page.
  12. <br /><br />
  13. FreeSynd Bugs/Requests Trackers<br />
  14. <small>
  15. (<a href="http://sourceforge.net/p/freesynd/bugs/">Bugs</a> |
  16. <a href="http://sourceforge.net/p/freesynd/feature-requests/">Feature Requests</a> |
  17. <a href="http://sourceforge.net/p/freesynd/support-requests/">Support Requests</a> |
  18. <a href="http://sourceforge.net/p/freesynd/patches/">Patches</a>)
  19. </small>
  20. <br /><br />
  21. FreeSynd User mailing list<br />
  22. <small>
  23. (<a href="http://lists.sourceforge.net/lists/listinfo/freesynd-user">Subscribe/Manage</a> |
  24. <a href="http://sourceforge.net/mailarchive/forum.php?forum=freesynd-user">Archive</a>)
  25. </small>
  26. <br /><br />
  27. FreeSynd Development mailing list<br />
  28. <small>
  29. (<a href="http://lists.sourceforge.net/lists/listinfo/freesynd-devel">Subscribe/Manage</a> |
  30. <a href="http://sourceforge.net/mailarchive/forum.php?forum=freesynd-devel">Archive</a>)
  31. </small>
  32. <br /><br />
  33. SVN commit notifications<br />
  34. <small>
  35. (<a href="http://lists.sourceforge.net/lists/listinfo/freesynd-cvs">Subscribe/Manage</a> |
  36. <a href="http://sourceforge.net/mailarchive/forum.php?forum=freesynd-cvs">Archive</a>)
  37. </small>
  38. <br /><br />
  39. RSS Feeds<br />
  40. <small>
  41. <a href="http://sourceforge.net/p/freesynd/code/feed/">SourceForge.net - SVN activity for Freesynd</a><br/>
  42. <a href="http://freesynd.sourceforge.net/data/rss-news.xml">Freesynd News</a>
  43. </small>
  44. <br /><br />
  45. IRC Channel<br />
  46. <small>
  47. <a href="irc://irc.freenode.net/#freesynd" >
  48. irc://irc.freenode.net/#freesynd
  49. </a>
  50. </small>
  51. <br /><br />
  52. Forum<br />
  53. <small>
  54. <a href="http://sourceforge.net/p/freesynd/discussion/" >
  55. Freesynd Forum
  56. </a>
  57. </small>
  58. <br />
  59. </p>
  60. <hr />
  61. <h2>Roadmap</h2>
  62. <a href="http://sourceforge.net/p/freesynd/wiki/RoadMap/">
  63. Roadmap WIKI
  64. </a>
  65. <hr />
  66. <h2>The FreeSynd Team</h2>
  67. <p>(listed in alphabetical order)</p>
  68. <a href="mailto:skbinge-Please.Dont.Spam@gmail.com">Stuart Bing&euml;</a>
  69. (Developer)<br />
  70. <a href="mailto:benblan-Please.Dont.Spam@users.sourceforge.net">Benoit Blancard</a>
  71. (Developer)<br />
  72. <a href="mailto:joeyparrish-Please.Dont.Spam@users.sourceforge.net">Joey Parrish</a>
  73. (Developer)<br />
  74. <a href="mailto:j-Please.Dont.Spam@7fc1.org">Joost Peters</a>
  75. (Developer)<br />
  76. <a href="mailto:chamel-Please.Dont.Spam@users.sourceforge.net">Bohdan Stelmakh</a>
  77. (Developer)<br />
  78. <a href="mailto:qg-Please.Dont.Spam@biodome.org">Trent Waddington</a>
  79. (Developer)<br />
  80. <?php printFooter(); ?>