diff --git a/content/documentation/_index.md b/content/documentation/_index.md index 879463367..df1565c66 100644 --- a/content/documentation/_index.md +++ b/content/documentation/_index.md @@ -1,43 +1,43 @@ --- date: "2017-03-21" title: "Documentation" author: "digiKam Team" description: "digiKam Documentation and Resources" category: "documentation" aliases: "/docs" menu: "navbar" --- ### Documentation and Useful Resources ![digiKam Online Handbook](https://c1.staticflickr.com/1/686/31487551224_35f5203362_z.jpg) The digiKam documentation comes as a package usually called _digikam-doc_ that you can install locally. You can also read it online (updated automatically every Friday). Some options might differ from your local installation, because the online manuals cover to the development version: * [digiKam HTML version](https://docs.kde.org/trunk5/en/extragear-graphics/digikam/index.html) * [Showfoto HTML version](https://docs.kde.org/trunk5/en/extragear-graphics/showfoto/index.html) * [digiKam PDF version](https://docs.kde.org/trunk5/en/extragear-graphics/digikam/digikam.pdf) * [Showfoto PDF version](https://docs.kde.org/trunk5/en/extragear-graphics/showfoto/index.html) [digiKam tutorials](https://userbase.kde.org/Digikam/Tutorials) wiki offers tutorials that cover various digiKam tools and functionality. #### API and Database Schema If you plan contribute as a developer to digiKam, you might find the following links useful: * [digiKam API](http://api.kde.org/extragear-api/graphics-apidocs/digikam/html/index.html) * [libkipi API](https://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkipi/src/html/index.html) * [libkipiplugins API](https://api.kde.org/extragear-api/graphics-apidocs/kipi-plugins/common/libkipiplugins/html/index.html) -* [Database schema](https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/raw/project/documents/DBSCHEMA.ODS) +* [Database schema](https://cgit.kde.org/digikam.git/plain/project/documents/DBSCHEMA.ODS) Use [SQliteBrowser](http://sqlitebrowser.sourceforge.net) or the sqlite [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/5817) to work with SQlite3 database files. #### digiKam Source Code * [digiKam source code](https://cgit.kde.org/digikam.git/) * [kipi-plugins source code](https://cgit.kde.org/kipi-plugins.git) * [libkipi source code](https://cgit.kde.org/libkipi.git) ### Contributing We encourage you to improve the existing documentation by submitting comments, corrections, and patches. If you'd like to contribute to the documentation, have a look at the [Contributing](?q=contrib#documentation) page.