diff --git a/Documentation/Include/TypoScript/Constants.rst b/Documentation/Include/TypoScript/Constants.rst deleted file mode 100644 index 1fe3671..0000000 --- a/Documentation/Include/TypoScript/Constants.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. This file is a summary of all constants - -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Theme.rst \ No newline at end of file diff --git a/Documentation/Include/TypoScript/Constants/Theme.rst b/Documentation/Include/TypoScript/Constants/Theme.rst deleted file mode 100644 index bf0885f..0000000 --- a/Documentation/Include/TypoScript/Constants/Theme.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. This file is a summary of all theme-constants - -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteName.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteSlogan.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/Baseurl.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlImage.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/Favicon.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/AtSubst.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst \ No newline at end of file diff --git a/Documentation/Include/TypoScript/Setup.rst b/Documentation/Include/TypoScript/Setup.rst deleted file mode 100644 index 7d3335c..0000000 --- a/Documentation/Include/TypoScript/Setup.rst +++ /dev/null @@ -1,4 +0,0 @@ -.. This file is a summary of all setup - -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Content.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Page.rst \ No newline at end of file diff --git a/Documentation/Include/TypoScript/Setup/Content.rst b/Documentation/Include/TypoScript/Setup/Content.rst deleted file mode 100644 index 6ab11b7..0000000 --- a/Documentation/Include/TypoScript/Setup/Content.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. This file is a summary of content marker - -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Content/Main.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Content/Menu.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Content/Sidebar.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Content/Feature.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Content/Extended.rst \ No newline at end of file diff --git a/Documentation/Include/TypoScript/Setup/Page.rst b/Documentation/Include/TypoScript/Setup/Page.rst deleted file mode 100644 index 4e4e420..0000000 --- a/Documentation/Include/TypoScript/Setup/Page.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. This file is a summary of page marker - -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/Title.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/SubTitle.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/NavTitle.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/Author.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/AuthorEmail.rst -.. include:: ../../themes_gridelements/Documentation/Include/TypoScript/Setup/Lib/Page/LastUpdate.rst diff --git a/Documentation/Index.rst b/Documentation/Index.rst new file mode 100644 index 0000000..1845a4a --- /dev/null +++ b/Documentation/Index.rst @@ -0,0 +1,19 @@ +.. Editor configuration + ................................................... + * utf-8 with BOM as encoding + * tab indent with 4 characters for code snippet. + * optional: soft carriage return preferred. + +.. Includes roles, substitutions, ... +.. include:: ./_IncludedDirectives.rst + +================================= +Themes-GridElements Documentation +================================= + +**Table of content** + +.. toctree:: + :maxdepth: 4 + + TypoScript/Index diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/Baseurl.rst b/Documentation/TypoScript/Constants/Configuration/Baseurl.rst similarity index 87% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/Baseurl.rst rename to Documentation/TypoScript/Constants/Configuration/Baseurl.rst index 786d4fc..3b5ef70 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/Baseurl.rst +++ b/Documentation/TypoScript/Constants/Configuration/Baseurl.rst @@ -1,3 +1,6 @@ +themes.configuration.baseurl +---------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlIcon.rst b/Documentation/TypoScript/Constants/Configuration/BaseurlIcon.rst similarity index 77% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlIcon.rst rename to Documentation/TypoScript/Constants/Configuration/BaseurlIcon.rst index 55fc017..981a584 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlIcon.rst +++ b/Documentation/TypoScript/Constants/Configuration/BaseurlIcon.rst @@ -1,3 +1,6 @@ +themes.configuration.baseurlIcon +-------------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme @@ -21,4 +24,4 @@ Definition # cat=theme; type=string; label= Icon base URL of the site (http://cdn.domain.tdl/project/Icons/; http://www.domain.tld/fileadmin/project/Icons/) - themes.configuration.baseurlImage = http://demo.typo3-themes.org/typo3conf/ext/theme_bootstrap/Resources/Public/Icons/ \ No newline at end of file + themes.configuration.baseurlIcon = http://demo.typo3-themes.org/typo3conf/ext/theme_bootstrap/Resources/Public/Icons/ \ No newline at end of file diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlImage.rst b/Documentation/TypoScript/Constants/Configuration/BaseurlImage.rst similarity index 91% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlImage.rst rename to Documentation/TypoScript/Constants/Configuration/BaseurlImage.rst index 6592b96..17a0af6 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/BaseurlImage.rst +++ b/Documentation/TypoScript/Constants/Configuration/BaseurlImage.rst @@ -1,3 +1,6 @@ +themes.configuration.baseurlImage +--------------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/Favicon.rst b/Documentation/TypoScript/Constants/Configuration/Favicon.rst similarity index 91% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/Favicon.rst rename to Documentation/TypoScript/Constants/Configuration/Favicon.rst index fdb69ac..7598f3e 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/Favicon.rst +++ b/Documentation/TypoScript/Constants/Configuration/Favicon.rst @@ -1,3 +1,6 @@ +themes.configuration.favicon +---------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteName.rst b/Documentation/TypoScript/Constants/Configuration/SiteName.rst similarity index 88% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteName.rst rename to Documentation/TypoScript/Constants/Configuration/SiteName.rst index 05771fd..84eb3b9 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteName.rst +++ b/Documentation/TypoScript/Constants/Configuration/SiteName.rst @@ -1,3 +1,6 @@ +themes.configuration.siteName +----------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteSlogan.rst b/Documentation/TypoScript/Constants/Configuration/SiteSlogan.rst similarity index 86% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteSlogan.rst rename to Documentation/TypoScript/Constants/Configuration/SiteSlogan.rst index 9f4a18e..6a16bc9 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SiteSlogan.rst +++ b/Documentation/TypoScript/Constants/Configuration/SiteSlogan.rst @@ -1,3 +1,6 @@ +themes.configuration.siteSlogan +------------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/AtSubst.rst b/Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/AtSubst.rst similarity index 81% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/AtSubst.rst rename to Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/AtSubst.rst index b0ab19f..591faf0 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/AtSubst.rst +++ b/Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/AtSubst.rst @@ -1,3 +1,6 @@ +themes.configuration.spamProtectEmailAddresses.atSubst +------------------------------------------------------ + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst b/Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst similarity index 80% rename from Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst rename to Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst index a5ae6c4..5ea5650 100644 --- a/Documentation/Include/TypoScript/Constants/Themes/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst +++ b/Documentation/TypoScript/Constants/Configuration/SpamProtectEmailAddresses/LastDotSubst.rst @@ -1,3 +1,6 @@ +themes.configuration.spamProtectEmailAddresses.lastDotSubst +----------------------------------------------------------- + .. .................................. .. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme diff --git a/Documentation/TypoScript/Constants/Index.rst b/Documentation/TypoScript/Constants/Index.rst new file mode 100644 index 0000000..ec01897 --- /dev/null +++ b/Documentation/TypoScript/Constants/Index.rst @@ -0,0 +1,14 @@ +.. include:: ../../_IncludedDirectives.rst + +==================== +TypoScript-Constants +==================== + +**Table of content** + +.. toctree:: + :maxdepth: 5 + :glob: + + Configuration/* + Configuration/SpamProtectEmailAddresses/* diff --git a/Documentation/TypoScript/Index.rst b/Documentation/TypoScript/Index.rst new file mode 100644 index 0000000..acadc13 --- /dev/null +++ b/Documentation/TypoScript/Index.rst @@ -0,0 +1,13 @@ +.. include:: ../_IncludedDirectives.rst + +========== +TypoScript +========== + +**Table of content** + +.. toctree:: + :maxdepth: 4 + + Constants/Index + Setup/Index \ No newline at end of file diff --git a/Documentation/TypoScript/Setup/Index.rst b/Documentation/TypoScript/Setup/Index.rst new file mode 100644 index 0000000..c53677c --- /dev/null +++ b/Documentation/TypoScript/Setup/Index.rst @@ -0,0 +1,14 @@ +.. include:: ../../_IncludedDirectives.rst + +================ +TypoScript-Setup +================ + +**Table of content** + +.. toctree:: + :maxdepth: 5 + :glob: + + Lib/Content/* + Lib/Page/* diff --git a/Documentation/Include/TypoScript/Setup/Lib/Content/Extended.rst b/Documentation/TypoScript/Setup/Lib/Content/Extended.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Content/Extended.rst rename to Documentation/TypoScript/Setup/Lib/Content/Extended.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Content/Feature.rst b/Documentation/TypoScript/Setup/Lib/Content/Feature.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Content/Feature.rst rename to Documentation/TypoScript/Setup/Lib/Content/Feature.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Content/Main.rst b/Documentation/TypoScript/Setup/Lib/Content/Main.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Content/Main.rst rename to Documentation/TypoScript/Setup/Lib/Content/Main.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Content/Menu.rst b/Documentation/TypoScript/Setup/Lib/Content/Menu.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Content/Menu.rst rename to Documentation/TypoScript/Setup/Lib/Content/Menu.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Content/Sidebar.rst b/Documentation/TypoScript/Setup/Lib/Content/Sidebar.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Content/Sidebar.rst rename to Documentation/TypoScript/Setup/Lib/Content/Sidebar.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/Author.rst b/Documentation/TypoScript/Setup/Lib/Page/Author.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/Author.rst rename to Documentation/TypoScript/Setup/Lib/Page/Author.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/AuthorEmail.rst b/Documentation/TypoScript/Setup/Lib/Page/AuthorEmail.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/AuthorEmail.rst rename to Documentation/TypoScript/Setup/Lib/Page/AuthorEmail.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/LastUpdate.rst b/Documentation/TypoScript/Setup/Lib/Page/LastUpdate.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/LastUpdate.rst rename to Documentation/TypoScript/Setup/Lib/Page/LastUpdate.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/NavTitle.rst b/Documentation/TypoScript/Setup/Lib/Page/NavTitle.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/NavTitle.rst rename to Documentation/TypoScript/Setup/Lib/Page/NavTitle.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/SubTitle.rst b/Documentation/TypoScript/Setup/Lib/Page/SubTitle.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/SubTitle.rst rename to Documentation/TypoScript/Setup/Lib/Page/SubTitle.rst diff --git a/Documentation/Include/TypoScript/Setup/Lib/Page/Title.rst b/Documentation/TypoScript/Setup/Lib/Page/Title.rst similarity index 100% rename from Documentation/Include/TypoScript/Setup/Lib/Page/Title.rst rename to Documentation/TypoScript/Setup/Lib/Page/Title.rst diff --git a/Documentation/_IncludedDirectives.rst b/Documentation/_IncludedDirectives.rst new file mode 100644 index 0000000..72f6da1 --- /dev/null +++ b/Documentation/_IncludedDirectives.rst @@ -0,0 +1,22 @@ +.. Content substitution + ................................................... + Hint: following expression |my_substition_value| will be replaced when rendering doc. + +.. |author| replace:: Jo Hasenau , Kay Strobach , Thomas Deuling +.. |extension_key| replace:: themes_gridelements +.. |extension_name| replace:: Themes-GridElements +.. |version| replace:: 0.1.0 +.. |version_typo3| replace:: TYPO3 6.2.x +.. |time| date:: %Y-%m-%d %H:%M + +.. Custom roles + ................................................... + After declaring a role like this: ".. role:: custom", the document may use the new role like :custom:`interpreted text`. + Basically, this will wrap the content with a CSS class to be styled in a special way when document get rendered. + More information: http://docutils.sourceforge.net/docs/ref/rst/roles.html + +.. role:: code +.. role:: typoscript +.. role:: typoscript(code) +.. role:: ts(typoscript) +.. role:: php(code)