Skip to content

Commit

Permalink
[TASK] Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeuling committed Dec 13, 2014
1 parent 07715f1 commit d0fe53d
Show file tree
Hide file tree
Showing 29 changed files with 107 additions and 32 deletions.
3 changes: 0 additions & 3 deletions Documentation/Include/TypoScript/Constants.rst

This file was deleted.

9 changes: 0 additions & 9 deletions Documentation/Include/TypoScript/Constants/Theme.rst

This file was deleted.

4 changes: 0 additions & 4 deletions Documentation/Include/TypoScript/Setup.rst

This file was deleted.

7 changes: 0 additions & 7 deletions Documentation/Include/TypoScript/Setup/Content.rst

This file was deleted.

8 changes: 0 additions & 8 deletions Documentation/Include/TypoScript/Setup/Page.rst

This file was deleted.

19 changes: 19 additions & 0 deletions Documentation/Index.rst
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.baseurl
----------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.baseurlIcon
--------------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand All @@ -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/
themes.configuration.baseurlIcon = http://demo.typo3-themes.org/typo3conf/ext/theme_bootstrap/Resources/Public/Icons/
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.baseurlImage
---------------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.favicon
----------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.siteName
-----------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.siteSlogan
-------------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.spamProtectEmailAddresses.atSubst
------------------------------------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
themes.configuration.spamProtectEmailAddresses.lastDotSubst
-----------------------------------------------------------

.. ..................................
.. container:: table-row dl-horizontal panel panel-default constants themes_gridelements cat_theme

Expand Down
14 changes: 14 additions & 0 deletions Documentation/TypoScript/Constants/Index.rst
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/*
13 changes: 13 additions & 0 deletions Documentation/TypoScript/Index.rst
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
14 changes: 14 additions & 0 deletions Documentation/TypoScript/Setup/Index.rst
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/*
22 changes: 22 additions & 0 deletions Documentation/_IncludedDirectives.rst
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)

0 comments on commit d0fe53d

Please sign in to comment.