| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>About this site</title> |
|---|
| 4 | <style type="text/css"> |
|---|
| 5 | body { |
|---|
| 6 | margin: 0px; |
|---|
| 7 | } |
|---|
| 8 | #content { |
|---|
| 9 | padding: 50px; |
|---|
| 10 | margin: auto; |
|---|
| 11 | width: 50%; |
|---|
| 12 | } |
|---|
| 13 | h1 { |
|---|
| 14 | margin-bottom: 0px; |
|---|
| 15 | } |
|---|
| 16 | h2 { |
|---|
| 17 | margin-top: 0px; |
|---|
| 18 | font-style: italic; |
|---|
| 19 | } |
|---|
| 20 | #logo { |
|---|
| 21 | text-align: center; |
|---|
| 22 | } |
|---|
| 23 | #logo a img, #info { |
|---|
| 24 | border: 1px solid #000; |
|---|
| 25 | } |
|---|
| 26 | #info { |
|---|
| 27 | background: #eee; |
|---|
| 28 | color: #000; |
|---|
| 29 | padding: 10px; |
|---|
| 30 | font-size: small; |
|---|
| 31 | font-style: italic; |
|---|
| 32 | } |
|---|
| 33 | </style> |
|---|
| 34 | </head> |
|---|
| 35 | <body> |
|---|
| 36 | <div id="content"> |
|---|
| 37 | <div id="logo"> |
|---|
| 38 | <a href="http://openguides.org/"><img |
|---|
| 39 | src="http://openguides.org/img/logo.jpg" width="379" height="165" |
|---|
| 40 | alt="OpenGuides.org"></a> |
|---|
| 41 | <h1>Powered by <a href="http://openguides.org/">OpenGuides</a></h1> |
|---|
| 42 | <h2>The guides built by you.</h2> |
|---|
| 43 | <h3>version 0.51 (Nov 15, 2005)</h3> |
|---|
| 44 | </div> |
|---|
| 45 | <div id="blurb"> |
|---|
| 46 | <p> |
|---|
| 47 | OpenGuides is a web-based collaborative <a |
|---|
| 48 | href="http://wiki.org/wiki.cgi?WhatIsWiki">wiki</a> environment for |
|---|
| 49 | building guides and sharing information, as both human-readable text |
|---|
| 50 | and <a href="http://www.w3.org/RDF/"><acronym title="Resource Description |
|---|
| 51 | Framework">RDF</acronym></a>. |
|---|
| 52 | </p> |
|---|
| 53 | <p> |
|---|
| 54 | OpenGuides is written in <a href="http://www.perl.org/">Perl</a>, and is |
|---|
| 55 | made available under the same license as Perl itself (dual <a |
|---|
| 56 | href="http://dev.perl.org/licenses/artistic.html" title='The "Artistic Licence"'>Artistic</a> and <a |
|---|
| 57 | href="http://www.opensource.org/licenses/gpl-license.php"><acronym |
|---|
| 58 | title="GNU Public Licence">GPL</acronym></a>). |
|---|
| 59 | </p> |
|---|
| 60 | <p> |
|---|
| 61 | Copyright ©2003-2005, <a href="http://openguides.org/">The OpenGuides |
|---|
| 62 | Project</a>. "OpenGuides", "[The] Open Guide To..." and "The guides built by |
|---|
| 63 | you" are trademarks of The OpenGuides Project. Any uses on this site are made |
|---|
| 64 | with permission. |
|---|
| 65 | </p> |
|---|
| 66 | </div> |
|---|
| 67 | <div id="info"> |
|---|
| 68 | <p> |
|---|
| 69 | Site administrator: A. N. Other <<a |
|---|
| 70 | href="mailto:a.n.other@example.com">a.n.other@example.com</a>> |
|---|
| 71 | </p> |
|---|
| 72 | <p> |
|---|
| 73 | The content of this site is <a |
|---|
| 74 | href="http://creativecommons.org/licenses/by-sa/1.0/">licensed</a>. There is |
|---|
| 75 | <a href="http://london.openguides.org/?Site_Licence">more information</a> |
|---|
| 76 | available. |
|---|
| 77 | </p> |
|---|
| 78 | </div> |
|---|
| 79 | </div> |
|---|
| 80 | </body> |
|---|
| 81 | </html> |
|---|