[gnomeweb-wml] libchamplain: some minor corrections
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] libchamplain: some minor corrections
- Date: Sat, 22 May 2010 19:33:51 +0000 (UTC)
commit 2e589cdcdebedf8cb63712545de3304393aa0453
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sat May 22 21:32:24 2010 +0200
libchamplain: some minor corrections
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
projects.gnome.org/libchamplain/download.html | 2 +-
projects.gnome.org/libchamplain/features.html | 2 +-
projects.gnome.org/libchamplain/index.html | 12 +++++-------
projects.gnome.org/libchamplain/reference.html | 5 ++---
4 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/projects.gnome.org/libchamplain/download.html b/projects.gnome.org/libchamplain/download.html
index cff9e23..24168c5 100644
--- a/projects.gnome.org/libchamplain/download.html
+++ b/projects.gnome.org/libchamplain/download.html
@@ -75,7 +75,7 @@
<p>libchamplain sources can be found in the <a href="http://git.gnome.org/cgit/libchamplain">libchamplain repository</a>
of git.gnome.org. Also, you can
<a href="http://git.gnome.org/cgit/libchamplain/tree/">browse the latest sources online</a>.
- To get them, just execute
+ To get them, just run
</p>
<div class="code">
git clone git://git.gnome.org/libchamplain
diff --git a/projects.gnome.org/libchamplain/features.html b/projects.gnome.org/libchamplain/features.html
index 9cce7f2..f21acea 100644
--- a/projects.gnome.org/libchamplain/features.html
+++ b/projects.gnome.org/libchamplain/features.html
@@ -169,7 +169,7 @@
<div class="tour-item">
<h2>The Future is Now</h2>
<p>
- Of course the feature list is incomplete. Here are a few more things you can do:
+ Of course this feature list is incomplete. Here are a few more things you can do:
</p>
<ul>
<li>Draw routes and shapes to highlight a territory.</li>
diff --git a/projects.gnome.org/libchamplain/index.html b/projects.gnome.org/libchamplain/index.html
index 7ab1af2..e3cb313 100644
--- a/projects.gnome.org/libchamplain/index.html
+++ b/projects.gnome.org/libchamplain/index.html
@@ -42,20 +42,17 @@
<h2>What is libchamplain?</h2>
<p>
- Libchamplain is a C library providing a ClutterActor to
+ libchamplain is a C library providing a ClutterActor to
display maps. It also provides a Gtk+ widget to display maps in
Gtk+ applications. Python and Perl bindings are also
- available.
- </p>
- <p>
- It supports numerous free map sources such as
+ available. It supports numerous free map sources such as
<a href="http://www.openstreetmap.org/">OpenStreetMap</a>,
<a href="http://www.opencyclemap.org/">OpenCycleMap</a>,
<a href="http://www.openaerialmap.org/">OpenAerialMap</a> and
<a href="http://www.maps-for-free.com/">Maps for free</a>.
</p>
<p>
- Libchamplain is named after <a href="http://en.wikipedia.org/wiki/Samuel_de_Champlain">Samuel de Champlain</a>, famous French
+ libchamplain is named after <a href="http://en.wikipedia.org/wiki/Samuel_de_Champlain">Samuel de Champlain</a>, famous French
navigator, explorer and cartographer. He is the
â??father of New-Franceâ?? and founder of <a href="http://en.wikipedia.org/wiki/Quebec_City">Québec City</a>, which was the
400th anniversary in 2008, the year this library was created.
@@ -72,6 +69,7 @@
<div class="iconr">
<img src="data/images/application-x-executable.png" alt="icon" />
</div>
+ Dependencies:
<ul>
<li><a href="http://www.clutter-project.org/">clutter</a> 1.0</li>
<li><a href="http://www.cairographics.org/">cairo</a> 1.4</li>
@@ -139,7 +137,7 @@
<h3>April 21st 2010</h3>
<p>
- Libchamplain as a new maintainer!
+ libchamplain as a new maintainer!
</p>
<a href="http://mail.gnome.org/archives/libchamplain-list/2010-April/msg00005.html">Read the details</a>
diff --git a/projects.gnome.org/libchamplain/reference.html b/projects.gnome.org/libchamplain/reference.html
index 278f975..dfb1a60 100644
--- a/projects.gnome.org/libchamplain/reference.html
+++ b/projects.gnome.org/libchamplain/reference.html
@@ -41,15 +41,14 @@
next time even if you are offline.
</p>
<p>
- Notice that only three lines of the code below are specific to libchamplain - the two include headers
+ Notice that only two lines of the code below are specific to libchamplain - the include header
and then the call of the constructor of the widget - the rest is just the ordinary
boilerplate code you would write for any clutter-based application.
</p>
<div class="code">
<span class="S9">#include <gtk/gtk.h></span>
-<span class="S1">/* include the necessary headers */</span>
-<span class="S9">#include <champlain/champlain.h></span>
+<span class="S1">/* include the libchamplain header */</span>
<span class="S9">#include <champlain-gtk/champlain-gtk.h></span>
<span class="S9">#include <clutter-gtk/clutter-gtk.h></span>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]