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 171babe commit 4daf29b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
*.swp
igp_*
TopicNameValidationPlugin.md5
TopicNameValidationPlugin.sha1
TopicNameValidationPlugin.tgz
TopicNameValidationPlugin.txt
TopicNameValidationPlugin.zip
TopicNameValidationPlugin_installer
TopicNameValidationPlugin_installer.pl
32 changes: 16 additions & 16 deletions data/System/TopicNameValidationPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="BaseUserMapping_999" comment="autosave" date="1356278781" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278781" format="1.1" version="1"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%

Expand Down Expand Up @@ -43,25 +43,25 @@ A rule can be disabled temporarily by adding =disabled= to the third column.

%$INSTALL_INSTRUCTIONS%

---++ Plugin Info
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = Control naming of topics
-->

Sponsored by <a href="http://www.schenck-rotec.net"><img src="%ATTACHURLPATH%/schenck_logo.gif" border="0" title="Schenck-RoTec"/></a>
---++ Change History

| Plugin Author(s): | Foswiki:Main/MichaelDaum |
| Copyright &copy;: | 2008-2013, Michael Daum http://michaeldaumconsulting.com |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 May 2013 | cleaned up use of deprecated api |
| 07 May 2012 | added german translation |
| 23 Apr 2009 | converted to foswiki plugin |
| 24 Oct 2008 | initial version |
| Dependencies: | %$DEPENDENCIES% |
| Plugin Home: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |

<!--
* Set SHORTDESCRIPTION = Control naming of topics
-->

%META:FILEATTACHMENT{name="schenck_logo.gif" attachment="schenck_logo.gif" attr="h" comment="" date="1184958431" path="schenck_logo.gif" size="882" stream="schenck_logo.gif" tmpFilename="/var/tmp/CGItemp4701" user="ProjectContributor" version="1"}%
%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/TopicNameValidationPlugin"}%
%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/TopicNameValidationPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2008-2013 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 @@ -23,7 +23,7 @@ use Foswiki::Plugins();
use Foswiki::OopsException();

our $VERSION = '1.20';
our $RELEASE = '1.20';
our $RELEASE = '6 May 2013';
our $SHORTDESCRIPTION = 'Control naming of topics';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit 4daf29b

Please sign in to comment.