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 dd2d98a commit cb7928c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
*.swp
BreadCrumbsPlugin.md5
BreadCrumbsPlugin.sha1
BreadCrumbsPlugin.tgz
BreadCrumbsPlugin.txt
BreadCrumbsPlugin.zip
BreadCrumbsPlugin_installer
BreadCrumbsPlugin_installer.pl
38 changes: 23 additions & 15 deletions data/System/BreadCrumbsPlugin.txt
@@ -1,6 +1,9 @@
%META:TOPICINFO{author="ProjectContributor" date="1209401597" format="1.1" version="1"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%

%TOC%

---++ Description
This plugin helps you to locate where you are, and shows you how
you can escape from there using breadcrumbs navigation.
Expand Down Expand Up @@ -146,20 +149,15 @@ separator) may contain special variables:
%BREADCRUMBS{"Web1/Web2/Web3.Topic" format="$name" separator=" » " exclude="Web2"}%


---++ Plugin Installation Instructions
---++ Installation Instructions
%$INSTALL_INSTRUCTIONS%

---++ Plugin Info
<!-- provided for compatibility only
* Set SHORTDESCRIPTION = A flexible way to display breadcrumbs navigation
-->
---++ Dependencies
%$DEPENDENCIES%

---++ Change History

| Plugin Author: | Michael Daum |
| Copyright &copy;: | 2006-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; |
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 23 Apr 2014: | don't use DEBUG constant for local debug messages as it conflicts with =Assert.pm= |
| 04 Nov 2013: | added =newtopicformat= |
| 24 Feb 2012: | check access rights before extracting the !TopicTitle |
Expand All @@ -182,7 +180,17 @@ separator) may contain special variables:
| 29 Jul 2006: | fixed infinit loop when a topic is its own parent topic |
| 28 Jul 2006: | initial version; \
don't add the topic parent '<nop>WebHome' to the path |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Plugin Home: | 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="2006-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/BreadCrumbsPlugin"}%
%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/BreadCrumbsPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2006-2014 Michael Daum http://michaeldaumconsulting.com
# Copyright (C) 2006-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 strict;
use warnings;

our $VERSION = '2.51';
our $RELEASE = '2.51';
our $RELEASE = '23 Apr 2014';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'A flexible way to display breadcrumbs navigation';
our $doneInit = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/BreadCrumbsPlugin/Core.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2006-2014 Michael Daum http://michaeldaumconsulting.com
# Copyright (C) 2006-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 Down

0 comments on commit cb7928c

Please sign in to comment.