mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop .or from elinks.or.cz.
This commit is contained in:
parent
efcc17428f
commit
ca4e79f123
@ -37,8 +37,8 @@ License: GPL
|
||||
Vendor: ELinks project <elinks-users@linuxfromscratch.org>
|
||||
Packager: Petr Baudis <pasky@ucw.cz>
|
||||
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 <mdm0304@ecu.edu>
|
||||
- elinks.or.cz -> elinks.cz
|
||||
|
||||
*Tue Jun 14 2005 Witold Filipczyk <witekfl@pld-linux.org>
|
||||
- removed unused texi2html dependency
|
||||
- removed unused libdir directory
|
||||
|
@ -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 ../..
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user