Skip to content

Commit

Permalink
0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Mar 24, 2010
1 parent a1cf05b commit 4604533
Show file tree
Hide file tree
Showing 74 changed files with 14,312 additions and 4,600 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,6 +1,14 @@
===== Changes for zim =====
Jaap Karssenberg pardus@cpan.org

=== 0.29 - Sun Jan 10 2010 ===
* Suport tags in the TODOList
* Improve date parsing for TODOList
* Add option for upper-case formatting for page titles in new pages
* Punctuation triggers end-of-word for auto-formatting links
* Updated website in About dialog
* Added translation for Hungarian, Japanese, Brazilian Portuguese & Ukrainian

=== 0.28 - Tue Feb 17 2009 ===
* Reversed behavior of html export to use <br> elements - lp #311292
* Fixed install script for Module::Build version 0.3x - lp #319964
Expand Down
8 changes: 8 additions & 0 deletions MANIFEST
Expand Up @@ -66,14 +66,18 @@ po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hu.po
po/it.po
po/ja.po
po/nb.po
po/nl.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ru.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
po/zh_TW.po
README
Expand Down Expand Up @@ -185,14 +189,18 @@ share/zim/lingua/fi.pl
share/zim/lingua/fr.pl
share/zim/lingua/gl.pl
share/zim/lingua/he.pl
share/zim/lingua/hu.pl
share/zim/lingua/it.pl
share/zim/lingua/ja.pl
share/zim/lingua/nb.pl
share/zim/lingua/nl.pl
share/zim/lingua/pl.pl
share/zim/lingua/pt.pl
share/zim/lingua/pt_BR.pl
share/zim/lingua/ru.pl
share/zim/lingua/sv.pl
share/zim/lingua/tr.pl
share/zim/lingua/uk.pl
share/zim/lingua/zh_CN.pl
share/zim/lingua/zh_TW.pl
share/zim/plugins/Calendar.pl
Expand Down
30 changes: 15 additions & 15 deletions META.yml
@@ -1,6 +1,6 @@
---
name: Zim
version: 0.28
version: 0.29
author:
- 'Jaap Karssenberg <pardus@cpan.org>'
abstract: A desktop wiki
Expand All @@ -23,7 +23,7 @@ build_requires:
recommends:
Gtk2::Spell: 0
dynamic_config: 1
generated_by: Module::Build version 0.31012
generated_by: Module::Build version 0.280801
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2
Expand All @@ -42,16 +42,16 @@ provides:
version: 0.14
Zim:
file: lib/Zim.pm
version: 0.28
version: 0.29
Zim::Events:
file: lib/Zim/Events.pm
version: 0.26
Zim::FS:
file: lib/Zim/FS.pm
version: 0.26
version: 0.29
Zim::FS::Bazaar:
file: lib/Zim/FS/Bazaar.pm
version: 0.27
version: 0.29
Zim::FS::Buffer:
file: lib/Zim/FS.pm
Zim::FS::Dir:
Expand All @@ -70,7 +70,7 @@ provides:
file: lib/Zim/FS.pm
Zim::FS::Subversion:
file: lib/Zim/FS/Subversion.pm
version: 0.27
version: 0.29
Zim::FS::URI:
file: lib/Zim/FS.pm
Zim::FS::Unix:
Expand All @@ -79,7 +79,7 @@ provides:
file: lib/Zim/OS/Win32.pm
Zim::Formats:
file: lib/Zim/Formats.pm
version: 0.26
version: 0.29
Zim::Formats::Html:
file: lib/Zim/Formats/Html.pm
version: 0.28
Expand All @@ -94,7 +94,7 @@ provides:
version: 0.28
Zim::GUI:
file: lib/Zim/GUI.pm
version: 0.28
version: 0.29
Zim::GUI::Automount:
file: lib/Zim/GUI/Automount.pm
version: 0.27
Expand All @@ -121,16 +121,16 @@ provides:
version: 0.24
Zim::GUI::NotebookDialog:
file: lib/Zim/GUI/NotebookDialog.pm
version: 0.27
version: 0.29
Zim::GUI::PageView:
file: lib/Zim/GUI/PageView.pm
version: 0.27
version: 0.29
Zim::GUI::PathBar:
file: lib/Zim/GUI/PathBar.pm
version: 0.27
Zim::GUI::PreferencesDialog:
file: lib/Zim/GUI/PreferencesDialog.pm
version: 0.26
version: 0.29
Zim::GUI::PropertiesDialog:
file: lib/Zim/GUI/PropertiesDialog.pm
version: 0.26
Expand All @@ -142,7 +142,7 @@ provides:
version: 0.24
Zim::GUI::TODOListDialog:
file: lib/Zim/GUI/TODOListDialog.pm
version: 0.27
version: 0.29
Zim::GUI::TrayIcon:
file: lib/Zim/GUI/TrayIcon.pm
version: 0.26
Expand Down Expand Up @@ -171,7 +171,7 @@ provides:
version: 0.24
Zim::Store::Files:
file: lib/Zim/Store/Files.pm
version: 0.28
version: 0.29
Zim::Store::Gjots:
file: lib/Zim/Store/Gjots.pm
version: 0.26
Expand All @@ -183,11 +183,11 @@ provides:
version: 0.24
Zim::Utils:
file: lib/Zim/Utils.pm
version: 0.26
version: 0.29
Zim::Utils::Unix:
file: lib/Zim/Utils.pm
Zim::Utils::Win32:
file: lib/Zim/OS/Win32.pm
version: 0.24
resources:
license: ~
license: http://dev.perl.org/licenses/
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,4 +1,4 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.31012
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.8.0;

