© 2015 X2Engine Inc.
Difference between revisions of "Main Page"
From X2Engine
(43 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Welcome to the X2Engine Wiki, where advanced topics related to configuration, maintenance, customization and development of X2Engine are covered in-depth. For software usage documentation, see [http://www.x2engine.com/reference_guide/ The X2Engine User Reference Guide]. | |
− | + | The information presented in this wiki is intended for administrators, power users, IT personnel, developers, etc., but also as supplemental material to the basic user reference guide. | |
− | == Getting | + | For questions related to any topics not covered by this wiki or the user guide, please visit [http://x2community.com/ the forums]. |
− | * [// | + | |
− | + | == Getting Started == | |
− | + | * [[Preparing a Linux Server Environment]] | |
+ | * [[Installation]] | ||
+ | * [http://x2community.com The X2Engine community forums] | ||
+ | * [[Introduction To Development]] | ||
+ | |||
+ | |||
+ | == Support Topics == | ||
+ | <DynamicPageList> | ||
+ | category = Support | ||
+ | </DynamicPageList> | ||
+ | |||
+ | == Development Topics == | ||
+ | <DynamicPageList> | ||
+ | category = Development | ||
+ | </DynamicPageList> | ||
+ | |||
+ | == Using This Wiki == | ||
+ | For information on using the wiki software, consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] and the [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | ||
+ | [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
+ | |||
+ | === Special Extensions in use === | ||
+ | See their respective documentation for more information on their use; | ||
+ | * [[Mw:Extension:Cite|Cite]]: For creating footnotes | ||
+ | * [[Mw:Extension:ConfirmAccount|ConfirmAccount]]: Restricts page edit/create permissions to moderator-approved accounts | ||
+ | * [[Mw:Extension:Gadgets|Gadgets]]: Includes custom Javascript/CSS in pages | ||
+ | * [[Mw:Extension:Lingo|Lingo]]: Glossary; automatically provides tooltips for keywords defined on the [[Terminology]] page. | ||
+ | * [[Mw:Extension:Nuke|Nuke]]: Provides the ability to delete accounts and also bulk-delete all pages by them | ||
+ | * [[Mw:Extension:ParserFunctions|ParserFunctions]] | ||
+ | * [[Mw:Extension:Renameuser|Renameuser]]: Provides the ability to rename a user | ||
+ | * [[Mw:Extension:SyntaxHighlight_GeSHi|SyntaxHighlight GeSHi]]: Code syntax highlighting | ||
+ | |||
+ | === Brief Introductory Usage Notes === | ||
+ | * [[Wiki Usage:For contributors]] | ||
+ | * [[Wiki Usage:For administrators]] |
Latest revision as of 19:24, 7 August 2014
Welcome to the X2Engine Wiki, where advanced topics related to configuration, maintenance, customization and development of X2Engine are covered in-depth. For software usage documentation, see The X2Engine User Reference Guide.
The information presented in this wiki is intended for administrators, power users, IT personnel, developers, etc., but also as supplemental material to the basic user reference guide.
For questions related to any topics not covered by this wiki or the user guide, please visit the forums.
Contents
Getting Started
- Preparing a Linux Server Environment
- Installation
- The X2Engine community forums
- Introduction To Development
Support Topics
- X2 Hub Integration
- Configuring External Reports
- Software Updates and Upgrades
- Frequently Asked Questions
- Google Integration
- Email Configuration
- Manually Resetting Passwords
- Preparing a Linux Server Environment
- Known Issues
- Installation
Development Topics
- Permissions System
- REST API Reference
- VoIP Integration
- Web Lead Capture via API (legacy)
- Web Lead Capture via API (legacy; pre-3.5.6)
- Interacting with the Database
- Testing With PHPUnit
- Customization Framework
- Web API Reference (Legacy)
- Modules
- Widgets
- X2Model and Dynamic Fields
- Writing Documentation
- Introduction To Development
Using This Wiki
For information on using the wiki software, consult the User's Guide and the MediaWiki FAQ MediaWiki release mailing list
Special Extensions in use
See their respective documentation for more information on their use;
- Cite: For creating footnotes
- ConfirmAccount: Restricts page edit/create permissions to moderator-approved accounts
- Gadgets: Includes custom Javascript/CSS in pages
- Lingo: Glossary; automatically provides tooltips for keywords defined on the Terminology page.
- Nuke: Provides the ability to delete accounts and also bulk-delete all pages by them
- ParserFunctions
- Renameuser: Provides the ability to rename a user
- SyntaxHighlight GeSHi: Code syntax highlighting