# Miro - an RSS based video player application
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
# Participatory Culture Foundation

======
LAYOUT
======

* ``lib/``

  Portable code that's common to all platforms.

* ``linux/``

  Linux platform specific code.

  Probably works for other *nixes, too, but they're not supported or 
  tested.  Contributions are more than welcome.

* ``windows/``

  Windows platform specific code.

* ``osx/``

  OSX platform specific code.

* ``resources/``

  Cross-platform resource files distributed with the application.
  Includes GUI assets that are (or could be) shared across platforms,
  but not those that are specific to a particular widget set.