unless (eval "use Module::Build::Compat 0.02; 1" ) {
Expand Down
29 changes: 26 additions & 3 deletions TRANSLATORS
@@ -1,18 +1,28 @@
Alexis Tamparopoulos (el)
Akihiro Nishimura (ja)
Andrew Kuzminov (ru)
Andrés Rassol (es)
Aron Xu (zh_CN)
BBO (de)
Balaam's Miracle (nl)
Bart (nl)
Bjørn Olav Samdal (nb)
BobMauchin (fr)
Cheese Lee (zh_CN)
Daniel Ribeiro (pt_BR)
Daniel Stoyanov (fr)
Davide Truffa (it)
Etienne Le Belléguy (fr)
Eugene Schava (ru)
Fabian Affolter (de)
Federico Vera (es)
Frederico Gonçalves Guimarães (pt_BR)
Frederik 'Freso' S. Olesen (da)
Frits Salomons (nl)
Gofer (ru)
Gökdeniz Karadağ (tr)
Henry Lee (zh_TW)
Hokey (de)
István Papp (hu)
Jaap Karssenberg (nl)
Jacopo Moronato (it)
Javier Rovegno Campos (es)
Expand All @@ -23,6 +33,7 @@ João Santos (pt)
Juhana Uuttu (fi)
Junnan Wu (zh_CN)
Jérôme Guelfucci (fr)
Katz Kawai (ja)
Klaus Vormweg (de)
Krzysztof Tataradziński (pl)
Lucif (pl)
Expand All @@ -31,28 +42,40 @@ Mathijs (nl)
Matteo Ferrabone (it)
Matthew Gadd (en_GB)
Matthias Mailänder (de)
Maxim Kochetkov aka fido_max (ru)
Miguel Anxo Bouzada (gl)
Mikael Mildén (sv)
Nikolaus Klumpp (de)
Nikolay A. Fetisov (ru)
Nucleos (fr)
Oleg Maximov (ru)
Paco Molinero (es)
René 'Necoro' Neumann (de)
Roberto Suarez (gl)
Rui Nibau (fr)
Servilio Afre Puentes (es)
ThiagoSerra (pt_BR)
Tverd (ru)
Vinzenz Vietzke (de)
Vladimir Sharshov (ru)
Vlastimil Ott (cs)
Vyacheslav Kurenyshev (ru)
Wanderson Santiago dos Reis (pt_BR)
X-Ander (ru)
Yaron (he)
ZZYZX (pl)
atany (uk)
cumulus007 (nl)
cyberik (zh_TW)
dotancohen (he)
fido_max (ru)
forget (zh_CN)
kingu (nb)
marisma (gl)
nairobie (sv)
nanker (da)
rainofchaos (zh_CN)
orz.inc (ja)
paxatouridis (el)
sanya (ru)
warlock24 (pl)
冯超 (zh_CN)
太和 (zh_CN)
3 changes: 3 additions & 0 deletions bin/zim
Expand Up @@ -2,6 +2,7 @@

require 5.008; # make sure perl is new enough
use strict;
use utf8;
use File::Spec;

binmode STDOUT, ':utf8';
Expand Down Expand Up @@ -63,6 +64,8 @@ my $export = 0; # do not run GUI but export
my ($notebook, $page, $pidfile);
my %opt; # options passed on to open_notebook()

utf8::decode($_) for @ARGV;

while ($ARGV[0] =~ /^-/) {
$_ = shift @ARGV;

Expand Down
33 changes: 28 additions & 5 deletions lib/Zim.pm
Expand Up @@ -15,7 +15,7 @@ use Zim::Store;
use Zim::History;
use Zim::Page;

our $VERSION = '0.28';
our $VERSION = '0.29';

our @ISA = qw/Zim::Events/;

Expand All @@ -35,21 +35,31 @@ Please report bugs to pardus\@cpan.org
EOT
our $AUTHORS = 'Jaap Karssenberg <pardus@cpan.org>';
our $TRANSLATORS = q{
Alexis Tamparopoulos (el)
Akihiro Nishimura (ja)
Andrew Kuzminov (ru)
Andrés Rassol (es)
Aron Xu (zh_CN)
BBO (de)
Balaam's Miracle (nl)
Bart (nl)
Bjørn Olav Samdal (nb)
BobMauchin (fr)
Cheese Lee (zh_CN)
Daniel Ribeiro (pt_BR)
Daniel Stoyanov (fr)
Davide Truffa (it)
Etienne Le Belléguy (fr)
Eugene Schava (ru)
Fabian Affolter (de)
Federico Vera (es)
Frederico Gonçalves Guimarães (pt_BR)
Frederik 'Freso' S. Olesen (da)
Frits Salomons (nl)
Gofer (ru)
Gökdeniz Karadağ (tr)
Henry Lee (zh_TW)
Hokey (de)
István Papp (hu)
Jaap Karssenberg (nl)
Jacopo Moronato (it)
Javier Rovegno Campos (es)
Expand All @@ -60,6 +70,7 @@ João Santos (pt)
Juhana Uuttu (fi)
Junnan Wu (zh_CN)
Jérôme Guelfucci (fr)
Katz Kawai (ja)
Klaus Vormweg (de)
Krzysztof Tataradziński (pl)
Lucif (pl)
Expand All @@ -68,33 +79,45 @@ Mathijs (nl)
Matteo Ferrabone (it)
Matthew Gadd (en_GB)
Matthias Mailänder (de)
Maxim Kochetkov aka fido_max (ru)
Miguel Anxo Bouzada (gl)
Mikael Mildén (sv)
Nikolaus Klumpp (de)
Nikolay A. Fetisov (ru)
Nucleos (fr)
Oleg Maximov (ru)
Paco Molinero (es)
René 'Necoro' Neumann (de)
Roberto Suarez (gl)
Rui Nibau (fr)
Servilio Afre Puentes (es)
ThiagoSerra (pt_BR)
Tverd (ru)
Vinzenz Vietzke (de)
Vladimir Sharshov (ru)
Vlastimil Ott (cs)
Vyacheslav Kurenyshev (ru)
Wanderson Santiago dos Reis (pt_BR)
X-Ander (ru)
Yaron (he)
ZZYZX (pl)
atany (uk)
cumulus007 (nl)
cyberik (zh_TW)
dotancohen (he)
fido_max (ru)
forget (zh_CN)
kingu (nb)
marisma (gl)
nairobie (sv)
nanker (da)
rainofchaos (zh_CN)
orz.inc (ja)
paxatouridis (el)
sanya (ru)
warlock24 (pl)
冯超 (zh_CN)
太和 (zh_CN)
};
our $WEBSITE = 'http://www.pardus.nl/projects/zim';
our $WEBSITE = 'http://zim-wiki.org/';

=head1 NAME
Expand Down

0 comments on commit 4604533

Please sign in to comment.