Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 2bad935ea66cb72919ca71dacaec7a89 > files > 8

redland-0.9.12-2mdk.ppc.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title>Redland RDF Application Framework - Frequently Asked Questions (FAQs)</title>
</head>
<body bgcolor="#ffffff" text="#000085">

<h1 align="center">Redland RDF Application Framework - Frequently Asked Questions (FAQs)</h1>


<ol>

<li>What is the license?

<p>Redland is
<a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>,
or
<a href="http://www.opensource.org/">Open Source</a> if you prefer.
</p>
</li>

<li>Why is the code released under two licenses - LGPL and MPL?

<p>I originally considered just a GPL version of the library but I
considered this too restrictive, hence the LGPL version.  LGPL also
allows the user, at their choice, to license the software under the
GPL (See LGPL Term 3) in which case this software can also be used
with all the other GPLed code -- see next answer.</p>

<p>As an alternative, the entire library can be used under the terms
of the 
<a href="http://www.mozilla.org/MPL/MPL-1.1.html">Mozilla Public License V1.1</a>
which allow you use it in other ways that aren't so <em>virus-y</em> (ahem)
as the (L)GPL.</p>
</li>

<li>Can I link this library with code under license XXX?

<p>Firstly,  
<a href="http://www.tuxedo.org/~esr/jargon/html/entry/IANAL.html">IANAL</a>
however here is an overview of how you can use this software:</p>

<ul>
<li>If you choose the LGPL/GPL licenses, the <a href="http://www.gnu.org/philosophy/license-list.html">GNU project list of licenses page</a> says that you can link the following licensed software with the code:<br />
GPLed, LGPLed, Guile, GNU Ada, X11, Cryptix, modified BSD, zlib, W3C, Berkeley Database, Python 1.6a2 earlier, Perl (as GPL), ncftp Artistic, Netscape JavaScript<br />
and <b>not</b> these types:<br />
Arphic, original BSD, Apache 1.0, Apache 1.1, Zope, Python 1.6b1 or later, OpenLDAP V2.3, IBM PL 1.0, Phorum, LaTeX (LPPL), MPL, NOSL 1.0, Interbase 1.0, Sun PL, NPL, Jabber OSL 1.0, Sun ISSL 1.0, QPL (without notice), Open Compatibility, PHP 2.02, Artistic, APPL, Sun CSL, Plan 9, Open Public License, Sun SSC(FR) 11<br />
check the link above for updates, since the above is not a definitive
list.</li>

<li>If you choose the MPL, you should be able to
link with most anything else except you might have problems
distributing stuff which includes GPLed/LGPLed parts, in which case,
choose the LGPL or GPL licenses.</li>
</ul>
</li>

<li>Why is Redland written in C?

<p>Writing in C allows reuse in lots of ways and the library should
be easy to call from languages since most of them allow importing of
C libraries or calling of C functions.</p>

<p>C is also more "portable" (subject to the usual C problems) and
should be compilable on many different systems.  I have access to
Linux 2.2.x, Solaris 2.5 (Sparc), Solaris 7 (Sparc) and HP-UX 10 and
it configured, built and tested out of the box on all of these.</p>

<p>See also the W3C Library note on
<a href="http://www.w3.org/Library/User/Style/Cpp.html">C++ in C</a>
which covers some of these issues, although I wrote the library before
finding this.</p>
</li>

<li>Why is it called Redland?

<p>Well, librdf was too boring <tt>:-)</tt>!  I work for
the <a href="http://www.bristol.ac.uk/">University of Bristol</a>
and <em>Redland</em> is an area of Bristol which has an 'R' and a 'D'
in the name.  Plus I couldn't find a decent word with the letters 'RDF'
in it.</p>
</li>

<li>Redmond?

<p>No, Redland - not related to an area near Seattle, Washington
State, USA home to an illegal monopolist.</p>
</li>

<li>Where is the Java interface?

<p>As of 2001-08-28 it is now added - see the
<a href="docs/java.html">java API</a></p>

</li>

<li>Does it support a query language?<br />

<p>Not yet, but if it did, it would look like the
<a href="http://swordfish.rdfweb.org/rdfquery/">Squish Query language</a>
or the
<a href="http://www.hpl.hp.co.uk/people/afs/RDQL/">RDQL RDF Data Query Language
</a>
</p>

</li>

</ol>

<hr />

<p>Copyright 2000-2001 <a href="http://purl.org/net/dajobe/">Dave Beckett</a>, <a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a>, <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>

</body>
</html>