1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Link to gitweb at repo.or.cz, rather than pasky.or.cz.

The history converted from CVS is not in repo.or.cz though, so keep
referring to pasky.or.cz for that.  (We don't seem to use
"gitweb.elinks.cz", which is a DNS alias for pasky.or.cz.)

<paakku> Do you think we should maybe point people to gitweb at
    repo.or.cz rather than pasky.or.cz?
<pasky> absolutely
<pasky> actually I thought we already are pointing people at
    repo.or.cz
<pasky> at least there was some movement to do that already, I believe
    :)
This commit is contained in:
Kalle Olavi Niemitalo 2007-06-21 10:29:06 +03:00 committed by Witold Filipczyk
parent 52ebd40f32
commit ddcf329fa8
5 changed files with 16 additions and 8 deletions

View File

@ -3,9 +3,17 @@ by doing
$ cg log
in a checked out GIT tree, or using the gitweb interface currently
available at
in a checked out GIT tree, or using the gitweb interface available at:
http://pasky.or.cz/gitweb.cgi
http://repo.or.cz/w/elinks.git
(to be moved to a nicer location later).
The data in the main repository reaches back to 2005-09-16, when
ELinks switched from CVS to GIT. To see changes made in CVS before
that, download the history with the contrib/grafthistory.sh script.
Unfortunately, because files in the CVS repository have been moved or
copied around, checking out a historical version often places files in
the wrong directories. The history is usable for git-blame, however.
It is currently also viewable at these sites:
http://pasky.or.cz/gitweb.cgi?p=elinks-history.git
http://cvsweb.elinks.cz/cvsweb.cgi/elinks/

2
NEWS
View File

@ -2,7 +2,7 @@ Release info
============
You can see the complete list of recent changes, bugfixes and new features
in the http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
in the http://repo.or.cz/w/elinks.git[gitweb interface]. See the ChangeLog
file for details.
ELinks 0.13.GIT now:

View File

@ -15,7 +15,7 @@ var smartprefixes = {
// 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.cz/cvsweb.cgi/", "elinks", x) },
gitweb: function (x) { return gitweb("http://pasky.or.cz/gitweb.cgi", "elinks.git", x) },
gitweb: function (x) { return gitweb("http://repo.or.cz/gitweb.cgi", "elinks.git", x) },
d: "http://www.dict.org/bin/Dict?Query=%s&Form=Dict1&Strategy=*&Database=*&submit=Submit+query",
debcontents: debian_contents,
debfile: debian_file,

View File

@ -55,7 +55,7 @@ function cvsweb (base, project, url)
return base + project + "/" + file
}
/* javascript:gitweb("http://pasky.or.cz/gitweb.cgi", "elinks.git", "%s"); */
/* javascript:gitweb("http://repo.or.cz/gitweb.cgi", "elinks.git", "%s"); */
function gitweb(base, project, url)
{
var parts = url.match(/^(search|summary|shortlog|log|blob|commit|commitdiff|history|tree|tag)(\s(.*))?/);

View File

@ -13,7 +13,7 @@
#define ELINKS_HOMEPAGE "http://elinks.cz/"
#define ELINKS_DOC_URL "http://elinks.cz/documentation/"
#define ELINKS_BUGS_URL "http://bugzilla.elinks.cz/"
#define ELINKS_GITWEB_URL "http://pasky.or.cz/gitweb.cgi"
#define ELINKS_GITWEB_URL "http://repo.or.cz/w/elinks.git"
#define ELINKS_SOCK_NAME "socket"
#define ELINKS_PORT 23456