tagging release
[dasher.git] / trunk / Src / README_directory_structure.txt
blob52ec27f8e2469a6384508fd25fd85941b19f3687
1 DasherCore      - The Dasher Engine
2 Win32           - The MS Windows GUI, coded using the Windows API (not MFC).
3 Gtk2            - The Unix GUI, coded using GTK2. Also includes GPE code.
4 MacOSX          - The MacOS X GUI, coded using Cocoa.
5 Qt              - The QTopia GUI, aimed at QT-based palmtops
6 Your platform here:
7 XXX             - GUI, coded for the XXX platform.
9 Common          - This code may be used by DasherCore and/or platform specific
10                   ports. It contains generally useful code, some by the Dasher
11                   team, some by 3rd parties.
13 NB: all code in the Dasher tree should carry a GPL compatible license, or be
14 public domain and so carry no license. If this is not possible the Dasher
15 license may need extending, which would require negotiation.