Skip to content

Commit

Permalink
[ICU-5460] Remove references to ibm.com
Browse files Browse the repository at this point in the history
X-SVN-Rev: 20560
  • Loading branch information
grhoten committed Oct 21, 2006
1 parent b983bbe commit c15b5e0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion convexp/convexp-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<meta name="Robots" content="index,nofollow"/>
<title>ICU Demonstration - Converter Explorer</title>
<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="./data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />
<link rel="SHORTCUT ICON" href="//www.icu-project.org/favicon.ico"/>
5 changes: 4 additions & 1 deletion icudemos/icudemos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ int doOut(const char *fn, const char *type) {
}

#define CSS_FILE "/icu.css"
#define CSS_DEMO_FILE "/main.css"
#define CSS_TYPE "text/css"
#define GIF_TYPE "image/gif"
#define HTML_TYPE "text/html"
Expand All @@ -271,11 +272,13 @@ const char * files[] =

{
CSS_FILE, CSS_TYPE ,
CSS_DEMO_FILE, CSS_TYPE ,
"/1x1.gif", GIF_TYPE ,
"/lines.gif", GIF_TYPE ,
"/lines-gradient.gif", GIF_TYPE ,
"/redemo.html", HTML_TYPE ,
NULL, NULL };
NULL, NULL
};

int main(int argc, const char **argv) {
UErrorCode status = U_ZERO_ERROR;
Expand Down
2 changes: 1 addition & 1 deletion idnbrowser/idna-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<meta name="Robots" content="index,nofollow"/>
<title>ICU Demonstration - Internationalized Domain Name Algorithm</title>
<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="/icu-bin/data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />
<link rel="SHORTCUT ICON" href="//www.icu-project.org/favicon.ico"/>
2 changes: 1 addition & 1 deletion locexp/resource/root/locexp-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<meta name="Keywords" content="ICU, ICU4C, locale, CLDR, currency, month, day"/>
<meta name="Robots" content="index,nofollow"/>
<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="/icu-bin/data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />
<link rel="SHORTCUT ICON" href="//www.icu-project.org/favicon.ico"/>
2 changes: 1 addition & 1 deletion nbrowser/normalization-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<meta name="Robots" content="index,nofollow"/>
<title>ICU Demonstration - Normalization Browser</title>
<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="./data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />
<link rel="SHORTCUT ICON" href="//www.icu-project.org/favicon.ico"/>
2 changes: 1 addition & 1 deletion scompare/scompare-page-templ.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>ICU Demonstration - %%title%%</title>

<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="./data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion ubrowse/ubrowse-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<meta name="Robots" content="index,nofollow"/>
<title>ICU Demonstration - Unicode Browser</title>
<link rel="stylesheet" type="text/css" href="./icudemos/icu.css" />
<link rel="stylesheet" type="text/css" href="./data/main.css" />
<link rel="stylesheet" type="text/css" href="./icudemos/main.css" />
<link rel="SHORTCUT ICON" href="//www.icu-project.org/favicon.ico"/>

0 comments on commit c15b5e0

Please sign in to comment.