From: Tomas Sedovic <[email protected]>

Pages Tools, Download and Contribute had some typographic problems -- mostly
incorrect spacing. It was mostly due to the way how HAML handles whitespace.

The Download and Contribute pages were converted to Markdown the fixes easier.

Due to the conversion to HAML, main menu got a bit wider -- fixed.

Repositories in the Contribute page were updated.
---
 deltacloud.org/content/_navigation.haml |    2 +-
 deltacloud.org/content/contribute.haml  |   97 -------------------------------
 deltacloud.org/content/contribute.mdown |   38 ++++++++++++
 deltacloud.org/content/download.haml    |   22 -------
 deltacloud.org/content/download.mdown   |   20 ++++++
 deltacloud.org/content/tools.haml       |    2 +-
 6 files changed, 60 insertions(+), 121 deletions(-)
 delete mode 100644 deltacloud.org/content/contribute.haml
 create mode 100644 deltacloud.org/content/contribute.mdown
 delete mode 100644 deltacloud.org/content/download.haml
 create mode 100644 deltacloud.org/content/download.mdown

diff --git a/deltacloud.org/content/_navigation.haml 
b/deltacloud.org/content/_navigation.haml
index 4f7d45a..db19a1d 100644
--- a/deltacloud.org/content/_navigation.haml
+++ b/deltacloud.org/content/_navigation.haml
@@ -16,5 +16,5 @@ filter: haml
         %li
           - current_page = "#{area}.html" unless area.nil? or area.empty? or 
(link[:href].index(area) != 0)
           - state = (link[:href] == current_page) ? 'active' : 'inactive'
-          %a{ :class => state, :href => "./#{link[:href]}", :title => 
link[:title] }
+          %a{ :class => state, :href => "./#{link[:href]}", :title => 
link[:title] }<
             = link[:text]
