diff --git a/www/.htaccess b/www/.htaccess index 7760631e43ed3d499c9d0273231559580eb6e084..b41db5329ead254b7a790e425b66bc0b0c95a8cd 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 b686f83ac9ecbdd014dc94895448c4a8f205ddb7..130cbc5779644b38f611aa090c1498da80aa2155 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 deb0307d39ee504a97ce37d8a7566e0a448f0bf7..15a6adc559fec2ee0ec8a338da484f6ac9fea1cd 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 0000000000000000000000000000000000000000..cab1e98aeb95aec25d21db2e570af790dffe3f3f --- /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(); +?> +