Skip to content

Commit

Permalink
add 6 new template collections
Browse files Browse the repository at this point in the history
  • Loading branch information
dohliam committed May 30, 2016
1 parent 03a8003 commit 4a13241
Show file tree
Hide file tree
Showing 934 changed files with 7,380 additions and 304 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Background](#background)
* [Goals](#goals)
* [Screenshots](#screenshots)
* [Templates](#templates)
* [modern-impress-templates](#modern-impress-templates)
* [lo-35-lyt](#lo-35-lyt)
Expand All @@ -20,15 +21,15 @@ It is surprisingly difficult to find well-designed presentation templates for Li

LibreOffice comes pre-installed with a handful of barebones templates that are not terribly useful.

[Many](https://ask.libreoffice.org/en/question/126/where-can-i-download-pretty-extra-templates-for-libreoffice-impress/) [people](http://askubuntu.com/questions/82884/where-can-i-download-pretty-extra-templates-for-libreoffice-impress) online have asked about where to find more and better templates, and they are usually directed to the LibreOffice Templates website. There are surprisingly few usable templates there -- many are abandoned, not actually available for download, lacking any license information, and so on -- but those that can be downloaded and used are ... not what one might expect to see in a modern presentation.
[Many](https://ask.libreoffice.org/en/question/126/where-can-i-download-pretty-extra-templates-for-libreoffice-impress/) [people](http://askubuntu.com/questions/82884/where-can-i-download-pretty-extra-templates-for-libreoffice-impress) online have asked about where to find more and better templates, and they are usually directed to the LibreOffice Templates website. There are surprisingly few usable templates there -- many are abandoned, not actually available for download, lacking any license information, and so on -- but those that can be downloaded and used are often not what one might expect to see in a modern presentation.

Further searching will turn up various odds-and-ends that have cropped up over the years -- a download here, a website there -- as well as more unlicensed or non-free templates and even suggestions to just use .ppt files from MS Office.

Most amazing of all is the lack of packages containing additional templates for most distros.

For example, the `libreoffice-templates` package (description: "Additional set of templates for LibreOffice") that is available in Ubuntu, only contains the 8 default templates that come with LibreOffice itself. Installing this package thus has no effect on the templates available to the user in Impress, and no other template packages appear to be available.

This is not an ideal state of affairs.
This project aims to improve this situation.

## Goals

Expand All @@ -38,6 +39,10 @@ This is not an ideal state of affairs.

3. To provide a central place for a curated, maintained collection of high-quality, working Impress templates designed by the community.

## Screenshots

There is a full gallery of screenshots for all the templates included in this project on the [screenshots page](https://github.com/dohliam/libreoffice-impress-templates/blob/master/screenshots.md).

## Templates

### modern-impress-templates
Expand Down Expand Up @@ -361,35 +366,29 @@ If you have ruby installed you can also use these to build the templates yoursel
For example, if you have cloned the repository and want to build the Modern Impress Templates collection, you can use the following commands from within the main repository directory:

cd modern-impress-templates
ruby ../scripts/repack_otp.rb
../scripts/repack_otp.rb

This will create an .otp template file for each source folder in the directory.

You can also use the scripts to pack and unpack individual templates. Just add one or more template file or folder names after the main command, e.g.:

cd kde-files-org
ruby ../scripts/repack_otp.rb letterpress squares chalkboard
../scripts/repack_otp.rb letterpress squares chalkboard

or

ruby unpack_otp.rb letterpress.otp squares.otp chalkboard.otp
../scripts/unpack_otp.rb letterpress.otp squares.otp chalkboard.otp

## Download

Head over to [the releases section](https://github.com/dohliam/libreoffice-impress-templates/releases) to download binaries containing the templates for use with LibreOffice Impress.

This collection currently includes __153__ Impress templates that have been tested to work on recent versions of LibreOffice (4.2.8+).
This collection currently includes __242__ Impress templates that have been tested to work on recent versions of LibreOffice (4.2.8+).

There is now a .deb package available for Ubuntu and Debian-based systems that will install all 153 templates for immediate use in LibreOffice. See [the releases section](https://github.com/dohliam/libreoffice-impress-templates/releases) for the latest packages and [the install guide](https://github.com/dohliam/libreoffice-impress-templates/wiki/Ubuntu-Debian-Install-Guide) in the wiki for help with installation.
There is now a .deb package available for Ubuntu and Debian-based systems that will install all the templates for immediate use in LibreOffice. See [the releases section](https://github.com/dohliam/libreoffice-impress-templates/releases) for the latest packages and [the install guide](https://github.com/dohliam/libreoffice-impress-templates/wiki/Ubuntu-Debian-Install-Guide) in the wiki for help with installation.

## License

These templates have all been released under different licenses, and are grouped together for convenience. They retain their original licenses in all cases. The repository itself (apart from the templates) is released under the MIT license.
These templates have all been released under different (open) licenses, and are grouped together for convenience. They retain their original licenses in all cases. The repository itself (apart from the templates) is released under the MIT license.

* Chih-Hao Tsai Impress Templates (`chtsai-impress`): __CC-BY-SA__
* Fedora Slideshow Templates (`fedora-slideshow`): __Various__ (_please see the [README](https://github.com/dohliam/libreoffice-impress-templates/blob/master/fedora-slideshow/README.md) in the fedora-slideshow directory, and the metadata (`meta.xml`) included with each file for license details_)
* kde-files.org ODP Templates (`kde-files-org`): __Various__ (_see [the README](https://github.com/dohliam/libreoffice-impress-templates/blob/master/kde-files-org/README.md) in the kde-files-org folder for attribution and license details_)
* LibreOffice v3.5 Templates (`lo-35-lyt`): Licensed under __LGPLv3__
* Modern Impress Templates (`modern-impress-templates`): __Various__ (_see the [LICENSE](https://github.com/dohliam/libreoffice-impress-templates/blob/master/modern-impress-templates/LICENSE) file in the modern-impress-templates folder as well as the individual `meta.xml` files included with each template for license details_)
* Note: Many of these are CC-BY, some are CC-BY-SA or CC-BY-NC-SA, and a few are licensed under the GPL or LGPL. Please check specific license restrictions before reusing.
* Ubuntu ODP Templates (`ubuntu-odp`): __CC-BY-SA__
See the readme files in each folder for an overview of the template licenses for each collection. Most of the templates also include detailed attribution and licensing details in the `meta.xml` file located in the template source folder.
34 changes: 34 additions & 0 deletions apache-oo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# apache-oo templates for LibreOffice Impress

A collection of 20 open-licensed templates from the [Apache Open Office Templates](http://templates.openoffice.org/en/search?sort_by=field_template_stats_year&sort_order=DESC&f[0]=field_template_application%3A30) collection.

## Screenshots

See full gallery of screenshots [here](https://github.com/dohliam/libreoffice-impress-templates/blob/master/screenshots.md#apache-oo).

## Licenses

Full descriptions can be found in each template's `meta.xml` file. License and attribution information is listed below:

Template name | License | Author | Based on
------------- | ------- | ------ | --------
`aquarelle` | [BSD](http://www.openoffice.org/licenses/BSD.pdf) | Volker Ahrendt | [Watercolors](http://templates.services.openoffice.org/en/template/watercolors)
`blue-gulls` | [BSD](http://templates.services.openoffice.org/bsd-license) | Shenfeng Liu | [Apache OpenOffice Presentation Template](http://templates.openoffice.org/en/template/apache-openoffice-presentation-template)
`dark-fade` | [CC-BY](http://creativecommons.org/licenses/by/3.0/us/) | orngjce223 | [Fade presentation background](http://templates.services.openoffice.org/en/template/fade-presentation-background)
`dark-gray-crawls` | [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/) | Dennis Andres Infantas Reaño | [DarkGray Crawls](http://templates.services.openoffice.org/en/template/darkgray-crawls)
`dark-green-curve` | [CC-BY](http://creativecommons.org/licenses/by/3.0/us/) | orngjce223 | [Curve presentation background](http://templates.services.openoffice.org/en/template/curve-presentation-background)
`kanagawa` | [CC-BY](http://creativecommons.org/licenses/by/3.0/) | R. Stacey | [The Great Wave at Kanagawa](http://templates.openoffice.org/en/template/great-wave-kanagawa)
`oschloe-ballpoint` | [CC-BY](http://creativecommons.org/licenses/by/3.0/deed.en) | [Oschloe](http://www.oschloe.de/) | [Presentation Background Oschloe #7](http://templates.services.openoffice.org/en/template/presentation-background-oschloe-7)
`oschloe-colored-pencils` | [CC-BY](http://creativecommons.org/licenses/by/3.0/deed.en) | [Oschloe](http://www.oschloe.de/) | [Presentation Background Oschloe #5](http://templates.services.openoffice.org/en/template/presentation-background-oschloe-5)
`oschloe-graph-paper-pencils` | [CC-BY](http://creativecommons.org/licenses/by/3.0/deed.en) | [Oschloe](http://www.oschloe.de/) | [Presentation Background Oschloe #4](http://templates.services.openoffice.org/en/template/presentation-background-oschloe-4)
`oschloe-phone` | [CC-BY](http://creativecommons.org/licenses/by/3.0/deed.en) | [Oschloe](http://www.oschloe.de/) | [Presentation Background Oschloe #3](http://templates.services.openoffice.org/en/template/presentation-background-oschloe-3)
`purple-architecture` | [Apache License v2](http://www.apache.org/licenses/LICENSE-2.0) | Nick Burch | [Apache Conference Europe 2014 (ACEU 14) Presentation Template](http://templates.openoffice.org/en/template/apache-conference-europe-2014-aceu-14)
`red-menus` | [GPL3](http://www.gnu.org/licenses/gpl-3.0.en.html) | [Avinash Joshi](http://avinashjoshi.co.in) | [Presentation Template with Summary](http://templates.services.openoffice.org/en/template/presentation-template-summary)
`sunflowers` | [BSD](http://www.openoffice.org/licenses/BSD.pdf) | Motaz M. Elewa | [sunflower](http://templates.services.openoffice.org/en/template/sunflower)
`winter-mountains` | [BSD](http://www.openoffice.org/licenses/BSD.pdf) | Ilko Hoepping | [Winter-Mountains](http://templates.services.openoffice.org/en/template/winter-mountains)
`xinxinli-black-edges` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-7](http://templates.services.openoffice.org/en/template/presentation-template-design-7)
`xinxinli-blue-curves` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-1](http://templates.services.openoffice.org/en/template/presentation-template-design-1)
`xinxinli-blue-grid` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-4](http://templates.services.openoffice.org/en/template/presentation-template-design-4)
`xinxinli-blue-squares` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-9](http://templates.services.openoffice.org/en/template/presentation-template-design-9)
`xinxinli-green-polygons` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-5](http://templates.services.openoffice.org/en/template/presentation-template-design-5)
`xinxinli-paper-crane` | [BSD](http://templates.services.openoffice.org/bsd-license) | Xin Li | [Presentation Template Design-3](http://templates.services.openoffice.org/en/template/presentation-template-design-3)
Empty file.
12 changes: 12 additions & 0 deletions apache-oo/aquarelle/META-INF/manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
<manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.presentation-template"/>
<manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
<manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="settings.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="Pictures/100000000000032000000258EF40A6D3.png" manifest:media-type="image/png"/>
<manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
<manifest:file-entry manifest:full-path="Configurations2/accelerator/current.xml" manifest:media-type=""/>
<manifest:file-entry manifest:full-path="Configurations2/" manifest:media-type="application/vnd.sun.xml.ui.configuration"/>
</manifest:manifest>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apache-oo/aquarelle/Thumbnails/thumbnail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a13241

Please sign in to comment.