Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13750: repackage using new data form
  • Loading branch information
MichaelDaum committed Sep 25, 2015
1 parent 6f65ce6 commit 08da126
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
*.swp
DigestPlugin.md5
DigestPlugin.sha1
DigestPlugin.tgz
DigestPlugin.txt
DigestPlugin.zip
DigestPlugin_installer
DigestPlugin_installer.pl
33 changes: 18 additions & 15 deletions data/System/DigestPlugin.txt
@@ -1,9 +1,5 @@
%META:TOPICINFO{author="ProjectContributor" date="1258465095" format="1.1" version="1.2"}%
---+!! %TOPIC%
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = Calculate message digest, i.e. MD5
-->
%SHORTDESCRIPTION%

---++ Examples
Expand All @@ -25,20 +21,27 @@ One line description, required for extensions repository catalog.
---++ Installation Instructions
%$INSTALL_INSTRUCTIONS%

---++ Plugin Info
---++ Dependencies
%$DEPENDENCIES%

Sponsored by <a href="http://www.trivadis.com">Trivadis AG</a>
---++ Change History

| Plugin Author(s): | Foswiki:Main/MichaelDaum |
| Copyright &copy;: | 2008-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%"}%
| 23 Apr 2014 | fixed use of digest of different type on the same page |
| 17 Nov 2009 | initial public release |
| 23 Apr 2008 | converted to foswiki plugin |
| 24 Oct 2008 | initial version |
| Dependencies: | %$DEPENDENCIES% |
| Plugin Home: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Extensions/%TOPIC% |

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

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Foswiki:Main/MichaelDaum"}%
%META:FIELD{name="Copyright" title="Copyright" value="2008-2015, Michael Daum http://michaeldaumconsulting.com"}%
%META:FIELD{name="Home" title="Home" value="Foswiki:Extensions/%TOPIC%"}%
%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/DigestPlugin"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Extensions/%TOPIC%"}%
%META:FIELD{name="Version" title="Version" value="%$VERSION%"}%
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/DigestPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2008-2014 MichaelDaum http://michaeldaumconsulting.com
# Copyright (C) 2008-2015 MichaelDaum 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 @@ -22,7 +22,7 @@ use Foswiki::Func ();
use Digest ();

our $VERSION = '1.01';
our $RELEASE = '1.01';
our $RELEASE = '23 Apr 2015';
our $SHORTDESCRIPTION = 'Calculate a message digest, i.e. MD5';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit 08da126

Please sign in to comment.