forked from reinhardfuehricht/typo3-formhandler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Convert documentation to reST
- Loading branch information
1 parent
cc91f89
commit a31f869
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
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,52 @@ | ||
.. ================================================== | ||
.. FOR YOUR INFORMATION | ||
.. -------------------------------------------------- | ||
.. -*- coding: utf-8 -*- with BOM. | ||
.. _start: | ||
|
||
=========== | ||
Formhandler | ||
=========== | ||
|
||
.. only:: html | ||
|
||
:Classification: | ||
formhandler | ||
|
||
:Version: | ||
|release| | ||
|
||
:Language: | ||
en | ||
|
||
:Description: | ||
Manual covering TYPO3 extension formhandler | ||
|
||
:Keywords: | ||
forms, form handling | ||
|
||
:Copyright: | ||
2016 | ||
|
||
:Author: | ||
Reinhard Führicht | ||
|
||
:Email: | ||
[email protected] | ||
|
||
:License: | ||
This document is published under the Open Content License | ||
available from http://www.opencontent.org/opl.shtml | ||
|
||
:Rendered: | ||
|today| | ||
|
||
The content of this document is related to TYPO3, | ||
a GNU/GPL CMS/Framework available from `www.typo3.org <http://www.typo3.org/>`_. | ||
|
||
|
||
Online Documentation | ||
-------------------- | ||
|
||
The documentation is available online on http://www.typo3-formhandler.com |
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,11 @@ | ||
# This is the project specific Settings.yml file. | ||
# Place Sphinx specific build information here. | ||
# Settings given here will replace the settings of 'conf.py'. | ||
|
||
--- | ||
conf.py: | ||
copyright: 2016 | ||
project: formhandler | ||
version: 2.2.0 | ||
release: 2.2.0 | ||
... |