AndrewKreshchenko / ak_timeline

TYPO3 extension for interactive visual representations of detailed timelines in arbitrary date intervals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 11

Warning The package is still alpha, is on development phase.

TimelineVis TYPO3 Extension

Prerequisites

  • PHP v. 7+
  • Works on Typo3 v.11 for now. For lower Typo3 versions (mostly v10) please consider *.log files or *.md documentation that exist near the same actual files (see installation point 1).
  • 64-bit operation system. Mostly for dates computation and operations with large timestamps due to PHP limits.

Installation

  1. Upload the package in app/public/typo3conf/ext/ directory.

  2. Update composer.json in the app/ (or public/). As the code as a early version, I'd recommend install it manually by changing composer.json and then run composer update.

  3. Update Database with backend tool (in Typo3 11: Menu "Maintaince" -> "Analyze Database Structure").

  4. Check out the plugin!

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Thanks goes to these wonderful people

License

TimelineVis is licensed under a GPL-2.0 license.

Table of contents

About

TYPO3 extension for interactive visual representations of detailed timelines in arbitrary date intervals

License:GNU General Public License v2.0


Languages

Language:PHP 48.0%Language:HTML 20.6%Language:TypeScript 15.1%Language:Less 9.9%Language:JavaScript 6.4%