|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 2 | + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 | + |
| 4 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | +<head> |
| 6 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 7 | + |
| 8 | + <title>cowtowncoder/java-uuid-generator @ GitHub</title> |
| 9 | + |
| 10 | + <style type="text/css"> |
| 11 | + body { |
| 12 | + margin-top: 1.0em; |
| 13 | + background-color: #ec090f; |
| 14 | + font-family: "Helvetica,Arial,FreeSans"; |
| 15 | + color: #ffffff; |
| 16 | + } |
| 17 | + #container { |
| 18 | + margin: 0 auto; |
| 19 | + width: 700px; |
| 20 | + } |
| 21 | + h1 { font-size: 3.8em; color: #13f6f0; margin-bottom: 3px; } |
| 22 | + h1 .small { font-size: 0.4em; } |
| 23 | + h1 a { text-decoration: none } |
| 24 | + h2 { font-size: 1.5em; color: #13f6f0; } |
| 25 | + h3 { text-align: center; color: #13f6f0; } |
| 26 | + a { color: #13f6f0; } |
| 27 | + .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} |
| 28 | + .download { float: right; } |
| 29 | + pre { background: #000; color: #fff; padding: 15px;} |
| 30 | + hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} |
| 31 | + .footer { text-align:center; padding-top:30px; font-style: italic; } |
| 32 | + </style> |
| 33 | + |
| 34 | +</head> |
| 35 | + |
| 36 | +<body> |
| 37 | + <a href="http://github.com/cowtowncoder/java-uuid-generator"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> |
| 38 | + |
| 39 | + <div id="container"> |
| 40 | + |
| 41 | + <div class="download"> |
| 42 | + <a href="http://github.com/cowtowncoder/java-uuid-generator/zipball/master"> |
| 43 | + <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a> |
| 44 | + <a href="http://github.com/cowtowncoder/java-uuid-generator/tarball/master"> |
| 45 | + <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a> |
| 46 | + </div> |
| 47 | + |
| 48 | + <h1><a href="http://github.com/cowtowncoder/java-uuid-generator">java-uuid-generator</a> |
| 49 | + <span class="small">by <a href="http://github.com/cowtowncoder">cowtowncoder</a></span></h1> |
| 50 | + |
| 51 | + <div class="description"> |
| 52 | + Java Uuid Generator (JUG) |
| 53 | + </div> |
| 54 | + |
| 55 | + <p>Java Uuid Generator (JUG) is a library for generating all (3) types of UUIDs on Java. And perhaps .NET/Mono as well: MUG is in the making!</p><h2>License</h2> |
| 56 | +<p>Apache License 2.0 or LGPL 2.1</p> |
| 57 | +<h2>Authors</h2> |
| 58 | +<p>Tatu Saloranta</p> |
| 59 | +<h2>Contact</h2> |
| 60 | +<p>Tatu Saloranta ( [email protected]) <br/> </p> |
| 61 | + |
| 62 | + |
| 63 | + <h2>Download</h2> |
| 64 | + <p> |
| 65 | + You can download this project in either |
| 66 | + <a href="http://github.com/cowtowncoder/java-uuid-generator/zipball/master">zip</a> or |
| 67 | + <a href="http://github.com/cowtowncoder/java-uuid-generator/tarball/master">tar</a> formats. |
| 68 | + </p> |
| 69 | + <p>You can also clone the project with <a href="http://git-scm.com">Git</a> |
| 70 | + by running: |
| 71 | + <pre>$ git clone git://github.com/cowtowncoder/java-uuid-generator</pre> |
| 72 | + </p> |
| 73 | + |
| 74 | + <div class="footer"> |
| 75 | + get the source code on GitHub : <a href="http://github.com/cowtowncoder/java-uuid-generator">cowtowncoder/java-uuid-generator</a> |
| 76 | + </div> |
| 77 | + |
| 78 | + </div> |
| 79 | + |
| 80 | + |
| 81 | +</body> |
| 82 | +</html> |
|
0 commit comments