diff --git a/AUTHORS b/AUTHORS index 33187ae5..cf076cf8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -241,7 +241,7 @@ Jimenez Martinez Angel Luis Jonas Fonseca Maintainer Danish translation - http://elinks.or.cz/ + http://elinks.cz/ Mailcap support Major cleanups BFU and document management hacking @@ -442,7 +442,7 @@ Petr Baudis Feature of the Day implementation LEDs, exmode, marks and other worthless toys Actually even some documentation! - http://elinks.or.cz/ (original cut) + http://elinks.cz/ (original cut) Petr Cech Allow spaces at the beginning of URL diff --git a/BUGS b/BUGS index e78eb02b..16f85ec5 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ All the known bugs are now kept in the Bugzilla, available at - http://bugzilla.elinks.or.cz/ + http://bugzilla.elinks.cz/ diff --git a/README b/README index a3d3cd7b..b54d4a06 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ on a variety of platforms. The ELinks official website is available at - http://elinks.or.cz/ + http://elinks.cz/ Please see the SITES file for mirrors or other recommended sites. If you want to install ELinks on your computer, see the INSTALL file for further @@ -18,8 +18,8 @@ A good start point is documentation files available in doc/, especially the file named index.txt. If you want to request features or report bugs, see community information at -http://elinks.or.cz/community.html and feedback information available at -http://elinks.or.cz/feedback.html. +http://elinks.cz/community.html and feedback information available at +http://elinks.cz/feedback.html. If you want to write some patches, please first read the doc/hacking.txt document. @@ -55,7 +55,7 @@ separation of add-on modules (like cookies, bookmarks, ssl, scripting etc). For more details about ELinks history, please see - http://elinks.or.cz/history.html + http://elinks.cz/history.html If you are more interested in the history and various Links clones and versions, you can examine the website at diff --git a/THANKS b/THANKS index adb1b669..5438a252 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,6 @@ Thanks to Gerard Beekmans for providing us the resources for our mailing lists at linuxfromscratch.org servers. Thanks to Jan Sembera for providing us the space and -bandwidth on his server for elinks.or.cz and cvs.elinks.or.cz. +bandwidth on his server for elinks.cz and cvs.elinks.cz. Thanks to Zdenek Burda for donating the elinks.cz domain. diff --git a/TODO b/TODO index 544b99c9..63e34c3f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -The ELinks TODO items are kept in Bugzilla (http://bugzilla.elinks.or.cz/), +The ELinks TODO items are kept in Bugzilla (http://bugzilla.elinks.cz/), look for the bugs with 'enhancement' severity. Some generic goals are still kept here, though, to be more on the developers' eyes ;-). diff --git a/debian/README.Debian b/debian/README.Debian index 9304c99b..d638f09c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -32,7 +32,7 @@ different config format, I work on this.] You can find the snapshot Debian packages at ftp://yikes.tolna.net/pub/linux/release/debian/ -Homepage is http://elinks.or.cz/ +Homepage is http://elinks.cz/ -- Peter Gervai , Thu, 9 Oct 2003 01:17:26 +0200 @@ -46,7 +46,7 @@ A: Please check the menus. Download manager is under Tools>Download, proxy (with contribution by Jonas Fonseca) Q: The "move" doesn't work in the bookmark manager. -A: Read +A: Read to learn how to use this unintuitive feature. (contributed by Miciah Dashiel Butler Masters) diff --git a/po/README b/po/README index cfbcfb26..a44ef044 100644 --- a/po/README +++ b/po/README @@ -78,7 +78,7 @@ name of your language (in English) so you end up with something like: ------------------------------------------------ Finally to make it part of the ELinks distribution send it to one of the -mailinglists or file it as a bug at . +mailinglists or file it as a bug at . 2. Updating .po files: diff --git a/src/protocol/rewrite/rewrite.c b/src/protocol/rewrite/rewrite.c index a09290c5..c3886c1c 100644 --- a/src/protocol/rewrite/rewrite.c +++ b/src/protocol/rewrite/rewrite.c @@ -55,7 +55,7 @@ static struct option_info uri_rewrite_options[] = { N_("Enable dumb prefixes - simple URI abbreviations which can\n" "be written to the Goto URL dialog instead of actual URIs - i.e.\n" "if you write 'elinks' there, you are directed to\n" - "http://elinks.or.cz/.")), + "http://elinks.cz/.")), INIT_OPT_BOOL("protocol.rewrite", N_("Enable smart prefixes"), "enable-smart", 0, 1, diff --git a/src/protocol/uri.h b/src/protocol/uri.h index c0f7abe4..dac654e5 100644 --- a/src/protocol/uri.h +++ b/src/protocol/uri.h @@ -291,8 +291,8 @@ unsigned char *get_extension_from_uri(struct uri *uri); /* Resolves a @relative URI to absolute form using @base URI. - * Example: if @base is http://elinks.or.cz/ and @relative is #news - * the outcome would be http://elinks.or.cz/#news */ + * Example: if @base is http://elinks.cz/ and @relative is #news + * the outcome would be http://elinks.cz/#news */ unsigned char *join_urls(struct uri *base, unsigned char *relative); /* Return position if end of string @s matches a known tld or -1 if not.