[gnomeweb-wml: 1/2] Add initial gnome-color-manager webpages



commit 74573945b593fce988df8f98076db75cef07c566
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 2 11:03:36 2009 +0000

    Add initial gnome-color-manager webpages

 configure.in                                       |    2 +
 projects.gnome.org/Makefile.am                     |    1 +
 projects.gnome.org/gnome-color-manager/Makefile.am |   12 ++
 projects.gnome.org/gnome-color-manager/bugs.html   |  131 ++++++++++++++++++++
 projects.gnome.org/gnome-color-manager/default.css |   44 +++++++
 .../gnome-color-manager/images/Makefile.am         |   27 ++++
 .../gnome-color-manager/images/favicon.ico         |  Bin 0 -> 318 bytes
 .../gnome-color-manager/images/gcm-adjust.png      |  Bin 0 -> 34131 bytes
 .../gnome-color-manager/images/gcm-basic.png       |  Bin 0 -> 27915 bytes
 .../images/gcm-calibrate-default.png               |  Bin 0 -> 16657 bytes
 .../images/gcm-calibrate-drawing.png               |  Bin 0 -> 15879 bytes
 .../gnome-color-manager/images/gcm-import.png      |  Bin 0 -> 13521 bytes
 .../gnome-color-manager/images/icon-arch.png       |  Bin 0 -> 2851 bytes
 .../gnome-color-manager/images/icon-debian.png     |  Bin 0 -> 507 bytes
 .../gnome-color-manager/images/icon-forsight.png   |  Bin 0 -> 2098 bytes
 .../gnome-color-manager/images/icon-gentoo.png     |  Bin 0 -> 4457 bytes
 .../gnome-color-manager/images/icon-redhat.png     |  Bin 0 -> 2634 bytes
 .../gnome-color-manager/images/icon-suse.png       |  Bin 0 -> 2712 bytes
 .../gnome-color-manager/images/icon-ubuntu.png     |  Bin 0 -> 2037 bytes
 .../gnome-color-manager/images/logo.png            |  Bin 0 -> 2216 bytes
 .../gnome-color-manager/images/logo32x32.png       |  Bin 0 -> 1397 bytes
 .../images/thumb-screenshot.png                    |  Bin 0 -> 27726 bytes
 projects.gnome.org/gnome-color-manager/index.html  |  103 +++++++++++++++
 .../gnome-color-manager/packages.html              |  100 +++++++++++++++
 .../gnome-color-manager/screenshots.html           |  120 ++++++++++++++++++
 25 files changed, 540 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4c9f922..48bea52 100644
--- a/configure.in
+++ b/configure.in
@@ -149,6 +149,8 @@ projects.gnome.org/gnome-games/images/Makefile
 projects.gnome.org/gnome-libs/Makefile
 projects.gnome.org/gnome-power-manager/Makefile
 projects.gnome.org/gnome-power-manager/images/Makefile
+projects.gnome.org/gnome-color-manager/Makefile
+projects.gnome.org/gnome-color-manager/images/Makefile
 projects.gnome.org/gnome-print/Makefile
 projects.gnome.org/gnome-print/images/Makefile
 projects.gnome.org/gnome-print/library/Makefile
diff --git a/projects.gnome.org/Makefile.am b/projects.gnome.org/Makefile.am
index 3514316..a39b528 100644
--- a/projects.gnome.org/Makefile.am
+++ b/projects.gnome.org/Makefile.am
@@ -37,6 +37,7 @@ SUBDIRS = css \
 	ooo			\
 	ORBit2			\
 	gnome-power-manager	\
+	gnome-color-manager	\
 	gnome-print		\
 	gst			\
 	gnome-network		\
