You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# WollMux
1
+
# LibreOffice Template System
2
2
3
3
## Introduction
4
-
WollMux is a LibreOffice extension with enhanced template, form, and autotext functionality. It can construct templates on the fly from multiple files (e.g. letterhead, footer, and body text) and will fill in personal and organizational data from various databases such as LDAP. An extra form GUI presents fields in an easily navigable manner and offers plausibility checks and computed values to ease filling in the form. Chainable printing functions allow various transformations during print and custom dialogs.
4
+
LibreOffice Template System (formerly WollMux) is a LibreOffice extension with enhanced template, form, and autotext functionality. It can construct templates on the fly from multiple files (e.g. letterhead, footer, and body text) and will fill in personal and organizational data from various databases such as LDAP. An extra form GUI presents fields in an easily navigable manner and offers plausibility checks and computed values to ease filling in the form. Chainable printing functions allow various transformations during print and custom dialogs.
5
5
6
-
WollMux is licensed under the [European Union Public Licence (EUPL)](https://joinup.ec.europa.eu/licence/european-union-public-licence-version-11-or-later-eupl).
6
+
The LibreOffice Template System is licensed under the [European Union Public Licence (EUPL)](https://joinup.ec.europa.eu/licence/european-union-public-licence-version-11-or-later-eupl).
7
7
8
-
**More information about WollMux can be found at our main page at [wollmux.org](https://wollmux.org/)**
8
+
**More information about the LibreOffice Template System can be found at our main page at [wollmux.org](https://wollmux.org/)**
9
9
10
10
## How to build?
11
-
WollMux is separated into 3 modules:
11
+
LibreOffice Template System is separated into 3 modules:
12
12
* wollmux: All main classes of the extension
13
13
*[wollmux-interfaces](idl/): UNO API Interfaces
14
14
*[unohelper](https://github.com/LibreOffice/UNOHelper): Support classes for using UNO
15
15
16
-
The following applications have to be installed to compile WollMux:
16
+
The following applications have to be installed to compile the LibreOffice Template System:
17
17
* JAVA Development Kit (e.g. [Adoptium](https://adoptium.net)) (at least Java 11)
@@ -36,14 +36,14 @@ Afterwards the property `UNO_PATH` has to be set in the maven settings.
36
36
```
37
37
*`<UNO_PATH>` is the folder, where the LibreOffice executable is located (eg. /opt/libreoffice/program)
38
38
39
-
Before building WollMux, you need to install UNOHelper to your local maven repo (the prebuilt package is currently not available):
39
+
Before building the LibreOffice Template System, you need to install UNOHelper to your local maven repo (the prebuilt package is currently not available):
WollMux.oxt extension is not installed in LibreOffice, but is loaded from external by starting a debug session in eclipse. There exist an additional extension **WollMux_ButtonsOnly.oxt**, which only contains the toolbars and dialogs. This extension must be installed in LibreOffice. Therefore call
65
65
66
66
```
@@ -105,7 +105,7 @@ If suspend is set to `y`, LibreOffice waits until an external process connects b
This creates the `core/i18n/wollmux.pot` template file. It will be picked up by Weblate, and the po files will be updated accordingly.
117
117
118
-
The translations will be committed to this repository from time to time. The build system will then pick up the po files, and convert and bundle them with WollMux.
118
+
The translations will be committed to this repository from time to time. The build system will then pick up the po files, and convert and bundle them with the LibreOffice Template System.
0 commit comments