File: LAYOUT

package info (click to toggle)
miro 3.0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 36,056 kB
  • ctags: 9,438
  • sloc: python: 52,860; cpp: 832; ansic: 692; xml: 432; sh: 403; makefile: 62
file content (28 lines) | stat: -rw-r--r-- 579 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
# Miro - an RSS based video player application
# Copyright (C) 2005-2010 Participatory Culture Foundation

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

* ``portable``

  Portable code that's common to all platforms.

* ``platform/gtk-x11``

  Linux platform specific code.

* ``platform/windows-xul``

  Windows platform specific code.

* ``platform/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.