source: archive/shrdesktopontologies.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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