Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
git-svn-id: http://manifest.rubyforge.org/svn/trunk/manifest@12 9304de6f-5db2-47b2-8f37-0218b1ca5ad2
  • Loading branch information
atoulme committed Feb 25, 2008
1 parent ea0ae1c commit c54a7d0
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 29 deletions.
96 changes: 85 additions & 11 deletions website/index.html
@@ -1,11 +1,85 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>manifest</title>

</head>
<body id="body">
<p>This page has not yet been created for RubyGem <code>manifest</code></p>
<p>To the developer: To generate it, update website/index.txt and run the rake task <code>website</code> to generate this <code>index.html</code> file.</p>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
manifest
</title>
<script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
<style>

</style>
<script type="text/javascript">
window.onload = function() {
settings = {
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true,
autoPad: true,
validTags: ["div"]
}
var versionBox = new curvyCorners(settings, document.getElementById("version"));
versionBox.applyCornersToAll();
}
</script>
</head>
<body>
<div id="main">

<h1>manifest</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/manifest"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/manifest" class="numbers">0.0.2</a>
</div>
<h1>&#x2192; &#8216;manifest&#8217;</h1>


<h2>What
Manifest is a simple Manifest jar reader.</h2>


<h2>Installing</h2>


<p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">manifest</span></pre></p>


<h2>Forum</h2>


<p><a href="http://groups.google.com/group/manifest-dev">http://groups.google.com/group/manifest-dev</a></p>


<h2>How to submit patches</h2>


<p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>


<p>The trunk repository is <code>svn://rubyforge.org/var/svn/manifest/trunk</code> for anonymous access.</p>


<h2>License</h2>


<p>This code is free to use under the terms of the Apache 2 license.</p>


<h2>Contact</h2>


<p>Comments are welcome. Send an email to <a href="mailto:antoine@lunar-ocean.com">Antoine Toulme</a> email via the <a href="http://groups.google.com/group/manifest-dev">forum</a></p>
<p class="coda">
<a href="FIXME email">Antoine Toulme</a>, 25th February 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>

<!-- insert site tracking codes here, like Google Urchin -->

</body>
</html>
16 changes: 4 additions & 12 deletions website/index.txt
Expand Up @@ -4,24 +4,16 @@ h1. &#x2192; 'manifest'


h2. What

Manifest is a simple Manifest jar reader.

h2. Installing

<pre syntax="ruby">sudo gem install manifest</pre>

h2. The basics


h2. Demonstration of usage



h2. Forum

"http://groups.google.com/group/manifest":http://groups.google.com/group/manifest
"http://groups.google.com/group/manifest-dev":http://groups.google.com/group/manifest-dev

TODO - create Google Group - manifest

h2. How to submit patches

Expand All @@ -31,9 +23,9 @@ The trunk repository is <code>svn://rubyforge.org/var/svn/manifest/trunk</code>

h2. License

This code is free to use under the terms of the MIT license.
This code is free to use under the terms of the Apache 2 license.

h2. Contact

Comments are welcome. Send an email to "FIXME full name":mailto:FIXME email via the "forum":http://groups.google.com/group/manifest
Comments are welcome. Send an email to "Antoine Toulme":mailto:antoine@lunar-ocean.com email via the "forum":http://groups.google.com/group/manifest-dev

8 changes: 3 additions & 5 deletions website/stylesheets/screen.css
@@ -1,13 +1,13 @@
body {
background-color: #E1D1F1;
/* background-color: #E1D1F1;*/
font-family: "Georgia", sans-serif;
font-size: 16px;
line-height: 1.6em;
padding: 1.6em 0 0 0;
color: #333;
color: #000;
}
h1, h2, h3, h4, h5, h6 {
color: #444;
color: #666;
}
h1 {
font-family: sans-serif;
Expand All @@ -23,8 +23,6 @@ li {
list-style-type: square;
}
a {
color: #5E5AFF;
background-color: #DAC;
font-weight: normal;
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion website/template.rhtml
Expand Up @@ -37,7 +37,7 @@
</div>
<%= body %>
<p class="coda">
<a href="FIXME email">FIXME full name</a>, <%= modified.pretty %><br>
<a href="FIXME email">Antoine Toulme</a>, <%= modified.pretty %><br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
Expand Down

0 comments on commit c54a7d0

Please sign in to comment.