KPhotoAlbum/zh-cn: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Updating to match new version of source page)
    (7 intermediate revisions by the same user not shown)
    Line 4: Line 4:
    |[[Image:Kphotoalbum_splash.png]] || '''KPhotoAlbum 是个你可以用来方便的给给的图片分类的工具。它提供了许多功能,轻松分类和浏览图片'''。<br />  
    |[[Image:Kphotoalbum_splash.png]] || '''KPhotoAlbum 是个你可以用来方便的给给的图片分类的工具。它提供了许多功能,轻松分类和浏览图片'''。<br />  
    |}
    |}
    Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].


    __TOC__
    == History ==
    For an introduction, take the [http://kphotoalbum.org/index.php?page=3-minute-tour 3 minute KPhotoAlbum tour] or see the [http://kphotoalbum.org/index.php?page=videos Videos] at [http://kphotoalbum.org/ KPhotoAlbum's Homepage].  To learn more and view some screenshots read the [[Special:myLanguage/KPhotoAlbum FAQ|FAQ]].


    '''KPhotoAlbum''' supports all the normal image formats including raw
    The development of '''KPhotoAlbum''' started in 2003 with the name '''KimDaBa''' (for '''K''' '''im'''age '''Da'''ta '''Ba'''se) by Jesper Pedersen<ref>[https://commits.kde.org/kphotoalbum/d42ff3603a292741758024f58774585caef12e27 First commit]</ref>. '''KiPi''' support was added in 2004<ref>[https://commits.kde.org/kphotoalbum/ef47dac30088a0a4485af7a33189948d699caf85 Commit add KiPi support]</ref>. In 2006, Tuomas Suutari a sponsored [google summer of code student], implemented a new sql based database.
    formats produced by most digital cameras and scanners (using dcraw to do the
    decoding). It is also possible to use the thumbnails embedded in raw images
    (that are usually of decent size and quality) for fast viewing so there is
    no need to decode the whole raw image.


    == Using KPhotoAlbum ==
    In July 2007, '''KPhotoAlbum''' started to being ported to KDE 4<ref>https://www.kphotoalbum.org/2008/09/03/0052/ KDE 4 porting started of KPhotoAlbum</ref>. The porting finished in May 2009<ref>https://www.kphotoalbum.org/2009/06/12/0062/</ref>


    There is a [http://www.kphotoalbum.org/index.php?page=3-minute-tour 3-minute Tour] and a set of [http://www.kphotoalbum.org/index.php?page=videos How-To videos] on the project site. A '''KPhotoAlbum''' handbook is also available as a [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/kphotoalbum.pdf PDF] and [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/index.html on-line version].
    In 2014, an android version was released<ref>https://www.kphotoalbum.org/2015/03/18/0087/</ref>. A video of the android version is available in [https://www.youtube.com/watch?v=TxtD7BG61Ro youtube].  


    == Getting KPhotoAlbum ==
    In 2016, '''KPhotoAlbum''' was ported to qt5/kf5<ref>https://www.kphotoalbum.org/2016/11/05/0092/</ref>.


    Source packages, binaries for various distros, and snapshots are available from [http://www.kphotoalbum.org/index.php?page=download the project Download page].
    Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].


    === KPhotoAlbum on Live systems ===


    KPhotoAlbum is available in [https://neon.kde.org/download Neon]:
    [[File:KPhotoAlbum_main_windows.png|500px|center]]
    * User Edition has the latest release
    * Developer Edition (stable branch) has the ''5.x'' branch.<br/>Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
    * Developer Edition (unstable branch) has the ''master'' branch of kphotoalbum.


    === Building KPhotoAlbum ===
    == Getting started ==


    Step-by-step guide to build KPhotoAlbum from source code on Debian or Ubuntu are available on page [[Special:myLanguage/Building KPhotoAlbum|Building KPhotoAlbum]].
    For an introduction, take the [https://www.kphotoalbum.org/documentation/3minutetour/ 3 minute KPhotoAlbum tour] or see the [https://www.kphotoalbum.org/documentation/videos/ Videos] at [https://www.kphotoalbum.org/ KPhotoAlbum's Homepage].  To learn more and view some screenshots read the [[Special:myLanguage/KPhotoAlbum FAQ|FAQ]].


    == Extending KPhotoAlbum ==
    '''KPhotoAlbum''' supports all the normal image formats including raw formats produced by most digital cameras and scanners (using dcraw to do the decoding). It is also possible to use the thumbnails embedded in raw images (that are usually of decent size and quality) for fast viewing so there is no need to decode the whole raw image.


    * '''Image::Kimdaba''' is a perl module available on [http://cpan.org CPAN] which parses the ''index.xml'' database.
    <div class="mw-translate-fuzzy">
    **  [http://search.cpan.org/~jmfayard/Image-Kimdaba/lib/Image/Kimdaba.pm Write your own extensions] to '''KPhotoAlbum'''
    ==文档==
    ** Read [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] to download it and to see available scripts
    </div>
    * Another way to extend '''KPhotoAlbum''' is to write [[Special:myLanguage/KIPI|KIPI plugins]] (that are used also by other KDE photo applications). These plugins provide functions like exporting images to websites like Flickr, Picasa, Facebook, ... correcting exif date stamps or doing some other image manipulations. ('''KPhotoAlbum''' by itself does not touch the original files at all but preserves them intact).
    * Other useful scripts are available from [http://www.hardakers.net/kphotoalbum/#sec-5 Wes Hardaker's site]
    * With [http://wersdoerfer.com/wicked/Kimdaba2Mysql Kimdaba2Mysql] it's possible to:
    ** insert your index.xml metadata into a mysql-database
    ** generate a search-formular on your website  with your kimdaba-keywords, example [http://wersdoerfer.com/bilder here]<br />


    * Patches and features awaiting approval or implementation - Please use [https://bugs.kde.org/ bugs.kde.org] for that.
    There is a [https://www.kphotoalbum.org/documentation/3minutetour/ 3-minute Tour] and a set of [https://www.kphotoalbum.org/documentation/videos/ How-To videos] on the project site. A '''KPhotoAlbum''' handbook is also available as a [https://docs.kde.org/development/en/extragear-graphics/kphotoalbum/kphotoalbum.pdf PDF] and [https://docs.kde.org/development/en/extragear-graphics/kphotoalbum/index.html on-line version].


    <div class="mw-translate-fuzzy">
    == KPhotoAlbum 下载 ==
    </div>


    Source packages, binaries for various distros, and snapshots are available from [https://www.kphotoalbum.org/download/ the project Download page].


    With [http://www.gowdy.us/pse3/ pse3tokimdaba.pl] it's possible to extract information from your Photoshop Elements 3 database to create an index.xml file. There are quite a few limitations, see the above page for more details.
    {{Install|KPhotoAlbum}}


    [http://d200.vmrt.homelinux.com/|djKPA djKPA] is a [http://www.djangoproject.org Django] web site designed to be the web interface of your [http://www.kphotoalbum.org KPhotoAlbum] photo repository.
    <div class="mw-translate-fuzzy">
    The philosophy of djKPA is be as far as possible fully automatic: labels, tags, descriptions, ... of photo come from '''KPhotoAlbum'''. Nevertheless, djKPA is a real interactive application that allows your visitors to vote, post comments, show exif, ... and visit your photos by browsing the your Tags.
    == Live系统像是Knoppix上的KPhotoAlbum ==
    </div>


    === Help develop KPhotoAlbum ===
    KPhotoAlbum is available in [https://neon.kde.org/download Neon]:
    * User Edition has the latest release
    * Developer Edition (stable branch) has the ''5.x'' branch.<br/>Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
    * Developer Edition (unstable branch) has the ''master'' branch of kphotoalbum.


    If you are interested in helping the '''KPhotoAlbum''' development or related projects, please look at  [http://www.kphotoalbum.org/index.php?page=getting-involved this project page]. Or, if you have an idea for a feature, please see the Feature Requests section, below.
    == Extending KPhotoAlbum ==


    == Developer documentation ==
    * Patches and features awaiting approval or implementation - Please use [https://bugs.kde.org/ bugs.kde.org] for that.
    === KPA Release Steps ===
    * Some useful scripts are shipped with KPhotoAlbum in the contrib directory.


    * Update CMakeLists.txt with the new version number you are just about to tag (alas, our automatic versionning doesn't work anymore {{Smiley}})
    <div class="mw-translate-fuzzy">
    ==帮助开发 KPhotoAlbum == ==
    </div>


    * Update the ChangeLog to mark the new release and add the key improvements to the list of changes, if they are not already mentioned in the ChangeLog
    <div class="mw-translate-fuzzy">
    如果你有兴趣帮助KPhotoAlbum开发或其他有关项目,请看下我们的[http://www.kphotoalbum.org/index.php?page=getting-involved 项目主页]。或者,如果你有特性请求,请查看后面的特性请求部分。
    </div>


    * Update doc/index.docbook to reflect the new release (if the documentation has been updated)<br />{{Input|1=<nowiki><releaseinfo>4.5</releaseinfo></nowiki>}}
    <div class="mw-translate-fuzzy">
    ==已知bug==
    </div>


    * Commit the last changes<br />{{Input|1=<nowiki>git commit -v -a</nowiki>}}
    <div class="mw-translate-fuzzy">
    查看[https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|已知Bugs]里的列表和KPhotoAlbum里的解决办法。
    </div>


    * Tag the new release and push it out<br />{{Input|1=<nowiki>git tag -a -m "kpa 4.5 released" v4.5
    <div class="mw-translate-fuzzy">
    git push
    请用[https://bugs.kde.org/ bugs.kde.org]来要求新特性。
    git push --tags</nowiki>}}
    </div>


    * Create a tar ball of the released sources using the instructions on the following section (''kphotoalbum.rb --version 4.5'')
    === New Ideas for Future Versions ===


    * Upload the created tar ball to the <tt>incoming</tt> directory of upload.kde.org using an FTP client. The current instructions of notifying administrators of the upload are shown when logging in to the FTP server. You create a ticket and provide SHA sums and some other information of the upload.
    <div class="mw-translate-fuzzy">
    如果你有个新主意,但认为[https://bugs.kde.org/ bugs.kde.org]不是个恰当的地方来回报的话,使用页面上的 [http://www.kphotoalbum.org/index.php?page=communication-media 交流频道]。
    </div>


    * Add a new version to Bugzilla (bugs.kde.org, you have to have administrator rights to do this): ''Edit Products → KPhotoAlbum → Add version''
    == More Information ==


    * Update the KPA web pages to point to proper source file, you get a link to the mirroring system as when the uploaded tar to KDE FTP server has been processed. The sources of the web page can be checked out from <tt>svn+ssh://svn@svn.kde.org/home/kde/trunk/www/sites/kphotoalbum</tt> via svn.
    * [https://docs.kde.org/trunk5/en/extragear-graphics/kphotoalbum/index.html KDE official documentation]
     
    * [https://www.kphotoalbum.org/ KPhotoAlbum homepage]
    * Publish the release information (KPA's web site, mailing lists, distributor's bugtracking system, social media etc.).
    * [https://www.kphotoalbum.org/news KPhotoAlbum news]
    ** Don't forget to post on the kde-distro-packagers mailing list, and make sure to mention any changes in dependencies.
    * [https://en.wikipedia.org/wiki/KPhotoAlbum Wikipedia article]
    ** Update the latest version on top of this page.
    * [https://phabricator.kde.org/project/view/255/ KPhotoAlbum phabricator project]
    * Create a video of the cool new features and publish it on Youtube. A nice tool for doing so is [http://recordmydesktop.sourceforge.net/ recordmydesktop]. If you uploaded such a video, don't forget to add it to the Videos page on the homepage (cf. the <tt>README_new_video.txt</tt> file).
    * [https://phabricator.kde.org/source/kphotoalbum/ KPhotoAlbum git repository]
     
    * Notify people building the binary packages for different distributions
     
    === Building a Release ===
     
    Building a snapshot tar ball is rather straight forward. Install the releaseme building tool and run a command to generate the source package.
     
    {{Input|1=<nowiki>git clone git://anongit.kde.org/releaseme
    cd releaseme</nowiki>}}
    To create the source package, run e. g.:
    {{Input|1=<nowiki>./tarme.rb --origin trunk --version 5.1 kphotoalbum</nowiki>}}
     
    === GIT Branches ===
     
    * ''master'' ([https://build.kde.org/job/kphotoalbum%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc build status])<br />Current development branch
    * ''4.7''<br />Old stable (Qt4/Plasma4) branch. Only gets fixes for serious bugs on a case-by-case basis.
    * ''5.x''<br />Branch tracked by [https://community.kde.org/Neon/Builder#The_Packaging Neon/stable].<br />When ''master'' is in stable condition, it should be synced to ''5.x'': {{Input|1=<nowiki>git checkout 5.x ; git merge master</nowiki>}}
    * Feature branches are used in a very ad-hoc manner. If you are not a developer, don't bother with them.<br />If you are a developer, try using descriptive names that are not likely to interfere with future branches.
     
    == Known Bugs and feature requests ==
     
    查看[https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|已知Bugs]里的列表和KPhotoAlbum里的解决办法。
     
    Please use [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|bugs.kde.org] marking the report as a "Wish".
     
    === New Ideas for Future Versions ===


    If you have a new idea for KPhotoAlbum and think that [https://bugs.kde.org/ bugs.kde.org] is not the right place for it, use one of the [https://www.kphotoalbum.org/communication/ communication channels] listed on the pages.
    == References ==


    [[Category:图形/zh-cn]]
    [[Category:图形/zh-cn]]

    Revision as of 14:29, 6 September 2020

    KPhotoAlbum 是个你可以用来方便的给给的图片分类的工具。它提供了许多功能,轻松分类和浏览图片

    History

    The development of KPhotoAlbum started in 2003 with the name KimDaBa (for K image Data Base) by Jesper Pedersen[1]. KiPi support was added in 2004[2]. In 2006, Tuomas Suutari a sponsored [google summer of code student], implemented a new sql based database.

    In July 2007, KPhotoAlbum started to being ported to KDE 4[3]. The porting finished in May 2009[4]

    In 2014, an android version was released[5]. A video of the android version is available in youtube.

    In 2016, KPhotoAlbum was ported to qt5/kf5[6].

    Stable releases are always announced on our news page.


    Getting started

    For an introduction, take the 3 minute KPhotoAlbum tour or see the Videos at KPhotoAlbum's Homepage. To learn more and view some screenshots read the FAQ.

    KPhotoAlbum supports all the normal image formats including raw formats produced by most digital cameras and scanners (using dcraw to do the decoding). It is also possible to use the thumbnails embedded in raw images (that are usually of decent size and quality) for fast viewing so there is no need to decode the whole raw image.

    文档

    There is a 3-minute Tour and a set of How-To videos on the project site. A KPhotoAlbum handbook is also available as a PDF and on-line version.

    KPhotoAlbum 下载

    Source packages, binaries for various distros, and snapshots are available from the project Download page.

    Installation Instructions

    If you need help to install KPhotoAlbum, look at this tutorial about how to install KDE software.


    Live系统像是Knoppix上的KPhotoAlbum

    KPhotoAlbum is available in Neon:

    • User Edition has the latest release
    • Developer Edition (stable branch) has the 5.x branch.
      Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
    • Developer Edition (unstable branch) has the master branch of kphotoalbum.

    Extending KPhotoAlbum

    • Patches and features awaiting approval or implementation - Please use bugs.kde.org for that.
    • Some useful scripts are shipped with KPhotoAlbum in the contrib directory.

    帮助开发 KPhotoAlbum ==

    如果你有兴趣帮助KPhotoAlbum开发或其他有关项目,请看下我们的项目主页。或者,如果你有特性请求,请查看后面的特性请求部分。

    已知bug

    查看[1]里的列表和KPhotoAlbum里的解决办法。

    请用bugs.kde.org来要求新特性。

    New Ideas for Future Versions

    如果你有个新主意,但认为bugs.kde.org不是个恰当的地方来回报的话,使用页面上的 交流频道

    More Information

    References