Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

SAX-based implementation of an RDFa Processor in C

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-apache-2.0
NotificationsYou must be signed in to change notification settings

rdfa/librdfa

Repository files navigation

librdfa is a SAX-basedRDFa processor written in C for XML and HTMLfamily languages. It currently supports XML+RDFa, XHTML+RDFa, SVG+RDFa,HTML4+RDFa and HTML5+RDFa for both RDFa 1.0 and RDFa 1.1.

Building and Running librdfa

Make sure that you have the following software installed on your systembefore attempting to build librdfa:

autoconfautomakegccmakepkg-configlibtoollibxml2-dev

Make sure you have the following packages installed if you're attemptingto build the Python RDFa libraries:

g++python-dev swig

Make sure you have the following packages installed if you are attemptingto build the Debian/Ubuntu packages:

dpkg-buildpackagedpkg-devpython-all-dev dh-buildinfo debhelper

Change into the librdfa source directory and run the following:

./autogen.sh./configuremake./tests/speed

If everything goes well, the speed test should be able to crank throughdocuments at 32 MB/sec and generate roughly 6.5k triples/sec.

Optionally, you can build the Python bindings with the following:

./configure --enable-pythonmake

Development

pkg-config support is provided to setup cflags and libs. The .pc file isinstalled along with development files. Add the librdfa source dir tothePKG_CONFIG_PATH environment var to use the uninstalled library.

Building a simple program using librdfa pkg-config support:

cc `pkg-config --libs --cflags librdfa` -o test test.c

Installation

Use configure options to setup install directories. For more information:

./configure --help

To install:

make install

About

SAX-based implementation of an RDFa Processor in C

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-apache-2.0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp