
// Class representing info about a news item.
function UnityNewsItem (title, desc, dateadded) {
  this.title     = title;
  this.desc      = desc;
  this.dateadded = dateadded;
}

/* template
  new UnityNewsItem('', 
               '', 
               new Date(2003, 0, 1)),

*/

// Array of news items.
var unityNewsItems = [
  new UnityNewsItem('<a href="http://www.moock.org/pipermail/unity-dev/2005-October/003562.html">Development Status Memo</a>', 
               'Unity development is currently on hold. <a href="http://www.moock.org/pipermail/unity-dev/2005-October/003562.html">Get full details here</a>.',
               new Date(2005, 9, 14)),

  new UnityNewsItem('<a href="http://www.moock.org/unity/docs/server/changes.html">Unity 2.0.2 Minor Update Now Available</a>', 
               'A new minor update to Unity 2 Multiuser Server is now available. The update includes bug fixes, new features, and dramatic performance improvements for Professional customers. For full details see the <a href="http://www.moock.org/unity/docs/server/changes.html">server change history</a>.',
               new Date(2005, 8, 23)),

               
               
  new UnityNewsItem('<a href="http://merveilleux.nuages.free.fr/Unity/">French translation of Unity 2 UClient Docs</a>', 
               'As a way to learn Unity, Amaury Balliet tranlsated the Unity 2 UClient documentation into French. Thanks for the great effort Amaury! I\'m sure your translation will be greatly appreciated by French-speaking Unity developers!',
               new Date(2005, 6, 25)),

  new UnityNewsItem('<a href="http://www.moock.org/unity/metro/docs/client/api">Unity 3 UClient Draft Docs Posted</a>', 
               'The updated Unity 3 (Metro) documentation is now available. This update is a significant improvement over the level of documentation previously available for UClient, and should be useful even to Unity 2 users.',
               new Date(2005, 4, 1)),

  new UnityNewsItem('<a href="http://www.moock.org/unity/metro/docs/general/upc/">Unity 3 UPC Documentation Posted</a>', 
               'Documentation and reference for the UPC messaging protocol we\'ll be using in Metropolis (Unity 3) is now available. While the documentation is based on the new Metropolis UPC format, it largely applies to Unity 2 as well. As we progress with the development of Metropolis (Unity 3), we\'ll be posting more documentation and examples.',
               new Date(2005, 1, 14)),

  new UnityNewsItem('<a href="http://www.moock.org/unity/clients/uBrowse/">uBrowse, shared web browsing app released</a>', 
               'uBrowse, the latest example application for Unity 2 MDK is now available. Try browsing with groups of friends or sharing links with co-workers during conference calls.',
               new Date(2004, 4, 5)),

  new UnityNewsItem('<a href="http://www.collab.nl/tools/pocketpc">collab releases uAdmin for Pocket PC</a>', 
               'Thijs Triemstra recently adapted the Unity 2 Multiuser Server admin tool, uAdmin, for Pocket PC. <a href="http://www.collab.nl/tools/pocketpc/" target="_blank">Get full details here</a>.',
               new Date(2004, 3, 13)),

  new UnityNewsItem('<a href="http://www.collab.nl/index2.html">collab.nl wins award at flash in the can</a>', 
               'Congratulations to Thijs Triemstra for his amazing work on <a target="_blank" href="http://www.collab.nl/">www.collab.nl</a>. collab won first place in the "experimental" category at the Flash in the Can awards show. In collab, Thijs combines <a href="http://www.moock.org/unity">Unity</a> and <a href="http://www.macromedia.com/software/flashcom" target="_blank">Macromedia Flash Communication Server</a> to create a community for sharing and interacting. Features are added regularly...Thijs recently added support for ALICE (a psychotherapist computer chatbot), chat translation, geographic  location detection, shared whiteboard, and inline web services such as checking the world\'s population and inserting a random quotation.',
               new Date(2004, 3, 13)),

  new UnityNewsItem('<a href="http://moock.org/unity/clients/uSharedPointer/">New Demo App: uSharedPointer</a>', 
               'A new demonstration application is now available to licenced UClient owners. Entitled uSharedPointer, the application shows how to broadcast the position of a user\'s mouse pointer to all other connected users. <a href="http://moock.org/unity/clients/uSharedPointer/">See uSharedPointer in action here</a>.',
               new Date(2004, 2, 7)),
  new UnityNewsItem('<a href="http://moock.org/unity/uchatavatar/">Unity Avatar Chat Now Shipping</a>', 
               'Chat with movable characters in Unity\'s latest <a href="http://www.moock.org/unity/u2packs/">App Pack</a>, Unity Avatar Chat. Features include: dozens of characters, speech bubbles, thought bubbles, emoting, idle notification, automatic backgrounds, "is typing a message" notification, stored user preferences, multiple chat rooms, and highly configurable settings.',
               new Date(2004, 0, 30)),
  new UnityNewsItem('<a href="http://moock.org/unity/news/">Unity 2.0.1 Minor Update Now Available</a>', 
               'A minor update to Unity 2 is now available. The update includes bug fixes, minor improvements, and the ability to serve policy files directly from Unity to movies running Flash Player 7.0.19.0 and later. Policy files allow cross-domain connections to Unity and connections to ports under 1024. (Prior to Flash Player 7.0.19.0, cross-domain connections required policy files to be served over HTTP, and connections to ports under 1024 were completely forbidden, even with a policy file.) For more details on what\'s new in 2.0.1, see <A HREF="http://www.moock.org/unity/docs/server/release.html">Unity 2 Multiuser Server Release Notes</A> and <A HREF="http://www.moock.org/unity/docs/client/releasenotes/index.html">UClient for Macromedia Flash Release Notes</A>. Licenced Unity 2 owners will be sent instructions on obtaining the upgrade for free.',
               new Date(2003, 11, 31)),
  new UnityNewsItem('<a href="http://moock.org/unity/news/">Unity 2 Earns Macromedia\'s Site of the Day Recognition</a>', 
               'On September 18, 2003, Macromedia recognized Unity 2 by awarding it Site of the Day. Macromedia writes, "Developer Colin Moock uses Macromedia Flash MX Professional 2004 to build a development framework for creating multiuser business and experimental Flash applications."',
               new Date(2003, 8, 18)),
  new UnityNewsItem('<a href="http://moock.org/unity/news/">Unity 2 Now Shipping!</a>', 
               'Unity 2 is now shipping! Grab a <a href="http://www.moock.org/unity/trial/">trial version here</a> or <a href="http://www.moock.org/unity/buy/">order your copy here</a>.',
               new Date(2003, 8, 12)),

  new UnityNewsItem('<a href="http://moock.org/unity/news/">Announcing Unity 2</a>', 
               'Unity 2 is nearly ready to ship! Get tons of information about the new version at the new Unity site.',
               new Date(2003, 8, 9)),

  new UnityNewsItem('<a href="http://moock.org/unity/harmony">Unity 2 Beta 1 Now Available</a>', 
               'Unity 2 Beta 1 is now available fore download. Unity 2 is 99% feature complete. Try out the new database hooks for storing shared data per user or per room. Use the supplied MySQL implementation or write your own to any data storage system.',
               new Date(2003, 6, 30)),

  new UnityNewsItem('<a href="http://moock.org/unity/uchatmini">uMiniChat in Public Beta</a>', 
               'The first application in the uChat suite is now in public beta. Drop by and say hi!',
               new Date(2003, 6, 25)),

  new UnityNewsItem('<a href="http://moock.org/unity/clients/uSimpleChat/clientlogin">Unity 2 Database Persistence Now Functional</a>', 
               'Drop by and register your name in this first example of Unity 2\'s client login and permanent data storage capabilities. The database used in this example is mySQL. If all goes well, we\'ll post beta 1 in a few days!',
               new Date(2003, 6, 25)),

  new UnityNewsItem('<a href="http://moock.org/unity/docs/client/simplechat">Unity 2 App Development Tutorial Posted</a>', 
               'The four part uSimpleChat application development tutorial is now available. Learn how to create a multiuser application with Unity 2.',
               new Date(2003, 6, 25)),

  new UnityNewsItem('<a href="http://moock.org/unity/harmony/">Unity 2 Alpha 4 Released</a>', 
               'The latest build of Harmony is available for download and testing. The final feature-set is near completion. This build includes a highly exanded admin tool for managing and visualizing the server\'s namespaces, rooms, clients, and attributes.',
               new Date(2003, 6, 10)),
  new UnityNewsItem('<a href="http://moock.org/unity/harmony/">Unity 2 Alpha 3 Released</a>', 
               'Public invitation: help alpha-test Unity 2, the second version of moock.org\'s xmlsocket server. Unity 2 features an extensive object-oriented ActionScript API for creating multiuser Flash applications. Spawn rooms, manage users, save and share per-room or per-client data, and invoke methods remotely all with ActionScript. Tutorials and documenation are now available.',
               new Date(2003, 4, 13)),

  new UnityNewsItem('<a href="http://moock.org/unity/info/info_unity_1.1.x.html">Final update to Unity 1 released</a>', 
               'The final version of the Unity 1.x series has been released. Unity 1.1.1 features a faster socket reader, some minor server-side API changes, and a connection bug fix. The upgrade is free to registered owners of Unity 1.',
               new Date(2003, 4, 8)),

  new UnityNewsItem('<a href="http://moock.org/unity/uclientflash">Harmony Client API, Tic Tac Toe, GuestBook, and uTulip exhibition posted</a>', 
               'Read first-draft client-side API documentation and try out the new Harmony example applications.',
               new Date(2003, 2, 24)),

  new UnityNewsItem('<a href="http://moock.org/unity/uclientflash">Harmony (Unity 2) chat app demo</a> posted', 
               'See the first working demonstration of the upcoming new version of Unity, code-named Harmony.',
               new Date(2003, 1, 27)),

  new UnityNewsItem('<a href="http://moock.org/unity/">Unity</a> powers multiuser game: <a href="http://www.junglewar.com/" target="_blank">Junglewar</a>', 
               'Junglewar is a real-time strategy game, produced by <a href="http://www.globalbusinesstechnology.com/" target="_blank">GBT</a> to promote the PC and XBox game <a href="http://www.vietcong-game.com/" target="_blank">Vietcong</a>. great interface, tons of fun action. For more info on Vietcong, see <a href="http://pc.ign.com/objects/483/483519.html" target="_blank">ign.com\'s coverage</a> or <a href="http://gamespot.com/gamespot/filters/products/0,11114,561850,00.html" target="_blank">gamespot.com\'s coverage</a>.',
               new Date(2002, 11, 15)),

  new UnityNewsItem('<a href="http://moock.org/unity/">Unity</a> powers Star Trek Nemesis movie site chat', 
               'Unity was used to build the chat feature for the website of Star Trek: The Next Generation\'s last motion picture, Nemesis. The site is no longer live.',
               new Date(2002, 11, 5)),

  new UnityNewsItem('<a href="http://moock.org/unity/">Unity</a> powers multiuser game: <a href="http://www.fourfeathersmovie.com/battle">Battle for the Sudan</a>', 
               'Play the stratego-style multiuser game, <a href="http://www.fourfeathersmovie.com/battle/">Battle for the Sudan</a>, created by <a href="http://www.bigspaceship.com">big spaceship</a> and <a href="http://www.innofinity.com" target="_blank">innofinity</a> for the miramax movie <a href="http://www.fourfeathersmovie.com/">the four feathers</a>. the game is powered by moock.org\'s <a href="http://moock.org/unity/">Unity</a> socket server.',
               new Date(2002, 7, 20)),

  new UnityNewsItem('<a href="http://moock.org/unity/info/info_unity_1.1.0.html">Unity 1.1.0 now shipping</A>', 
               'Unity 1.1.0 is a minor update to Unity 1.0. Free to registered Unity 1.0 users, the upgrade includes stability improvements, multi-cpu support, some new features, and bug fixes.', 
               new Date(2002, 10, 22)),

  new UnityNewsItem('Unity 1.0 now shippping', 
               'With great pride and joy, we hereby announce the official launch of Unity 1.0! Sincere thanks to all who participated in the beta program.', 
               new Date(2002, 2, 29))
];


