Skip to content
Snippets Groups Projects
Forked from sucssite / sucs-site
373 commits behind the upstream repository.
Imran Hussain's avatar
Imran Hussain authored
Merge branches/sucs-site into trunk. This means dropping support for the generic CMS. It was bad anyway, got no updates and had security holes that were fixed in the sucs specific one.
8c1ac8eb
History
What's in these 'ere folders:

components/
	PHP components of the site, each drives a separate element - e.g.
	static content, the library, the help system, etc.
htdocs/
	Where all served content is to be found:
	css/
		Cascading StyleSheets
	files/
		Files for download (e.g. Help examples)
	images/
		Images used by the site skin
	js/
		JavaScript
		tinymce/
			Placeholder dir for TinyMCE, which should not itself
			be stored in SVN
	pictures/
		Images used in the content (e.g. /Help)
lib/
	Custom libraries used by the site - e.g. session library
plugins/
	Custom Smarty plugins used by the site - e.g. banana drawing
	function
static/
	Static content for the static content components (includes help)
	fragments/
		Any HTML fragments used to make up parts of pages (e.g.
		secondary bars)
templates/
	Smarty templates
templates_c/
	Compiled Smarty templates - do not use this dir