Updating URLs
Former-commit-id: 3d8338561a41eef3f8430303ad2b83c5f74d7c39
This commit is contained in:
parent
55b565f9fc
commit
8b92d008f6
@ -13,8 +13,8 @@ mouse click. After several hours of work, Yomichan could do this and much more.
|
|||||||
|
|
||||||
Yomichan can be downloaded from the its [Anki shared addon page](https://ankiweb.net/shared/info/934748696), the
|
Yomichan can be downloaded from the its [Anki shared addon page](https://ankiweb.net/shared/info/934748696), the
|
||||||
[Yomichan page on GitHub](https://github.com/FooSoft/yomichan/) or directly from [my
|
[Yomichan page on GitHub](https://github.com/FooSoft/yomichan/) or directly from [my
|
||||||
homepage](http://foosoft.net/projects/yomichan/index/yomichan.zip). There is an automatic update checker in the plugin
|
homepage](http://foosoft.net/dl/yomichan/yomichan.zip). There is an automatic update checker in the plugin that (unless
|
||||||
that (unless you disabled it) will notify you when new versions become available.
|
you disabled it) will notify you when new versions become available.
|
||||||
|
|
||||||
## Basic Usage Instructions
|
## Basic Usage Instructions
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><a href = "http://foosoft.net/yomichan">http://foosoft.net/yomichan</a></string>
|
<string><a href = "http://foosoft.net/projects/yomichan">http://foosoft.net/projects/yomichan</a></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="openExternalLinks">
|
<property name="openExternalLinks">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ui/about.ui'
|
# Form implementation generated from reading ui file 'ui/about.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Feb 17 11:09:38 2015
|
# Created: Tue Mar 31 12:33:10 2015
|
||||||
# by: PyQt4 UI code generator 4.10.4
|
# by: PyQt4 UI code generator 4.10.4
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -93,7 +93,7 @@ class Ui_DialogAbout(object):
|
|||||||
DialogAbout.setWindowTitle(_translate("DialogAbout", "About", None))
|
DialogAbout.setWindowTitle(_translate("DialogAbout", "About", None))
|
||||||
self.labelVersion.setText(_translate("DialogAbout", "<b>Yomichan {0}</b>", None))
|
self.labelVersion.setText(_translate("DialogAbout", "<b>Yomichan {0}</b>", None))
|
||||||
self.label_3.setText(_translate("DialogAbout", "(c) 2013 by Alex Yatskov", None))
|
self.label_3.setText(_translate("DialogAbout", "(c) 2013 by Alex Yatskov", None))
|
||||||
self.label_4.setText(_translate("DialogAbout", "<a href = \"http://foosoft.net/yomichan\">http://foosoft.net/yomichan</a>", None))
|
self.label_4.setText(_translate("DialogAbout", "<a href = \"http://foosoft.net/projects/yomichan\">http://foosoft.net/projects/yomichan</a>", None))
|
||||||
self.label_6.setText(_translate("DialogAbout", "This software uses the <a href = \"http://www.famfamfam.com/lab/icons/silk/\">Silk web icon set</a> created by Mark James.", None))
|
self.label_6.setText(_translate("DialogAbout", "This software uses the <a href = \"http://www.famfamfam.com/lab/icons/silk/\">Silk web icon set</a> created by Mark James.", None))
|
||||||
self.label_7.setText(_translate("DialogAbout", "Portions of this application\'s code and data are based on the <a href=\"http://www.polarcloud.com/rikaichan/\">Rikaichan</a> extension developed by Jonathan Zarate.", None))
|
self.label_7.setText(_translate("DialogAbout", "Portions of this application\'s code and data are based on the <a href=\"http://www.polarcloud.com/rikaichan/\">Rikaichan</a> extension developed by Jonathan Zarate.", None))
|
||||||
self.label_5.setText(_translate("DialogAbout", "This package uses the <a href=\"http://www.csse.monash.edu.au/~jwb/edict.html\">EDICT</a> and <a href=\"http://www.csse.monash.edu.au/~jwb/kanjidic.html\">KANJIDIC</a> dictionary files. These files are the property of the <a href=\"http://www.edrdg.org/\"> Electronic Dictionary Research and Development Group</a>, and are used in conformance with the Group\'s <a href=\"http://www.edrdg.org/edrdg/licence.html\">licence</a>.", None))
|
self.label_5.setText(_translate("DialogAbout", "This package uses the <a href=\"http://www.csse.monash.edu.au/~jwb/edict.html\">EDICT</a> and <a href=\"http://www.csse.monash.edu.au/~jwb/kanjidic.html\">KANJIDIC</a> dictionary files. These files are the property of the <a href=\"http://www.edrdg.org/\"> Electronic Dictionary Research and Development Group</a>, and are used in conformance with the Group\'s <a href=\"http://www.edrdg.org/edrdg/licence.html\">licence</a>.", None))
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ui/preferences.ui'
|
# Form implementation generated from reading ui file 'ui/preferences.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Feb 17 11:09:38 2015
|
# Created: Tue Mar 31 12:33:11 2015
|
||||||
# by: PyQt4 UI code generator 4.10.4
|
# by: PyQt4 UI code generator 4.10.4
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ui/reader.ui'
|
# Form implementation generated from reading ui file 'ui/reader.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Feb 17 11:09:39 2015
|
# Created: Tue Mar 31 12:33:11 2015
|
||||||
# by: PyQt4 UI code generator 4.10.4
|
# by: PyQt4 UI code generator 4.10.4
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Resource object code
|
# Resource object code
|
||||||
#
|
#
|
||||||
# Created: Tue Feb 17 11:09:39 2015
|
# Created: Tue Mar 31 12:33:11 2015
|
||||||
# by: The Resource Compiler for PyQt (Qt v4.8.6)
|
# by: The Resource Compiler for PyQt (Qt v4.8.6)
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ui/updates.ui'
|
# Form implementation generated from reading ui file 'ui/updates.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Feb 17 11:09:39 2015
|
# Created: Tue Mar 31 12:33:11 2015
|
||||||
# by: PyQt4 UI code generator 4.10.4
|
# by: PyQt4 UI code generator 4.10.4
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
@ -277,7 +277,7 @@ class MainWindowReader(QtGui.QMainWindow, gen.reader_ui.Ui_MainWindowReader):
|
|||||||
|
|
||||||
|
|
||||||
def onActionHomepage(self):
|
def onActionHomepage(self):
|
||||||
url = QtCore.QUrl('http://foosoft.net/yomichan')
|
url = QtCore.QUrl('http://foosoft.net/projects/yomichan')
|
||||||
QtGui.QDesktopServices().openUrl(url)
|
QtGui.QDesktopServices().openUrl(url)
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ class UpdateFinder(QtCore.QThread):
|
|||||||
updates = list()
|
updates = list()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
fp = urllib2.urlopen('http://foosoft.net/projects/yomichan/index/updates.json')
|
fp = urllib2.urlopen('http://foosoft.net/dl/yomichan/updates.json')
|
||||||
updates = json.loads(fp.read())
|
updates = json.loads(fp.read())
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user