Skip to content

Instantly share code, notes, and snippets.

@designermonkey
Created October 4, 2011 12:57
Show Gist options
  • Select an option

  • Save designermonkey/1261582 to your computer and use it in GitHub Desktop.

Select an option

Save designermonkey/1261582 to your computer and use it in GitHub Desktop.
Symphony extension meta XML
<?xml version="1.0" encoding="UTF-8" ?>
<extension>
<name>Search Index</name>
<description lang="en">Index text content of entries for efficient full-text search.</description>
<repository type="git">https://github.com/nickdunn/search_index</repository>
<types>
<type>Field</type>
<type>Interface</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name>Nick Dunn</name>
<email>[email protected]</email>
<website>http;//nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release>
<version>0.9.1</version>
<date>2011-07-08</date>
<compatibility range="yes">
<symphony>2.0</symphony>
<symphony>2.0.5</symphony>
</compatibility>
</release>
<release>
<version>1.3</version>
<date>2011-03-12</date>
<compatibility>
<symphony>2.0.6</symphony>
<symphony>2.0.8</symphony>
</compatibility>
</release>
</releases>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment