[gnome-photos/help: 1/2] help: New help for Photos
- From: Aruna Sankaranarayanan <arunasank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/help: 1/2] help: New help for Photos
- Date: Fri, 21 Mar 2014 21:05:17 +0000 (UTC)
commit 610d8a202ea14a12099602d70b6dd72b11a648d2
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date: Thu Mar 13 12:39:36 2014 +0530
help: New help for Photos
Add index.page - Index
Add the legal.xml file - CC-by-SA 3.0 Unported license
Add the guide page to view photos
->Sub pages
- view photos from an album
- view favourites.
help/C/index.page | 29 +++++++++++++++++++++++++++++
help/C/legal.xml | 8 ++++++++
help/C/view-album.page | 38 ++++++++++++++++++++++++++++++++++++++
help/C/view-favorites.page | 35 +++++++++++++++++++++++++++++++++++
help/C/view.page | 30 ++++++++++++++++++++++++++++++
5 files changed, 140 insertions(+), 0 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..e4421b3
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="2column"
+ id="index">
+
+ <info>
+ <revision pkgversion="3.8" version="0.1" date="2013-03-05" status="review"/>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <title type="link">Photos</title>
+
+ <credit type="author">
+ <name>Venkatesh Tahiliani</name>
+ <email>pulsar viki gmail com</email>
+ </credit>
+ <credit type="editor">
+ <name>Aruna Sankaranarayanan</name>
+ <email>safincrazy gmail com</email>
+ </credit>
+ </info>
+
+ <title>Photos</title>
+
+ <p><app>Photos</app> is an alternative way to view images, instead of using
+ the file browser. You can use it to exclusively view image files present in
+ your computer or create albums, print photos and set favorites among your
+ photos in an interactive manner.</p>
+
+</page>
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..aa36246
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,8 @@
+<license xmlns="http://projectmallard.org/1.0/"
+ href="http://creativecommons.org/licenses/by-sa/3.0/">
+
+ <p>This work is licensed under a
+ <link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
+ Attribution-ShareAlike 3.0 Unported License</link>.</p>
+
+</license>
diff --git a/help/C/view-album.page b/help/C/view-album.page
new file mode 100644
index 0000000..a6b4a2b
--- /dev/null
+++ b/help/C/view-album.page
@@ -0,0 +1,38 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="view-album">
+
+ <info>
+ <link type="guide" xref="view"/>
+ <revision pkgversion="3.12" date="2014-03-13" status="draft"/>
+
+ <credit type="author">
+ <name>Venkatesh Tahiliani</name>
+ <email>pulsar viki gmail com</email>
+ </credit>
+ <credit type="editor">
+ <name>Aruna Sankaranarayanan</name>
+ <email>safincrazy gmail com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Find photos from your albums.</desc>
+ </info>
+
+ <title>View photos from an album.</title>
+ <p>To view photos located in specific albums:</p>
+ <steps>
+ <item>
+ <p>Select the <gui style="tab">Albums</gui> tab.</p>
+ </item>
+ <item>
+ <p>Select the album which contains the photo.</p>
+ </item>
+ <item>
+ <p>You will see a grid of photos from the album you selected. Select a
+ photo from the grid to open it. </p>
+ </item>
+ </steps>
+
+</page>
diff --git a/help/C/view-favorites.page b/help/C/view-favorites.page
new file mode 100644
index 0000000..4b61cd1
--- /dev/null
+++ b/help/C/view-favorites.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="view-favorites">
+
+ <info>
+ <link type="guide" xref="view"/>
+ <revision pkgversion="3.12" date="2014-03-13" status="draft"/>
+
+ <credit type="author">
+ <name>Venkatesh Tahiliani</name>
+ <email>pulsar viki gmail com</email>
+ </credit>
+ <credit type="editor">
+ <name>Aruna Sankaranarayanan</name>
+ <email>safincrazy gmail com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Open your favorite photos.</desc>
+ </info>
+
+ <title>View photos marked as favorites.</title>
+
+ <steps>
+ <item>
+ <p>Select the <gui style="tab">Favorites</gui> tab.</p>
+ </item>
+ <item>
+ <p>Select photo you want to open, or use the arrow keys to navigate to
+ the photo, and press <key>Enter</key>.</p>
+ </item>
+ </steps>
+
+</page>
diff --git a/help/C/view.page b/help/C/view.page
new file mode 100644
index 0000000..76edca3
--- /dev/null
+++ b/help/C/view.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="task"
+ id="view">
+
+ <info>
+ <link type="guide" xref="index"/>
+ <revision pkgversion="3.12" date="2014-03-13" status="draft"/>
+
+ <credit type="author">
+ <name>Venkatesh Tahiliani</name>
+ <email>pulsar viki gmail com</email>
+ </credit>
+ <credit type="editor">
+ <name>Aruna Sankaranarayanan</name>
+ <email>safincrazy gmail com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Open a photo for viewing.</desc>
+ </info>
+
+ <title>View images</title>
+ <p>When <app>Photos</app> is opened, you will see the <gui>Photos</gui>
+ section open. The <gui>Photos</gui> section contains images from your
+ computer, the <gui>Albums</gui> section contains your photo albums, and any
+ photo you mark as a favourite is placed under the <gui>Favourites</gui>
+ section.</p>
+
+</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]