Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 01ee12a

Browse files
committed
Point to new website
1 parent ce661b8 commit 01ee12a

File tree

9 files changed

+9
-10
lines changed

9 files changed

+9
-10
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ weborf (0.13.1-1) unstable; urgency=low
99
* Drop python-support (Closes: #786147)
1010
* Bumped Standards-Version to 3.9.6
1111
* Bumped debhelper to 9
12+
* Change links to new upstream website
1213

1314
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Thu, 15 Oct 2015 08:43:41 +0200
1415

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
55
Build-Depends: debhelper (>= 9), libmagic-dev (>=5.04~), python3, dh-python, pyqt5-dev-tools
66
Standards-Version: 3.9.6
77
X-Python3-Version: 3.4
8-
Homepage: http://galileo.dmi.unict.it/wiki/weborf/
8+
Homepage: http://ltworf.github.io/weborf/
99

1010
Package: weborf
1111
Architecture: any

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This work was packaged for Debian by:
44

55
It was downloaded from:
66

7-
http://galileo.dmi.unict.it/wiki/weborf/
7+
http://ltworf.github.io/weborf/
88

99
Upstream Authors:
1010

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=3
2-
opts=filenamemangle=s/.*:// http://galileo.dmi.unict.it/wiki/weborf/doku.php?id=download /wiki/[^:]*:weborf_(\d+.*)\.tar\.gz
2+
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/weborf-$1\.tar\.gz/ https://github.com/ltworf/weborf/tags .*/v?(\d\S*)\.tar\.gz

qweborf.setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author_email='tiposchi@tiscali.it',
88
maintainer="Salvo 'LtWorf' Tomaselli",
99
maintainer_email='tiposchi@tiscali.it',
10-
url='http://galileo.dmi.unict.it/wiki/weborf/',
10+
url='http://ltworf.github.io/weborf/',
1111
license='GPL3',
1212
packages=('qweborf',),
1313
)

qweborf/qweborf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
class qweborfForm (QtWidgets.QWidget):
3131

32-
'''This class is the form used for the survey, needed to intercept the events.
33-
It also sends the data with http POST to a page hosted on galileo'''
3432

3533
DBG_DEFAULT = 0
3634
DBG_WARNING = 1
@@ -92,7 +90,7 @@ def about(self):
9290
' This is free software, and you are welcome to redistribute it under certain conditions.'
9391
' For details see the <a href="http://www.gnu.org/licenses/gpl.html">GPLv3 Licese</a>.')
9492
self.logger(
95-
'<a href="http://galileo.dmi.unict.it/wiki/weborf">Homepage</a>')
93+
'<a href="http://ltworf.github.io/weborf/">Homepage</a>')
9694
self.logger(
9795
'Salvo \'LtWorf\' Tomaselli <a href="mailto:tiposchi@tiscali.it">&lt;tiposchi@tiscali.it&gt;</a>')
9896

utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void version() {
161161

162162
"Written by Salvo 'LtWorf' Tomaselli and Salvo Rinaldi.\n"
163163
"Synchronized queue by Prof. Giuseppe Pappalardo.\n\n"
164-
"https://galileo.dmi.unict.it/wiki/weborf/\n", VERSION);
164+
"http://ltworf.github.io/weborf/\n", VERSION);
165165
exit(0);
166166
}
167167

weborf.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Prints the internal status of the socket's queue and threads on the standard out
161161
.BR Weborf 0.13
162162

163163
.SH WEB
164-
.BR http://galileo.dmi.unict.it/wiki/weborf/
164+
.BR http://ltworf.github.io/weborf/
165165

166166
.SH AUTHORS
167167
.nf

weborf.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Example file can be found in /usr/share/doc/weborf/examples/weborf.conf
7474
.BR Weborf 0.13
7575

7676
.SH WEB
77-
.BR http://galileo.dmi.unict.it/wiki/weborf/
77+
.BR http://ltworf.github.io/weborf/
7878

7979
.SH AUTHORS
8080
.nf

0 commit comments

Comments
 (0)