Git commit 88c9d9f5e56af490508bb5ee4d53b0f49c4653a1 by Gilles Caulier. Committed on 25/08/2016 at 11:05. Pushed by cgilles into branch 'master'.
mv to DK D +0 -173 flickrexport.docbook D +- -- flickrexportauthenticated.png D +- -- flickrexportcontinue.png D +- -- flickrexportsignup.png D +- -- flickrexportuploaddialog.png D +- -- flickrexportuploading.png M +0 -10 index.docbook http://commits.kde.org/kipi-plugins-doc/88c9d9f5e56af490508bb5ee4d53b0f49c4653a1 diff --git a/flickrexport.docbook b/flickrexport.docbook deleted file mode 100644 index 27a660c..0000000 --- a/flickrexport.docbook +++ /dev/null @@ -1,173 +0,0 @@ -<chapter id="flickrexport"> -<chapterinfo> - -<authorgroup> - <author> - <firstname>Vardhman</firstname><surname>Jain</surname> - <affiliation><address><email>vardhman at students dot iiit dot net</email></address></affiliation> - </author> - - <author> - <firstname>Gilles</firstname><surname>Caulier</surname> - <affiliation><address><email>caulier dot gilles at gmail dot com</email></address></affiliation> - </author> -</authorgroup> - -<abstract> - <para> - FlickrExport Kipi-plugin allows the user to upload photos to the <ulink url="http://www.flickr.com">Flickr</ulink> web service. - </para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -</keywordset> -</chapterinfo> - -<title>Flickr Export</title> - - <para> - Flickr is an online photo management application. Flickr is a way - to get your photos to the people who matter to you. With Flickr you can show off - your favorite photos to the world, blog the photos you take with a cameraphone, - and securely and privately show photos to your friends and family around the world. - </para> - - <para> - The FlickrExport plugin can be used to upload an image collection from your - computer to the remote flickr server using the Internet. - </para> - -<sect1 id="using-plugin-flickrexport"> - <title>Plugin initialization on first access</title> - - <para> - When accessing the plugin for the first time the user you are taken through the process - of obtaining a token which is used for authentication purposes. - The following dialog will popup and a browser window will be launched you - will log in to <ulink url="http://www.flickr.com">Flickr</ulink>: - </para> - - <figure id="flickrexport-first-signup-dialog"> - <title>The First Sign Up Dialog Preview</title> - <mediaobject><imageobject> - <imagedata srccredit="The First Sign Up Dialog Preview" fileref="flickrexportsignup.png"/> - </imageobject></mediaobject> - </figure> - - <para> - After successful signup FlickrUploadr will be allowed to send photos to the flickr - website. You will be presented with the following page on - successful signup: - </para> - - <figure id="flickrexport-successful-signup"> - <title>The Successful Signup Flickr page</title> - <mediaobject><imageobject> - <imagedata srccredit="The Successful Signup Flickr page" fileref="flickrexportauthenticated.png"/> - </imageobject></mediaobject> - </figure> - - <para> - Then, simply close the browser windows and return to the host application dialog. - After clicking <guilabel>Yes</guilabel>, you will see the interface used to upload - photos to Flickr, described in the next section. - </para> - -</sect1> - -<sect1 id="uploading-using-plugin-flickrexport"> -<title>Regular Plugin Usage</title> - - - <para> - When the flickrexport plugin is invoked for second time or later you are - greeted with the following dialog, which shows the current access permissions - the Flickr Export plugin has. The uploading process requires <quote>write</quote> - permissions. The plugin doesn't allow any other permissions as of now. You - are then asked if they want to proceed with their current permissions. - </para> - <figure id="flickrexport-current-permissions-dialog"> - <title>Current Permissions Dialog preview</title> - <mediaobject><imageobject> - <imagedata srccredit="Current Permission Dialog preview" fileref="flickrexportcontinue.png"/> - </imageobject></mediaobject> - </figure> - - <para> - After clicking <guibutton>Yes</guibutton>, you will see the interface to upload - photos to Flickr. - </para> - <para> - After clicking <guibutton>No</guibutton>, the authentication process is repeated. - </para> - - <para> - The Main upload dialog is shown below: - </para> - - - <figure id="flickrexport-main-uploading-dialog"> - <title>The Main Uploading Dialog Preview</title> - <mediaobject><imageobject> - <imagedata srccredit="The Main Uploading Dialog Preview" fileref="flickrexportuploaddialog.png"/> - </imageobject></mediaobject> - </figure> - - <para> - The <guibutton>Add Photos</guibutton> button should be clicked once user has set - the other options in the dialog. After clicking this button an image selector dialog - opens up where you can select the photos you want to upload and click - <guibutton>OK</guibutton>, whereupon the image uploading starts. - </para> - - - <para> - The <guilabel>Tags</guilabel> field can be filled with a series of words (comma - separated) which will be assigned as tags to the images uploaded. - </para> - - <para> - The <guilabel>Public</guilabel>, <guilabel>Friends</guilabel>, and <guilabel>Family</guilabel> - checkboxes can be checked to assign appropriate access permissions to the images - you upload. By default the images uploaded are private. - </para> - - <para> - If the <guilabel>Resize photos before uploading</guilabel> option is selected, - the photos will be resized before uploading. The values will be read from the - <guilabel>Maximum dimension</guilabel> combobox. - </para> - - <para> - The <guilabel>Maximum Dimension</guilabel> combobox can be used to adjust the - maximum height to which the photos will be resized before uploading. The width - calculation will be done so as to have the aspect ratio conserved. - </para> - - <figure id="flickrexport-uploading-progress-dialog"> - <title>The Uploading Progress Dialog Preview</title> - <mediaobject><imageobject> - <imagedata srccredit="The Uploading Progress Dialog Preview" fileref="flickrexportuploading.png"/> - </imageobject></mediaobject> - </figure> - <para> - You can click <guilabel>Cancel</guilabel> button to abort the uploading of photos. -</para> - -<para> -Finally, you can view the uploaded photos by visting the -<ulink url="http://www.flickr.com">Flickr</ulink> website. -</para> -</sect1> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: ts -End: ---> diff --git a/flickrexportauthenticated.png b/flickrexportauthenticated.png deleted file mode 100644 index a88ab22..0000000 Binary files a/flickrexportauthenticated.png and /dev/null differ diff --git a/flickrexportcontinue.png b/flickrexportcontinue.png deleted file mode 100644 index fc72da0..0000000 Binary files a/flickrexportcontinue.png and /dev/null differ diff --git a/flickrexportsignup.png b/flickrexportsignup.png deleted file mode 100644 index a782ff4..0000000 Binary files a/flickrexportsignup.png and /dev/null differ diff --git a/flickrexportuploaddialog.png b/flickrexportuploaddialog.png deleted file mode 100644 index 83d5e36..0000000 Binary files a/flickrexportuploaddialog.png and /dev/null differ diff --git a/flickrexportuploading.png b/flickrexportuploading.png deleted file mode 100644 index 0d92cb2..0000000 Binary files a/flickrexportuploading.png and /dev/null differ diff --git a/index.docbook b/index.docbook index 6674eae..1df9599 100644 --- a/index.docbook +++ b/index.docbook @@ -4,7 +4,6 @@ <!ENTITY package "extragear-graphics"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> - <!ENTITY doc-flickrexport SYSTEM "flickrexport.docbook"> ]> <!-- FIXME link to http://www.digikam.org --> <book lang="&language;" id="kipi-handbook"> @@ -63,12 +62,6 @@ host program's handbook. The plugins available in this handbook are: </para> -<itemizedlist> -<listitem> -<para><link linkend="flickrexport">Remote Flickr Export plugin</link></para> -</listitem> -</itemizedlist> - <para id="missing-plugin-docs"> A lot of Kipi plugins currently have no documentation. If you are interested in rectifying that situation, @@ -77,9 +70,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. </chapter> -&doc-flickrexport; -&doc-sendimages; - <chapter id="credits"> <title>Credits and License</title>
