Skip to content

Commit d5a04ec

Browse files
committed
Update product name in README #442
1 parent 9107684 commit d5a04ec

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# WollMux
1+
# LibreOffice Template System
22

33
## 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.
55

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

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/)**
99

1010
## How to build?
11-
WollMux is separated into 3 modules:
11+
LibreOffice Template System is separated into 3 modules:
1212
* wollmux: All main classes of the extension
1313
* [wollmux-interfaces](idl/): UNO API Interfaces
1414
* [unohelper](https://github.com/LibreOffice/UNOHelper): Support classes for using UNO
1515

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:
1717
* JAVA Development Kit (e.g. [Adoptium](https://adoptium.net)) (at least Java 11)
1818
* [Apache Maven](https://maven.apache.org/download.cgi)
1919
* [Git](http://git-scm.com/downloads/)
@@ -36,14 +36,14 @@ Afterwards the property `UNO_PATH` has to be set in the maven settings.
3636
```
3737
* `<UNO_PATH>` is the folder, where the LibreOffice executable is located (eg. /opt/libreoffice/program)
3838

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):
4040

4141
```
4242
git clone https://github.com/LibreOffice/UNOHelper.git
4343
mvn install
4444
```
4545

46-
Then run the following commands to download and build WollMux:
46+
Then run the following commands to download and build the LibreOffice Template System:
4747

4848
```
4949
git clone https://github.com/LibreOffice/WollMux.git
@@ -60,7 +60,7 @@ mvn license:update-file-header
6060
```
6161

6262
## Debugging
63-
### External WollMux (Eclipse)
63+
### External Debugging with Eclipse
6464
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
6565

6666
```
@@ -105,7 +105,7 @@ If suspend is set to `y`, LibreOffice waits until an external process connects b
105105
<img src="https://translations.documentfoundation.org/widgets/wollmux/-/wollmux/multi-auto.svg" alt="Translation status" />
106106
</a>
107107

108-
[Translate WollMux](https://translations.documentfoundation.org/engage/wollmux)
108+
[Translate the LibreOffice Template System](https://translations.documentfoundation.org/engage/wollmux)
109109

110110
To update pot files from source, run these commands:
111111

@@ -115,4 +115,4 @@ xgettext --default-domain=wollmux --output=core/i18n/wollmux.pot --language=java
115115

116116
This creates the `core/i18n/wollmux.pot` template file. It will be picked up by Weblate, and the po files will be updated accordingly.
117117

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

Comments
 (0)