-
Notifications
You must be signed in to change notification settings - Fork 9
/
tcpdf.xml
33 lines (31 loc) · 1.38 KB
/
tcpdf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<extension type="library" method="upgrade" version="4.0">
<name>TCPDF</name>
<libraryname>tcpdf</libraryname>
<author>Nicola Asuni</author>
<creationDate>2002-08-03</creationDate>
<copyright>Copyright (C) 2002</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.tecnick.com</authorUrl>
<version>6.6.5</version>
<description>This is a PHP class for generating PDF documents without requiring external extensions.</description>
<files>
<folder>config</folder>
<folder>fonts</folder>
<folder>include</folder>
<folder>tools</folder>
<file>tcpdf.php</file>
<file>tcpdf_autoconfig.php</file>
<file>tcpdf_barcodes_1d.php</file>
<file>tcpdf_barcodes_2d.php</file>
<file>tcpdf_import.php</file>
<file>tcpdf_parser.php</file>
</files>
<updateservers>
<server type="extension" priority="2"
name="TCPDF-Joomla-Library Update Server">http://raw.githubusercontent.com/vdm-io/tcpdf/master/updates/extension.xml</server>
<server type="extension" priority="1"
name="TCPDF-Joomla-Library Update Server (HTTPS)">https://raw.githubusercontent.com/vdm-io/tcpdf/master/updates/extension.xml</server>
</updateservers>
</extension>