|
|
| Line 192: |
Line 192: |
| | === [http://nepomuk.kde.org Nepomuk] === | | === [http://nepomuk.kde.org Nepomuk] === |
| | | | |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/Quickstart|Nepomuk Quickstart]]
| + | See [[Development/Tutorials/Metadata/Nepomuk|Nepomuk tutorials]]. |
| − | :''How to use Nepomuk resources in a quick and painless way without much fuss.''
| + | |
| | | | |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/RDFIntroduction|RDF and Ontologies in Nepomuk]]
| |
| − | :''An introduction to RDF and the usage of ontologies in Nepomuk.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/DataLayout|Data Layout in Nepomuk]]
| |
| − | :''An overview of which and how data is stored in Nepomuk.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/Resources|Handling Resources with Nepomuk]]
| |
| − | :''Nepomuk is the KDE library which provides easy access to metadata in the Nepomuk system. Learn how to make your application create and read metadata using the Nepomuk system.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/ResourceGenerator|Using the Nepomuk Resource Generator]]
| |
| − | :''Nepomuk includes a resource generator which creates convenience classes for handling metadata.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/NepomukQuery|Using the Nepomuk Query API]]
| |
| − | :''Starting with KDE 4.4 Nepomuk provides a desktop query API.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/AdvancedQueries|Advanced Queries]]
| |
| − | :''The real power of Nepomuk can only be exposed when performing fancy queries on the data repository. This tutorial provides an introduction to semantic and full text queries in Nepomuk.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/NepomukServer|The Nepomuk Server and the Architecture of the Nepomuk subsystem]]
| |
| − | :''The Nepomuk Server hosts the main Nepomuk data repository and can be accessed directly via a Soprano API.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/NepomukServices|Nepomuk Services]]
| |
| − | :''The Nepomuk Server manages a set of Nepomuk services.''
| |
| − | :* [[Development/Tutorials/Metadata/Nepomuk/StorageService|Storage Service]] ''The probably most important service hosts the Nepomuk data repository using [http://soprano.sourceforge.net Soprano].''
| |
| − | :* [[Development/Tutorials/Metadata/Nepomuk/OntologyLoaderService|Ontology Loader]] ''Makes sure installed ontologies such as RDF, RDFS, NRL, or Xesam are loaded into the storage repository.''
| |
| − | :* [[Development/Tutorials/Metadata/Nepomuk/FileWatchService|File Watch Service]] ''Monitors the file system for changes and updates the file resource paths and URIs in Nepomuk.''
| |
| − | :* [[Development/Tutorials/Metadata/Nepomuk/StrigiService|Strigi Service]] ''Controls Strigi, the file indexing tool which extracts metadata from files and stores it into the storage repository.''
| |
| − | :* [[Development/Tutorials/Metadata/Nepomuk/QueryService|Query Service]] ''Provides persistant query folders.''
| |
| − |
| |
| − | ; [[Development/Tutorials/Metadata/Nepomuk/TipsAndTricks|Nepomuk Tips and Tricks]]
| |
| − | :''A set of tips and tricks for development with Nepomuk and Soprano. This is a must-read if you intend to use Nepomuk in your application or hack on it directly.''
| |
| | | | |
| | == Hardware Awareness (Solid) == | | == Hardware Awareness (Solid) == |
Are you interested in writing applications with KDE 4? This tutorial series is aimed at those completely new to KDE programming.