summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormallum <mallum@b067294f-1dea-0310-9683-c47a78595994>2005-01-12 20:32:11 +0000
committermallum <mallum@b067294f-1dea-0310-9683-c47a78595994>2005-01-12 20:32:11 +0000
commit76626f52a6bedbdbcf7aecf6814db4b6eed7b77f (patch)
treebda1bbbce6e947ddda5f0d7c4c525af6f4d396b6
parent5ab2b0e510663f14c9dc8e2e6541e7f0c0373d66 (diff)
Update Website
git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1031 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--TODO11
-rw-r--r--website/default.css9
-rw-r--r--website/index.html37
-rw-r--r--website/mb-nest-1.pngbin232430 -> 229505 bytes
6 files changed, 59 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 46c46b8..e0d6935 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,3 @@
Matthew Allum <mallum@o-hand.com>
+Ross Burton <ross@o-hand.com>
+Based on idea by Eero Tamminen \ No newline at end of file
diff --git a/ChangeLog b/ChangeLog
index d816fa4..e59c700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-01-12 mallum,,, <mallum@openedhand.com>
+ * website/default.css:
+ * website/index.html:
+ Update website, renaming.
+ * TODO:
+ Added.
+
+2005-01-12 mallum,,, <mallum@openedhand.com>
+
* README:
* configure.ac:
* data/Makefile.am:
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..d2ff283
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+TODO
+====
+
+ * Refactor.
+ * Make device switching on the fly work. ( needs refactor )
+ * Add 'script to run on startup' option
+ * Make Server restarting more solid.
+ * Add RandR support somehow
+ * Add more devices :)
+
+ \ No newline at end of file
diff --git a/website/default.css b/website/default.css
index 1a38e0f..8d3841d 100644
--- a/website/default.css
+++ b/website/default.css
@@ -29,6 +29,11 @@ body {
}
#footer {
- color: #ccc;
+ color: #aaa;
text-align: center;
-} \ No newline at end of file
+ font-size: 11px;
+}
+
+#footer a {
+ color: #aaa;
+}
diff --git a/website/index.html b/website/index.html
index 53f6f3e..e13ac31 100644
--- a/website/index.html
+++ b/website/index.html
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>Matchbox Nest</title>
+ <title>Xoo</title>
<link rel="stylesheet" type="text/css" href="default.css" />
<link rel="icon" href="http://www.openedhand.com/images/favicon.ico" />
<meta name="description" content="matchbox nest embedded x" />
@@ -10,12 +10,13 @@
<body>
<div id="header">
- <h1>Matchbox Nest</h1>
+ <h1>Xoo</h1>
</div>
<div id="content">
+ <h2>About</h2>
<p>
- Matchbox Nest is a graphical wrapper around Xnest or Xephyr. It is
+ Xoo ( formally matchbox-nest ) is a GTK2 based graphical wrapper around a 'Windowed' X Server. It is
intended for embedded developers that want to simulate a target device
(with an accurate display size, working hardware buttons, etc) on a
desktop machine.
@@ -34,23 +35,47 @@
(kdrive). The advantage of using <tt>Xephyr</tt> is that it supports
the newer X extensions such as Render, RandR, Composite, and Damage;
allowing you to test applications using these extensions even if your
- native X server doesn't. Matchbox Nest can also send a signal to
+ native X server doesn't. Xoo can also send a signal to
<tt>Xephyr</tt> so that it will highlight the region it is painting, to
help debug redraw problems.
</p>
+
+ <p>
+ Xoo is authored by Matthew Allum and Ross Burton. It is free software, available under the GPL.
+ </p>
<h2>Screenshots</h2>
<p>
- This is the default theme, a Compaq iPaq.
+ This is the default theme, a Compaq iPaq running <a href="http://projects.o-hand.com/matchbox">matchbox</a>.
</p>
<img src="mb-nest-1.png" alt="Compaq iPaq theme"/>
<h2>Download</h2>
<p>
Tarballs for download are available at <a
- href="http://projects.o-hand.com/matchbox/sources/matchbox-nest/"><tt>http://projects.o-hand.com/matchbox/sources/matchbox-nest/</tt></a>.
+ href="http://projects.o-hand.com/xoo/sources/"><tt>http://projects.o-hand.com/xoo/sources/</tt></a>.
Debian packages are prepared and should be in <tt>unstable</tt> shortly.
</p>
+ <h2>Development</h2>
+ <p>
+
+ For Development code, use subversion;
+
+ </p>
+ <pre>
+ svn co http://svn.o-hand.com/repos/matchbox/trunk/xoo xoo
+ </pre>
+<p>
+ You can also <a href="http://svn.o-hand.com/view/matchbox/trunk/Xoo/">browse the repository</a>.
+</p>
+<p>
+ If you want to help out with development, please check the <a href="http://svn.o-hand.com/repos/matchbox/trunk/Xoo/TODO">TODO</a>.
+ </p>
+
+</p>
+ </div>
+ <div id="footer">
+ &copy; 2004 <a href="http://o-hand.com">OpenedHand</a> Ltd.
</div>
</body>
</html>
diff --git a/website/mb-nest-1.png b/website/mb-nest-1.png
index bf93c64..b0ab481 100644
--- a/website/mb-nest-1.png
+++ b/website/mb-nest-1.png
Binary files differ