Make everything point to the brand new website
This commit is contained in:
parent
fd8d0089de
commit
32f7aa5410
@ -27,7 +27,7 @@ Q ᐅᐊ π a,b(A) ᐅᐊ B
|
||||
A ᐅᐊ B
|
||||
```
|
||||
|
||||
Formal language definition at this link https://github.com/ltworf/relational/wiki/Grammar-and-language
|
||||
More documentation can be found here http://ltworf.github.io/relational/
|
||||
|
||||
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
|
||||
Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-xtermcolor
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/ltworf/relational/
|
||||
Homepage: http://ltworf.github.io/relational/
|
||||
|
||||
Package: python-relational
|
||||
Architecture: all
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,6 +1,6 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Author: Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
|
||||
Source: https://github.com/ltworf/relational
|
||||
Source: http://ltworf.github.io/relational/
|
||||
|
||||
Files: *
|
||||
Copyright: © 2008 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
|
||||
|
@ -38,7 +38,7 @@ def printver(exit=True):
|
||||
print
|
||||
print "Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>"
|
||||
print
|
||||
print "https://github.com/ltworf/relational/"
|
||||
print "http://ltworf.github.io/relational/"
|
||||
if exit:
|
||||
sys.exit(0)
|
||||
|
||||
|
@ -99,7 +99,7 @@ class Ui_Dialog(object):
|
||||
if (webk):
|
||||
self.webView = QtWebKit.QWebView(self.tab_2)
|
||||
self.webView.setUrl(
|
||||
QtCore.QUrl("https://github.com/ltworf/relational/wiki/Grammar-and-language"))
|
||||
QtCore.QUrl("http://ltworf.github.io/relational/allowed_expressions.html"))
|
||||
self.webView.setObjectName("webView")
|
||||
self.verticalLayout_7.addWidget(self.webView)
|
||||
else:
|
||||
@ -107,7 +107,7 @@ class Ui_Dialog(object):
|
||||
self.webLink.setFont(font)
|
||||
self.webLink.setObjectName("lblLink")
|
||||
self.webLink.setText(QtGui.QApplication.translate(
|
||||
"Dialog", "<a href=\"https://github.com/ltworf/relational\">Relational's website</a>", None,))
|
||||
"Dialog", "<a href=\"http://ltworf.github.io/relational/\">Relational's website</a>", None,))
|
||||
self.webLink.setOpenExternalLinks(True)
|
||||
self.webLink.setTextFormat(QtCore.Qt.AutoText)
|
||||
self.webLink.setTextInteractionFlags(
|
||||
@ -157,7 +157,7 @@ class Ui_Dialog(object):
|
||||
self.groupBox_2.setTitle(QtGui.QApplication.translate(
|
||||
"Dialog", "Links", None, QtGui.QApplication.UnicodeUTF8))
|
||||
self.label_4.setText(QtGui.QApplication.translate(
|
||||
"Dialog", "<a href=\"https://github.com/ltworf/relational/\">https://github.com/ltworf/relational/</a>", None, QtGui.QApplication.UnicodeUTF8))
|
||||
"Dialog", "<a href=\"http://ltworf.github.io/relational/\">http://ltworf.github.io/relational/</a>", None, QtGui.QApplication.UnicodeUTF8))
|
||||
self.label_4.setOpenExternalLinks(True)
|
||||
self.label_4.setTextInteractionFlags(
|
||||
QtCore.Qt.LinksAccessibleByMouse | QtCore.Qt.TextSelectableByMouse)
|
||||
|
@ -28,6 +28,6 @@ def c_setup(name):
|
||||
author_email='tiposchi@tiscali.it',
|
||||
maintainer="Salvo 'LtWorf' Tomaselli",
|
||||
maintainer_email='tiposchi@tiscali.it',
|
||||
url='https://github.com/ltworf/relational',
|
||||
url='http://ltworf.github.io/relational/',
|
||||
license='GPL3',
|
||||
)
|
||||
|
@ -9,9 +9,9 @@ AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
||||
AppName=Relational
|
||||
AppVerName=Relational ver. 1.3
|
||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||
AppPublisherURL=https://github.com/ltworf/relational
|
||||
AppSupportURL=https://github.com/ltworf/relational
|
||||
AppUpdatesURL=https://github.com/ltworf/relational
|
||||
AppPublisherURL=http://ltworf.github.io/relational/
|
||||
AppSupportURL=http://ltworf.github.io/relational/
|
||||
AppUpdatesURL=http://ltworf.github.io/relational/
|
||||
DefaultDirName={pf}\Relational
|
||||
DefaultGroupName=Relational
|
||||
AllowNoIcons=yes
|
||||
|
Loading…
Reference in New Issue
Block a user