Difference between revisions of "X-Cart:Programmer's guide"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with '==Main sections== <div style="float:right; background-color:#F6F9ED; border:1px solid #AAAAAA; padding:1ex; margin:1ex 0 1ex 1ex; clear: right; width:25%"> ==== Categories ==== <…')
 
Line 5: Line 5:
 
</div>
 
</div>
  
; [[Manual:Installation|Installation]]
+
; [[X-Cart:Installation|Installation]]
 
: Guide to setting up a new MediaWiki installation
 
: Guide to setting up a new MediaWiki installation
; [[Manual:Configuration|Configuration]]
+
; [[X-Cart:Configuration|Configuration]]
: [[Manual:Configuration settings (alphabetical)|Alphabetical list of settings]] | [[Manual:Configuration settings|Settings listed by function]]
+
: Information about the various parameters that can be used to customize the X-Cart software.
: Information about the various parameters that can be used to customize the MediaWiki software.
+
; [[X-Cart:Database layout|Database layout]]
; [[Manual:Database layout|Database layout]]
 
 
: Details about the database architecture behind MediaWiki.
 
: Details about the database architecture behind MediaWiki.
; [[Manual:Code|Code]]
+
; [[X-Cart:Code|Code]]
: Details about the [[w:PHP|PHP]] program.
+
: Details about the PHP program.
; [[Manual:Global object variables|Global object variables]]
+
; [[X-Cart:Global object variables|Global object variables]]
: Details about the global objects variables used throughout the MediaWiki code.  
+
: Details about the global objects variables used throughout the MediaWiki code.
; [[Manual:Hooks|Hooks]]
+
; [[X-Cart:FAQ|X-Cart FAQ]]
: [[w:Software hook|Software hook]]s that allow you to extend the built-in MediaWiki functionality.
 
; [[Manual:Parameters to index.php|Parameters to index.php]]
 
: Details about parameters passed to the wiki via the URL.
 
; [[Manual:FAQ|MediaWiki FAQ]]
 
 
: Frequently asked questions about the software.
 
: Frequently asked questions about the software.
; [[API]]
 
: In-depth description of the external API.
 
; [[meta:Help:Contents|Help on meta]]
 
: Lots of help about various things - in the process of being moved here.
 
;[http://svn.wikimedia.org/doc/ Doxygen documentation] of MediaWiki code.
 
: External API
 
  
 
== Browsing the manual ==
 
== Browsing the manual ==
The manual is not particularly developed yet, and the content we do have is not always organised well. These other methods of browsing our content may help:
+
The manual is not particularly developed yet, and the content we do have is not always organized well. These other methods of browsing our content may help:
  
* [[Special:Allpages/Manual:]] - Lists all pages in the Manual: namespace.
+
* [[Special:Allpages/X-Cart:]] - Lists all pages in the X-Cart: namespace.
* [[:Category:Manual]] - top level Manual category
+
* [[:Category:X-Cart developer guide]] - top level category
  
 
[[Category:X-Cart developer guide]]
 
[[Category:X-Cart developer guide]]

Revision as of 16:14, 21 December 2009

Main sections

Categories

Installation
Guide to setting up a new MediaWiki installation
Configuration
Information about the various parameters that can be used to customize the X-Cart software.
Database layout
Details about the database architecture behind MediaWiki.
Code
Details about the PHP program.
Global object variables
Details about the global objects variables used throughout the MediaWiki code.
X-Cart FAQ
Frequently asked questions about the software.

Browsing the manual

The manual is not particularly developed yet, and the content we do have is not always organized well. These other methods of browsing our content may help: