From ca4e79f123ab331da61e80ebd92da18bcd0b1fa3 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Thu, 29 Dec 2005 04:43:25 +0000 Subject: [PATCH] Drop .or from elinks.or.cz. --- contrib/elinks.spec.in | 7 +++++-- contrib/grafthistory.sh | 4 ++-- contrib/lua/hooks.lua.in | 8 ++++---- contrib/perl/hooks.pl | 4 ++-- debian/control.in | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/contrib/elinks.spec.in b/contrib/elinks.spec.in index 356a90d6..991a5396 100644 --- a/contrib/elinks.spec.in +++ b/contrib/elinks.spec.in @@ -37,8 +37,8 @@ License: GPL Vendor: ELinks project Packager: Petr Baudis Group: Applications/Internet -Source: http://elinks.or.cz/download/%{name}-%{version}.tar.bz2 -URL: http://elinks.or.cz/ +Source: http://elinks.cz/download/%{name}-%{version}.tar.bz2 +URL: http://elinks.cz/ BuildRequires: bzip2-devel BuildRequires: expat-devel BuildRequires: gpm-devel @@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT # date +"%a %b %d %Y" %changelog +* Thu Dec 29 2005 Miciah Dashiel Butler Masters +- elinks.or.cz -> elinks.cz + *Tue Jun 14 2005 Witold Filipczyk - removed unused texi2html dependency - removed unused libdir directory diff --git a/contrib/grafthistory.sh b/contrib/grafthistory.sh index 005b4b4e..b725c244 100755 --- a/contrib/grafthistory.sh +++ b/contrib/grafthistory.sh @@ -19,8 +19,8 @@ cd "$GIT_DIR" echo "[grafthistory] Downloading the history" mkdir -p objects/pack cd objects/pack -wget -c http://elinks.or.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.idx -wget -c http://elinks.or.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.pack +wget -c http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.idx +wget -c http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.pack echo "[grafthistory] Setting up the grafts" cd ../.. diff --git a/contrib/lua/hooks.lua.in b/contrib/lua/hooks.lua.in index 0b24a33c..c0283d40 100644 --- a/contrib/lua/hooks.lua.in +++ b/contrib/lua/hooks.lua.in @@ -171,8 +171,8 @@ end dumbprefixes = { arc = "http://web.archive.org/web/*/%c", b = "http://babelfish.altavista.com/babelfish/tr", - bz = "http://bugzilla.elinks.or.cz", - bug = "http://bugzilla.elinks.or.cz", + bz = "http://bugzilla.elinks.cz", + bug = "http://bugzilla.elinks.cz", d = "http://www.dict.org", g = "http://www.google.com/", gg = "http://www.google.com/", @@ -263,12 +263,12 @@ end smartprefixes = { arc = "http://web.archive.org/web/*/%s", - bug = function (url) return bugzilla('http://bugzilla.elinks.or.cz/', url) end, + bug = function (url) return bugzilla('http://bugzilla.elinks.cz/', url) end, cambridge = "http://dictionary.cambridge.org/results.asp?searchword=%s", cliki = "http://www.cliki.net/admin/search?words=%s", -- If you want to add a smartprefix for another project's CVSweb, -- just create a lambda like this. Aren't high-level languages fun? - cvs = function (x) return cvsweb ("http://cvsweb.elinks.or.cz/cvsweb.cgi/", "elinks", x) end, + cvs = function (x) return cvsweb ("http://cvsweb.elinks.cz/cvsweb.cgi/", "elinks", x) end, d = "http://www.dict.org/bin/Dict?Query=%s&Form=Dict1&Strategy=*&Database=*&submit=Submit+query", debcontents = debian_contents, debfile = debian_file, diff --git a/contrib/perl/hooks.pl b/contrib/perl/hooks.pl index 4de820a4..5edb1811 100644 --- a/contrib/perl/hooks.pl +++ b/contrib/perl/hooks.pl @@ -896,7 +896,7 @@ There's no place like home... my ($bug) = $url =~ /^.* (.*)/; if ($url =~ '^b') { - my $bugzilla = 'http://bugzilla.elinks.or.cz'; + my $bugzilla = 'http://bugzilla.elinks.cz'; if (not $bug) { if (loadrc("email")) @@ -922,7 +922,7 @@ There's no place like home... $doc = '/documentation' if $url =~ '^doc'; $doc = '/faq.html' if $url =~ '^(faq|help)$'; $doc = '/documentation/html/manual.html' if $url =~ '^manual$'; - return 'http://elinks.or.cz' . $doc; + return 'http://elinks.cz' . $doc; } } diff --git a/debian/control.in b/debian/control.in index ded15680..e467c1b2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -17,4 +17,4 @@ Description: advanced text-mode WWW browser language, IPV6 and has many other features. ELinks is linked against GNUTLS to prevent license issues. . - Homepage: http://elinks.or.cz/ + Homepage: http://elinks.cz/