Compare commits
No commits in common. "rawhide" and "f29" have entirely different histories.
7 changed files with 159 additions and 159 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,6 +3,3 @@ unoconv-0.3.tar.bz2
|
|||
/unoconv-0.5.tar.bz2
|
||||
/unoconv-0.6.tar.gz
|
||||
/unoconv-0.7.tar.gz
|
||||
/0.8.2.tar.gz
|
||||
/0.9.tar.gz
|
||||
/0.9.0.tar.gz
|
||||
|
|
|
|||
40
0001-Updated-ChangeLog.patch
Normal file
40
0001-Updated-ChangeLog.patch
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
From b02c77cc669715858a2e6a658cb1988e5e89cf3b Mon Sep 17 00:00:00 2001
|
||||
From: Dag Wieers <dag@wieers.com>
|
||||
Date: Thu, 9 Jul 2015 01:47:52 +0200
|
||||
Subject: [PATCH] Updated ChangeLog
|
||||
|
||||
---
|
||||
ChangeLog | 19 ++++++++++++++++++-
|
||||
1 file changed, 18 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ChangeLog b/ChangeLog
|
||||
index 0c21fb4..7ca8755 100644
|
||||
--- a/ChangeLog
|
||||
+++ b/ChangeLog
|
||||
@@ -1,5 +1,22 @@
|
||||
* 0.7 - released 2015-07-09
|
||||
--
|
||||
+- Ported to Python 3 (Riccardo Magliocchetti)
|
||||
+- Update Indexes (eg. TOC) during conversion (Peter Demin)
|
||||
+- Added XLSX support (Josias Montag)
|
||||
+- Fix output to non-existing directory
|
||||
+- Ensure that LibreOfficeDev release are using new long options (Chia-liang Kao)
|
||||
+- Set output format based on output filename extension (Patrick McAndrew)
|
||||
+- Accept 'office' as binary on MacOSX (Andreas Jung)
|
||||
+- Added Microsoft WPS import filter (Josias Montag)
|
||||
+- Fix --stdout output on Python 3 (Caolán McNamara)
|
||||
+- Added -F/--field option to update user fields during conversion (Raphaël Pinson)
|
||||
+- Added OpenOffice search path on MacOSX (Vittal Aithal)
|
||||
+- Cycle through all images references before conversion
|
||||
+- Added --preserve option to preserve timestamp and permissions (Vincent Bernat)
|
||||
+- Added --stdin option to read from standard input
|
||||
+- Accept remote URLs as input filename
|
||||
+- Fix exit code 81 and recover from initial failure (Daniel Vandersluis)
|
||||
+- Improve documentation related to error codes and using unoconv with Nginx/Apache/PHP
|
||||
+
|
||||
|
||||
* 0.6 - released 2012-09-10
|
||||
- Implement debugging output (-vvv)
|
||||
--
|
||||
2.1.0
|
||||
|
||||
|
|
@ -17,8 +17,8 @@ index 2e56d3c..1158374 100755
|
|||
fmts.add('document', 'vor3', 'vor', 'StarWriter 3.0 Template', 'StarWriter 3.0 Vorlage/Template') ### 4
|
||||
-fmts.add('document', 'wps', 'wps', 'Microsoft Works', 'MS_Works')
|
||||
fmts.add('document', 'xhtml', 'html', 'XHTML Document', 'XHTML Writer File') ### 33
|
||||
fmts.add('document', 'epub', 'epub', 'Electronic Publication', 'EPUB')
|
||||
|
||||
### WebDocument
|
||||
--
|
||||
2.1.0
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ index dd73799..a5d29da 100755
|
|||
-fmts.add('document', 'vor4', 'vor', 'StarWriter 4.0 Template', 'StarWriter 4.0 Vorlage/Template') ### 5
|
||||
-fmts.add('document', 'vor3', 'vor', 'StarWriter 3.0 Template', 'StarWriter 3.0 Vorlage/Template') ### 4
|
||||
fmts.add('document', 'xhtml', 'html', 'XHTML Document', 'XHTML Writer File') ### 33
|
||||
fmts.add('document', 'epub', 'epub', 'Electronic Publication', 'EPUB')
|
||||
|
||||
### WebDocument
|
||||
@@ -382,14 +374,9 @@ fmts.add('web', 'html', 'html', 'HTML Document', 'HTML') ### 2
|
||||
fmts.add('web', 'html', 'html', 'HTML Document Template', 'writerweb8_writer_template') ### 13
|
||||
fmts.add('web', 'mediawiki', 'txt', 'MediaWiki', 'MediaWiki_Web') ### 9
|
||||
|
|
|
|||
145
changelog
145
changelog
|
|
@ -1,145 +0,0 @@
|
|||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.9.0-9
|
||||
- Convert license to SPDX
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sun Dec 22 2019 David Tardon <dtardon@redhat.com> - 0.9.0-2
|
||||
- upload fixed tarball
|
||||
|
||||
* Sat Sep 28 2019 David Tardon <dtardon@redhat.com> - 0.9-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Aug 31 2019 David Tardon <dtardon@redhat.com> - 0.8.2-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7-4
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 05 2016 David Tardon <dtardon@redhat.com> - 0.7-2
|
||||
- don't install obscure filter deps by default
|
||||
|
||||
* Fri Jul 10 2015 David Tardon <dtardon@redhat.com> - 0.7-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 19 2014 David Tardon <dtardon@redhat.com> - 0.6-10
|
||||
- Resolves: rhbz#1076275 unoconv trips over '-f latex'
|
||||
- do not show unusable export formats
|
||||
|
||||
* Thu Apr 17 2014 David Tardon <dtardon@redhat.com> - 0.6-9
|
||||
- Resolves: rhbz#1076275 unonconv trips over '-f latex'
|
||||
|
||||
* Wed Feb 12 2014 David Tardon <dtardon@redhat.com> - 0.6-8
|
||||
- Resolves: rhbz#1047539 --stdout option does not work
|
||||
|
||||
* Thu Jan 30 2014 David Tardon <dtardon@redhat.com> - 0.6-7
|
||||
- pull in all libreoffice filters
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2013 David Tardon <dtardon@redhat.com> - 0.6-5
|
||||
- Resolves: rhbz#987046 drop env from shebang
|
||||
|
||||
* Wed May 29 2013 David Tardon <dtardon@redhat.com> - 0.6-4
|
||||
- rhbz#957776 cannot open office documents
|
||||
|
||||
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.6-3
|
||||
- Resolves: rhbz#947096 unoconv doesn't work with Libreoffice 4.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Nov 05 2012 David Tardon <dtardon@redhat.com> - 0.6-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Mar 26 2012 David Tardon <dtardon@redhat.com> - 0.5-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Mar 26 2012 David Tardon <dtardon@redhat.com> - 0.4-6
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Nov 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-3
|
||||
- Add missing Requires on openoffice.org-brand/libreoffice-core. RHBZ#658576
|
||||
|
||||
* Sat Nov 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-2
|
||||
- Backport some upstream fixes (LD_LIBRARY_PATH issue and -o flag issue)
|
||||
|
||||
* Fri Nov 12 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Sat Oct 30 2010 Caolán McNamara <caolanm@redhat.com> - 0.3-5
|
||||
- rebuild for LibreOffice
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu May 07 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3-3
|
||||
- Fix rpmlints
|
||||
- Prepare package for Fedora review
|
||||
|
||||
* Sun Feb 22 2009 Peter Hanecak <hany@hany.sk> 0.3-2
|
||||
- used %%{?dist} in release number
|
||||
- license GPLv2
|
||||
|
||||
* Wed Dec 19 2007 Dag Wieers <dag@wieers.com> - 0.3-2 - 5993+/dag
|
||||
- Fixed openoffice.org2 dependency on RHEL4.
|
||||
|
||||
* Sat Sep 01 2007 Dag Wieers <dag@wieers.com> - 0.3-1
|
||||
- Updated to release 0.3.
|
||||
|
||||
* Sun May 20 2007 Dag Wieers <dag@wieers.com> - 0.2-1
|
||||
- Updated to release 0.2.
|
||||
|
||||
* Sat May 19 2007 Dag Wieers <dag@wieers.com> - 0.1-1
|
||||
- Initial package. (using DAR)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (0.9.0.tar.gz) = 37d63ada32675fd0ebd089a74db453fdb7332a24e62cbf3e060d6d15cc503c76ede9ccc5e09467f4a38833a8358c09fde23cc8780a77c343268f20e0c37f2469
|
||||
eff96b17a62876abfef09c16d0516d09 unoconv-0.7.tar.gz
|
||||
|
|
|
|||
124
unoconv.spec
124
unoconv.spec
|
|
@ -1,20 +1,20 @@
|
|||
Summary: A tool to convert documents from/to any format supported by LibreOffice
|
||||
Name: unoconv
|
||||
Version: 0.9.0
|
||||
Release: %autorelease
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/unoconv/unoconv/
|
||||
Source: https://github.com/unoconv/unoconv/archive/%{version}.tar.gz
|
||||
Version: 0.7
|
||||
Release: 8%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://dag.wieers.com/home-made/unoconv/
|
||||
Source: http://dag.wieers.com/home-made/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: 0001-python3-added-compatibility.patch
|
||||
Patch1: 0001-update-FSF-address.patch
|
||||
Patch2: 0001-make-LaTeX-export-usable-with-writer2latex-ext.patch
|
||||
Patch3: 0001-libreoffice-or-OO.o-has-never-had-wps-export.patch
|
||||
Patch4: 0002-remove-export-formats-dropped-by-LibreOffice.patch
|
||||
Patch5: 0001-Updated-ChangeLog.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ make %{?_smp_mflags}
|
|||
asciidoc README.adoc
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{buildroot}" prefix=%{_prefix}
|
||||
make install DESTDIR="%{buildroot}"
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog README.html
|
||||
|
|
@ -52,4 +52,112 @@ make install DESTDIR="%{buildroot}" prefix=%{_prefix}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7-4
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 05 2016 David Tardon <dtardon@redhat.com> - 0.7-2
|
||||
- don't install obscure filter deps by default
|
||||
|
||||
* Fri Jul 10 2015 David Tardon <dtardon@redhat.com> - 0.7-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 19 2014 David Tardon <dtardon@redhat.com> - 0.6-10
|
||||
- Resolves: rhbz#1076275 unoconv trips over '-f latex'
|
||||
- do not show unusable export formats
|
||||
|
||||
* Thu Apr 17 2014 David Tardon <dtardon@redhat.com> - 0.6-9
|
||||
- Resolves: rhbz#1076275 unonconv trips over '-f latex'
|
||||
|
||||
* Wed Feb 12 2014 David Tardon <dtardon@redhat.com> - 0.6-8
|
||||
- Resolves: rhbz#1047539 --stdout option does not work
|
||||
|
||||
* Thu Jan 30 2014 David Tardon <dtardon@redhat.com> - 0.6-7
|
||||
- pull in all libreoffice filters
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2013 David Tardon <dtardon@redhat.com> - 0.6-5
|
||||
- Resolves: rhbz#987046 drop env from shebang
|
||||
|
||||
* Wed May 29 2013 David Tardon <dtardon@redhat.com> - 0.6-4
|
||||
- rhbz#957776 cannot open office documents
|
||||
|
||||
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.6-3
|
||||
- Resolves: rhbz#947096 unoconv doesn't work with Libreoffice 4.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Nov 05 2012 David Tardon <dtardon@redhat.com> - 0.6-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Mar 26 2012 David Tardon <dtardon@redhat.com> - 0.5-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Mar 26 2012 David Tardon <dtardon@redhat.com> - 0.4-6
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Nov 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-3
|
||||
- Add missing Requires on openoffice.org-brand/libreoffice-core. RHBZ#658576
|
||||
|
||||
* Sat Nov 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-2
|
||||
- Backport some upstream fixes (LD_LIBRARY_PATH issue and -o flag issue)
|
||||
|
||||
* Fri Nov 12 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Sat Oct 30 2010 Caolán McNamara <caolanm@redhat.com> - 0.3-5
|
||||
- rebuild for LibreOffice
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu May 07 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3-3
|
||||
- Fix rpmlints
|
||||
- Prepare package for Fedora review
|
||||
|
||||
* Sun Feb 22 2009 Peter Hanecak <hany@hany.sk> 0.3-2
|
||||
- used %%{?dist} in release number
|
||||
- license GPLv2
|
||||
|
||||
* Wed Dec 19 2007 Dag Wieers <dag@wieers.com> - 0.3-2 - 5993+/dag
|
||||
- Fixed openoffice.org2 dependency on RHEL4.
|
||||
|
||||
* Sat Sep 01 2007 Dag Wieers <dag@wieers.com> - 0.3-1
|
||||
- Updated to release 0.3.
|
||||
|
||||
* Sun May 20 2007 Dag Wieers <dag@wieers.com> - 0.2-1
|
||||
- Updated to release 0.2.
|
||||
|
||||
* Sat May 19 2007 Dag Wieers <dag@wieers.com> - 0.1-1
|
||||
- Initial package. (using DAR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue