Difference between revisions of "File/Folder Structure"

From CDOT Wiki
Jump to: navigation, search
 
(Setting up an application file structure)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Setting up an application file structure ==  
 
== Setting up an application file structure ==  
First set up the application file structure to the following:
 
  
 
   /''applicationName''
 
   /''applicationName''
Line 12: Line 11:
 
     application.ini
 
     application.ini
  
This file structure is used on a Linux platformIf your using a different platform, please visit [http://developer.mozilla.org/en/docs/XULRunner:Deploying_XULRunner_1.8 Deploying XULRunner 1.8] to find the file struture for your specific platform.
+
This file structure is how it should look like for XULRunner applications running on Linux and WindowsFor developers who are developing on MAC OSX, please visit the following link [http://developer.mozilla.org/en/docs/XULRunner:Deploying_XULRunner_1.8 Deploying XULRunner 1.8] to find the specific file structure to follow.
  
 
'''Notes:'''
 
'''Notes:'''
  
Users can change the name of the italicized filename and folders
+
In the file structure shown, some of the filenames and olders are italicized filename and folders.  Users can rename these files or folders if they wish.

Latest revision as of 14:06, 13 December 2006

Setting up an application file structure

 /applicationName
   /chrome
     /applicationName
       your app files
     chrome.manifest
   /defaults
     /preferences
        prefs.js
   application.ini

This file structure is how it should look like for XULRunner applications running on Linux and Windows. For developers who are developing on MAC OSX, please visit the following link Deploying XULRunner 1.8 to find the specific file structure to follow.

Notes:

In the file structure shown, some of the filenames and olders are italicized filename and folders. Users can rename these files or folders if they wish.