-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Move best practises for additonal readme files (#369)
* [TASK] Move best practises for additonal readme files * Update Documentation/GeneralConventions/FileStructure.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/FileStructure.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/FileStructure.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/FileStructure.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/FileStructure.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/FileStructure.rst * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> * Update Documentation/GeneralConventions/ReadmeFile.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --------- Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
- Loading branch information
1 parent
90b9417
commit c2a2db9
Showing
2 changed files
with
105 additions
and
113 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
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,95 @@ | ||
|
||
.. index:: File structure; README.rst, README.rst | ||
.. _readme-rst: | ||
.. _about-file: | ||
|
||
======================================= | ||
:file:`README.rst` or :file:`README.md` | ||
======================================= | ||
|
||
Full documentation contains both a :file:`README.rst` and a :file:`Documentation/Index.rst` | ||
file. To avoid redundancy in both places, the :file:`README.rst` in this case usually | ||
contains only a summary and links to all aspects of the project, i.e. the :abbr:`VCS (Version Control System)` | ||
repository, the published documentation and - if available - the TYPO3 Extension | ||
Repository (TER) page to guide the reader to the next steps. This could be for | ||
example: | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: With placeholders | ||
|
||
.. include:: /CodeSnippets/FileStructure/ReadmeRst.rst.txt | ||
|
||
.. group-tab:: Third-party extension | ||
|
||
.. include:: /CodeSnippets/FileStructure/Examples/IndexRst.rst.txt | ||
|
||
.. group-tab:: System extension | ||
|
||
.. include:: /CodeSnippets/FileStructure/Dashboard/IndexRst.rst.txt | ||
|
||
.. group-tab:: Official manual | ||
|
||
.. include:: /CodeSnippets/FileStructure/GettingStarted/IndexRst.rst.txt | ||
|
||
.. group-tab:: Markdown | ||
|
||
.. include:: /CodeSnippets/FileStructure/ReadmeMd.rst.txt | ||
|
||
|
||
.. _readme-rst-badges: | ||
|
||
Badges | ||
====== | ||
|
||
Point out interesting statistics of your extension or package in the *badges* | ||
placeholder, which may include the latest release version, the total and | ||
monthly download rate and the supported TYPO3 versions: | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: reStructured Text | ||
|
||
.. include:: /CodeSnippets/FileStructure/Badges.rst.txt | ||
|
||
.. group-tab:: Markdown | ||
|
||
.. include:: /CodeSnippets/FileStructure/BadgesMd.rst.txt | ||
|
||
|
||
Remove this field if the project is no extension or package. | ||
|
||
|
||
.. _readme-rst-project: | ||
|
||
Project | ||
======= | ||
|
||
The *project* placeholder contains the title of the project. | ||
|
||
Common values are, for example, in the official TYPO3 manuals | ||
|
||
#. `<Topic> Guide`, e.g. "Installation and Upgrade Guide", | ||
for collections of articles on a specific topic | ||
#. `<Topic> Reference`, e.g. "TCA Reference", | ||
for a complete encyclopedia | ||
#. `<Topic> Tutorial`, e.g. "Getting Started Tutorial", | ||
for collections of tutorials on a specific topic | ||
|
||
and in TYPO3 system and third-party extensions | ||
|
||
* `TYPO3 extension <extension-key>`, e.g. "TYPO3 extension \`\`extbase\`\`" and | ||
"TYPO3 extension \`\`mask\`\`". | ||
|
||
|
||
.. _readme-rst-abstract: | ||
|
||
Abstract | ||
======== | ||
|
||
The *abstract* placeholder contains a short and precise description of the | ||
project with as many keywords as possible in as few sentences as possible. It | ||
helps the decision maker to quickly decide whether the project is worth | ||
considering and whether or not to read the full documentation. It should be | ||
aligned with the abstract of :file:`Index.rst` and - if available - the description | ||
fields of :file:`ext_emconf.php` and :file:`composer.json`. |