-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance. Cleaned up Readme and meta. Merged changes from symphoni…
…sts/cron
- Loading branch information
Showing
2 changed files
with
34 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Cron | ||
# Symphony Cron | ||
|
||
- Version: 1.0 | ||
- Author: Alistair Kearney | ||
- Release Date: 26th May 2015 | ||
- Requirements: Symphony 2.6.x, Shell Extension 1.0.1 (https://github.com/pointybeard/shell) | ||
- Version: 1.0.1 | ||
- Author: Alistair Kearney ([email protected]) | ||
- Release Date: 28th July 2015 | ||
- Requirements: Symphony 2.6.x, Shell Extension 1.0.2 (https://github.com/pointybeard/shell) | ||
|
||
A system for automating tasks via the Symphony shell extension and cron. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<extension id="cron" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0"> | ||
<name>Cron</name> | ||
<description>Commands to expose CRON like functionality via the Symphony Shell extension.</description> | ||
<repo type="github">https://github.com/pointybeard/cron</repo> | ||
<url type="discuss">https://github.com/pointybeard/cron</url> | ||
<types> | ||
<type>Utility</type> | ||
</types> | ||
<authors> | ||
<author> | ||
<name github="pointybeard" symphony="team">Alistair Kearney</name> | ||
<website>http://alistairkearney.com</website> | ||
</author> | ||
</authors> | ||
<releases> | ||
<release version="1.0" date="2015-05-26" min="2.6"> | ||
- Updated for Symphony 2.6.x | ||
</release> | ||
<release version="0.1" date="2009-09-21" max="2.0.6"> | ||
- Initial release | ||
</release> | ||
</releases> | ||
<name>Cron</name> | ||
<description>Commands to expose CRON like functionality via the Symphony Shell extension.</description> | ||
<repo type="github">https://github.com/pointybeard/cron</repo> | ||
<url type="discuss">http://symphony-cms.com/discuss/thread/27322/</url> | ||
<types> | ||
<type>Utility</type> | ||
<type>Workflow</type> | ||
</types> | ||
<authors> | ||
<author> | ||
<name github="pointybeard" symphony="team">Alistair Kearney</name> | ||
<website>http://alistairkearney.com</website> | ||
</author> | ||
</authors> | ||
<dependencies> | ||
<dependency version="1.0.2">shell</dependency> | ||
</dependencies> | ||
<releases> | ||
<release version="1.0.1" date="2015-07-28" min="2.6"> | ||
- Maintenance. Cleaned up Readme and meta. Merged changes from symphonists/cron | ||
</release> | ||
<release version="1.0" date="2015-05-26" min="2.6"> | ||
- Updated for Symphony 2.6.x | ||
</release> | ||
<release version="0.1.1" date="2009-08-18" min="2.0.7" max="2.0.x" /> | ||
<release version="0.1" date="2009-09-21" max="2.0.6"> | ||
- Initial release | ||
</release> | ||
</releases> | ||
</extension> |