summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-23 10:37:09 +0000
committerRichard Hughes <richard@hughsie.com>2011-03-23 10:37:09 +0000
commit7c9e0c16826c8ad90cd8ef80ed272166a25e0d51 (patch)
tree21851416649c33570454795fd993fbd0b4fee8f8
parent51e76533cc2f0fe869268b94d4d1cae12c08ef94 (diff)
downloadcolord-7c9e0c16826c8ad90cd8ef80ed272166a25e0d51.tar.gz
trivial: fix up a few typos on the website
-rw-r--r--doc/website/intro.html104
-rw-r--r--doc/website/using.html7
2 files changed, 87 insertions, 24 deletions
diff --git a/doc/website/intro.html b/doc/website/intro.html
index c1e3729..8649b33 100644
--- a/doc/website/intro.html
+++ b/doc/website/intro.html
@@ -84,35 +84,96 @@ GNOME Color Manager acts as a client to colord.
<h2>Use cases:</h2>
<p>
colord and GNOME Color Manager was designed to solve a few discrete use cases.
-The DBus interface was designed to fulfil the following scenarios.
+The DBus interface was designed to fulfil the following scenarios:
</p>
<ul>
-<li>An image viewer wants to show an image with an embedded color profile to the screen, where the screen also has an assigned profile. The image has to be transformed from the embedded profile to the current display profile.</li>
-<li>A scanner application wants to get the correct color profile for a device so it can be embedded in the output file.</li>
-<li>An image viewer wants to show a photograph without an embedded profile, but where a virtual device profile has been assigned. This needs to be fast as there are many similar photos in the same directory.</li>
-<li>An application wants to softproof for a printer device to show the user how the colors are going to be clipped when the file is printed.</li>
-<li>A photo editor wants to know the default RGB space to use for new image canvasses.</li>
-<li>A photo viewer wants to know what color space to use for untagged content with no embedded profile.</li>
-<li>A print preview application wants to know what installed profiles are suitable for printer devices.</li>
-<li>A user wants to have two profiles for a digital SLR, one for the studio and one for outside with full sun.</li>
-<li>A user has two different monitors attached and the desktop is spanned across each one. Each one has a different profile, and applications can be dragged from one window to another.</li>
-<li>One user may want to assign color profiles to devices and set these as the system default for all users</li>
+<li>
+ An image viewer wants to show an image with an embedded color profile
+ to the screen, where the screen also has an assigned profile.
+ The image has to be transformed from the embedded profile to the
+ current display profile.
+</li>
+<li>
+ A scanner application wants to get the correct color profile for a
+ device so it can be embedded in the output file.
+</li>
+<li>
+ An image viewer wants to show a photograph without an embedded profile,
+ but where a virtual device profile has been assigned.
+ This needs to be fast as there are many similar photos in the same
+ directory.
+</li>
+<li>
+ An application wants to softproof for a printer device to show the user
+ how the colors are going to be clipped when the file is printed.
+</li>
+<li>
+ A photo editor wants to know the default RGB space to use for new image
+ canvasses.
+</li>
+<li>
+ A photo viewer wants to know what color space to use for untagged
+ content with no embedded profile.
+</li>
+<li>
+ A print preview application wants to know what installed profiles are
+ suitable for printer devices.
+</li>
+<li>
+ A user wants to have two profiles for a digital SLR, one for the studio
+ and one for outside with full sun.
+</li>
+<li>
+ A user has two different monitors attached and the desktop is spanned
+ across each one.
+ Each one has a different profile, and applications can be dragged from
+ one window to another.
+</li>
+<li>
+ One user may want to assign color profiles to devices and set these as
+ the system default for all users.
+</li>
</ul>
<h2>Features:</h2>
<p>
-This project has the following features:
+The GNOME Color Manager project has the following features:
</p>
<ul>
-<li>Deep integration into the GNOME and free software stack.</li>
-<li>Setting output gamma tables (with local brightness and adjustments) to any Xrandr output.</li>
-<li>Setting of per-user and system settings at session start, and when monitors are hotplugged.</li>
-<li>Easy install of vendor supplied .ICC or .ICM files, just by double clicking on the file.</li>
-<li>Easy display calibration using an external calibration device, and scanner calibration using a inexpensive IT 8.7 target. For calibration, the ArgyllCMS package is currently required.</li>
-<li>Spot color reading using dozens of supported spectrophotometers.</li>
-<li>Integration X11 by setting the per-screen and per-output _ICC_PROFILE atom, which makes applications such as the GIMP use a color managed output.</li>
-<li>Easy to use DBus interface for applications to query what ICC profiles should be used for a specific device or device type.</li>
+<li>
+ Deep integration into the <a href="http://www.gnome.org/">GNOME</a> and
+ free software stack.
+</li>
+<li>
+ Setting output gamma tables (with local brightness and adjustments) to
+ any Xrandr output.
+</li>
+<li>
+ Setting of per-user and system settings at session start, and when
+ monitors are hotplugged.
+</li>
+<li>
+ Easy install of vendor supplied .ICC or .ICM files, just by double
+ clicking on the file
+</li>
+<li>
+ Easy display calibration using an external calibration device, and
+ scanner calibration using a inexpensive IT 8.7 target.
+ For calibration, the ArgyllCMS package is currently required.
+</li>
+<li>
+ Spot color reading using dozens of supported spectrophotometers.
+</li>
+<li>
+ Integration X11 by setting the per-screen and per-output
+ <code>_ICC_PROFILE</code> atom, which makes applications such as the
+ GIMP use a color managed output.
+</li>
+<li>
+ Easy to use DBus interface for applications to query what ICC profiles
+ should be used for a specific device or device type.
+</li>
</ul>
<h2>Subsystems:</h2>
@@ -127,7 +188,8 @@ colord and GNOME Color Manager supports the following subsystems:
<li>Virtual (scanners, cameras, printers)</li>
</ul>
<p>
-Virtual devices are not backed by a physical device, and so can be things like ''Snapfish Processing Lab'' or ''Tommys Camera''.
+Virtual devices are not backed by a physical device, and so can be
+things like <i>Snapfish Processing Lab</i> or <i>Tommys Camera</i>.
</p>
<h2>Licensing:</h2>
diff --git a/doc/website/using.html b/doc/website/using.html
index 6d5b6ba..54b9f67 100644
--- a/doc/website/using.html
+++ b/doc/website/using.html
@@ -33,12 +33,13 @@ Created: 1296825095
Modified: 1296825095
Kind: printer
Model: HP Photosmart b109a-m, hpcups 3.10.9
-Vendor:
+Vendor: HP
Serial:
-Colorspace: unknown
+Colorspace: rgb
Device ID: Photosmart-B109a-m
Profile 1: /org/freedesktop/ColorManager/profiles/Photosmart_B109a_m_DeviceN__
Profile 2: /org/freedesktop/ColorManager/profiles/Photosmart_B109a_m_RGB__
+Profile 3: /org/freedesktop/ColorManager/profiles/GCM_HP_HP_Deskjet_d1300_Series_2010_02_25__
</pre>
<p>or</p>
<pre>
@@ -104,7 +105,7 @@ Using the DBUS methods and signals directly means that no glib or
gobject dependency is needed.
This is not difficult, although does require more code than just using
libcolord.
-See this file for an example <a href="http://gitorious.org/colord/master/blobs/master/doc/raw-dbus.c">raw-dbus.c</a>.
+See these files for examples <a href="http://gitorious.org/colord/master/blobs/master/examples/cd-dbus-create-device.c">cd-dbus-create-device.c</a> and <a href="http://gitorious.org/colord/master/blobs/master/examples/cd-dbus-use-qualifier.c">cd-dbus-use-qualifier.c</a>.
The latest interface description is available <a href="http://gitweb.freedesktop.org/?p=colord.git;a=blob;f=src/org.freedesktop.colord.xml">on-line</a>
or viewable in the <a href="api/">generated help</a> pages.
</p>