An open API service indexing awesome lists of open source software.

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.

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).