source: kde/core/shrdesktopontologies.xml@ 8bcd51bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8bcd51bd was 028759b, checked in by Randy McMurchy <randy@…>, 11 years ago

Replaced all imbedded tabs from the book's XML with spaces

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[0e25c32]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 " ">
[4a7f57a]9 <!ENTITY shared-desktop-ontologies-md5sum "bfb7b5acbb43e5e45466c87dbe9c45b7">
[c638591]10 <!ENTITY shared-desktop-ontologies-size "3.8 MB">
11 <!ENTITY shared-desktop-ontologies-buildsize "6.7 MB">
[0e25c32]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">
[c638591]30 <title>Introduction to Shared-Desktop-Ontologies</title>
[0e25c32]31
[0d7900a]32 <para>The Shared desktop ontologies provide RDF vocabularies for the Semantic Desktop.
33 This includes basic ontologies like RDF and RDFS and all the Nepomuk ontologies like NRL,
[c9df31a]34 NIE, or NFO which are also maintained and developed in this open-source project.</para>
[0e25c32]35
[9697f0f]36 &lfs72_checked;
[0e25c32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&shared-desktop-ontologies-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&shared-desktop-ontologies-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &shared-desktop-ontologies-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &shared-desktop-ontologies-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &shared-desktop-ontologies-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &shared-desktop-ontologies-time;</para>
57 </listitem>
58 </itemizedlist>
59
60<!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/shared-desktop-ontologies-&shared-desktop-ontologies-version;-fixes-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68-->
69<!--
70 <bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
[c638591]74 <xref linkend="docbook-xsl"/>,
[0e25c32]75 </para>
76
[c638591]77
[0e25c32]78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
[0d7900a]80 <xref linkend="xine-lib"/>,
[0e25c32]81 <xref linkend="gstreamer"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
[e2e42c7]86 <xref linkend='pulseaudio'/>
[0e25c32]87 </para>
88-->
[c638591]89
90
91
[0e25c32]92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/shared-desktop-ontologies"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Shared-desktop-ontologies</title>
99
[2a7334e8]100 <para>Install <application>Shared-desktop-ontologies</application> by running the following
[0e25c32]101 commands:</para>
102
103<screen><userinput>mkdir build &amp;&amp;
[806640c]104cd build &amp;&amp;
[c9df31a]105cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
[0e25c32]106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112<!--
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><option>- -xyz</option>: This option is set for ...</para>
117
118 </sect2>
119-->
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
[4a7f57a]124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
[0e25c32]127
128 <seglistitem>
[2a7334e8]129 <seg>none</seg>
130 <seg>none</seg>
[028759b]131 <seg>&kde-dir;/share/ontology</seg>
[0e25c32]132 </seglistitem>
133 </segmentedlist>
134<!--
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="blitztest">
141 <term><command>blitztest</command></term>
142 <listitem>
143 <para>is a testing utility for shared-desktop-ontologies.</para>
144 <indexterm zone="shared-desktop-ontologies blitztest">
145 <primary sortas="b-blitztest">blitztest</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151-->
152 </sect2>
153
154</sect1>
155
Note: See TracBrowser for help on using the repository browser.