| 
View
 

Overview of Directory Structure and Components

Page history last edited by PBworks 15 years, 11 months ago

This documentation is for version 2 of Mobile Web OSP.

 

The following is a brief overview of the directory structure of Mobile Web OSP. Hopefully it provides some semblance of a roadmap to where each bit resides and why. I know this is really fugly... Not sure how to lay out this data.

 

config.gen.inc.php - the general configuration for the system

db/ - contains sqlite database if using sqlite

extra/ - contains non-required helpful files when setting up mobile web osp. 

lib/ - contains shared libraries that are used throughout the system

web/ - contains all of the publicly accessible content

about/ - the default page for non-mobile devices

calendar/ - events calendar module 

emergency/ - emergency information module

ga.php - Google Analytics mobile version for the basic templates

home/ - homescreen for all devices

hours/ - hours module

index.php - the main file that shunts devices to their default page for the system

links/ - links module

manifest.php - produces a cache manifest file for webkit browsers. not used.

map/ - map module

min/ - minify: helps combine, minimize and cache javascript and css files. use only in production.

mobile-about/ - the mobile about module

news/ - news module

page_builder/ - the Page class used for templating and statistics

people/ - directory module

shuttleschedule/ - bus schedule module. unsupported.

sms/ - sms module. unsupported.

system/ - helpful files for things like a maintenance page or custom error pages.

templates/ - the base templates for each template type

themes/ - the look and feel themes for the system

weather/ - weather module. unsupported.

youtube/ - youtube module. 

 

Comments (0)

You don't have permission to comment on this page.