26 lines
682 B
Markdown
26 lines
682 B
Markdown
|
|
# de.wikimedia.Defaults
|
||
|
|
|
||
|
|
LibreOffice extension for provisioning default settings for Wikimedia Deutschland.
|
||
|
|
|
||
|
|
# Building
|
||
|
|
Change into the `src` directory and run `zip` there:
|
||
|
|
```
|
||
|
|
cd src/
|
||
|
|
zip -r ../de.wikimedia.Defaults.oxt *
|
||
|
|
```
|
||
|
|
|
||
|
|
# Installation
|
||
|
|
## Linux
|
||
|
|
Copy the extension to the computer. Ensure that no LibreOffice is currently running. Then issue this command:
|
||
|
|
```
|
||
|
|
sudo unopkg add de.wikimedia.Defaults.oxt --shared
|
||
|
|
```
|
||
|
|
|
||
|
|
## macOS
|
||
|
|
Who knows?
|
||
|
|
|
||
|
|
## Windows
|
||
|
|
Who Cares?
|
||
|
|
|
||
|
|
# Deployment
|
||
|
|
Copy the freshly packaged extension after increasing the version number in file `src/description.xml` and re-building to the Salt-Master in `/srv/downloads/libreoffice/extensions/`
|