root/trunk/site/index.html

Revision 100, 2.5 kB (checked in by broder, 16 years ago)

Put install instructions on their own page

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5         <title>MacAthena</title>
6     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7     <link rel="stylesheet" href="styles/style" type="text/css" />
8     <link rel="stylesheet" href="styles/layout" type="text/css" media="screen" />
9 </head>
10 <body>
11     <h1>MacAthena</h1>
12    
13     <p>The <strong>MacAthena</strong> project is working to bring the functionality of the <a href="http://web.mit.edu/is/topics/athena/">Athena system</a> to your <a href="http://www.apple.com/macosx/">Mac OS X</a> Tiger or Leopard system.</p>
14    
15     <p>MacAthena is a project of <a href="http://stuff.mit.edu/sipb/">SIPB</a>. If you have questions or comments, please contact the <a href="mailto:sipb-macathena@mit.edu">MacAthena maintainers</a>.</p>
16    
17     <h2>Goals</h2>
18    
19     <p>Eventually, the MacAthena project would like to offer:</p>
20    
21     <ul>
22     <li>Full command-line compatability with Linux Athena</li>
23     <li>Cocoa applications to provide easier to use interfaces to common Athena tasks</li>
24     <li>A package based system allowing MacAthena users to setup anything from a few utilities to a system with Kerberos-based logins and AFS home directories</li>
25     <li>Support in common lockers, providing MacAthena users with access to the wealth of software available in AFS</li>
26     </ul>
27    
28     <h2><a href="/install">Installing MacAthena</a></h2>
29    
30     <h2>What We Have</h2>
31    
32     <p>At this point, we have the following major features:</p>
33    
34     <h3>Available By Installing <tt>macathena-basic</tt></h3>
35    
36     <ul>
37    
38     <li><tt>/mit</tt> automounter&mdash;Access AFS lockers simply accessing paths of the form <tt>/mit/<var>locker</var></tt>, eliminating the need to actually attach lockers.</li>
39     <li><tt>add</tt></li>
40     <li>Moira clients&mdash;including <tt>blanche</tt>, <tt>stella</tt>, and <tt>moira</tt></li>
41    
42     </ul>
43    
44     <h3>Available By Installing <tt>macathena-standard</tt> (in addition to the packages from <tt>macathena-basic</tt>)</h3>
45    
46     <p>Many of these commands are not frequently used, but some locker programs depend on their presence</p>
47    
48     <ul>
49    
50     <li><tt>athinfo</tt></li>
51     <li><tt>delete</tt></li>
52     <li><tt>discuss</tt></li>
53     <li><tt>get-cluster</tt></li>
54     <li><tt>just</tt></li>
55     <li><tt>machtype</tt></li>
56    
57     </ul>
58 </body>
59 </html>
Note: See TracBrowser for help on using the browser.