diff options
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | README.md | 28 | ||||
-rwxr-xr-x | kcc-c2e.py | 4 | ||||
-rwxr-xr-x | kcc-c2p.py | 4 | ||||
-rw-r--r-- | kcc.iss | 2 | ||||
-rwxr-xr-x | kcc.py | 4 | ||||
-rw-r--r-- | kcc/KCC_gui.py | 12 | ||||
-rw-r--r-- | kcc/__init__.py | 2 | ||||
-rw-r--r-- | kcc/cbxarchive.py | 4 | ||||
-rwxr-xr-x | kcc/comic2ebook.py | 4 | ||||
-rw-r--r-- | kcc/comic2panel.py | 4 | ||||
-rw-r--r-- | kcc/dualmetafix.py | 2 | ||||
-rwxr-xr-x | kcc/image.py | 4 | ||||
-rw-r--r-- | kcc/pdfjpgextract.py | 4 | ||||
-rw-r--r-- | kcc/shared.py | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
16 files changed, 43 insertions, 43 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index ba9aa2e..c32421a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ ISC LICENSE Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -Copyright (c) 2013-2014 Paweł Jastrzębski <pawelj@vulturis.eu> +Copyright (c) 2013-2014 Paweł Jastrzębski <pawelj@iosphe.re> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the diff --git a/README.md b/README.md index fa8ec19..cd22c95 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ If you find **KCC** valuable you can consider donating to the authors: ## BINARY RELEASES You can find the latest released binary at the following links: -- **Windows:** [http://kcc.vulturis.eu/Windows/](http://kcc.vulturis.eu/Windows/) -- **Linux:** [http://kcc.vulturis.eu/Linux/](http://kcc.vulturis.eu/Linux/) -- **OS X (10.8+):** [http://kcc.vulturis.eu/OSX/](http://kcc.vulturis.eu/OSX/) +- **Windows:** [http://kcc.iosphe.re/Windows/](http://kcc.iosphe.re/Windows/) +- **Linux:** [http://kcc.iosphe.re/Linux/](http://kcc.iosphe.re/Linux/) +- **OS X (10.8+):** [http://kcc.iosphe.re/OSX/](http://kcc.iosphe.re/OSX/) ## INPUT FORMATS **KCC** can understand and convert, at the moment, the following input types: @@ -138,17 +138,17 @@ The app relies and includes the following scripts/binaries: - Icon is by **Nikolay Verin** ([http://ncrow.deviantart.com/](http://ncrow.deviantart.com/)) and released under [CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/) License. ## SAMPLE FILES CREATED BY KCC -* [Kindle Paperwhite](http://kcc.vulturis.eu/Samples/Ubunchu!-KPW.mobi) -* [Kindle](http://kcc.vulturis.eu/Samples/Ubunchu!-K345.mobi) -* [Kindle DX/DXG](http://kcc.vulturis.eu/Samples/Ubunchu!-KDX.mobi) -* [Kindle Fire HD](http://kcc.vulturis.eu/Samples/Ubunchu!-KFHD.mobi) -* [Kindle Fire HD 8.9"](http://kcc.vulturis.eu/Samples/Ubunchu!-KFHD8.mobi) -* [Kindle Fire HDX](http://kcc.vulturis.eu/Samples/Ubunchu!-KFHDX.mobi) -* [Kindle Fire HDX 8.9"](http://kcc.vulturis.eu/Samples/Ubunchu!-KFHDX8.mobi) -* [Kobo Mini/Touch](http://kcc.vulturis.eu/Samples/Ubunchu!-KoMT.cbz) -* [Kobo Glow](http://kcc.vulturis.eu/Samples/Ubunchu!-KoG.cbz) -* [Kobo Aura](http://kcc.vulturis.eu/Samples/Ubunchu!-KoA.cbz) -* [Kobo Aura HD](http://kcc.vulturis.eu/Samples/Ubunchu!-KoAHD.cbz) +* [Kindle Paperwhite](http://kcc.iosphe.re/Samples/Ubunchu!-KPW.mobi) +* [Kindle](http://kcc.iosphe.re/Samples/Ubunchu!-K345.mobi) +* [Kindle DX/DXG](http://kcc.iosphe.re/Samples/Ubunchu!-KDX.mobi) +* [Kindle Fire HD](http://kcc.iosphe.re/Samples/Ubunchu!-KFHD.mobi) +* [Kindle Fire HD 8.9"](http://kcc.iosphe.re/Samples/Ubunchu!-KFHD8.mobi) +* [Kindle Fire HDX](http://kcc.iosphe.re/Samples/Ubunchu!-KFHDX.mobi) +* [Kindle Fire HDX 8.9"](http://kcc.iosphe.re/Samples/Ubunchu!-KFHDX8.mobi) +* [Kobo Mini/Touch](http://kcc.iosphe.re/Samples/Ubunchu!-KoMT.cbz) +* [Kobo Glow](http://kcc.iosphe.re/Samples/Ubunchu!-KoG.cbz) +* [Kobo Aura](http://kcc.iosphe.re/Samples/Ubunchu!-KoA.cbz) +* [Kobo Aura HD](http://kcc.iosphe.re/Samples/Ubunchu!-KoAHD.cbz) ## CHANGELOG ####1.0 diff --git a/kcc-c2e.py b/kcc-c2e.py index 9957fc7..2531736 100755 --- a/kcc-c2e.py +++ b/kcc-c2e.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import sys diff --git a/kcc-c2p.py b/kcc-c2p.py index 853332e..a16f36e 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import sys diff --git a/kcc.iss b/kcc.iss index 09531b3..743f6d7 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,7 +1,7 @@ #define MyAppName "Kindle Comic Converter" #define MyAppVersion "4.0.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" -#define MyAppURL "http://kcc.vulturis.eu/" +#define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" [Setup] diff --git a/kcc.py b/kcc.py index 61cdc70..4f40490 100755 --- a/kcc.py +++ b/kcc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import sys diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 33c05a9..546ae9d 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -19,7 +19,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os @@ -196,7 +196,7 @@ class VersionThread(QtCore.QThread): def run(self): try: sleep(1) - XML = urlopen('http://kcc.vulturis.eu/Version.php') + XML = urlopen('http://kcc.iosphe.re/Version.php') XML = parse(XML) except Exception: return @@ -210,7 +210,7 @@ class VersionThread(QtCore.QThread): '<br/>Current version: ' + latestVersion + '<br/><br/>Would you like to start automatic update?', 'question') else: - MW.addMessage.emit('<a href="http://kcc.vulturis.eu/">' + MW.addMessage.emit('<a href="http://kcc.iosphe.re/">' '<b>New version is available!</b></a> ' '(<a href="https://github.com/ciromattia/kcc/releases/">' 'Changelog</a>)', 'warning', False) @@ -220,7 +220,7 @@ class VersionThread(QtCore.QThread): try: MW.modeConvert.emit(-1) MW.progressBarTick.emit('Downloading update') - path = urlretrieve('http://kcc.vulturis.eu/Windows/KindleComicConverter_win_' + path = urlretrieve('http://kcc.iosphe.re/Windows/KindleComicConverter_win_' + self.newVersion + '.exe', reporthook=self.getNewVersionTick) if self.md5 != md5Checksum(path[0]): raise Exception @@ -1151,7 +1151,7 @@ class KCCGUI(KCC_ui.Ui_KCC): "Kindle 2", ] - statusBarLabel = QtWidgets.QLabel('<b><a href="http://kcc.vulturis.eu/">HOMEPAGE</a> - <a href="https://github.' + statusBarLabel = QtWidgets.QLabel('<b><a href="http://kcc.iosphe.re/">HOMEPAGE</a> - <a href="https://github.' 'com/ciromattia/kcc/blob/master/README.md#issues--new-features--donations">DO' 'NATE</a> - <a href="https://github.com/ciromattia/kcc/wiki">WIKI</a> - <a hr' 'ef="http://www.mobileread.com/forums/showthread.php?t=207461">FORUM</a></b>') diff --git a/kcc/__init__.py b/kcc/__init__.py index c814749..3487a8c 100644 --- a/kcc/__init__.py +++ b/kcc/__init__.py @@ -1,4 +1,4 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' \ No newline at end of file diff --git a/kcc/cbxarchive.py b/kcc/cbxarchive.py index 71ef0c6..216c1fa 100644 --- a/kcc/cbxarchive.py +++ b/kcc/cbxarchive.py @@ -1,5 +1,5 @@ # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -17,7 +17,7 @@ # __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import sys diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index cb22117..c7f540b 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os diff --git a/kcc/comic2panel.py b/kcc/comic2panel.py index 65d710e..6818066 100644 --- a/kcc/comic2panel.py +++ b/kcc/comic2panel.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0.2' __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os diff --git a/kcc/dualmetafix.py b/kcc/dualmetafix.py index 7678931..e99fb45 100644 --- a/kcc/dualmetafix.py +++ b/kcc/dualmetafix.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Based on initial version of DualMetaFix. Copyright (C) 2013 Kevin Hendricks -# Changes for KCC Copyright (C) 2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Changes for KCC Copyright (C) 2014 Pawel Jastrzebski <pawelj@iosphe.re> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/kcc/image.py b/kcc/image.py index 1f7dfcf..c648d68 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -1,7 +1,7 @@ # Copyright (C) 2010 Alex Yatskov # Copyright (C) 2011 Stanislav (proDOOMman) Kosolapov <prodoomman@gmail.com> # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os diff --git a/kcc/pdfjpgextract.py b/kcc/pdfjpgextract.py index c004f2d..4531fa7 100644 --- a/kcc/pdfjpgextract.py +++ b/kcc/pdfjpgextract.py @@ -1,5 +1,5 @@ # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Based upon the code snippet by Ned Batchelder # (http://nedbatchelder.com/blog/200712/extracting_jpgs_from_pdfs.html) @@ -20,7 +20,7 @@ # __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os diff --git a/kcc/shared.py b/kcc/shared.py index a0aba28..7ac5163 100644 --- a/kcc/shared.py +++ b/kcc/shared.py @@ -1,5 +1,5 @@ # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> -# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu> +# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@iosphe.re> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -17,7 +17,7 @@ # __license__ = 'ISC' -__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' import os diff --git a/setup.py b/setup.py index c2c1d5a..8f8dc10 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ setup( name=NAME, version=VERSION, author="Ciro Mattia Gonano, Pawel Jastrzebski", - author_email="ciromattia@gmail.com, pawelj@vulturis.eu", + author_email="ciromattia@gmail.com, pawelj@iosphe.re", description="A tool to convert comics (CBR/CBZ/PDFs/image folders) to MOBI.", license="ISC License (ISCL)", keywords="kindle comic mobipocket mobi cbz cbr manga", |