source: archive/shrdesktopontologies.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
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 &lfs75_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;
81
82cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
83
84 <para>
85 This package does not come with a test suite.
86 </para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
99 <segtitle>Installed Libraries</segtitle>
100 <segtitle>Installed Directories</segtitle>
101
102 <seglistitem>
103 <seg>none</seg>
104 <seg>none</seg>
105 <seg>&kde-dir;/share/ontology and
106 &kde-dir;/share/cmake/SharedDesktopOntologies</seg>
107 </seglistitem>
108 </segmentedlist>
109 </sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.