Skip to content

Commit

Permalink
Item13750: repackage using new data form
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 25, 2015
1 parent 5eb966b commit 6db1844
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
*.swp
EasyMacroPlugin.md5
EasyMacroPlugin.sha1
EasyMacroPlugin.tgz
EasyMacroPlugin.txt
EasyMacroPlugin.zip
EasyMacroPlugin_installer
EasyMacroPlugin_installer.pl
34 changes: 18 additions & 16 deletions data/System/EasyMacroPlugin.txt
@@ -1,10 +1,6 @@
%META:TOPICINFO{author="ProjectContributor" comment="reprev" date="1257245918" format="1.1" reprev="1.2" version="1.2"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%
<!--
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->


%TOC%

Expand Down Expand Up @@ -102,22 +98,28 @@ Note, that variables in =format= are expanded using a =$VAR= notation, wherease
---++ Installation Instructions
%$INSTALL_INSTRUCTIONS%

---++ Info
Many thanks to the following sponsors for supporting this work:
* [[http://www.psi.ch/][Paul Scherrer Institute]]
---++ Dependencies
%$DEPENDENCIES%

---++ Change History

| Author(s): | Foswiki:Main/MichaelDaum |
| Copyright &copy;: | 2009-2014, Michael Daum http://michaeldaumconsulting.com |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 02 Jun 2014: | Item12929: fixed incorrectly passed parameters with a zero |
| 18 Jul 2011: | Item10981: delete _DEFAULT from params when constructing the easy-macro call |
| 12 Feb 2010: | Item8510: forward compatibility for Foswiki >= 1.1 |
| 12 Nov 2009: | Item8325: unregistering easy-macros in persistent perl environmens; made persistent macros an optimization flag |
| 10 Nov 2009: | Item2343: fixed registration of macros defined in other webs |
| 03 Nov 2009: | initial release |
| Dependencies: | %$DEPENDENCIES% |
| Home page: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |
<!--
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Michael Daum"}%
%META:FIELD{name="Copyright" title="Copyright" value="2009-2015, Michael Daum http://michaeldaumconsulting.com"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/EasyMacroPlugin"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Release" title="Release" value="%$RELEASE%"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/EasyMacroPlugin"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/%TOPIC%"}%
%META:FIELD{name="Version" title="Version" value="%$VERSION%"}%
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/EasyMacroPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright 2009-2014, Michael Daum http://michaeldaumconsulting.com
# Copyright 2009-2015, Michael Daum http://michaeldaumconsulting.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -18,7 +18,7 @@ use Foswiki::Func ();
use Foswiki::Attrs ();

our $VERSION = '1.24';
our $RELEASE = '1.24';
our $RELEASE = '2 Jun 2014';
our $SHORTDESCRIPTION = 'Write %MACROS in pure topic markup language';
our $NO_PREFS_IN_TOPIC = 1;
our $baseWeb;
Expand Down

0 comments on commit 6db1844

Please sign in to comment.