-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathextension.meta.xml
28 lines (28 loc) · 999 Bytes
/
extension.meta.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"?>
<extension id="static_site_exporter" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Static Site Exporter</name>
<description>Export a Symphony site to flat HTML pages.</description>
<repo type="github">https://github.com/symphonists/static_site_exporter</repo>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://symphony-cms.com</website>
</author>
</authors>
<releases>
<release version="0.4" date="2010-12-21" min="2.3">
- Updated to work with Symphony 2.3
</release>
<release version="0.3" date="2010-12-21" min="2.1.0" max="2.2.5"/>
</releases>
</extension>