allow for deselecting records while keeping it in the set under consideration. used...
[zcc.git] / website / index.html
blobf024ca0416195684469e3b5e55b9edeaf1255387
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>
8 zcc projects
9 </title>
10 <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
11 <style>
13 </style>
14 <script type="text/javascript">
15 window.onload = function() {
16 settings = {
17 tl: { radius: 10 },
18 tr: { radius: 10 },
19 bl: { radius: 10 },
20 br: { radius: 10 },
21 antiAlias: true,
22 autoPad: true,
23 validTags: ["div"]
25 var versionBox = new curvyCorners(settings, document.getElementById("version"));
26 versionBox.applyCornersToAll();
28 </script>
29 </head>
30 <body>
31 <div id="main">
33 <h1>zcc projects</h1>
34 <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/zcc"; return false'>
35 <p>Get Version</p>
36 <a href="http://rubyforge.org/projects/zcc" class="numbers">0.0.4</a>
37 </div>
38 <h1>&#x2192; &#8216;zcc&#8217;</h1>
41 <h2>What</h2>
44 <p><strong>Zcc projects</strong> is a collection of tools written in Ruby to help with copy cataloging.</p>
47 <h1><strong><span class="caps">THIS IS</span> <em>alpha</em> SOFTWARE. <span class="caps">IT MIGHT MANGLE YOUR MARC AND CORRUPT YOUR CATALOG</span>.</strong></h1>
50 <h1>zcc project releases so far</h1>
53 <p><a href="http://zcc.rubyforge.org/zcc.html">zcc</a> zcc is the main copy cataloging script.</p>
56 <p><a href="http://zcc.rubyforge.org/wcid">wcid</a> wcid is a library for handling WorldCat Identites</p>
58 </div>
60 <!-- insert site tracking codes here, like Google Urchin -->
62 </body>
63 </html>