[gnomeweb-wml] anjuta web: Updated projects page, part 2



commit 58696b226b9bbe26f78b4e71b8d308cf807c2222
Author: Naba Kumar <naba gnome org>
Date:   Tue Feb 9 19:35:41 2010 +0200

    anjuta web: Updated projects page, part 2

 projects.gnome.org/anjuta/css/anjuta.css |   61 +++++++++
 projects.gnome.org/anjuta/projects.page  |  195 +++++++++++++++++-------------
 2 files changed, 172 insertions(+), 84 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/css/anjuta.css b/projects.gnome.org/anjuta/css/anjuta.css
index 19c8119..e2e4f4d 100644
--- a/projects.gnome.org/anjuta/css/anjuta.css
+++ b/projects.gnome.org/anjuta/css/anjuta.css
@@ -19,6 +19,67 @@
     width: 220px;
 }
 
+ul.projects, ul.project-item {
+  list-style-type: none;
+  padding: 0px;
+}
+
+ul.project-item {
+  border-top: #dedede 10px solid;
+  padding: 10px;
+  padding-left: 0px;
+  margin: 10px;
+}
+
+li.project-name {
+    font-size: 120%;
+    margin-bottom: 20px;
+}
+
+li.project-description {
+  padding-left: 20px;
+}
+
+li.project-status-active {
+    float: right;
+    opacity: 0.5;
+    width: 60px;
+    height: 60px;
+    background: url(green-button.png) no-repeat;
+    -moz-border-radius-topright: 15px;
+    border-radius: 15px;
+    -webkit-border-radius: 15px;
+    padding: 0px;
+    margin: 0px;
+}
+
+li.project-status-inactive {
+    float: right;
+    opacity: 0.5;
+    width: 60px;
+    height: 60px;
+    background: url(red-button.png) no-repeat;
+    -moz-border-radius-topright: 15px;
+    border-radius: 15px;
+    -webkit-border-radius: 15px;
+    padding: 0px;
+    margin: 0px;
+}
+
+li.project-author {
+    color: #333333;
+    float: right;
+    margin-right: 40px;
+    margin-top: -10px;
+    -moz-border-radius-bottomleft: 10px;
+    -moz-border-radius-bottomright: 10px;
+    background-color: #dedede;
+    padding: 5px;
+    padding-left: 10px;
+    padding-right: 10px;
+    width: 200px;
+}
+
 div.table-of-contents {
     border: 1px dotted #888;
     background: #f0f0f0;
diff --git a/projects.gnome.org/anjuta/projects.page b/projects.gnome.org/anjuta/projects.page
index b816a9c..06a146f 100644
--- a/projects.gnome.org/anjuta/projects.page
+++ b/projects.gnome.org/anjuta/projects.page
@@ -1,90 +1,117 @@
+<!-- -*- Mode: html; -*- -->
+
 <page name="Projects">
-  <p>
-    <h2>Anjuta related projects</h2>
-    <table cellspacing="1" cellpadding="4" border="1">
-      <tbody>
-        <tr>
-          <td nowrap="">
-            <a href="http://libanjutapython.sourceforge.net";>
-              Anjuta Python bindings </a>
-          </td>
-          <td>
-            Python bindings for Anjuta. It includes a plugin allowing Anjuta
+  <h2>Anjuta related projects</h2>
+  <ul class="projects">
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-active"></li>
+	<li class="project-author">
+	  Sébastien Granjoux
+	</li>
+	<li class="project-name">
+	  <a href="http://libanjutapython.sourceforge.net";>Anjuta Python bindings </a>
+	</li>
+	<li class="project-description">
+	  <p>
+	    Python bindings for Anjuta. It includes a plugin allowing Anjuta
 	    to load plugins written in Python and a Python debugger plugin
 	    (using winpdb) written in Python. 
-          </td>
-        </tr>
-        <tr>
-          <td nowrap="">
-            <a href="https://launchpad.net/anjuta-bazaar";>Anjuta Bazzar plugin
-            </a>
-          </td>
-          <td>
-		A plugin integrating Bazaar into Anjuta IDE
-          </td>
-        </tr>
-
-        <tr>
-          <td nowrap="">
-            <a href="http://bitbucket.org/abderrahim/anjuta-vala/wiki/Home";>
-	       Anjuta Vala plugin
-            </a>
-          </td>
-          <td>
-		This Anjuta plugin providing
-		<a href="http://live.gnome.org/Vala";>vala</a>
-		bindings and adding
-		code completion and calltips (and hopefully more) for the
-		Vala programming language. It's
-		<a href="http://abderrahim.arablug.org/blog/";>blogged here</a>
-		and there is a
-		<a href="http://abderrahim.arablug.org/blog/archives/2-Writing-Anjuta-plugins-in-Vala.html";>nice tutorial</a>
-          </td>
-        </tr>
-
-        <tr>
-          <td nowrap="">
-            <a href="http://labs.o-hand.com/anjuta-poky-sdk-plugin/";> Poky
-              SDK Plugin</a>
-          </td>
-          <td>
-            Integrates Anjuta with the SDK toolchain built from the Poky
-            Platform Builder allowing a rapid cross-compiled, build,
-            deploy, test, debug cycle from within this easy to use
-            environment.
-          </td>
-	  
-        </tr>
-	<tr>
-          <td nowrap="">
-            <a href="http://labs.kernelconcepts.de/Tools/Anjuta-OE-SDK-Plugin/";> OpenEmbedded SDK Plugin</a>
-          </td>
-          <td>
+	  </p>
+	</li>
+      </ul>
+    </li>
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-active"></li>
+	<li class="project-author">
+	  William Fagan
+	</li>
+	<li class="project-name">
+          <a href="https://launchpad.net/anjuta-bazaar";>Anjuta Bazaar plugin</a>
+	</li>
+	<li class="project-description">
+	  A plugin integrating Bazaar into Anjuta 
+	</li>
+      </ul>
+    </li>
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-active"></li>
+	<li class="project-author">
+	  Abderrahim Kitouni
+	</li>
+	<li class="project-name">
+	  <a href="http://bitbucket.org/abderrahim/anjuta-vala/wiki/Home";>Anjuta Vala plugin</a>
+	</li>
+	<li class="project-description">
+	    This Anjuta plugin providing
+	    <a href="http://live.gnome.org/Vala";>vala</a>
+	    bindings and adding
+	    code completion and calltips (and hopefully more) for the
+	    Vala programming language. It's
+	    <a href="http://abderrahim.arablug.org/blog/";>blogged here</a>
+	    and there is a
+	    <a href="http://abderrahim.arablug.org/blog/archives/2-Writing-Anjuta-plugins-in-Vala.html";>nice tutorial</a>
+	</li>
+      </ul>
+    </li>
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-active"></li>
+	<li class="project-author">
+	  Rob Bradford 
+	</li>
+	<li class="project-name">
+	  <a href="http://labs.o-hand.com/anjuta-poky-sdk-plugin/";>Poky SDK Plugin</a>
+	</li>
+	<li class="project-description">
+	    Integrates Anjuta with the SDK toolchain built from the Poky
+	    Platform Builder allowing a rapid cross-compiled, build,
+	    deploy, test, debug cycle from within this easy to use
+	    environment.
+	</li>
+      </ul>
+    </li>
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-active"></li>
+	<li class="project-author">
+	  Florian Boor
+	</li>
+	<li class="project-name">
+          <a href="http://labs.kernelconcepts.de/Tools/Anjuta-OE-SDK-Plugin/";> OpenEmbedded SDK Plugin</a>
+	</li>
+	<li class="project-description">
             This plugin enables the Anjuta IDE to make use of cross compilers easily. It supports standalone toolchains as well as OpenEmbedded working trees. Its heavily based on the Poky SDK Plugin and follows its release numbers.
-          </td>
-	  
-        </tr>
-        <tr>
-          <td nowrap="">
-            <a href="http://anjuta-maemo.garage.maemo.org/";>
-              Maemo SDK Plugin </a>
-          </td>
-          <td>
+	</li>
+      </ul>
+    </li>
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-status-inactive"></li>
+	<li class="project-author">
+	  Jukka-Pekka Iivonen
+	</li>
+	<li class="project-name">
+          <a href="http://anjuta-maemo.garage.maemo.org/";>Maemo SDK Plugin </a>
+	</li>
+	<li class="project-description">
 	    Anjuta maemo SDK+ plugin provides Anjuta IDE development environment for maemo based Internet tablets. The plugin generates a working C code template that is easy to extend into a full application. Code can be build, new source files added, and Debian packages generated directly from Anjuta.
-          </td>
-        </tr>
-
-	<!-- template
-        <tr>
-          <td nowrap="">
-            <a href="">
-            </a>
-          </td>
-          <td>
-          </td>
-        </tr>
-	-->
-      </tbody>
-    </table>
-  </p>
+	</li>
+      </ul>
+    </li>
+    <!-- template:
+    <li class="project-item">
+      <ul class="project-item">
+	<li class="project-name">
+	</li>
+	<li class="project-description">
+	  <p>
+	  </p>
+	</li>
+      </ul>
+    </li>
+    -->
+  </ul>
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]