new front page
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 29 Dec 2017 18:33:59 +0000 (13:33 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Fri, 29 Dec 2017 18:33:59 +0000 (13:33 -0500)
index.mdwn
local.css

index e67ddae..924fc17 100644 (file)
@@ -1,57 +1,31 @@
-![andy][1]
-
-
-Welcome to the [OpenAFS][2] wiki. This is a web-based collaboration for
-collecting, maintaining, and distributing information about OpenAFS, an
-open-source implementation of the AFS distributed filesystem.
-
-OpenAFS is a caching, distributed, network-based filesystem for securely and
-efficiently sharing files over a private network or over the internet.  OpenAFS
-stores files on file servers. OpenAFS clients read and write data to
-the file servers. Data is cached locally by clients, making subsequent reads
-very fast.  File servers automatically notify clients when data is
-changed, keeping data in sync.  OpenAFS clients integrate with the client
-operating system to create a seamless network file system.  Client side support
-is provided for wide-range of operating systems, including Windows, MacOS,
-Solaris, and Linux.
-
-### Key features
-
-  * global namespace
-  * location transparency
-  * client-side caching
-  * read-only replication
-  * access control lists
-  * kerberos integration
-
-For more information on the history of OpenAFS or a further how-to for
-this wiki page look at the [[general section|general/index]].
-
-## Developers
-
-Interested in getting involved? Check out the [[developer's
-section|devel/index]] to find information on getting started or picking up
-where you left off.
-
-## Administrators
-
-Already have OpenAFS installed? Find information
-on continuing setup in the [[administrator's section|admin/index]].
-
-## OpenAFS Users
-
-Need more help navigating OpenAFS? Find further general reading here
-in the [[user's section|reguser/index]].
-
-## Getting help
-
-  * [[Commercial Support|general/support/WhereToGetHelp]]
-  * IRC [chat.freenode.net][3] channel #openafs
-  * [OpenAFS Mailing lists][4]
-    * Users and administrators -> OpenAFS-info
-    * Developers -> OpenAFS-devel
-
-[1]: images/andy_juggles.jpg "Andy Juggles"
-[2]: http://www.openafs.org  "OpenAFS"
-[3]: http://webchat.freenode.net/?channels=%23openafs&uio=d4 "Freenode webchat"
-[4]: https://lists.openafs.org/mailman/listinfo "Mailing lists"
+<div class="largebox">
+
+  <p><a href="http://openafs.org">OpenAFS</a> is an open source implementation
+  of the AFS distributed filesystem.  Key features include Kerberos support, ACL
+  protected directories, read-only file replication, file server location
+  transparency, and client-side file caching.  OpenAFS is distributed under the
+  IBM Public License.</p>
+
+</div>
+
+<div class='smallbox'>
+  <b>Developers</b>
+  <p>Interested in getting involved? Check out the <a
+  href="devel/index.html">developer's section</a> to find information on getting
+  started.</p>
+</div>
+
+<div class='smallbox'>
+  <b>Administrators and Users</b>
+  <p>Find information on how to <a href='admin/index'>deploy and manage</a> OpenAFS.</p>
+  <p>See <a href="admin/GuidesAndInfo.html">guides and info</a></p>
+</div>
+
+<div class='smallbox'>
+  <b>Getting help</b>
+  <p>
+  <a href="/general/support/WhereToGetHelp.html">Commercial support</a><br/>
+  <a href="https://lists.openafs.org/mailman/listinfo">Mailing lists</a><br/>
+  <a href="http://webchat.freenode.net/?channels=%23openafs&uio=d4">#openafs</a> irc channel on freenode.net<br/>
+  </p>
+</div>
index a500d84..91f5351 100644 (file)
--- a/local.css
+++ b/local.css
@@ -127,7 +127,7 @@ body {
   margin: 0;
   padding: 0;
   font-family: sans-serif;
-  font-size: 0.8em;
+  font-size: 1.0em; /* 0.8em; */
   line-height: 1.5em;
   color: black;
   background: white;
@@ -327,3 +327,24 @@ tr:nth-child(even) {
   margin-top: 0.5em;
   padding: 0 0 0 2ex;
   border-color: red; }
+
+/* front page layout */
+
+div.largebox {
+  font-size: 1.2em;
+  padding-top: 2em;
+  padding-bottom: 2em;
+  padding-right: 4em;
+  padding-left: 4em;
+  margin: 1em;
+}
+
+div.smallbox {
+  background-color: #edf2f7;
+  float: left;
+  height: 10em;
+  width: 20em;
+  margin: 1em;
+  padding: 2em;
+  border: 2px solid #cccccc;
+}