nwsnet / nws-municipal-statutes
Reads all available municipal statutes from the TSA FullRest interface.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- ext-curl: *
- ext-json: *
- ext-pdo: *
- typo3/cms-core: >=9.5.0, <= 11.5.99
README
At last, it is possible to publish the integration of legal norms directly on a local governmental website. The installation was easy and didn’t cause any trouble. (A user’s quote).
1. Features
- Based on Extbase and Fluid
- Best Practices of Typo3 CMS implemented
- Frontend template variation based on Twitter Bootstrap (v3 and v4)
- PDF creation with wkhtmltopdf
- Search for legal norms
- Clearly represented detail
- Quick filter function
- Detailed documentation
2. Usage
1) Installation
Installation via Composer
The recommended method of installation of this extension is the use of Composer.Just go to the Composer based Typo3-project’s root directory and type in: composer require nwsnet/nws-municipal-statutes
.
Installation as an extension from TYPO3 Extension Repository (TER)
Load the extension with your Extension Management Module and install it.
2) Minimalistic Setup
- Store the API-code in your Extension Manager. Optionally you can modify the interface requests.
- Include the static Typo Script as an extension
- Create a plugin on any page and choose your desired view. Optionally you can apply further filter settings.
3) Setup site configuration for link generation
Simply add the configuration to the "config.yaml" for TYPO3 9.5 and higher
imports: - resource: 'EXT:nws_municipal_statutes/Configuration/Site/ImportSiteConfiguration.yaml'
3. Administration
3.1. Versions and support
The extension can be used for Typo3 versions 9.5 to 10.4.x and PHP Versions 7.2 – 7.4.x.
3.2. Release Management
The extension “nws-municipal-statutes” works with Semantic Versioning. This means:
- Bugfix-Updates (e.g. 1.0.0 => 1.0.1) contain only minor bug fixes or security issues without modification of the function.
- Minor updates (e.g. 1.0.0 => 1.1.0) contain new features or minor tasks. Changes or actions regarding the installation are not necessary.
- Major updates (e.g. 1.0.0 => 2.0.0) contain refactorings, features or bug fixes.
3.3. Contribution
- Bugfixes: Describe which kind of error is solved by your bugfix, and give feedback on how you could reproduce the problem. We only accept bugfixes if we can reproduce the problem.
- New features: Not every feature is useful for the majority of users. Besides, we want to keep the usability of the extension as simple as possible. Therefore, please deliver the described function and we will decide as a team, whether it offers any additional value.