Skip to content

Commit

Permalink
Item13750: repackage plugin 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 b1c2591 commit f1b46d0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 16 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
*.swp
*,v
AliasPlugin.md5
AliasPlugin.sha1
AliasPlugin.tgz
AliasPlugin.txt
AliasPlugin.zip
AliasPlugin_installer
AliasPlugin_installer.pl
31 changes: 16 additions & 15 deletions data/System/AliasPlugin.txt
@@ -1,5 +1,6 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278769" format="1.1" version="5"}%
---+!! <nop>AliasPlugin
%SHORTDESCRIPTION%

%TOC%

Expand Down Expand Up @@ -66,17 +67,8 @@ non-alphabetic characters. Some textile examples:

%$INSTALL_INSTRUCTIONS%

---++ Plugin Info
---++ Change History

<!--
* Set SHORTDESCRIPTION = Define aliases which will be replaced with arbitrary strings automatically
-->
| Plugin Author: | Othello Maurer, Michael Daum |
| Copyright &copy;: | 2003, Othello Maurer; 2003-2014, Michael Daum http://michaeldaumconsulting.com |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | &nbsp; |
| 25 Aug 2011: | minor compatibility fixes |
| 09 Nov 2010: | fixing error using =takOutBlocks= |
| 07 Jun 2010: | don't expand ADDTOZONE/ADDTOHEAD when parsing in alias definitions |
Expand Down Expand Up @@ -111,8 +103,17 @@ non-alphabetic characters. Some textile examples:
| &nbsp; | More alias prefixes allowed |
| 16 Oct 2003: | Speedup |
| 09 Oct 2003: | Initial Version |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| Home: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |

<!--
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Othello Maurer, Michael Daum"}%
%META:FIELD{name="Copyright" title="Copyright" value="2003, Othello Maurer; 2003-2015, Michael Daum http://michaeldaumconsulting.com"}%
%META:FIELD{name="Home" title="Home" value="Foswiki:Extensions/%TOPIC%"}%
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Release" title="Release" value="%$RELEASE%"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/AliasPlugin"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/%TOPIC%"}%
%META:FIELD{name="Version" title="Version" value="%$VERSION%"}%
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/AliasPlugin.pm
Expand Up @@ -23,7 +23,7 @@ use Foswiki::Attrs ();

# Foswiki maintenance
our $VERSION = '3.04';
our $RELEASE = '3.04';
our $RELEASE = '25 Aug 2011';
our $SHORTDESCRIPTION = 'Define aliases which will be replaced with arbitrary strings automatically';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/AliasPlugin/MANIFEST
@@ -1,3 +1,4 @@
data/System/AliasPlugin.txt 0644
data/System/WebAliases.txt 0644
lib/Foswiki/Plugins/AliasPlugin.pm 0644
lib/Foswiki/Plugins/AliasPlugin/DEPENDENCIES 0644

0 comments on commit f1b46d0

Please sign in to comment.