/documentation

The official documentation of Fork CMS. All articles are rendered with GitHub flavored Markdown and displayed on the official Fork CMS documentation website.

Fork CMS Documentation

Slack Status

This repository contains the documentation of Fork CMS. The documentation files are automatically updated on http://docs.fork-cms.com

Contributing

Want to help improving our documentation? Check out the dedicated article about contributing. See [contribute/03. documentation](06. contribute/03. documentation.md) for details.

Questions? Feel free to discuss on our Slack channel

Table of Contents

1. Installation

1. [Download, upload & installation](01. installation/01. installation.md)
1. [Installation Wizard](01. installation/02. installation_wizard.md)
1. [Minimum requirements](01. installation/03. minimum_requirements.md)
1. [Webservers](01. installation/04. webservers.md)
1. [Upgrading](01. installation/05. upgrading.md)
1. [Version control](01. installation/06. version_control.md)
1. [Faq](01. installation/07. faq.md)

2. Getting started

1. [Introduction](02. getting started/01. introduction.md)
1. [Adding modules](02. getting started/02. adding_modules.md)
1. [Adding a theme](02. getting started/03. adding_a_theme.md)
1. [Spam protection](02. getting started/04. spam_protection.md)
1. [Linking a Google analytics account](02. getting started/05. linking_a_google_analytics_account.md)
1. [Linking Facebook](02. getting started/06. linking_facebook.md)
1. [Enable Twitter cards](02. getting started/07. enable_twittercards.md)
1. [Configuring cronjobs](02. getting started/08. configuring_cronjobs.md)
1. [Publish your website](02. getting started/09. publish_your_website.md)

3. User guide

1. [Introduction](03. user guide/01. introduction.md)
1. [Dashboard](03. user guide/02. dashboard.md)
1. [Pages](03. user guide/03. pages.md)
1. [The editor](03. user guide/04. the_editor.md)
1. [Standard modules](03. user guide/05. standard_modules.md)
1. [SEO](03. user guide/06. seo.md)
1. [Marketing](03. user guide/07. marketing.md)
1. [Mailmotor](03. user guide/08. mailmotor.md)
1. [Settings](03. user guide/09. settings.md)

4. Theming guide

1. [Introduction](04. theming guide/01. introduction.md)
1. [What is a theme within fork?](04. theming guide/02. what_is_a_theme_within_fork.md)
1. [Theme contents](04. theming guide/03. theme_contents.md)
1. [Page templates, positions & blocks](04. theming guide/04. page_templates_positions_and_blocks.md)
1. [Making a basic theme](04. theming guide/05. making_a_basic_theme.md)
1. [Creating a template](04. theming guide/06. creating_a_template.md)
1. [Locale and translations](04. theming guide/07. locale_and_translations.md)
1. [Theme checklist](04. theming guide/08. theme_checklist.md)

5. Module guide

1. [Introduction](05. module guide/02. introduction.md)
1. [Applications & Library](05. module guide/02. applications_and_library.md)
1. [Routing](05. module guide/03. routing.md)
1. [Modeling your module](05. module guide/04. modeling_your_module.md)
1. [Writing your module](05. module guide/05. writing_your_module.md)
1. [Blocks and widgets](05. module guide/06. blocks_and_widgets.md)
1. [Templates](05. module guide/07. templates.md)
1. [Translations/Locale](05. module guide/08. translations_or_locale.md)
1. [Forms](05. module guide/09. forms.md)
1. [Data grids](05. module guide/10. data_grids.md)
1. [Generate thumbnails based on folder](05. module guide/11. generate_thumbnails_based_on_folder.md)
1. [Javascript](05. module guide/12. javascript.md)
1. [Ajax](05. module guide/13. ajax.md)
1. [Passing data from PHP to javascript](05. module guide/14. passing_data_from_php_to_javascript.md)
1. [Cronjobs](05. module guide/15. cronjobs.md)
1. [Module settings](05. module guide/16. module_settings.md)
1. [Pagination](05. module guide/17. pagination.md)
1. [Meta data & SEO](05. module guide/18. meta_data_and_seo.md)
1. [Breadcrumbs](05. module guide/19. breadcrumbs.md)
1. [Tags](05. module guide/20. tags.md)
1. [Search](05. module guide/21. search.md)
1. [Creating frontend-widgets](05. module guide/22. creating_frontend_widgets.md)
1. [API](05. module guide/23. api.md)
1. [How does the API work](05. module guide/24. how_does_the_api_work.md)
1. [Events publish and subscribe](05. module guide/25. events_publish_and_subscribe.md)
1. [Creating an installer](05. module guide/26. creating_an_installer.md)
1. [Creating a module.zip file](05. module guide/27. creating_a_module_zip_file.md)
1. [Implementing Twitter Cards](05. module guide/28. twittercards.md)

6. Contribute

1. [Introduction](06. contribute/01. introduction.md)
1. [Testing](06. contribute/02. testing.md)
1. [Documentation](06. contribute/03. documentation.md)
1. [Translations](06. contribute/04. translations.md)
1. [User interface](06. contribute/05. user_interface.md)
1. [Spreading the word](06. contribute/06. spreading_the_word.md)
1. [Features](06. contribute/07. features.md)
1. [Open sourcing your modules/themes](06. contribute/08. open_sourcing_fork_cms_modules_and_themes.md)