Skip to content

Commit

Permalink
Item12645: upgrade to latest Hyphenator version 4.20
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/HyphenatorContrib@17069 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 7, 2013
1 parent 4187f2e commit bb20cf4
Show file tree
Hide file tree
Showing 9 changed files with 2,767 additions and 2,302 deletions.
5 changes: 3 additions & 2 deletions data/System/HyphenatorContrib.txt
Expand Up @@ -104,12 +104,13 @@ Dieser Text wird mit deutscher Silbentrennung verarbeitet.
-->

| Author(s): | Michael Daum|
| Copyright: | © 2011 Mathias Nater http://code.google.com/p/hyphenator/ (Hyphenator.js) %BR% \
© 2011 Michael Daum http://michaeldaumconsulting.com (foswiki integration) |
| Copyright: | © 2011-2013 Mathias Nater http://code.google.com/p/hyphenator/ (Hyphenator.js) %BR% \
© 2011-2013 Michael Daum http://michaeldaumconsulting.com (foswiki integration) |
| License: | [[http://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 07 Nov 2013: | (3.00) upgraded to Hyphenator-4.2.0 |
| 09 Aug 2011: | (2.00) upgraded to Hyphenator-4.0.0 |
| 10 Jun 2011: | (1.01) recognize language tags using underscores as well as hyphens |
| 06 Jun 2011: | (1.0) initial release of foswiki plugin |
Expand Down
6 changes: 3 additions & 3 deletions lib/Foswiki/Contrib/HyphenatorContrib.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# HyphenatorContrib is Copyright (C) 2011 Michael Daum http://michaeldaumconsulting.com
# HyphenatorContrib is Copyright (C) 2011-2013 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,8 +18,8 @@ package Foswiki::Contrib::HyphenatorContrib;
use strict;
use warnings;

our $VERSION = '$Rev$';
our $RELEASE = '2.01';
our $VERSION = '3.00';
our $RELEASE = '3.00';
our $SHORTDESCRIPTION = 'Automatically hyphenates text';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/HyphenatorContrib/Core.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# HyphenatorContrib is Copyright (C) 2011 Michael Daum http://michaeldaumconsulting.com
# HyphenatorContrib is Copyright (C) 2011-2013 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 Expand Up @@ -37,7 +37,7 @@ sub new {
$class->SUPER::new(
$session,
name => 'Hyphenator',
version => '4.0.0',
version => '4.2.0',
author => 'Mathias Nater',
homepage => 'http://code.google.com/p/hyphenator/',
javascript => ['hyphenator.js', 'hyphenator.init.js'],
Expand Down
4 changes: 4 additions & 0 deletions lib/Foswiki/Contrib/HyphenatorContrib/MANIFEST
Expand Up @@ -19,7 +19,9 @@ pub/System/HyphenatorContrib/patterns/el-monoton.js 0644
pub/System/HyphenatorContrib/patterns/el-polyton.js 0644
pub/System/HyphenatorContrib/patterns/en-gb.js 0644
pub/System/HyphenatorContrib/patterns/en-us.js 0644
pub/System/HyphenatorContrib/patterns/eo.js 0644
pub/System/HyphenatorContrib/patterns/es.js 0644
pub/System/HyphenatorContrib/patterns/et.js 0644
pub/System/HyphenatorContrib/patterns/fi.js 0644
pub/System/HyphenatorContrib/patterns/fr.js 0644
pub/System/HyphenatorContrib/patterns/grc.js 0644
Expand All @@ -39,9 +41,11 @@ pub/System/HyphenatorContrib/patterns/or.js 0644
pub/System/HyphenatorContrib/patterns/pa.js 0644
pub/System/HyphenatorContrib/patterns/pl.js 0644
pub/System/HyphenatorContrib/patterns/pt.js 0644
pub/System/HyphenatorContrib/patterns/ro.js 0644
pub/System/HyphenatorContrib/patterns/ru.js 0644
pub/System/HyphenatorContrib/patterns/sk.js 0644
pub/System/HyphenatorContrib/patterns/sl.js 0644
pub/System/HyphenatorContrib/patterns/sr-latn.js 0644
pub/System/HyphenatorContrib/patterns/sv.js 0644
pub/System/HyphenatorContrib/patterns/ta.js 0644
pub/System/HyphenatorContrib/patterns/te.js 0644
Expand Down

0 comments on commit bb20cf4

Please sign in to comment.