-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.xml
28 lines (23 loc) · 921 Bytes
/
version.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">
<!--
plugins/themes/cedistheme/settings.xml
Copyright (c) 2019 by Free University of Berlin
Developed by Dennis Twardy ([email protected])
based on PKP's code by John Willinsky and Simon Fraser University,
see https://www.github.com/pkp/ojs for original code base.
distributed under GNU GPL v3 licence
see https://www.gnu.org/licenses/gpl-3.0.en.html for full terms
-->
<version>
<application>cedistheme</application>
<type>plugins.themes</type>
<release>0.0.0.1</release>
<date>2019-04-13</date>
<lazy-load>1</lazy-load>
<class>CedisTheme</class>
<author>Dennis Twardy</author>
<contact>[email protected]</contact>
<git>github.com/dtwardy/cedistheme</git>
<description>A small dummy theme plugin to start with a basic structure</description>
</version>