diff options
author | Akinori Ito <aito@fw.ipsj.or.jp> | 2001-11-21 04:29:14 +0000 |
---|---|---|
committer | Akinori Ito <aito@fw.ipsj.or.jp> | 2001-11-21 04:29:14 +0000 |
commit | 4c26b8608d2a3c9a459bf2651763c803374d9512 (patch) | |
tree | 59da4d44ddcfba20aa9a2486086631f9b7298b61 /main.c | |
parent | add ML sequence (diff) | |
download | w3m-4c26b8608d2a3c9a459bf2651763c803374d9512.tar.gz w3m-4c26b8608d2a3c9a459bf2651763c803374d9512.zip |
2001-11-21 Akinori Ito <aito@fw.ipsj.or.jp>
* Homepage URLs and author's mail addresses in the documents
are changed.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.11 2001/11/20 16:46:33 ukai Exp $ */ +/* $Id: main.c,v 1.12 2001/11/21 04:29:14 a-ito Exp $ */ #define MAINPROGRAM #include "fm.h" #include <signal.h> @@ -648,15 +648,11 @@ MAIN(int argc, char **argv, char **envp) else if (visual_start) { Str s_page; s_page = Strnew_charp("<title>W3M startup page</title><center><b>Welcome to "); -#ifdef JP_CHARSET - Strcat_charp(s_page, "<a href='http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/'>"); -#else - Strcat_charp(s_page, "<a href='http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/'>"); -#endif /* JP_CHARSET */ + Strcat_charp(s_page, "<a href='http://w3m.sourceforge.net/'>"); Strcat_m_charp(s_page, "w3m</a>!<p><p>This is w3m version ", version, - "<br>Written by <a href='mailto:aito@ei5sun.yz.yamagata-u.ac.jp'>Akinori Ito</a>", + "<br>Written by <a href='mailto:aito@fw.ipsj.or.jp'>Akinori Ito</a>", NULL); #ifdef DEBIAN Strcat_m_charp(s_page, |