mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05: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
:)
[ From commit 9f75e1f094
in ELinks
0.12.GIT. --KON ]
This commit is contained in:
parent
1f98a67552
commit
8d02ae75c8
16
ChangeLog
16
ChangeLog
@ -3,9 +3,17 @@ by doing
|
|||||||
|
|
||||||
$ cg log
|
$ cg log
|
||||||
|
|
||||||
in a checked out GIT tree, or using the gitweb interface currently
|
in a checked out GIT tree, or using the gitweb interface available at:
|
||||||
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
2
NEWS
@ -2,7 +2,7 @@ Release info
|
|||||||
============
|
============
|
||||||
|
|
||||||
You can see the complete list of recent changes, bugfixes and new features
|
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.
|
file for details.
|
||||||
|
|
||||||
ELinks 0.11.3.GIT now:
|
ELinks 0.11.3.GIT now:
|
||||||
|
@ -15,7 +15,7 @@ var smartprefixes = {
|
|||||||
// If you want to add a smartprefix for another project's CVSweb,
|
// If you want to add a smartprefix for another project's CVSweb,
|
||||||
// just create a lambda like this. Aren't high-level languages fun?
|
// 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) },
|
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",
|
d: "http://www.dict.org/bin/Dict?Query=%s&Form=Dict1&Strategy=*&Database=*&submit=Submit+query",
|
||||||
debcontents: debian_contents,
|
debcontents: debian_contents,
|
||||||
debfile: debian_file,
|
debfile: debian_file,
|
||||||
|
@ -55,7 +55,7 @@ function cvsweb (base, project, url)
|
|||||||
return base + project + "/" + file
|
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)
|
function gitweb(base, project, url)
|
||||||
{
|
{
|
||||||
var parts = url.match(/^(search|summary|shortlog|log|blob|commit|commitdiff|history|tree|tag)(\s(.*))?/);
|
var parts = url.match(/^(search|summary|shortlog|log|blob|commit|commitdiff|history|tree|tag)(\s(.*))?/);
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#define ELINKS_HOMEPAGE "http://elinks.cz/"
|
#define ELINKS_HOMEPAGE "http://elinks.cz/"
|
||||||
#define ELINKS_DOC_URL "http://elinks.cz/documentation/"
|
#define ELINKS_DOC_URL "http://elinks.cz/documentation/"
|
||||||
#define ELINKS_BUGS_URL "http://bugzilla.elinks.cz/"
|
#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_SOCK_NAME "socket"
|
||||||
#define ELINKS_PORT 23456
|
#define ELINKS_PORT 23456
|
||||||
|
Loading…
Reference in New Issue
Block a user