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 7ea73df commit 95d243e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
*.gz
*.swp
pub/System/FarscrollContrib/jquery.farscroll.js
FarscrollContrib.md5
FarscrollContrib.sha1
FarscrollContrib.tgz
FarscrollContrib.txt
FarscrollContrib.zip
FarscrollContrib_installer
FarscrollContrib_installer.pl
30 changes: 18 additions & 12 deletions data/System/FarscrollContrib.txt
Expand Up @@ -75,19 +75,25 @@ here goes some text

%$INSTALL_INSTRUCTIONS%

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

---++ Change History

%TABLE{columnwidths="7em" tablewidth="100%"}%
| 15 Mar 2014: | fixed syntax error in contrib stub |
| 09 Jan 2012: | initial version |

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

| Author(s): | Michael Daum|
| Copyright: | &copy; 2012-2015 Michael Daum http://michaeldaumconsulting.com; &copy; 2011 Sebastian Senf |
| License: | Dual licensed under the MIT and GPL licenses. http://www.opensource.org/licenses/mit-license.php, http://www.gnu.org/licenses/gpl.html |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 15 Mar 2014: | fixed syntax error in contrib stub |
| 09 Jan 2012: | initial version |
| Dependencies: | %$DEPENDENCIES% |
| Home page: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |
%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Michael Daum"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2012-2015 Michael Daum http://michaeldaumconsulting.com; &copy; 2011 Sebastian Senf"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/FarscrollContrib"}%
%META:FIELD{name="License" title="License" value="Dual licensed under the MIT and GPL licenses. http://www.opensource.org/licenses/mit-license.php, http://www.gnu.org/licenses/gpl.html"}%
%META:FIELD{name="Release" title="Release" value="%$RELEASE%"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/FarscrollContrib"}%
%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/Contrib/FarscrollContrib.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

our $VERSION = '1.01';
our $RELEASE = '1.01';
our $RELEASE = '15 Mar 2014';
our $SHORTDESCRIPTION = 'Clone a scrollbar far away';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
2 changes: 1 addition & 1 deletion pub/System/FarscrollContrib/Makefile
@@ -1,4 +1,4 @@
FOSWIKI_ROOT?=~/foswiki/trunk/core
FOSWIKI_ROOT?=~/foswiki/core
TARGET=jquery.farscroll.js

-include $(FOSWIKI_ROOT)/pub/System/JQueryPlugin/Makefile.include

0 comments on commit 95d243e

Please sign in to comment.