User Tools

Site Tools


wiki:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:playground [2013/03/28 09:54]
Timbow [GetSimple]
wiki:playground [2014/01/03 16:40]
Everyone [Make Yourself at Home!]
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-This is the latest draft new TOC, +<​b>​======Make Yourself at Home!======</​b>​
-NB Please don't delete this or mess with it for the moment - make a new page if you want to use the playground pls. Yes I know it's a wiki but I still have a lot of changes to make myself. +
-Thanks ~ Timbow +
-Backup [[playground:​tocbackup01|here]] ​+
  
----- +Draft of new page
-======The Official Documentation Wiki====== +
-<​sup>​**Documentation Written by GetSimple Users for GetSimple Users**</​sup>​ +
- +
-=====GetSimple===== +
-  *[[:​Description|GetSimple - What it is and What it's for]] +
-  *[[:​press_release|Press Information]] +
- +
------ +
- +
-=====Quick Start===== +
-  *[[Basic Install]] +
-  *[[Ten Minute Web Site]] +
-  *[[:​page_management]] +
- +
-=====User Guide ===== +
-===Installation=== +
-  *[[:​installation|Installation on a Web Server or a Local Server]] +
-  *[[installation:​migrating|Migrating,​ Moving and Uploading Complete Sites]] +
-  *[[installation:​requirements|Server requirements and Apache Modules]] +
-  *[[installation:​upgrade|Upgrading to the Latest Version ​of GetSimple]] +
-  *[[how_to:​svn_pull|Automatic installation via the SVN ]] +
-  *[[installation:​specific-webhosters|Guidance for Specific Hosting Companies]] +
- +
- +
-===Admin Reference=== +
-  *[[:​basics|GetSimple Basics]] +
-  *[[how_to:​website_settings|Settings]] +
-  *[[how_to:​support|Support]] +
-  *[[how_to:​page_editing|Pages Tab]] +
-  *[[:​file_management|Files Tab]] +
-  *[[how_to:​theme_editor|Theme Tab]] +
-  *[[how_to:​backup_pages|Backups Tab]] +
-  *[[how_to:​plugin_manager|Plugins Tab]] +
- +
-===Adding and Editing Content=== +
-  *[[how_to:​wysiwyg_editor|WYSIWYG Editor]] +
-  *[[:​components|Components]] +
-  *[[:​404|Custom 404 Page]] +
- +
-===Themes=== +
-  *[[themes:​installation|Ready-Made Themes]] +
-  *[[themes:​creation|Theme Creation]] +
-  *[[themes:​template_tags|Complete Template Tags Reference]] +
-  *[[themes:​tips|Theme Development Tips]] +
- +
-===Plugins=== +
-  *[[plugins:​installation|Installing Plugins]] +
-  *[[plugins:​guide|Plugins Guide]] +
-  *[[config:​multi-user|Multi-User Capabilities]] +
- +
-===Languages=== +
-  *[[:​languages]] +
-  *[[lang:​translate]] +
-  *[[plugins:​i18n|Plugins & Languages (I18N)]] +
-  *[[plugins:​i18nhashes|Built in Language Internationalization Hashes (I18N)]] +
-  *[[:​transifex|Proposal for the Use of Transifex]] +
- +
-===Tutorials,​ Tips and How-tos=== +
-  *[[themes:​tutorial|Theme Creation Tutorial]] +
-  *[[:​security|Extra Security for GetSimple]] +
-  *[[how_to:​accessibility|Accessibility Features]] +
-  *[[:​components-depending-on-the_page|Components Depending On The Page]] +
-  *[[:SEO for GetSimple]] +
- +
-=====Developer Information===== +
-===Advanced Features=== +
-  *[[:​debugging|Debugging]] +
-  *[[how_to:​change_admin_password_salted|Change the Admin Password to Salted]] +
-  *[[config:​caching-function|Page Caching/​Indexing]] +
-  *[[config:​gsconfig|Advanced Configuration:​ gsconfig.php]] +
-  *[[config:​htaccess|Tweak/​Configure the .htaccess File]] +
-  *[[how_to:​svn|GetSimple SVN Access]] +
-  *[[how_to:​svn_pull|Automatic Installation via the SVN]] +
-  *[[security:​csrf|CSRF Protection]] +
-  *[[security:​https-ssl|How to setup GetSimple on HTTPS/​SSL]] +
-  *[[:​lighttpd_permalinks|Lighttpd Permalinks]] +
- +
-===CKEditor Configuration=== +
-  *[[how_to:​editor_configuration|Advanced Editor Configuration]] +
-  *[[how_to:​editor_configuration_custom_files|CKEditor Configuration Files]] +
-  *[[how_to:​editor_configuration_languageconfiguration|Language configuration]] +
-  *[[how_to:​editor_configuration_more_options|More Editor Options]] +
-  *[[how_to:​editor_configuration_syntaxhighlight|How to integrate SyntaxHighLighting in the editor]] +
-  *[[how_to:​editor_configuration_toolbars|Editor Toolbars]] +
- +
-===Advanced Theming=== +
-  *[[theme:​advanced|Partial Template Files and Functions File]] +
-  *[[theme:​template_code_snippets|Template Code Snippets]] +
-  *[[:​admin_themes|Admin Themes]] +
- +
-===Plugin development=== +
-  *[[plugins:​creation|Plugin Creation ]] +
-  *[[plugins:​extend_api|Using the GetSimple Extend API ]] +
-  *[[plugins:​hooks_filters|Plugin Hooks & Filters ]] +
-  *[[plugins:​tabs_menus|Using Tabs and Sidebar Menus ]] +
-  *[[plugins:​tips|Tips & Tricks]] +
-  *[[plugins:​update_notifications|How Plugins Interact with Extend ]] +
- +
-===Core Development=== +
-  *[[how_to:​svn|GetSimple SVN Access]] +
-  *[[:​getsimple_coding|Core Coding Best-Practices]] +
-  *[[:​releases|Press Release]] +
- +
-=====This Wiki===== +
-  *[[wiki:​dokuwiki]] +
-  *[[wiki:​guidelines]] +
-  *[[wiki:​playground]] +
-  *[[wiki:​syntax]]+
  
 +<​code>​add_action('​xxxxxx-sidebar','​createSideMenu',​array('​your-plugin-filename','​Menu Text', '<​b>​my-action</​b>'​));</​code>​