https://github.com/peter88213/aeon3odt
The aeon3odt extension for LibreOffice: Import Aeon Timeline 3 project data.
https://github.com/peter88213/aeon3odt
libreoffice libreoffice-extension python
Last synced: 8 days ago
JSON representation
The aeon3odt extension for LibreOffice: Import Aeon Timeline 3 project data.
- Host: GitHub
- URL: https://github.com/peter88213/aeon3odt
- Owner: peter88213
- License: mit
- Created: 2021-10-07T08:59:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T19:02:54.000Z (11 months ago)
- Last Synced: 2024-06-02T20:52:58.436Z (11 months ago)
- Topics: libreoffice, libreoffice-extension, python
- Language: Python
- Homepage:
- Size: 1.91 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The aeon3odt extension for LibreOffice: Import Aeon Timeline 3 project data
For more information, see the [project homepage](https://peter88213.github.io/aeon3odt) with description and download instructions.
## Development
*aeon3odt* is organized as an Eclipse PyDev project. The official release branch on GitHub is *main*.
## Important
Please note that this extension has not yet been extensively tested. To me, it's actually just a proof of concept. I probably won't develop the extension further. Feel free to copy the project and modify it to your own liking.
**According to recent user feedback, the Aeon Timeline 3 file format has been changed, so this extension might not work for you. However, you can try to use it with the csv export.**
### Conventions
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
Exceptions:
- No localization is required.
- The directory structure is modified to minimize dependencies.### Development tools
- [Python](https://python.org) version 3.10
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and [EGit](https://www.eclipse.org/egit/)
- Apache Ant for building the application script
- [pandoc](https://pandoc.org/) for building the HTML help pages## Credits
- [OpenOffice Extension Compiler](https://wiki.openoffice.org/wiki/Extensions_Packager#Extension_Compiler) by Bernard Marcelly.
## License
This extension is distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).