diff --git a/projects.gnome.org/gnome-color-manager/Makefile.am b/projects.gnome.org/gnome-color-manager/Makefile.am
new file mode 100644
index 0000000..cd2ba0a
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/Makefile.am
@@ -0,0 +1,12 @@
+SUBDIRS=images
+
+urlpath = /gnome-color-manager/
+
+page_SCRIPTS=			\
+	bugs.html		\
+	screenshots.html	\
+	index.html		\
+	packages.html		\
+	default.css
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnome-color-manager/bugs.html b/projects.gnome.org/gnome-color-manager/bugs.html
new file mode 100644
index 0000000..a1c3344
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/bugs.html
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html>
+<!-- header -->
+<head>
+ <title>GNOME Color Manager</title>
+ <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+ <link rel="stylesheet" type="text/css" href="default.css" />
+ <link rel="icon" type="image/png" href="images/favicon.ico" />
+</head>
+<!---->
+
+<body>
+
+<!-- menu -->
+<div id="hdr">
+ <a href="http://www.gnome.org/";>
+  <img id="logo" src="http://gnome.org/img/logo/text-64"; alt="Gnome" />
+ </a>
+ <div id="hdrNav">
+ <a href="index.html">Home</a> &middot;
+ <a href="screenshots.html">Screenshots</a> &middot;
+ <a href="packages.html">Download</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager/FAQ";>FAQ</a> &middot;
+ <a href="bugs.html"><b>Reporting Bugs</b></a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager";>Wiki</a>
+ </div>
+</div>
+<!---->
+
+<div id="body">
+<h2>Reporting Bugs</h2>
+<p>
+ First, please find the
+ <a href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-color-manager";>
+ list of bugs</a> so that you are sure the bug you are reporting isn't a
+ duplicate bug that someone else has fixed.
+</p>
+<p>
+ If not present, then please
+ <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager";>
+ create a new bug</a> attaching <b>all</b> the information to this new bug.
+</p>
+<p>
+ Please <b>do not</b> email me bug reports, as the volume of email I get is
+ already huge. Bugzilla lets me keep it all the information in one place,
+ so I don't loose track!
+</p>
+<h2>
+
+<h2>Segfaults or random crashes</h2>
+
+<p>
+ I would really appreciate it if you could send me more information about the crash,
+ specifically a backtrace with gdb.
+</p>
+
+<p>
+ You have to compile GNOME Color Manager from SVN to do this.
+ Run ./autogen.sh --prefix=/tmp as normal in the source directory.
+ Compile it with "make", and then use "make install".
+ After that in the same directory where you typed "make" run:
+</p>
+<pre>
+gdb ./gnome-color-manager
+</pre>
+<p>
+ The GNU debugger (gdb) will start and put you at a prompt:
+</p>
+<pre>
+(gdb) _
+</pre>
+<p>
+ Then type the following and crash the program / let it crash on it's own.
+</p>
+<pre>
+(gdb) run --verbose
+</pre>
+<p>
+ You will be back in the gdb shell.
+ Then type <b>bt</b> at the prompt and send me all the output that follows.
+ This will tell me exactly what the program was doing when it crashed.
+</p>
+<p>
+ <a href="http://www.cs.usfca.edu/benson/cs326/gdb/gdb.pdf";>This link</a>
+ will give you more information.
+</p>
+
+</div>
+
+<!-- sidebar -->
+<div id="sidebar">
+ <p class="section">Downloads</p>
+ <p>GNOME Color Manager will be soon bundled with some distributions.</p>
+ <p>
+  The latest source releases can always be found at the
+  <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/";>
+  GNOME ftp site</a>.
+ </p>
+ <br />
+ <p class="section">Feedback</p>
+ <p>
+  Bugs should be reported to the <a href="http://bugzilla.gnome.org";>
+  GNOME Bug Tracking System</a>.
+ </p>
+ <p>
+  Please read the <a href="http://live.gnome.org/GnomeColorManager/Faq";>FAQ</a> and the
+  <a href="bugs.html">bug reporting guidelines</a> before creating a new bug.
+ </p>
+ <p>
+  You can get in touch with developers and other users by
+  <a href="mailto:gnome-color-manager-list gnome org">sending a mail</a>
+  to the Color Manager
+  <a href="http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list";>
+  mailing list</a> or search the
+  [<a href="http://mail.gnome.org/archives/gnome-color-manager-list/";>archives</a>].
+ </p>
+</div>
+<!---->
+
+<!-- copyright -->
+<div id="copyright">
+ Copyright &copy; 2009, Richard Hughes.
+ <br />
+ <a href="http://validator.w3.org/check/referer";>Optimized</a>
+ for <a href="http://www.w3.org/";>standards</a>.
+</div>
+<!---->
+
+</body>
+</html>
diff --git a/projects.gnome.org/gnome-color-manager/default.css b/projects.gnome.org/gnome-color-manager/default.css
new file mode 100644
index 0000000..e422059
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/default.css
@@ -0,0 +1,44 @@
+/* gnome color manager website overrides */
+
+#hdr {
+	background: url("images/logo.png") no-repeat;
+	background-color: #eeeeee;
+	background-position: right;
+}
+
+.front-screenshot {
+	float: right;
+	display: block;
+	margin: 1em;
+}
+
+pre {
+	border: 1px;
+	padding: 5px;
+	background: #eeeeee;
+	border-style: solid;
+	border-color: #d0d0d0;
+	border-width: 1px;
+}
+
+p.caption {
+	text-align: center;
+	font-style: italic;
+}
+
+p.faqquestion {
+	font-style: italic;
+	color: darkred;
+}
+
+p.faqanswer {
+	font-style: normal;
+	margin: 20px 20px 20px 20px;
+}
+
+a.faqtable {
+	text-align: center;
+	text-decoration: none;
+	color : darkred;
+	white-space: nowrap;
+}
diff --git a/projects.gnome.org/gnome-color-manager/images/Makefile.am b/projects.gnome.org/gnome-color-manager/images/Makefile.am
new file mode 100644
index 0000000..4e592e9
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/images/Makefile.am
@@ -0,0 +1,27 @@
+SUBDIRS=
+
+urlpath = /gnome-color-manager/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=				\
+	gcm-adjust.png			\
+	gcm-basic.png			\
+	gcm-calibrate-default.png	\
+	gcm-calibrate-drawing.png	\
+	gcm-import.png			\
+	icon-arch.png			\
+	icon-debian.png			\
+	icon-forsight.png		\
+	icon-gentoo.png			\
+	icon-redhat.png			\
+	icon-suse.png			\
+	icon-ubuntu.png			\
+	logo32x32.png			\
+	logo.png			\
+	thumb-screenshot.png
+
+page_DATA=$(misc_images)
+
diff --git a/projects.gnome.org/gnome-color-manager/images/favicon.ico b/projects.gnome.org/gnome-color-manager/images/favicon.ico
new file mode 100644
index 0000000..4ee9a5e
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/favicon.ico differ
diff --git a/projects.gnome.org/gnome-color-manager/images/gcm-adjust.png b/projects.gnome.org/gnome-color-manager/images/gcm-adjust.png
new file mode 100644
index 0000000..052fbc3
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/gcm-adjust.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/gcm-basic.png b/projects.gnome.org/gnome-color-manager/images/gcm-basic.png
new file mode 100644
index 0000000..3a7b92f
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/gcm-basic.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-default.png b/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-default.png
new file mode 100644
index 0000000..6890de5
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-default.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-drawing.png b/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-drawing.png
new file mode 100644
index 0000000..49f7737
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/gcm-calibrate-drawing.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/gcm-import.png b/projects.gnome.org/gnome-color-manager/images/gcm-import.png
new file mode 100644
index 0000000..4025d4e
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/gcm-import.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-arch.png b/projects.gnome.org/gnome-color-manager/images/icon-arch.png
new file mode 100644
index 0000000..6609a25
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-arch.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-debian.png b/projects.gnome.org/gnome-color-manager/images/icon-debian.png
new file mode 100644
index 0000000..7762893
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-debian.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-forsight.png b/projects.gnome.org/gnome-color-manager/images/icon-forsight.png
new file mode 100644
index 0000000..b14dd55
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-forsight.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-gentoo.png b/projects.gnome.org/gnome-color-manager/images/icon-gentoo.png
new file mode 100644
index 0000000..d74e0fb
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-gentoo.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-redhat.png b/projects.gnome.org/gnome-color-manager/images/icon-redhat.png
new file mode 100644
index 0000000..d026186
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-redhat.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-suse.png b/projects.gnome.org/gnome-color-manager/images/icon-suse.png
new file mode 100644
index 0000000..81c4a6e
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-suse.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/icon-ubuntu.png b/projects.gnome.org/gnome-color-manager/images/icon-ubuntu.png
new file mode 100644
index 0000000..08c88e9
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/icon-ubuntu.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/logo.png b/projects.gnome.org/gnome-color-manager/images/logo.png
new file mode 100644
index 0000000..712528f
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/logo.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/logo32x32.png b/projects.gnome.org/gnome-color-manager/images/logo32x32.png
new file mode 100644
index 0000000..12a9a50
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/logo32x32.png differ
diff --git a/projects.gnome.org/gnome-color-manager/images/thumb-screenshot.png b/projects.gnome.org/gnome-color-manager/images/thumb-screenshot.png
new file mode 100644
index 0000000..40183a3
Binary files /dev/null and b/projects.gnome.org/gnome-color-manager/images/thumb-screenshot.png differ
diff --git a/projects.gnome.org/gnome-color-manager/index.html b/projects.gnome.org/gnome-color-manager/index.html
new file mode 100644
index 0000000..0b90279
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/index.html
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html>
+<!-- header -->
+<head>
+ <title>GNOME Color Manager</title>
+ <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+ <link rel="stylesheet" type="text/css" href="default.css" />
+ <link rel="icon" type="image/png" href="images/favicon.ico" />
+</head>
+<!---->
+
+<body>
+
+<!-- menu -->
+<div id="hdr">
+ <a href="http://www.gnome.org/";>
+  <img id="logo" src="http://gnome.org/img/logo/text-64"; alt="Gnome" />
+ </a>
+ <div id="hdrNav">
+ <a href="index.html"><b>Home</b></a> &middot;
+ <a href="screenshots.html">Screenshots</a> &middot;
+ <a href="packages.html">Download</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager/FAQ";>FAQ</a> &middot;
+ <a href="bugs.html">Reporting Bugs</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager";>Wiki</a>
+ </div>
+</div>
+<!---->
+
+<div id="body">
+
+<p class="front-screenshot" align="center">
+ <img src="images/thumb-screenshot.png" alt="See GNOME Color Manager in action" />
+ <br />
+ <a href="screenshots.html">See GNOME Color Manager in action</a>
+</p>
+<h2>GNOME Color Manager</h2>
+<p>GNOME Color Manager is a session framework for the
+ <a href="http://www.gnome.org/";>GNOME</a> desktop environment that makes it
+ easy to manage easy to manage, install and generate color profiles.</p>
+<p>
+ These pages are meant to help you find information about GNOME Color Manager.
+</p>
+
+<h2>Color Management Introduction</h2>
+<p>
+ If you're taking photos, scanning in documents or printing images, then color
+ accuracy is going to be very important.
+ GNOME Color Manager allows you to install default profiles, or generate profiles
+ using a hardware colorimeter device. It's also really easy to use.
+</p>
+
+<p>
+ GNOME Color Manager is released under the
+ <a href="http://www.gnu.org/licenses/gpl.html";> GNU General Public License (GPL)</a>.
+</p>
+<br />
+
+</div>
+
+
+<!-- sidebar -->
+<div id="sidebar">
+ <p class="section">Downloads</p>
+ <p>GNOME Color Manager will be soon bundled with some distributions.</p>
+ <p>
+  The latest source releases can always be found at the
+  <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/";>
+  GNOME ftp site</a>.
+ </p>
+ <br />
+ <p class="section">Feedback</p>
+ <p>
+  Bugs should be reported to the <a href="http://bugzilla.gnome.org";>
+  GNOME Bug Tracking System</a>.
+ </p>
+ <p>
+  Please read the <a href="http://live.gnome.org/GnomeColorManager/Faq";>FAQ</a> and the
+  <a href="bugs.html">bug reporting guidelines</a> before creating a new bug.
+ </p>
+ <p>
+  You can get in touch with developers and other users by
+  <a href="mailto:gnome-color-manager-list gnome org">sending a mail</a>
+  to the Color Manager
+  <a href="http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list";>
+  mailing list</a> or search the
+  [<a href="http://mail.gnome.org/archives/gnome-color-manager-list/";>archives</a>].
+ </p>
+</div>
+<!---->
+
+<!-- copyright -->
+<div id="copyright">
+ Copyright &copy; 2009, Richard Hughes.
+ <br />
+ <a href="http://validator.w3.org/check/referer";>Optimized</a>
+ for <a href="http://www.w3.org/";>standards</a>.
+</div>
+<!---->
+
+</body>
+</html>
diff --git a/projects.gnome.org/gnome-color-manager/packages.html b/projects.gnome.org/gnome-color-manager/packages.html
new file mode 100644
index 0000000..0397e31
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/packages.html
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html>
+<!-- header -->
+<head>
+ <title>GNOME Color Manager</title>
+ <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+ <link rel="stylesheet" type="text/css" href="default.css" />
+ <link rel="icon" type="image/png" href="images/favicon.ico" />
+</head>
+<!---->
+
+<body>
+
+<!-- menu -->
+<div id="hdr">
+ <a href="http://www.gnome.org/";>
+  <img id="logo" src="http://gnome.org/img/logo/text-64"; alt="Gnome" />
+ </a>
+ <div id="hdrNav">
+ <a href="index.html">Home</a> &middot;
+ <a href="screenshots.html">Screenshots</a> &middot;
+ <a href="packages.html"><b>Download</b></a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager/FAQ";>FAQ</a> &middot;
+ <a href="bugs.html">Reporting Bugs</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager";>Wiki</a>
+ </div>
+</div>
+<!---->
+
+<div id="body">
+<h2>Packages</h2>
+<p>
+ It is advisable to try the pre-compiled package for your distribution before
+ you try to make GNOME Color Manager from source.
+</p>
+<hr/>
+
+<h2>GIT</h2>
+<p>
+ You can check out the latest GNOME Color Manager code using git. You can use the
+ <a href="http://git.gnome.org/cgit/gnome-color-manager";>gitweb</a> interface too.
+</p>
+<pre>
+git clone git://git.gnome.org/gnome-color-manager
+</pre>
+
+<h2>Compiling The Code</h2>
+<p>
+To compile and make, use the following procedure:
+</p>
+<pre>
+cd gnome-color-manager
+./autogen.sh --prefix=/home/hughsie/root --with-gconf-source=xml::/home/hughsie/.gconf
+make
+make install
+</pre>
+</div>
+
+<!-- sidebar -->
+<div id="sidebar">
+ <p class="section">Downloads</p>
+ <p>GNOME Color Manager will be soon bundled with some distributions.</p>
+ <p>
+  The latest source releases can always be found at the
+  <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/";>
+  GNOME ftp site</a>.
+ </p>
+ <br />
+ <p class="section">Feedback</p>
+ <p>
+  Bugs should be reported to the <a href="http://bugzilla.gnome.org";>
+  GNOME Bug Tracking System</a>.
+ </p>
+ <p>
+  Please read the <a href="http://live.gnome.org/GnomeColorManager/FAQ";>FAQ</a> and the
+  <a href="bugs.html">bug reporting guidelines</a> before creating a new bug.
+ </p>
+ <p>
+  You can get in touch with developers and other users by
+  <a href="mailto:gnome-color-manager-list gnome org">sending a mail</a>
+  to the Color Manager
+  <a href="http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list";>
+  mailing list</a> or search the
+  [<a href="http://mail.gnome.org/archives/gnome-color-manager-list/";>archives</a>].
+ </p>
+</div>
+<!---->
+
+<!-- copyright -->
+<div id="copyright">
+ Copyright &copy; 2009, Richard Hughes.
+ <br />
+ <a href="http://validator.w3.org/check/referer";>Optimized</a>
+ for <a href="http://www.w3.org/";>standards</a>.
+</div>
+<!---->
+
+</body>
+</html>
diff --git a/projects.gnome.org/gnome-color-manager/screenshots.html b/projects.gnome.org/gnome-color-manager/screenshots.html
new file mode 100644
index 0000000..1dc0407
--- /dev/null
+++ b/projects.gnome.org/gnome-color-manager/screenshots.html
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html>
+<!-- header -->
+<head>
+ <title>GNOME Color Manager</title>
+ <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+ <link rel="stylesheet" type="text/css" href="default.css" />
+ <link rel="icon" type="image/png" href="images/favicon.ico" />
+</head>
+<!---->
+
+<body>
+
+<!-- menu -->
+<div id="hdr">
+ <a href="http://www.gnome.org/";>
+  <img id="logo" src="http://gnome.org/img/logo/text-64"; alt="Gnome" />
+ </a>
+ <div id="hdrNav">
+ <a href="index.html">Home</a> &middot;
+ <a href="screenshots.html"><b>Screenshots</b></a> &middot;
+ <a href="packages.html">Download</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager/FAQ";>FAQ</a> &middot;
+ <a href="bugs.html">Reporting Bugs</a> &middot;
+ <a href="http://live.gnome.org/GnomeColorManager";>Wiki</a>
+ </div>
+</div>
+<!---->
+
+<div id="body">
+<h2>Importing</h2>
+<p>
+Simply double click on a ICC or ICm file to have it imported.
+</p>
+
+<center>
+<img src="images/gcm-import.png" alt="[img]"/>
+</center>
+<p class="caption">
+AC preferences options
+</p>
+
+<h2>Preferences</h2>
+<p>
+Simply visit <i>System->Preferences->Color Profiles</i> to load the preference
+program.
+</p>
+
+<center>
+<img src="images/gcm-basic.png" alt="[img]"/>
+</center>
+<p class="caption">
+Basic preferences options
+</p>
+
+<center>
+<img src="images/gcm-adjust.png" alt="[img]"/>
+</center>
+<p class="caption">
+More advances preference options
+</p>
+
+<center>
+<img src="images/gcm-calibrate-default.png" alt="[img]"/>
+</center>
+<p class="caption">
+Device calibration
+</p>
+
+<center>
+<img src="images/gcm-calibrate-drawing.png" alt="[img]"/>
+</center>
+<p class="caption">
+Monitor calibration
+</p>
+
+</div>
+
+<!-- sidebar -->
+<div id="sidebar">
+ <p class="section">Downloads</p>
+ <p>GNOME Color Manager will be soon bundled with some distributions.</p>
+ <p>
+  The latest source releases can always be found at the
+  <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/";>
+  GNOME ftp site</a>.
+ </p>
+ <br />
+ <p class="section">Feedback</p>
+ <p>
+  Bugs should be reported to the <a href="http://bugzilla.gnome.org";>
+  GNOME Bug Tracking System</a>.
+ </p>
+ <p>
+  Please read the <a href="http://live.gnome.org/GnomeColorManager/Faq";>FAQ</a> and the
+  <a href="bugs.html">bug reporting guidelines</a> before creating a new bug.
+ </p>
+ <p>
+  You can get in touch with developers and other users by
+  <a href="mailto:gnome-color-manager-list gnome org">sending a mail</a>
+  to the Color Manager
+  <a href="http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list";>
+  mailing list</a> or search the
+  [<a href="http://mail.gnome.org/archives/gnome-color-manager-list/";>archives</a>].
+ </p>
+</div>
+<!---->
+
+<!-- copyright -->
+<div id="copyright">
+ Copyright &copy; 2009, Richard Hughes.
+ <br />
+ <a href="http://validator.w3.org/check/referer";>Optimized</a>
+ for <a href="http://www.w3.org/";>standards</a>.
+</div>
+<!---->
+
+</body>
+</html>



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