source: kde/core/shrdesktopontologies.xml@ a5070e6

systemd-11177
Last change on this file since a5070e6 was 78abf5a, checked in by Ragnar Thomsen <rthomsen@…>, 11 years ago

KDE 4.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11076 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY shared-desktop-ontologies-download-http "&sourceforge-repo;/oscaf/shared-desktop-ontologies-&shared-desktop-ontologies-version;.tar.bz2">
8 <!ENTITY shared-desktop-ontologies-download-ftp " ">
9 <!ENTITY shared-desktop-ontologies-md5sum "bfb7b5acbb43e5e45466c87dbe9c45b7">
10 <!ENTITY shared-desktop-ontologies-size "3.8 MB">
11 <!ENTITY shared-desktop-ontologies-buildsize "6.7 MB">
12 <!ENTITY shared-desktop-ontologies-time "&lt;0.1 SBU">
13]>
14
15<sect1 id="shared-desktop-ontologies" xreflabel="shared-desktop-ontologies-&shared-desktop-ontologies-version;">
16 <?dbhtml filename="shared-desktop-ontologies.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Shared-desktop-ontologies-&shared-desktop-ontologies-version;</title>
24
25 <indexterm zone="shared-desktop-ontologies">
26 <primary sortas="a-shared-desktop-ontologies">shared-desktop-ontologies</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Shared-Desktop-Ontologies</title>
31
32 <para>The Shared desktop ontologies provide RDF vocabularies for the
33 Semantic Desktop. This includes basic ontologies like RDF and RDFS and all
34 the Nepomuk ontologies like NRL, NIE, and NFO, which are also maintained
35 and developed in this open-source project.</para>
36
37 &lfs73_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&shared-desktop-ontologies-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&shared-desktop-ontologies-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &shared-desktop-ontologies-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &shared-desktop-ontologies-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &shared-desktop-ontologies-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &shared-desktop-ontologies-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="cmake"/>
66 </para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/shared-desktop-ontologies"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Shared-desktop-ontologies</title>
75
76 <para>Install <application>Shared-desktop-ontologies</application> by
77 running the following commands:</para>
78
79<screen><userinput>mkdir build &amp;&amp;
80cd build &amp;&amp;
81cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
82
83 <para>
84 This package does not come with a test suite.
85 </para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>none</seg>
103 <seg>none</seg>
104 <seg>&kde-dir;/share/ontology and
105 &kde-dir;/share/cmake/SharedDesktopOntologies</seg>
106 </seglistitem>
107 </segmentedlist>
108 </sect2>
109
110</sect1>
Note: See TracBrowser for help on using the repository browser.