Skip to content

Commit c7e405f

Browse files
committed
cleaning repository
1 parent f1f977f commit c7e405f

File tree

10 files changed

+41
-49
lines changed

10 files changed

+41
-49
lines changed

HyperSQLOOo.oxt

-123 KB
Binary file not shown.

HyperSQLOOo.update.xml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
╔════════════════════════════════════════════════════════════════════════════════════╗
4+
║ ║
5+
║ Copyright (c) 2020 https://prrvchr.github.io ║
6+
║ ║
7+
║ Permission is hereby granted, free of charge, to any person obtaining ║
8+
║ a copy of this software and associated documentation files (the "Software"), ║
9+
║ to deal in the Software without restriction, including without limitation ║
10+
║ the rights to use, copy, modify, merge, publish, distribute, sublicense, ║
11+
║ and/or sell copies of the Software, and to permit persons to whom the Software ║
12+
║ is furnished to do so, subject to the following conditions: ║
13+
║ ║
14+
║ The above copyright notice and this permission notice shall be included in ║
15+
║ all copies or substantial portions of the Software. ║
16+
║ ║
17+
║ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ║
18+
║ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES ║
19+
║ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ║
20+
║ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY ║
21+
║ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, ║
22+
║ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE ║
23+
║ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ║
24+
║ ║
25+
╚════════════════════════════════════════════════════════════════════════════════════╝
26+
-->
227
<description
328
xmlns="http://openoffice.org/extensions/update/2006"
429
xmlns:xlink="http://www.w3.org/1999/xlink">
530
<identifier value="io.github.prrvchr.HyperSQLOOo" />
6-
<version value="0.0.1" />
31+
<version value="1.0.2" />
732
<update-download>
8-
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/HyperSQLOOo.oxt" />
33+
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt" />
934
</update-download>
1035
<dependencies xmlns:dep="http://openoffice.org/extensions/description/2006">
1136
<dep:OpenOffice.org-minimal-version value="4.0" dep:name="OpenOffice.org 4.0"/>
@@ -14,7 +39,7 @@
1439
<name xlink:href="https://github.com/prrvchr/HyperSQLOOo" lang="en">HyperSQLOOo</name>
1540
</publisher>
1641
<release-notes>
17-
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/README.md" lang="en" />
18-
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/README_fr.md" lang="fr" />
42+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/#historical" lang="en" />
43+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr#historique" lang="fr" />
1944
</release-notes>
2045
</description>

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If necessary, rename it before installing it.
4949
- Install ![jdbcDriverOOo logo][16] **[jdbcDriverOOo.oxt][17]** extension version 1.0.5.
5050
This extension is necessary to use HsqlDB version 2.7.2 with all its features.
5151

52-
- Install ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** extension version 1.0.2.
52+
- Install ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** extension version [![Version][0]][18]
5353

5454
Restart LibreOffice / OpenOffice after installation.
5555

@@ -201,6 +201,7 @@ ___
201201

202202
- Anything welcome...
203203

204+
[0]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.0.2>
204205
[1]: <img/HyperSQLOOo.svg>
205206
[2]: <https://prrvchr.github.io/HyperSQLOOo/README_fr>
206207
[3]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_en>
@@ -217,8 +218,8 @@ ___
217218
[14]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10>
218219
[15]: <https://adoptium.net/releases.html?variant=openjdk11>
219220
[16]: <https://prrvchr.github.io/jdbcDriverOOo/img/jdbcDriverOOo.svg>
220-
[17]: <https://github.com/prrvchr/jdbcDriverOOo/raw/master/jdbcDriverOOo.oxt>
221-
[18]: <https://github.com/prrvchr/HyperSQLOOo/raw/master/HyperSQLOOo.oxt>
221+
[17]: <https://github.com/prrvchr/jdbcDriverOOo/releases/latest/download/jdbcDriverOOo.oxt>
222+
[18]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
222223
[19]: <img/HyperSQLOOo-1.png>
223224
[20]: <img/HyperSQLOOo-2.png>
224225
[21]: <img/HyperSQLOOo-3.png>

README_fr.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Si nécessaire, renommez-le avant de l'installer.
4949
- Installer l'extension ![jdbcDriverOOo logo][16] **[jdbcDriverOOo.oxt][17]** version 1.0.5.
5050
Cette extension est nécessaire pour utiliser HsqlDB version 2.7.2 avec toutes ses fonctionnalités.
5151

52-
- Installer l'extension ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** version 1.0.2.
52+
- Installer l'extension ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** version [![Version][0]][18]
5353

5454
Redémarrez LibreOffice / OpenOffice après l'installation.
5555

@@ -201,6 +201,7 @@ ___
201201

202202
- Tout ce qui est bienvenu...
203203

204+
[0]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.0.2>
204205
[1]: <img/HyperSQLOOo.svg>
205206
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
206207
[3]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_fr>
@@ -217,8 +218,8 @@ ___
217218
[14]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10/fr>
218219
[15]: <https://adoptium.net/releases.html?variant=openjdk11>
219220
[16]: <https://prrvchr.github.io/jdbcDriverOOo/img/jdbcDriverOOo.svg>
220-
[17]: <https://github.com/prrvchr/jdbcDriverOOo/raw/master/jdbcDriverOOo.oxt>
221-
[18]: <https://github.com/prrvchr/HyperSQLOOo/raw/master/HyperSQLOOo.oxt>
221+
[17]: <https://github.com/prrvchr/jdbcDriverOOo/releases/latest/download/jdbcDriverOOo.oxt>
222+
[18]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
222223
[19]: <img/HyperSQLOOo-1_fr.png>
223224
[20]: <img/HyperSQLOOo-2_fr.png>
224225
[21]: <img/HyperSQLOOo-3_fr.png>

source/HyperSQLOOo/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/.settings/
22
/build/
3+
/dist/
4+
.project
5+
.pydevproject
6+
.unoproject

source/HyperSQLOOo/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

source/HyperSQLOOo/.pydevproject

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/HyperSQLOOo/.unoproject

Lines changed: 0 additions & 10 deletions
This file was deleted.

source/HyperSQLOOo/dist/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
-123 KB
Binary file not shown.

0 commit comments

Comments
 (0)