[llvm-commits] CVS: llvm-www/demo/index.cgi
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 26 11:36:20 PST 2005
Changes in directory llvm-www/demo:
index.cgi updated: 1.41 -> 1.42
---
Log message:
don't email brian anymore.
---
Diffs of the changes: (+4 -4)
index.cgi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.41 llvm-www/demo/index.cgi:1.42
--- llvm-www/demo/index.cgi:1.41 Sat Feb 26 11:30:50 2005
+++ llvm-www/demo/index.cgi Sat Feb 26 13:36:04 2005
@@ -5,7 +5,7 @@
# doing remote web JO99C compilations. (It could still be used for that
# purpose, though the two scripts have diverged somewhat.)
#
-# Last modified $Date: 2005/02/26 17:30:50 $
+# Last modified $Date: 2005/02/26 19:36:04 $
#
use strict;
@@ -21,7 +21,7 @@
my $LOGFILE = '/tmp/webcompile/log.txt';
my $FORM_URL = 'index.cgi';
-my $CONTACT_ADDRESS = 'gaeke -at- uiuc.edu';
+my $CONTACT_ADDRESS = 'Questions or comments? Email the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
my $LOGO_IMAGE_URL = 'cathead.png';
my $TIMEOUTAMOUNT = 20;
@@ -137,7 +137,7 @@
EOF
if ($LOGO_IMAGE_URL) {
- print "<img align=right width=100 height=114 src=\"$LOGO_IMAGE_URL\" />";
+ print "<img align=right width=100 height=111 src=\"$LOGO_IMAGE_URL\" />";
}
if ( -f "/tmp/webcompile/locked" ) {
@@ -234,7 +234,7 @@
front-end, please <a href='/docs/FAQ.html#cfe_code'>check the FAQ</a>.
If the FAQ does not address it, please
send an email to the <a
-href='http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev'>llvmdev mailing
+href='http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev'>LLVMdev mailing
list</a>.</p>\n<p>Note that the generated LLVM code will be easier to read if
you use stdio (e.g., printf) than iostreams (e.g., std::cout).</p>\n";
More information about the llvm-commits
mailing list