File: LAYOUT

package info (click to toggle)
miro 4.0.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 48,888 kB
  • sloc: python: 81,708; ansic: 2,076; xml: 1,930; cpp: 940; sh: 389; makefile: 63
file content (32 lines) | stat: -rw-r--r-- 699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.