1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Update compiles in URIs

*.elinks.or.cz -> *.elinks.cz
cvsweb.elinks.or.cz -> pasky.or.cz/gitweb.cgi (rename to ELINKS_GITWEB_URL)
This commit is contained in:
Jonas Fonseca 2005-09-17 12:57:19 +02:00 committed by Jonas Fonseca
parent a7e8926622
commit a5dd59884e
2 changed files with 5 additions and 9 deletions

View File

@ -430,9 +430,7 @@ static struct menu_item help_menu[] = {
BAR_MENU_ITEM,
INIT_MENU_ITEM(N_("~Bugs information"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_BUGS_URL, 0),
#ifdef CONFIG_DEBUG
INIT_MENU_ITEM(N_("ELinks C~vsWeb"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_CVSWEB_URL, 0),
INIT_MENU_ITEM(N_("ELinks Cvs ~History"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_CVSHIST_URL, 0),
INIT_MENU_ITEM(N_("ELinks ~LXR"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_LXR_URL, 0),
INIT_MENU_ITEM(N_("ELinks ~GITWeb"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_GITWEB_URL, 0),
#endif
BAR_MENU_ITEM,
INIT_MENU_ITEM(N_("~Copying"), NULL, ACT_MAIN_NONE, menu_copying, NULL, 0),

View File

@ -11,12 +11,10 @@
* startup_goto_dialog. */
#define WWW_HOME_URL ""
#define ELINKS_HOMEPAGE "http://elinks.or.cz/"
#define ELINKS_DOC_URL "http://elinks.or.cz/documentation"
#define ELINKS_BUGS_URL "http://bugzilla.elinks.or.cz/"
#define ELINKS_CVSWEB_URL "http://cvsweb.elinks.or.cz/"
#define ELINKS_CVSHIST_URL "http://cvsweb.elinks.or.cz/cvshistory.cgi"
#define ELINKS_LXR_URL "http://lxr.elinks.or.cz/"
#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_SOCK_NAME "socket"
#define ELINKS_PORT 23456