diff --git a/deltacloud.org/content/contribute.haml 
b/deltacloud.org/content/contribute.haml
deleted file mode 100644
index 8bf5167..0000000
--- a/deltacloud.org/content/contribute.haml
+++ /dev/null
@@ -1,97 +0,0 @@
----
-title: Deltacloud - Contribute
-extension: html
-filter: haml
----
-%h1
-  Contribute
-%p
-  All development of Deltacloud takes place in the open. Communication is run 
through the mailing list and all source code changes are tracked publicly. We 
have two lists, one for
-  %a.ext-link{ :href => 
"https://fedorahosted.org/mailman/listinfo/deltacloud-users"; }
-    %span.icon
-      user questions
-  , and one for
-  %a.ext-link{ :href => 
"https://fedorahosted.org/mailman/listinfo/deltacloud-devel"; }
-    %span.icon
-      development discussions and patches
-%p
-  You can also join us on the Freenode IRC channel #deltacloud
-%p
-  Deltacloud developers are generally available on the IRC channel, but if you 
do not get a response to a posted question on the IRC channel please ask on the
-  %a.ext-link{ :href => 
"https://fedorahosted.org/mailman/listinfo/deltacloud-users"; }
-    %span.icon
-      user mailing list
-  \.
-%p
-  Bugs are tracked in
-  %a.ext-link{ :href => "https://fedorahosted.org/deltacloud/report"; }
-    %span.icon
-      here
-  for the time being, though we may move them to Bugzilla at some point.
-%p
-  If you wish to view the gitweb interface of the various components of 
Deltacloud, they can be found here:
-%ul
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/client-ruby.git;a=summary"; }
-      client
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/framework.git;a=summary"; }
-      framework
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/driver-mock.git;a=summary"; }
-      mock driver
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/driver-rhevm.git;a=summary"; }
-      rhevm driver
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/driver-ec2.git;a=summary"; }
-      ec2 driver
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/driver-rackspace.git;a=summary"; }
-      rackspace driver
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/docs.git;a=summary"; }
-      docs
-  %li
-    %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/portal.git;a=summary"; }
-      portal
-%p
-  If you would like to contribute code, this is how you get the component you 
need:
-%ul
-  %li
-    git clone
-    %a.ext-link{ :href => 
"git://git.fedorahosted.org/git/deltacloud/client-ruby.git/" }
-      git://git.fedorahosted.org/git/deltacloud/client-ruby.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/framework.git/" }
-      git://git.fedorahosted.org/git/deltacloud/framework.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/driver-mock.git/" }
-      git://git.fedorahosted.org/git/deltacloud/driver-mock.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/driver-rhevm.git/" 
}
-      git://git.fedorahosted.org/git/deltacloud/driver-rhevm.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/driver-ec2.git/" }
-      git://git.fedorahosted.org/git/deltacloud/driver-ec2.git/
-  %li
-    git clone
-    %a{ :href => 
"git://git.fedorahosted.org/git/deltacloud/driver-rackspace.git/" }
-      git://git.fedorahosted.org/git/deltacloud/driver-rackspace.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/docs.git/" }
-      git://git.fedorahosted.org/git/deltacloud/docs.git/
-  %li
-    git clone
-    %a{ :href => "git://git.fedorahosted.org/git/deltacloud/portal.git/" }
-      git://git.fedorahosted.org/git/deltacloud/portal.git/
-%p
-  Patches are very welcome. Please send them to the
-  %a{ :href => "https://fedorahosted.org/mailman/listinfo/deltacloud-devel"; }
-    development list
-  \.  Patches should be generated with 'git format-patch' and sent to the list 
with 'git send-email'.
diff --git a/deltacloud.org/content/contribute.mdown 
b/deltacloud.org/content/contribute.mdown
new file mode 100644
index 0000000..65991e9
--- /dev/null
+++ b/deltacloud.org/content/contribute.mdown
@@ -0,0 +1,38 @@
+---
+title: Deltacloud - Contribute
+extension: html
+filter: markdown
+---
+Contribute
+==========
+
+All development of Deltacloud takes place in the open. Communication is run 
through the mailing list and all source code changes are tracked publicly. We 
have two lists, one for [user questions][1], and one for [development 
discussions and patches][2].
+
+[1]: https://fedorahosted.org/mailman/listinfo/deltacloud-users
+[2]: https://fedorahosted.org/mailman/listinfo/deltacloud-devel
+
+You can also join us on the Freenode IRC channel #deltacloud.
+
+Deltacloud developers are generally available on the IRC channel, but if you 
do not get a response to a posted question on the IRC channel please ask on the 
[user mailing list][3].
+
+[3]: https://fedorahosted.org/mailman/listinfo/deltacloud-users
+
+Bugs are tracked in [here][4] for the time being, though we may move them to 
Bugzilla at some point.
+
+[4]: https://fedorahosted.org/deltacloud/report
+
+If you wish to view the gitweb interface of the various components of 
Deltacloud, they can be found here:
+
+* [core](http://git.fedorahosted.org/git/?p=deltacloud/core.git;a=summary)
+* [portal](http://git.fedorahosted.org/git/?p=deltacloud/portal.git;a=summary)
+* [docs](http://git.fedorahosted.org/git/?p=deltacloud/docs.git;a=summary)
+
+If you would like to contribute code, this is how you get the component you 
need:
+
+* git clone 
[git://git.fedorahosted.org/git/deltacloud/core.git/](git://git.fedorahosted.org/git/deltacloud/core.git/)
+* git clone 
[git://git.fedorahosted.org/git/deltacloud/portal.git/](git://git.fedorahosted.org/git/deltacloud/portal.git/)
+* git clone 
[git://git.fedorahosted.org/git/deltacloud/docs.git/](git://git.fedorahosted.org/git/deltacloud/docs.git/)
+
+Patches are very welcome. Please send them to the [development list][5]. 
Patches should be generated with `git`&nbsp;`format-patch` and sent to the list 
with `git`&nbsp;`send-email`.
+
+[5]: https://fedorahosted.org/mailman/listinfo/deltacloud-devel
diff --git a/deltacloud.org/content/download.haml 
b/deltacloud.org/content/download.haml
deleted file mode 100644
index 6a4d899..0000000
--- a/deltacloud.org/content/download.haml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Deltacloud - Download
-extension: html
-filter: haml
----
-%h1
-  Download
-%p
-  The latest released versions of the source code can be found
-  %a{ :href => "https://fedorahosted.org/released/deltacloud/"; }
-    here
-  \. Getting started docs are provided in the READMEs in the
-  %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/framework.git;a=blob_plain;f=README;hb=HEAD";
 }
-    framework
-  and
-  %a{ :href => 
"http://git.fedorahosted.org/git/?p=deltacloud/portal.git;a=blob_plain;f=README;hb=HEAD";
 }
-    portal
-  projects.
-%p
-  As soon as possible, we will have everything packaged up for fedora, but in 
the meantime, we have an rpm already built for the portal, which can be found
-  %a{ :href => 
"https://fedorahosted.org/released/deltacloud/deltacloud-portal-0.0.1-1.fc11.noarch.rpm";
 }
-    here
diff --git a/deltacloud.org/content/download.mdown 
b/deltacloud.org/content/download.mdown
new file mode 100644
index 0000000..bf4f65b
--- /dev/null
+++ b/deltacloud.org/content/download.mdown
@@ -0,0 +1,20 @@
+---
+title: Deltacloud - Download
+extension: html
+filter: markdown
+---
+Download
+========
+
+The latest released versions of the source code can be found [here][1]. Getting
+started docs ar prodived in the READMEs in the [framework][2] and [portal][3]
+project.
+
+As soon as possible, we will have everythnig packaged up for fedora, but in
+the meantime, we have an rpm already built for the portal, which can be found
+[here][4].
+
+[1]: https://fedorahosted.org/released/deltacloud/
+[2]: 
http://git.fedorahosted.org/git/?p=deltacloud/framework.git;a=blob_plain;f=README;hb=HEAD
+[3]: 
http://git.fedorahosted.org/git/?p=deltacloud/portal.git;a=blob_plain;f=README;hb=HEAD
+[4]: 
http://git.fedorahosted.org/git/?p=deltacloud/portal.git;a=blob_plain;f=README;hb=HEAD
diff --git a/deltacloud.org/content/tools.haml 
b/deltacloud.org/content/tools.haml
index 25906e3..8ccebb4 100644
--- a/deltacloud.org/content/tools.haml
+++ b/deltacloud.org/content/tools.haml
@@ -31,6 +31,6 @@ filter: haml
       Your name here
     %p
       Do you have a tool to make Deltacloud more useful? Let us know at
-      %a{ :href => 
"https://fedorahosted.org/mailman/listinfo/deltacloud-devel"; }
+      %a{ :href => 
"https://fedorahosted.org/mailman/listinfo/deltacloud-devel"; }<
         https://fedorahosted.org/mailman/listinfo/deltacloud-devel
       and we'll post it here!
-- 
1.6.6.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to