summaryrefslogtreecommitdiff
path: root/control-center/intro_page
diff options
context:
space:
mode:
Diffstat (limited to 'control-center/intro_page')
-rw-r--r--control-center/intro_page/ChangeLog0
-rw-r--r--control-center/intro_page/Makefile.am8
-rw-r--r--control-center/intro_page/background.pngbin0 -> 10486 bytes
-rw-r--r--control-center/intro_page/faq.html11
-rw-r--r--control-center/intro_page/intro.xml.in20
5 files changed, 39 insertions, 0 deletions
diff --git a/control-center/intro_page/ChangeLog b/control-center/intro_page/ChangeLog
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/control-center/intro_page/ChangeLog
diff --git a/control-center/intro_page/Makefile.am b/control-center/intro_page/Makefile.am
new file mode 100644
index 000000000..f5ea12079
--- /dev/null
+++ b/control-center/intro_page/Makefile.am
@@ -0,0 +1,8 @@
+introdir = $(datadir)/control-center/intro_page
+intro_DATA = intro.xml faq.html
+
+artdir = $(datadir)/pixmaps/gnomecc
+art_DATA = background.png
+
+intro.xml: intro.xml.in
+ sed -e "s#@FAQDIR@#$(introdir)#" < $< > $@
diff --git a/control-center/intro_page/background.png b/control-center/intro_page/background.png
new file mode 100644
index 000000000..99cf8b907
--- /dev/null
+++ b/control-center/intro_page/background.png
Binary files differ
diff --git a/control-center/intro_page/faq.html b/control-center/intro_page/faq.html
new file mode 100644
index 000000000..b83a846d4
--- /dev/null
+++ b/control-center/intro_page/faq.html
@@ -0,0 +1,11 @@
+<html>
+<head><title>Frequently Asked Questions</title></head>
+<body>
+<p><font size="+1"><b>Frequently Asked Questions for the new Control Center</b></font></p>
+<li>Where did all the old capplets go?</li>
+<p>Many of the old capplets have been moved into the "Advanced" section of the control center. If you do not see an Advanced section, you may need to install the "control-center-plus" package which contains these capplets.</p>
+
+<br/>
+<p>If you have any suggestions for additions to the FAQ, please email <a href="mailto:hestilow@ximian.com">hestilow@ximian.com</a>.</p>
+</body>
+</html>
diff --git a/control-center/intro_page/intro.xml.in b/control-center/intro_page/intro.xml.in
new file mode 100644
index 000000000..532c7c954
--- /dev/null
+++ b/control-center/intro_page/intro.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<html>
+<body bgcolor="white">
+<table width="100%" height="100%">
+<tr valign="top"><td colspan="2"><p><font size="+2"><b>Welcome to the GNOME Control Center.</b></font></p>
+<p>From here, you may configure various aspects of your desktop.
+Simply click on one of the categories to the left, or choose from
+a task below:</p></td></tr>
+<tr><td colspan="2">
+<li><task href="background.desktop">I want to change my background image.</task></li>
+<li><task href="screensaver.desktop">I want to change my screensaver.</task></li>
+<li><task href="metatheme_selector.desktop">I want to change my desktop theme.</task></li>
+</td></tr>
+<tr valign="bottom">
+<td><img src="background.png"/></td>
+<td valign="center"><font size="-1"><p>This is a <b>beta</b> release of the Control Center! If you find any bugs, please <a href="launch:bug-buddy">report them</a>.</p><p>For more information, please refer to the <a href="launch:file://@FAQDIR@/faq.html">Frequently Asked Questions</a></p></font>
+</td></tr>
+</table>
+</body>
+</html>