<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Communication Tools  for Online Collaboration</title>
<title>Communication Tools for Online Learning: Webboard Archiving</title>
<META NAME="description" content="A presentation on the tools used for online communication by the Collaborative Research Project.">
<META NAME="KEYWORDS" content="World Wide Web, collaborative learning, computer mediated communication, technology-based learning, problem-based learning, constructivism, online communication, webboards, web based discussion, online education, distance learning">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" TYPE="text/css" HREF="/styles/standard.css">
</head>
<body>
<div align=center>
<p><br>
<table class="tableborder" width="600" border="0"
cellspacing="0" cellpadding="20">
<tr>
<td>
<!--#include virtual="/inc/top.html" -->

<p><br>
<!-- end of top -->



<H1 align=center>Communication Tools<br>
 for Online Collaboration</h1>
<h2 align=center>Archiving the Webboards</h2>
<p><br>


<center>
A presentation at the American
Psychological Association's<br>
1999 Miniconvention on Education and Technology
<p>


Paula Edmiston
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Georgia Tech Research Institute

</center>

<P><br>
<a href="index.html">Back to the main discussion</a>


<p>
<hr>
<p>

<h3>Brief List of Steps to Archive</h3>


Make sure you're in the group 1 directory.
You can check your path using the <strong>pwd</strong> command. You want
to see <strong>group1</strong> as the last entry in the path.
Then enter this series of commands
<p>
<ol>
<li>cd 99spring
<li>mkdir mar-may
<li>cd mar-may
<li>cd ../../wwwboard.* .
<li>mkdir messages
<li>cd messages
<li>cd ../../../messages/* .
<li>Then strip the board!
</ol>


<h3>A Descriptive Guide to Archiving the Boards</h3>

<dl>
<dt>Make sure you're in the <strong>group1</strong> directory.
<dd>At the UNIX prompt enter the <strong>pwd</strong> command and see the
<strong>group1</strong> is the last entry in the path.
<p>
<dt>cd 99spring
     <dd>move into the 99spring directory, which already exists.
<p>
<dt>mkdir mar-may
     <dd>this makes the archive directory
<p>
<dt>cd mar-may
     <dd>step into that directory
<p>
<dt>cd ../../wwwboard.* .
     <dd>this copies the 2 files, wwwboard.html and wwwboard.cgi

     <dd>The ../../ means "reach up two dir levels" so the command
     literally says:    CoPy from two levels up (../../) the
     files that begin "wwwboard" and I don't care how the
     filenames end ".*" and place the copies right here (the last
     "." dot in the command)
<p>
<dt>mkdir messages
     <dd>still in the mar-may dir, I say
     create a dir named 'messages'
<p>
<dt>cd messages
     <dd>step into the messages directory
<p>
<dt>cd ../../../messages/* .
     <dd>copy from the group1 dir, the contents of the messages dir
     and place the copies "here" (the single dot at the end). So
     you see I had to reach up THREE levels up now that I'm down
     in messages dir.
<p>
     <dd>I'm in
       group1/99spring/mar-may/messages
<p>
     <dd>The message files are in
       group1/messages
<p>
<dd> So counting up the dir path, one level up takes me to mar-may<br>
                          another level takes me up to 99spring<br>
                    and the third level takes me up to group1
<p>
     <dd>remember, 2 dots refer to the "above" dir and one dot refers
     to the "current" dir
<p>
<dt>Copy command syntax always says<br>
         <dd>copy from "somewhere" the file foo and put the copy
         "somewhere" (often "here", signified with a dot. What a
         lot of sound and fury!)
</dl>
<p>

Then strip the board!


<p>
<br>
<br>
Return to the <a href="index.html">main discussion</a>






<!--  -------------------------------------------------- -->
<p><br>
<!--#include virtual="/inc/foot.html" -->
</td>
</tr>
</table>

<!--#exec cgi="../../cgi-bin/looker/ax.pl" -->

</div></body>
</html>
