[gthumb] Added section to manual for social media uploads



commit eec32097198370d2ecb95b64048108dff3813ef3
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri Jan 14 09:22:22 2011 -0500

    Added section to manual for social media uploads

 extensions/facebook/dlg-export-to-facebook.c       |    2 +-
 extensions/flicker/dlg-export-to-flickr.c          |    2 +-
 extensions/photobucket/dlg-export-to-photobucket.c |    2 +-
 extensions/picasaweb/dlg-export-to-picasaweb.c     |    2 +-
 help/C/sharing-social.page                         |   36 ++++++++++++++++++++
 help/Makefile.am                                   |    1 +
 6 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/extensions/facebook/dlg-export-to-facebook.c b/extensions/facebook/dlg-export-to-facebook.c
index a50cee9..f286d38 100644
--- a/extensions/facebook/dlg-export-to-facebook.c
+++ b/extensions/facebook/dlg-export-to-facebook.c
@@ -187,7 +187,7 @@ export_dialog_response_cb (GtkDialog *dialog,
 
 	switch (response_id) {
 	case GTK_RESPONSE_HELP:
-		show_help_dialog (GTK_WINDOW (data->browser), "export-to-facebook");
+		show_help_dialog (GTK_WINDOW (data->browser), "gthumb-export-social");
 		break;
 
 	case GTK_RESPONSE_DELETE_EVENT:
diff --git a/extensions/flicker/dlg-export-to-flickr.c b/extensions/flicker/dlg-export-to-flickr.c
index 5771617..9d93d41 100644
--- a/extensions/flicker/dlg-export-to-flickr.c
+++ b/extensions/flicker/dlg-export-to-flickr.c
@@ -284,7 +284,7 @@ export_dialog_response_cb (GtkDialog *dialog,
 
 	switch (response_id) {
 	case GTK_RESPONSE_HELP:
-		show_help_dialog (GTK_WINDOW (data->browser), "export-to-flickr");
+		show_help_dialog (GTK_WINDOW (data->browser), "gthumb-export-social");
 		break;
 
 	case GTK_RESPONSE_DELETE_EVENT:
diff --git a/extensions/photobucket/dlg-export-to-photobucket.c b/extensions/photobucket/dlg-export-to-photobucket.c
index cead58f..e90b154 100644
--- a/extensions/photobucket/dlg-export-to-photobucket.c
+++ b/extensions/photobucket/dlg-export-to-photobucket.c
@@ -196,7 +196,7 @@ export_dialog_response_cb (GtkDialog *dialog,
 
 	switch (response_id) {
 	case GTK_RESPONSE_HELP:
-		show_help_dialog (GTK_WINDOW (data->browser), "export-to-photobucket");
+		show_help_dialog (GTK_WINDOW (data->browser), "gthumb-export-social");
 		break;
 
 	case GTK_RESPONSE_DELETE_EVENT:
diff --git a/extensions/picasaweb/dlg-export-to-picasaweb.c b/extensions/picasaweb/dlg-export-to-picasaweb.c
index 1079b2c..0c6f610 100644
--- a/extensions/picasaweb/dlg-export-to-picasaweb.c
+++ b/extensions/picasaweb/dlg-export-to-picasaweb.c
@@ -205,7 +205,7 @@ export_dialog_response_cb (GtkDialog *dialog,
 
 	switch (response_id) {
 	case GTK_RESPONSE_HELP:
-		show_help_dialog (GTK_WINDOW (data->browser), "export-to-picasaweb");
+		show_help_dialog (GTK_WINDOW (data->browser), "gthumb-export-social");
 		break;
 
 	case GTK_RESPONSE_DELETE_EVENT:
diff --git a/help/C/sharing-social.page b/help/C/sharing-social.page
new file mode 100644
index 0000000..6dd0c80
--- /dev/null
+++ b/help/C/sharing-social.page
@@ -0,0 +1,36 @@
+<page xmlns="http://projectmallard.org/1.0/"; type="topic"
+id="gthumb-export-social">
+  <info>
+    <link type="guide" xref="index#sharing" />
+  </info>
+  <title>Uploading to Photo-Sharing Web Sites</title>
+  <p>
+    gThumb is provided with a number of extensions for uploading
+    photos to various "social media" web sites. By default, 
+    uploaders for Facebook, Flickr, Picasa, and Photobucket
+    are enabled.
+  </p>
+  <p>To upload a series of photos, select the images in the
+    browser view, and click the <gui>Share</gui> button in the toolbar.
+    Select the appropriate web site from the menu that appears.
+  </p>
+  <p>
+    You may be prompted for additional information specific to the
+    destination site, like an album name. You may also be prompted
+    for your user name and password for the site. It may be necessary
+    for gThumb to open a web browser, where you complete the required
+    authentication steps. Once you have completed the required
+    authentication steps in the browser, return to gThumb and
+    continue the upload.
+  </p>
+  <p>
+    If you do not see the expected upload sites in the <gui>Share</gui>
+    menu, check that the appropriate exporter extensions are enabled
+    in <guiseq><gui>Edit</gui><gui>Extensions</gui></guiseq>.
+  </p>
+  <p>
+    For some sites, gThumb also supports downloading photos from the
+    site into gThumb. See the <guiseq><gui>File</gui><gui>Import From</gui></guiseq>
+    menu for the available download options.
+  </p>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index f7067d7..554c472 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -45,6 +45,7 @@ DOC_PAGES = \
 	printing.page \
 	shortcuts.page \
 	sharing-disc.page \
+	sharing-social.page \
 	wallpaper.page \
 	bookmarks.page \
 	import.page \



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