-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
107 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
3 changes: 3 additions & 0 deletions
3
...onstants/Themes/Configuration/Baseurl.rst → ...cript/Constants/Configuration/Baseurl.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...nts/Themes/Configuration/BaseurlImage.rst → .../Constants/Configuration/BaseurlImage.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...onstants/Themes/Configuration/Favicon.rst → ...cript/Constants/Configuration/Favicon.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...nstants/Themes/Configuration/SiteName.rst → ...ript/Constants/Configuration/SiteName.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...tants/Themes/Configuration/SiteSlogan.rst → ...pt/Constants/Configuration/SiteSlogan.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...ion/SpamProtectEmailAddresses/AtSubst.rst → ...ion/SpamProtectEmailAddresses/AtSubst.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...pamProtectEmailAddresses/LastDotSubst.rst → ...pamProtectEmailAddresses/LastDotSubst.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. include:: ../../_IncludedDirectives.rst | ||
|
||
==================== | ||
TypoScript-Constants | ||
==================== | ||
|
||
**Table of content** | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
:glob: | ||
|
||
Configuration/* | ||
Configuration/SpamProtectEmailAddresses/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. include:: ../_IncludedDirectives.rst | ||
|
||
========== | ||
TypoScript | ||
========== | ||
|
||
**Table of content** | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
Constants/Index | ||
Setup/Index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. include:: ../../_IncludedDirectives.rst | ||
|
||
================ | ||
TypoScript-Setup | ||
================ | ||
|
||
**Table of content** | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
:glob: | ||
|
||
Lib/Content/* | ||
Lib/Page/* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. Content substitution | ||
................................................... | ||
Hint: following expression |my_substition_value| will be replaced when rendering doc. | ||
.. |author| replace:: Jo Hasenau <info@cybercraft.de>, Kay Strobach <typo3themes@kay-strobach.de>, Thomas Deuling <typo3@coding.ms> | ||
.. |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) |