diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-11 01:49:08 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-11 01:49:08 +0800 |
commit | c0e600065c84999750e802d6a27d1d4c22ec04f6 (patch) | |
tree | 809bf3d7eee9a60d76079e5d5b505c47c467d3dd /editors/Makefile | |
parent | 0c103c307d79a957494b04436ae0fbca9a8111ba (diff) | |
download | freebsd-ports-gnome-c0e600065c84999750e802d6a27d1d4c22ec04f6.tar.gz freebsd-ports-gnome-c0e600065c84999750e802d6a27d1d4c22ec04f6.tar.zst freebsd-ports-gnome-c0e600065c84999750e802d6a27d1d4c22ec04f6.zip |
Add morla.
Morla is a RDF editor written in C. It is based on the libnxml and librdf
libraries. With Morla you can manage more RDF documents simultaneously,
visualize graphs and use templates for quick writing.
With Morla you can import RDFS documents and use their contents to write new
RDF triples. Templates are also RDF documents and they make Morla easily
personalizable and expandable.
You can also use Morla as a RDF navigator, wandering among the net knots of
the RDF documents present on Internet exactly as we are used to do with normal
browsers.
WWW: http://www2.autistici.org/bakunin/morla/index.php
PR: ports/95542
Submitted by: nivit@email.it (Nicola Vitale)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 477acb1ae570..b94fb51edb81 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -97,6 +97,7 @@ SUBDIR += mined SUBDIR += mlview SUBDIR += mode-info + SUBDIR += morla SUBDIR += mp SUBDIR += muggy SUBDIR += mule |