Author: nacx
Date: Fri Sep 13 15:29:09 2013
New Revision: 1522979

URL: http://svn.apache.org/r1522979
Log:
Fixed EC2 rendering

Modified:
    incubator/jclouds/site-content/documentation/community/index.html
    incubator/jclouds/site-content/documentation/devguides/index.html
    incubator/jclouds/site-content/documentation/faqs/ec2-faq/index.html

Modified: incubator/jclouds/site-content/documentation/community/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/community/index.html?rev=1522979&r1=1522978&r2=1522979&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/community/index.html (original)
+++ incubator/jclouds/site-content/documentation/community/index.html Fri Sep 
13 15:29:09 2013
@@ -53,9 +53,9 @@
 
 <h2><a href="/documentation/reference/apps-that-use-jclouds/">Who uses 
jclouds?</a></h2>
 
-<h2><a 
href="mailto:[email protected]";>Subscribe</a> to the 
<a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-user
 mailing list</a></h2>
+<h2><a href="mailto:[email protected]";>Subscribe</a> to the <a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-user
 mailing list</a></h2>
 
-<h2><a href="mailto:[email protected]";>Subscribe</a> 
to the <a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-dev
 mailing list</a></h2>
+<h2><a href="mailto:[email protected]";>Subscribe</a> to the <a 
href="http://www.mail-archive.com/[email protected]/";>jclouds-dev
 mailing list</a></h2>
 
 <h2><a href="http://www.meetup.com/jclouds/events/calendar/";>Attend a jclouds 
event!</a></h2>
 

Modified: incubator/jclouds/site-content/documentation/devguides/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/devguides/index.html?rev=1522979&r1=1522978&r2=1522979&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/devguides/index.html (original)
+++ incubator/jclouds/site-content/documentation/devguides/index.html Fri Sep 
13 15:29:09 2013
@@ -69,7 +69,6 @@
 <ul>
 <li>  <a href="https://github.com/jclouds";>GitHub mirror</a></li>
 <li>  <a href="https://issues.apache.org/jira/browse/JCLOUDS";>Issue 
Tracker</a></li>
-<li>  <a href="http://wiki.apache.org/jclouds/";>jclouds wiki</a></li>
 <li>  <a href="/documentation/devguides/continuous-integration">jclouds 
Continuous Integration</a></li>
 <li>  <a href="/documentation/devguides/provider-metadata">Provider 
Metadata</a></li>
 <li>  <a href="/documentation/devguides/using-eclipse">Using Eclipse</a></li>

Modified: incubator/jclouds/site-content/documentation/faqs/ec2-faq/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/faqs/ec2-faq/index.html?rev=1522979&r1=1522978&r2=1522979&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/faqs/ec2-faq/index.html 
(original)
+++ incubator/jclouds/site-content/documentation/faqs/ec2-faq/index.html Fri 
Sep 13 15:29:09 2013
@@ -1,4 +1,55 @@
-<h1>Frequently Asked Questions - Apache jclouds&reg; EC2 integration</h1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
+
+<head>
+  <title>Apache jclouds&reg; :: Frequently Asked Questions - EC2 
integration</title>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+
+  <!-- **** jclouds stylesheet **** -->
+  <link rel="stylesheet" type="text/css" href="/style/style.css"/>
+
+  <!-- **** syntax highlighting stylesheet **** -->
+  <link rel="stylesheet" type="text/css" href="/style/syntax.css"/>
+
+  <!-- **** Google Fonts **** -->
+  <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' 
rel='stylesheet' type='text/css'>
+  <link href='http://fonts.googleapis.com/css?family=Varela+Round' 
rel='stylesheet'/>
+
+  <script type="text/javascript">
+
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-8638379-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+
+  </script>
+
+</head>
+
+<body>
+  <div id="main">
+       <div id="top">
+      <a href="/"><div id="logo"></div></a>
+      <div id="menu">
+         <ul>
+<li><a href="/documentation/gettingstarted/">Getting Started</a></li>
+<li><a href="/documentation/">Documentation</a></li>
+<li><a href="/documentation/community/">Community</a></li>
+<li><a href="/documentation/devguides/">Development</a></li>
+<li><a 
href="http://incubator.apache.org/projects/jclouds.html";>Contact</a></li>
+</ul>
+
+ <!-- This bit of liquid lets us render the template components as markdown -->
+      </div>
+    </div>
+    <div id="content">
+      <div id="column2">
+               <h1>Frequently Asked Questions - Apache jclouds&reg; EC2 
integration</h1>
 
 <h2>How to use your keypair with EC2 AMI</h2>
 
@@ -48,3 +99,18 @@ the keypair into the Credentials Map. Yo
 
 
 <p><em>Note, the more you use features like security groups and keypairs, the 
less portable your code will be across clouds.</em></p>
+
+      </div>
+    </div>
+    <div id="footer">
+       <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org";>The 
Apache Software Foundation</a>. All Rights Reserved.</p>
+
+<p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather 
logos are registered trademarks or trademarks of the Apache Software 
Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/";>License</a> | <a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a> | <a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a> | <a 
href="http://www.apache.org/security/";>Security</a></p>
+ <!-- This bit of liquid lets us render the template components as markdown -->
+     <a href="http://www.apache.org";><img 
src="http://incubator.apache.org/images/egg-logo.png"/></a>
+    </div>
+  </div>
+</body>
+</html>


Reply via email to