Make everything point to the brand new website

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-02-11 19:50:41 +01:00
parent fd8d0089de
commit 32f7aa5410
7 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ Q ᐅᐊ π a,b(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
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-xtermcolor Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-xtermcolor
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: https://github.com/ltworf/relational/ Homepage: http://ltworf.github.io/relational/
Package: python-relational Package: python-relational
Architecture: all Architecture: all

2
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Author: Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it> Author: Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
Source: https://github.com/ltworf/relational Source: http://ltworf.github.io/relational/
Files: * Files: *
Copyright: © 2008 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it> Copyright: © 2008 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>

View File

@ -38,7 +38,7 @@ def printver(exit=True):
print print
print "Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>" print "Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>"
print print
print "https://github.com/ltworf/relational/" print "http://ltworf.github.io/relational/"
if exit: if exit:
sys.exit(0) sys.exit(0)

View File

@ -99,7 +99,7 @@ class Ui_Dialog(object):
if (webk): if (webk):
self.webView = QtWebKit.QWebView(self.tab_2) self.webView = QtWebKit.QWebView(self.tab_2)
self.webView.setUrl( 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.webView.setObjectName("webView")
self.verticalLayout_7.addWidget(self.webView) self.verticalLayout_7.addWidget(self.webView)
else: else:
@ -107,7 +107,7 @@ class Ui_Dialog(object):
self.webLink.setFont(font) self.webLink.setFont(font)
self.webLink.setObjectName("lblLink") self.webLink.setObjectName("lblLink")
self.webLink.setText(QtGui.QApplication.translate( 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.setOpenExternalLinks(True)
self.webLink.setTextFormat(QtCore.Qt.AutoText) self.webLink.setTextFormat(QtCore.Qt.AutoText)
self.webLink.setTextInteractionFlags( self.webLink.setTextInteractionFlags(
@ -157,7 +157,7 @@ class Ui_Dialog(object):
self.groupBox_2.setTitle(QtGui.QApplication.translate( self.groupBox_2.setTitle(QtGui.QApplication.translate(
"Dialog", "Links", None, QtGui.QApplication.UnicodeUTF8)) "Dialog", "Links", None, QtGui.QApplication.UnicodeUTF8))
self.label_4.setText(QtGui.QApplication.translate( 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.setOpenExternalLinks(True)
self.label_4.setTextInteractionFlags( self.label_4.setTextInteractionFlags(
QtCore.Qt.LinksAccessibleByMouse | QtCore.Qt.TextSelectableByMouse) QtCore.Qt.LinksAccessibleByMouse | QtCore.Qt.TextSelectableByMouse)

View File

@ -28,6 +28,6 @@ def c_setup(name):
author_email='tiposchi@tiscali.it', author_email='tiposchi@tiscali.it',
maintainer="Salvo 'LtWorf' Tomaselli", maintainer="Salvo 'LtWorf' Tomaselli",
maintainer_email='tiposchi@tiscali.it', maintainer_email='tiposchi@tiscali.it',
url='https://github.com/ltworf/relational', url='http://ltworf.github.io/relational/',
license='GPL3', license='GPL3',
) )

View File

@ -9,9 +9,9 @@ AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
AppName=Relational AppName=Relational
AppVerName=Relational ver. 1.3 AppVerName=Relational ver. 1.3
AppPublisher=Salvo 'LtWorf' Tomaselli AppPublisher=Salvo 'LtWorf' Tomaselli
AppPublisherURL=https://github.com/ltworf/relational AppPublisherURL=http://ltworf.github.io/relational/
AppSupportURL=https://github.com/ltworf/relational AppSupportURL=http://ltworf.github.io/relational/
AppUpdatesURL=https://github.com/ltworf/relational AppUpdatesURL=http://ltworf.github.io/relational/
DefaultDirName={pf}\Relational DefaultDirName={pf}\Relational
DefaultGroupName=Relational DefaultGroupName=Relational
AllowNoIcons=yes AllowNoIcons=yes