ソースを参照

add README.md

jabongwa 2 年 前
コミット
f0c1b70a3b
1 ファイル変更58 行追加0 行削除
  1. 58 0
      README.md

+ 58 - 0
README.md

@@ -0,0 +1,58 @@
+# Extension Name: meramo/pagemanager
+
+A TYPO3 page management extension which shows information about the status of all pages in the TYPO3 CMS to the system administrator.
+The information shown is the following:
+    - Start Date: the date the page went Online.
+    - End Date:  the date the page expired.
+    - Rubrik (Kategorie): The Category to which the page belongs.
+    - Title: The title of the page.
+    - Dach: Main topic of the page.
+    - Redacteur: page creator username.
+    - Name: creator name.
+    - Aktion: Edit Link for the page.
+
+## Table of Contents
+
+- [Installation](#installation)
+- [Usage](#usage)
+- [Configuration](#configuration)
+- [Contribution](#contribution)
+- [License](#license)
+
+## Installation
+
+Add the following to the "repositories" block in the  TYPO3 CMS composer.json file.
+    {
+        "type": "vcs",
+        "url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git"
+    }
+The repository section will now look like this;
+"repositories": [
+    ....
+    ....
+    {
+    "type": "vcs",
+    "url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git"
+    }
+]
+
+Save the file and run "composer require meramo/pagemanager" on the command line.
+
+## Usage
+After installation clear system caches. The Module Icon appears under the 'Tools Module' in Backend as a sub Module. 
+The Entry point in the Typo3 Function menu list all active pages in CMS. Changing the Functions Menu option shows either pages which expired in the last 30 or 90 days from the current date.
+
+## Configuration
+
+## Contribution
+
+
+## License
+GPL-3.0
+
+## Credits
+Credit to the whole Meramo Digital Division team, for the constructive criticism and changes to create a more robust extension.
+
+## Authors
+Meramo Digital Division Team.
+