SlashDocumentationIndex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
* [[HowSlashCssWorks]] Overview | * [[HowSlashCssWorks]] Overview | ||
* [[CssFilesUsedEachPage]] Which css files are used on different pages | * [[CssFilesUsedEachPage]] Which css files are used on different pages | ||
== "Page" sources as seen by the users == | |||
* [[http://dev.soylentnews.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=soylentnews/soylentnews.git;a=tree;f=themes;hb=refs/heads/master]] git - themes | * [[http://dev.soylentnews.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=soylentnews/soylentnews.git;a=tree;f=themes;hb=refs/heads/master]] git - themes | ||
http://www.mediawiki.org/wiki/Help:Images | http://www.mediawiki.org/wiki/Help:Images |
Revision as of 22:12, 7 March 2014
CssWork - parent
Development
- Official docs
- InstallDoc - original INSTALL document
- SlashGuide - this is the guide (from htdocs) you are supposed to read immediately after installing slashcode
- SectionTopics - This is the 'new' sections and topics rewrite and is more important to read than it first appears, explains what a skin is. Sort of.
- SlashChart Png chart of slashcode organization
- SlashManPages Man pages available by typing man PAGENAME
- TemplateManPages Man pages for the template library used to deliver the html
- SlashHelperProgramsInBin - provided admin helpers in slash/bin
- SlashGlossary Glossary of terms used in Slash code
- FileLocations Locations of important files on disk. Has Main Libraries called by all routines
- FileLocations2 Locations of files on disk continued. This is the stuff in local/slash.
- FileLocations3 Locations of files on disk continued. This is the stuff in /usr/local/share/perl5/Slash/
- FileLocationsMisc Has Apache, Man pages,...
- MySql
- SqlSchema - tables used in the database
- SqlDefaults - defaults for those tables
- PageScriptList - scripts (= 'pages') in /slash/site/slashcott.org/htdocs with routines listed
- PerlModuleDisplay - this is what actually sends a single template out to the broswer (through Apache)
- PerlModuleUsers - this is what handles the users home page and similar user functions.
- PerlModuleUtility - various utility functions
- SlashJavaScript - javascript used on site.
- AvailableThemes and how they are organized
- ThemesAnatomy Overview - "A theme is a website design." (includes HOWTO-THemes doc)
- TemplateAnatomy - All html in these. "parsed by Perl Template Toolkit" (HOWTO-Templates)
- TemplateTutorialWeb - man page
- TemplateManualDirective - man page, has all the keywords used by template library
- ThePartsOfTemplateLibraryActuallyUsedInSlashCode - knowing this can save time reading docs
- TemplateLists - lists of the template in our Theme, some descriptions fm src
- TasksAnatomy -
- TemplateAnatomy - All html in these. "parsed by Perl Template Toolkit" (HOWTO-Templates)
- IndexPlWalkthroughNotes - With notes, designed to show how the pieces work together.
- TagboxesAnatomy - I don't realy know what these are yet. But there are a lot of them ;-)
- PluginsAnatomy - (HOWTO-plugins)
- ChangelogForCss - Put final finished change here
- HowSlashCssWorks Overview
- CssFilesUsedEachPage Which css files are used on different pages
"Page" sources as seen by the users
- [[1]] git - themes