/usr/share/doc/librdf-endpoint-perl/README is in librdf-endpoint-perl 0.07-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | RDF::Endpoint - A SPARQL Protocol Endpoint implementation
This modules implements the SPARQL Protocol for RDF using the PSGI
interface provided by Plack. It may be run with any Plack handler.
REQUIREMENTS
To install RDF::Endpoint you'll need the following perl modules installed:
* JSON
* Carp
* File::ShareDir
* RDF::Trine
* RDF::Query
* RDF::RDFa::Generator
* Plack::Request
* Plack::Response
* Plack::Middleware::AccessLog
* Data::Dumper
* Config::JFDI
* HTTP::Negotiate
* IO::Compress::Gzip
* XML::LibXML
* HTML::HTML5::Writer
* HTML::HTML5::Parser
* Hash::Merge::Simple
The following additional modules are required for testing the installation:
* Test::More
* Test::WWW::Mechanize::PSGI
INSTALLATION
To install, run:
perl Makefile.PL
make
make test
make install
COPYRIGHT
Copyright (C) 2010-2014 Gregory Williams. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
AUTHOR
Gregory Williams <gwilliams@cpan.org>
|