From 02950747c2edc29e256e1493c93ded83e884e824 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Thu, 9 May 2002 19:33:17 +0000 Subject: [PATCH] Minor additions at Jay's request for SIGCOMM 2002 tutorial stuff. --- www/.htaccess | 2 ++ www/GNUmakefile.in | 2 ++ www/menu.php3 | 2 ++ www/sc2002tut.php3 | 41 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 www/sc2002tut.php3 diff --git a/www/.htaccess b/www/.htaccess index 7760631e4..b41db5329 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -3,5 +3,7 @@ Options Includes ErrorDocument 404 /error.php3 ErrorDocument 403 /error.php3 +Redirect /tutorial.html http://www.emulab.net/sc2002tut.php3 + DirectoryIndex start.php3 diff --git a/www/GNUmakefile.in b/www/GNUmakefile.in index b686f83ac..130cbc577 100644 --- a/www/GNUmakefile.in +++ b/www/GNUmakefile.in @@ -45,6 +45,8 @@ DOCFILES = $(wildcard $(SRCDIR)/doc/*.html) DOCFILES += $(wildcard $(SRCDIR)/doc/*.jpg) DOCFILES += $(wildcard $(SRCDIR)/doc/*.gif) DOCFILES += $(wildcard $(SRCDIR)/doc/*.php3) +DOCFILES += $(wildcard $(SRCDIR)/doc/*.ps) +DOCFILES += $(wildcard $(SRCDIR)/doc/*.pdf) TUTFILES = $(wildcard $(SRCDIR)/tutorial/*.html) TUTFILES += $(wildcard $(SRCDIR)/tutorial/*.jpg) diff --git a/www/menu.php3 b/www/menu.php3 index deb0307d3..15a6adc55 100644 --- a/www/menu.php3 +++ b/www/menu.php3 @@ -62,6 +62,8 @@ function WRITESIDEBAR() { echo "\n"; WRITESIDEBARBUTTON("Home", $TBDOCBASE, "index.php3"); + WRITESIDEBARBUTTON("Tutorial at SIGCOMM'02 ", + $TBDOCBASE, "sc2002tut.php3"); WRITESIDEBARBUTTON("News ( Apr 19)", $TBDOCBASE, "docwrapper.php3?docname=news.html"); WRITESIDEBARBUTTON("Tutorial", $TBDOCBASE, "tutorial/tutorial.php3"); diff --git a/www/sc2002tut.php3 b/www/sc2002tut.php3 new file mode 100644 index 000000000..cab1e98ae --- /dev/null +++ b/www/sc2002tut.php3 @@ -0,0 +1,41 @@ + + +
+

SIGCOMM 2002 Emulab Tutorial

+
+ +

+On Monday August 19 at +SIGCOMM 2002 +in Pittsburgh, PA, we are presenting a +tutorial +on the Emulab testbeds, offered in both half and full-day versions. +The primary focus will be on how to use the testbeds, both for +beginners and for advanced users, but will also discuss a number of +other topics, including how to build your own Emulab and how to join +the new distributed testbed. + +

+A detailed description is available in +Postscript +and PDF formats. + + + If you have questions, it's okay to email $TBMAILADDR, + or call +1-801-581-4285.\n"; + +# +# Standard Testbed Footer +# +PAGEFOOTER(); +?> + -- GitLab