[gnomeweb-wml] anjuta web: templatized pages using xslt



commit 576cf380010ed3ca6333b1b8bc47514d5af85ead
Author: Naba Kumar <naba gnome org>
Date:   Sun Jan 31 18:56:24 2010 +0200

    anjuta web: templatized pages using xslt

 projects.gnome.org/anjuta/css/anjuta.css           |  100 +++++
 projects.gnome.org/anjuta/css/bar.png              |  Bin 154 -> 0 bytes
 projects.gnome.org/anjuta/css/docs.css             |   29 --
 projects.gnome.org/anjuta/css/foot.png             |  Bin 699 -> 0 bytes
 projects.gnome.org/anjuta/css/general_bg.png       |  Bin 178 -> 0 bytes
 .../anjuta/css/general_separator.png               |  Bin 212 -> 0 bytes
 projects.gnome.org/anjuta/css/gnome.png            |  Bin 3656 -> 0 bytes
 projects.gnome.org/anjuta/css/layout.css           |  439 --------------------
 projects.gnome.org/anjuta/css/star.png             |  Bin 2871 -> 0 bytes
 projects.gnome.org/anjuta/css/style.css            |  246 -----------
 projects.gnome.org/anjuta/css/t.png                |  Bin 317 -> 0 bytes
 projects.gnome.org/anjuta/css/tab_left.png         |  Bin 371 -> 0 bytes
 projects.gnome.org/anjuta/css/tab_right.png        |  Bin 1134 -> 0 bytes
 projects.gnome.org/anjuta/current-release.xml      |   10 +
 .../anjuta/{development.shtml => development.page} |    0
 .../anjuta/{downloads.shtml => downloads.page}     |    0
 .../anjuta/{features.shtml => features.page}       |    0
 projects.gnome.org/anjuta/index.html               |    7 -
 .../anjuta/{index.shtml => index.page}             |    0
 .../anjuta/{layout.shtml => layout.xsl}            |    0
 projects.gnome.org/anjuta/projects.page            |   52 +++
 21 files changed, 162 insertions(+), 721 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/css/anjuta.css b/projects.gnome.org/anjuta/css/anjuta.css
new file mode 100644
index 0000000..29fd0a0
--- /dev/null
+++ b/projects.gnome.org/anjuta/css/anjuta.css
@@ -0,0 +1,100 @@
+/**
+ * Anjuta css overrides 
+ */
+#header {
+    background-image: url(anjuta-logo.png);
+}
+
+#sidebar {
+    top: 140px;
+}
+
+div#content {
+    padding-top: 40px;
+}
+
+h1, h2, h3, h4, h5 {
+    font-family: luxi sans,sans-serif;
+    clear: both;
+}
+
+div#highlight-container {
+    height: 620pt;
+    width: 700px;
+    margin-right: auto;
+    margin-left: auto;
+}
+
+div#highlight {
+    background: url(anjuta-home.png) top left no-repeat;
+    height: 509px;
+}
+
+div#highlight-ui {
+    float: left;
+    width: 150px;
+    padding: 10px;
+    background-color: #ffbbbb;
+    border: #ff0000 solid 1px;
+    -moz-border-radius: 15px;
+    color: #333333;
+}
+
+div#highlight-editor {
+    float: left;
+    width: 180px;
+    padding: 10px;
+    margin-left: 15px;
+    background-color: #bbffbb;
+    border: #00ff00 solid 1px;
+    -moz-border-radius: 15px;
+    color: #333333;
+}
+
+div#highlight-plugins {
+    float: left;
+    width: 260px;
+    padding: 10px;
+    margin-left: 15px;
+    background-color: #bbbbff;
+    border: #0000ff solid 1px;
+    -moz-border-radius: 15px;
+    color: #333333;
+}
+
+div.download-button {
+    background: url(download-button.png) top left no-repeat;
+    width: 222px;
+    height: 91px;
+    padding-top: 20px;
+}
+
+span.tag-title {
+   display: block;
+   border-bottom: #555555 solid 1px;
+}
+span.tiny-tag { font-size: 12pt; }
+span.small-tag { font-size: 15pt; }
+span.med-tag { font-size: 18pt; }
+span.large-tag { font-size: 21pt; }
+span.huge-tag { font-size: 26pt; }
+
+div.terminal {
+  background-color: #444444;
+  color: #eeeeee;
+  border: #999999 1px solid;
+  font-family: monospace;
+  padding: 10px;
+}
+
+p.quote {
+  background-color: #dddddd;
+  color: #333333;
+  font-style: italic;
+  text-align: center;
+}
+
+table {
+  border-collapse: collapse;
+  border: 1px solid #eeee;
+}
diff --git a/projects.gnome.org/anjuta/current-release.xml b/projects.gnome.org/anjuta/current-release.xml
new file mode 100644
index 0000000..b3beaf8
--- /dev/null
+++ b/projects.gnome.org/anjuta/current-release.xml
@@ -0,0 +1,10 @@
+<release>
+  <anjuta>
+    <stable>
+      <version>2.28.1</version>
+      <download>http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.28/anjuta-2.28.1.tar.gz</download>
+      <news>http://git.gnome.org/cgit/gedit/tree/NEWS</news>
+    </stable>
+  </anjuta>
+</release>
+
diff --git a/projects.gnome.org/anjuta/development.shtml b/projects.gnome.org/anjuta/development.page
similarity index 100%
rename from projects.gnome.org/anjuta/development.shtml
rename to projects.gnome.org/anjuta/development.page
diff --git a/projects.gnome.org/anjuta/downloads.shtml b/projects.gnome.org/anjuta/downloads.page
similarity index 100%
rename from projects.gnome.org/anjuta/downloads.shtml
rename to projects.gnome.org/anjuta/downloads.page
diff --git a/projects.gnome.org/anjuta/features.shtml b/projects.gnome.org/anjuta/features.page
similarity index 100%
rename from projects.gnome.org/anjuta/features.shtml
rename to projects.gnome.org/anjuta/features.page
diff --git a/projects.gnome.org/anjuta/index.shtml b/projects.gnome.org/anjuta/index.page
similarity index 100%
rename from projects.gnome.org/anjuta/index.shtml
rename to projects.gnome.org/anjuta/index.page
diff --git a/projects.gnome.org/anjuta/layout.shtml b/projects.gnome.org/anjuta/layout.xsl
similarity index 100%
rename from projects.gnome.org/anjuta/layout.shtml
rename to projects.gnome.org/anjuta/layout.xsl
diff --git a/projects.gnome.org/anjuta/projects.page b/projects.gnome.org/anjuta/projects.page
new file mode 100644
index 0000000..d15b4f6
--- /dev/null
+++ b/projects.gnome.org/anjuta/projects.page
@@ -0,0 +1,52 @@
+<page name="Projects">
+  <p>
+    <h2>Anjuta related projects</h2>
+    <table cellspacing="1" cellpadding="4" border="1">
+      <tbody>
+        <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>
+            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>
+	    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>
+        <tr>
+          <td nowrap="">
+            <a href="http://libanjutapython.sourceforge.net";>
+              Libanjuta Python bindings </a>
+          </td>
+          <td>
+            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>
+      </tbody>
+    </table>
+  </p>
+</page>
+



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