<?php require_once "fs_inner_context.inc"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

<title><?php echo $HTML_TITLE; ?></title>

</head>

<?php echo html_bgcolor_body($BG_COLOR); ?>

<!-- Standard hierarchical header structure -->

<?php echo $CS_HEADER_HTML; ?>

<?php echo html_linked_text("<em>Courses</em>", $CS_COURSES_ROOT_URL); ?>

<?php echo $HTML_HEADER; ?>

<p>All class discussion, outside of lecture meetings, should be
carried out with the <em>HyperNews</em> system. <em>HyperNews</em>
allows you to attach messages to ``forums'' created by the instructor,
and also to other people's messages. It presents the forums and
messages as <em>HTML</em> documents, which you may view through your
favorite <em>World Wide Web</em> browser. I have provided four forums
as starting points:

<ul>

  <li><?php echo html_linked_text("Class Work",
            $GLOBALS["DISCUSS_CLASSWORK_URL"]); ?></li>

  <li><?php echo html_linked_text("Course Evaluation",
            $GLOBALS["DISCUSS_EVAL_URL"]); ?></li>

  <li><?php echo html_linked_text("Social Chit-Chat",
            $GLOBALS["DISCUSS_SOCIAL_URL"]); ?></li>

  <li><?php echo html_linked_text("Test",
            $GLOBALS["DISCUSS_TEST_URL"]); ?></li>

</ul>

<p>
Please use the <em>Class Work</em> article for all discussion of
course content outside of class. All questions about lectures, the
textbooks, homework assignments, programming projects, and the
contents of the final exam, answers to those questions, and other
discussion of the ideas in the course, belong in the public discussion
under <em>Class Work</em>. Only items that are truly of no interest to
the class at large, or that are confidential, should be taken up by
electronic mail.

<hr>

<h3>References</h3>

<ul>

  <li><?php echo html_linked_text("<em>HyperNews</em>",
                                  $GLOBALS["HYPERNEWS_INSTRUCTIONS_URL"]); ?>
  </li>

  <li><?php echo html_linked_text("<em>HTML</em>",
                                  $GLOBALS["HTML_INSTRUCTIONS_URL"]); ?>
  </li>
  
</ul>

<hr>

<h3>General Instructions</h3>

<p><em>HyperNews</em> is a new system from <em>NCSA</em> for carrying out
discussions on the <em>World Wide Web</em>. The presentation and documentation
are still a bit confusing, but the functionality is essentially right,
so it is best for us to get on the bandwagon, and increase the
incentive for <em>NCSA</em> to improve things.</p>

<p>The best way to get the hang of HyperNews is to use it. Practice in
the
<?php echo html_linked_text("<em>Test</em>", $GLOBALS["DISCUSS_TEST_URL"]); ?>
 area. Refer to the
<?php echo html_linked_text("instructions", $GLOBALS["HTML_INSTRUCTIONS_URL"]);
?>
provided by <em>NCSA</em> for detailed information, but keep in mind
that the instructions describe a configurable system which is still
under development. In particular, they do not cover local choices made
in the installation that we are using.

<h3>Confusing Points</h3>

<p>
<ol>

  <li>You can't use the <b>Admin</b> button---it's only available to
  system administrators.</li>

  <li>The <b>Email</b> button leads to a page that allows you to
  subscribe or unsubscribe to a particular article or response. The
  only point of subscribing is to be notified by Email of additional
  responses. I strongly recommend that you subscribe to the <em>Class
  Work</em> article.</li>

  <li>The <b>Members</b> button lets you enter, and later modify,
  information about yourself, including your name, URL if you have
  one, and the form in which you wish to be notified of new
  responses. Everyone in the class should enroll as a member of the
  local <em>HyperNews</em> discussion group.</li>

  <li>The <b>Add Message</b> button is the only obvious one: it
  creates a response. This is the only button that you are likely to
  use repeatedly. The other ones probably should not have been
  included on every page. Perhaps a later release of
  <em>HyperNews</em>, or some local reconfiguration, will improve
  this.</li>

</ol>

<h3>Special Netiquette Rules for Com Sci 221</h3>

<p>
<ol>

  <li>Give your correct name on every response, except in the
  <em>Course Evaluation</em> section, where you may respond
  anonymously (or in the <em>Test</em> section to test annonymous
  posting). If you enroll correctly with HyperNews, you need only type
  in your <em>HyperNews</em> ID (usually your whole email address,
  including <em>uchicago.edu</em>), and the rest of your
  identification will be filled in automatically.</li>

  <li>Avoid the ``Plain Text'' form of response, because it is very
  annoying to readers. Learn enough <em>HTML</em> to accomplish whatever
  structure your document needs (<code>&lt;p&gt;</code> for paragraph,
  etc.). Use the <code>&lt;pre&gt;<var>...</var>&lt;/pre&gt;</code>
  marking within <em>HTML</em> to lay out pieces of code, but let the remainder
  of your comments be formatted by the reader's browser. There are
  excellent
  <?php echo html_linked_text("online instructions",
                              $GLOBALS["HTML_INSTRUCTIONS_URL"]);
  ?>
  to get you started writing <em>HTML</em>. It's very
  easy.</li>

  <li>Have fun with the ``Kind of Message'' icons, but use them
  informatively, not misleadingly.</li>

</ol>

      <hr>
      <address><a href="mailto:odonnell@cs.uchicago.edu">Michael J. O'Donnell</a></address>

<?php echo html_footer("index", 0, 1); ?>
<!-- Created: Wed Sep  8 16:19:04 CDT 1999 -->
<!-- hhmts start -->
Last modified: Fri Mar 15 17:08:22 CST 2002
<!-- hhmts end -->

</body>

</html>
