(→Music) |
(Removed page from translation) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | = Main Repositories = | + | == Nepomuk Repositories == |
+ | |||
+ | The '''Nepomuk''' development is split across many different repositories across KDE. The page attempts to list out most of the known Nepomuk code, and its development location. The list has been split according to importance. | ||
+ | |||
+ | == Main Repositories == | ||
These are the official repositories which the core Nepomuk team focuses on. | These are the official repositories which the core Nepomuk team focuses on. | ||
− | == NepomukCore == | + | === NepomukCore === |
NepomukCore, which is the main repository for Nepomuk development, was released with KDE 4.9. It is a combination of both the Nepomuk libraries present in kdelibs, and certain run time components present in kde-runtime. | NepomukCore, which is the main repository for Nepomuk development, was released with KDE 4.9. It is a combination of both the Nepomuk libraries present in kdelibs, and certain run time components present in kde-runtime. | ||
Line 16: | Line 19: | ||
* '''Developers:''' Sebastian Trueg <trueg@kde.org>, Vishesh Handa <me@vhanda.in> | * '''Developers:''' Sebastian Trueg <trueg@kde.org>, Vishesh Handa <me@vhanda.in> | ||
− | == NepomukWidgets == | + | === NepomukWidgets === |
NepomukWidget, is the repository which contains all the widgets which applications use. It will be released with KDE 4.10. Before this the widgets were present in kdelibs/nepomuk. | NepomukWidget, is the repository which contains all the widgets which applications use. It will be released with KDE 4.10. Before this the widgets were present in kdelibs/nepomuk. | ||
Line 25: | Line 28: | ||
* '''Developers:''' Sebastian Trueg <trueg@kde.org>, Vishesh Handa <me@vhanda.in> | * '''Developers:''' Sebastian Trueg <trueg@kde.org>, Vishesh Handa <me@vhanda.in> | ||
− | == KIO slaves == | + | === KIO slaves === |
Nepomuk currently consists of 3 kio-slaves - nepomuk, nepomuksearch, and timeline. Out of these 3, nepomuksearch and timeline are the most visible. The nepomuk kioslave is an internal kioslave which redirects to the physical location or to the nepomuksearch kioslave. For a more in depth discussion of their working, please read [[Projects/Nepomuk/kioslaves| this]]. | Nepomuk currently consists of 3 kio-slaves - nepomuk, nepomuksearch, and timeline. Out of these 3, nepomuksearch and timeline are the most visible. The nepomuk kioslave is an internal kioslave which redirects to the physical location or to the nepomuksearch kioslave. For a more in depth discussion of their working, please read [[Projects/Nepomuk/kioslaves| this]]. | ||
Line 31: | Line 34: | ||
'''Repository:''' kde-runtime/nepomuk/kioslaves | '''Repository:''' kde-runtime/nepomuk/kioslaves | ||
− | == KCM == | + | === KCM === |
Nepomuk consists of 2 main user visible components. The Nepomuk KCM and the controller, which is uses to pause/resume indexing. The plan is to eventually move these out of kde-runtime, but that will probably only happen with KDE Frameworks 5. | Nepomuk consists of 2 main user visible components. The Nepomuk KCM and the controller, which is uses to pause/resume indexing. The plan is to eventually move these out of kde-runtime, but that will probably only happen with KDE Frameworks 5. | ||
Line 37: | Line 40: | ||
'''Repository:''' kde-runtime/nepomuk/kcm | '''Repository:''' kde-runtime/nepomuk/kcm | ||
− | == Nepomuk Shell == | + | === Nepomuk Shell === |
Nepomuk consists of a development tool called 'nepomukshell' which can be used to browse the Nepomuk database, and to run SPARQL queries. It has served as a simple starting ground for people wishing to contribute to Nepomuk. | Nepomuk consists of a development tool called 'nepomukshell' which can be used to browse the Nepomuk database, and to run SPARQL queries. It has served as a simple starting ground for people wishing to contribute to Nepomuk. | ||
Line 45: | Line 48: | ||
* '''Activity:''' Low | * '''Activity:''' Low | ||
− | = Dependencies = | + | == Dependencies == |
− | == Soprano == | + | === Soprano === |
Soprano provides a Qt based wrapper over virtuoso, and additional serializing and parsing features which are used to load the ontologies. It follows an independent release schedule. | Soprano provides a Qt based wrapper over virtuoso, and additional serializing and parsing features which are used to load the ontologies. It follows an independent release schedule. | ||
Line 55: | Line 58: | ||
* '''Activity:''' As per Nepomuk's requirements | * '''Activity:''' As per Nepomuk's requirements | ||
− | == Strigi == | + | === Strigi === |
− | + | From KDE SC 4.10, Strigi is no longer used in Nepomuk. We have our own file indexer which is present in nepomuk-core. | |
− | + | == Other Repositories == | |
− | + | === Nepomuk-WebMiner === | |
− | + | The Nepomuk WebMiner is an independent project that was started by Jörg Ehrichs. It provides rich features for extracting additional information from the web as well as from the files. | |
− | + | * '''Repository:''' [https://projects.kde.org/projects/extragear/base/nepomuk-webminer kde:nepomuk-webminer] | |
− | + | ||
− | * '''Repository:''' [https://projects.kde.org/projects/ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* '''Developers:''' Jörg Ehrichs <joerg.ehrichs@gmx.de> | * '''Developers:''' Jörg Ehrichs <joerg.ehrichs@gmx.de> | ||
− | == Tag Manager == | + | === Tag Manager === |
A fairly random project that was done in less than a day. Its purpose was to provide a user visible way to rename, delete and merge tags. It is currently not shipped by any distributions, and should ideally be cleanup up and properly released. For more information read [http://vhanda.in/blog/2012/01/nepomuk-tag-manager/| this]. | A fairly random project that was done in less than a day. Its purpose was to provide a user visible way to rename, delete and merge tags. It is currently not shipped by any distributions, and should ideally be cleanup up and properly released. For more information read [http://vhanda.in/blog/2012/01/nepomuk-tag-manager/| this]. | ||
Line 94: | Line 79: | ||
* '''Activity:''' Low | * '''Activity:''' Low | ||
− | == TV Namer == | + | === TV Namer === |
+ | |||
It fetches information from http://thetvdb.com. For more information, please read the original blogs posts - | It fetches information from http://thetvdb.com. For more information, please read the original blogs posts - | ||
* http://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/ | * http://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/ | ||
Line 103: | Line 89: | ||
* '''Developers:''' Sebastian Trueg <trueg@kde.org> | * '''Developers:''' Sebastian Trueg <trueg@kde.org> | ||
− | == Music == | + | === Music === |
+ | |||
This provides a music kio slave which allows one to browse through the music indexed by Nepomuk. For more information please read [http://trueg.wordpress.com/2012/02/10/just-for-the-fun-of-it-browsing-music-with-nepomuk/ the original blog post] | This provides a music kio slave which allows one to browse through the music indexed by Nepomuk. For more information please read [http://trueg.wordpress.com/2012/02/10/just-for-the-fun-of-it-browsing-music-with-nepomuk/ the original blog post] | ||
Line 111: | Line 98: | ||
* '''Developers:''' Sebastian Trueg <trueg@kde.com> | * '''Developers:''' Sebastian Trueg <trueg@kde.com> | ||
− | == Web Extractor == | + | === Web Extractor === |
The Nepomuk web-extractor was originally a 2010 GSOC Project (Add link). The project was completed, but the architecture is extremely complicated. Additionally, most of the user visible parts were missing. It requires a complete rewrite. | The Nepomuk web-extractor was originally a 2010 GSOC Project (Add link). The project was completed, but the architecture is extremely complicated. Additionally, most of the user visible parts were missing. It requires a complete rewrite. | ||
Line 119: | Line 106: | ||
* '''Activity:''' Non Existent | * '''Activity:''' Non Existent | ||
* '''Developers:''' Artem Serebriyskiy <v.for.vandal@gmail.com> | * '''Developers:''' Artem Serebriyskiy <v.for.vandal@gmail.com> | ||
+ | |||
+ | [[Category:Documentation]] | ||
+ | [[Category:Development]] | ||
+ | [[Category:Tutorials]] |
The Nepomuk development is split across many different repositories across KDE. The page attempts to list out most of the known Nepomuk code, and its development location. The list has been split according to importance.
These are the official repositories which the core Nepomuk team focuses on.
NepomukCore, which is the main repository for Nepomuk development, was released with KDE 4.9. It is a combination of both the Nepomuk libraries present in kdelibs, and certain run time components present in kde-runtime.
All Nepomuk enabled applications must depend on NepomukCore. It utilizes the Nepomuk2 namespace.
NepomukWidget, is the repository which contains all the widgets which applications use. It will be released with KDE 4.10. Before this the widgets were present in kdelibs/nepomuk.
Nepomuk currently consists of 3 kio-slaves - nepomuk, nepomuksearch, and timeline. Out of these 3, nepomuksearch and timeline are the most visible. The nepomuk kioslave is an internal kioslave which redirects to the physical location or to the nepomuksearch kioslave. For a more in depth discussion of their working, please read this.
Repository: kde-runtime/nepomuk/kioslaves
Nepomuk consists of 2 main user visible components. The Nepomuk KCM and the controller, which is uses to pause/resume indexing. The plan is to eventually move these out of kde-runtime, but that will probably only happen with KDE Frameworks 5.
Repository: kde-runtime/nepomuk/kcm
Nepomuk consists of a development tool called 'nepomukshell' which can be used to browse the Nepomuk database, and to run SPARQL queries. It has served as a simple starting ground for people wishing to contribute to Nepomuk.
Soprano provides a Qt based wrapper over virtuoso, and additional serializing and parsing features which are used to load the ontologies. It follows an independent release schedule.
From KDE SC 4.10, Strigi is no longer used in Nepomuk. We have our own file indexer which is present in nepomuk-core.
The Nepomuk WebMiner is an independent project that was started by Jörg Ehrichs. It provides rich features for extracting additional information from the web as well as from the files.
A fairly random project that was done in less than a day. Its purpose was to provide a user visible way to rename, delete and merge tags. It is currently not shipped by any distributions, and should ideally be cleanup up and properly released. For more information read this.
It fetches information from http://thetvdb.com. For more information, please read the original blogs posts -
This provides a music kio slave which allows one to browse through the music indexed by Nepomuk. For more information please read the original blog post
The Nepomuk web-extractor was originally a 2010 GSOC Project (Add link). The project was completed, but the architecture is extremely complicated. Additionally, most of the user visible parts were missing. It requires a complete rewrite.