The Directory Structure

by Andreas Hartmann

Files of different types are organized in separate folders to keep maintainance simple:

                
bonebreaker  	
	| 			
   	|- documents 	      XML files - the actual pages
	|   	|- home 	
	| 	|   	|- home.xml 	
	| 	|- cc 	
	| 	|  	|- home.xml 	
	| 	|  	|- thighbreakercomp.xml 	
	| 	|  	|- thighbreakerpro.xml 	
	| 	|  	|- thighbreakerteam.xml 	
	| 	|- fr 	
	| 	|  	|- home.xml 	
	| 	|  	|- neckbreaker.xml 	
	| 	|- dh 	
	| 	|  	|- home.xml 	
	| 	|  	|- backbreaker.xml 	
	| 	|- company 	
	| 	|  	|- home.xml 	
	| 	|  	|- philosophy.xml 	
	| 	|  	|- jobs.xml 	
	| 	|  	|- contact.xml 	
	| 	|- links 	
	| 	|  	|- home.xml 	
	| 	|- toc.xml 	The table of contents
	| 			
	|- stylesheets 	        XSLT files for transformations
	| 	|- menupage.xsl Combining the page and the menu
	| 	|- menu.xsl 	Creating the navigation menu
	| 	|- page.xsl 	Creating a standard page
	| 	|- section.xsl 	Creating a section title page
	| 	|- bike.xsl 	Creating a bike description page
	| 			
	|- css 	                Cascading style sheets
	| 	|- default.css 	The standard style sheet for a page
	| 	|- menu.css 	The style sheet for the navigation menu
	| 			
	|- sitemap.xmap 	The Cocoon sitemap