[gnome-devel-docs] Added expandable sections.
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Added expandable sections.
- Date: Sat, 28 Apr 2012 14:31:55 +0000 (UTC)
commit 5a4edc8d7f0de10049616fd664d54189038d3b08
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date: Sat Apr 28 10:31:37 2012 -0400
Added expandable sections.
platform-demos/C/index.page | 24 +++++++++++++++---------
1 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/platform-demos/C/index.page b/platform-demos/C/index.page
index b9a648d..cdd144f 100644
--- a/platform-demos/C/index.page
+++ b/platform-demos/C/index.page
@@ -1,6 +1,6 @@
<page xmlns="http://projectmallard.org/1.0/"
- xmlns:e="http://projectmallard.org/experimental/"
- type="guide"
+ xmlns:ui="http://projectmallard.org/experimental/ui/"
+ type="guide"
id="index">
<info>
<credit type="author">
@@ -27,31 +27,37 @@
<title>GNOME Developer Platform Demos</title>
-<section id="start">
+<section id="start" ui:expanded="no">
<title>Getting Ready</title>
+ <subtitle>How to set up your development environment</subtitle>
</section>
-<section id="c" style="2column">
+<section id="c" style="2column" ui:expanded="no">
<title>C</title>
+ <subtitle>Tutorials, code samples, platform-demos and more</subtitle>
</section>
-<section id="cpp" style="2column">
+<section id="cpp" style="2column" ui:expanded="no">
<title>C++</title>
+ <subtitle>Gtkmm and GStreamermm tutorials</subtitle>
</section>
-<section id="js" style="2column">
+<section id="js" style="2column" ui:expanded="no">
<title>JavaScript</title>
+ <subtitle>Tutorials, code samples, platform-demos and more</subtitle>
</section>
-<section id="py" style="2column">
+<section id="py" style="2column" ui:expanded="no">
<title>Python</title>
+ <subtitle>Tutorials, code samples, platform-demos and more</subtitle>
</section>
-<section id="vala" style="2column">
+<section id="vala" style="2column" ui:expanded="no">
<title>Vala</title>
+ <subtitle>Tutorials, code samples, platform-demos and more</subtitle>
</section>
-<section id="get-involved" style="2column">
+<section id="get-involved" style="2column" ui:expanded="yes">
<title>Get Involved</title>
</section>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]