API:EPrints/Apache/VLit

From EPrints Documentation
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


API: Core API

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki


NAME

EPrints::Apache::VLit - VLit Transclusion Module

User Comments


DESCRIPTION

This module is consulted when any document file is served. It allows subsets of the whole to be served.

This is an experimental feature. It may be turned off in the configuration if you object to it for some reason.

User Comments


$rc = EPrints::Apache::VLit::handler( $r )

Handler for managing EPrints VLit requests.

User Comments


EPrints::Apache::VLit::send_http_error( $code, $message )

Generates and prints VLit error message page with HTTP error $code and $message provided.

User Comments


EPrints::Apache::VLit::send_http_header( $type )

Generates HTTP header part of VLit response with content type $type.

User Comments


EPrints::Apache::VLit::ls_charrange( $filename, $param, $locspec, $r, $baseurl, $args )

Generate VLit response for a specific character range in a particular file.

User Comments


EPrints::Apache::VLit::ls_area( $file, $param, $resspec, $r, $baseurl, $args )

Generate VLit response for a specific page area in a particular file.

User Comments


EPrints::Apache::VLit::cache_file( $resspec, $param )

Cache file for VLit request.

User Comments


SEE ALSO

https://wiki.eprints.org/w/VLit

User Comments


COPYRIGHT

© Copyright 2023 University of Southampton.

EPrints 3.4 is supplied by EPrints Services.

http://www.eprints.org/eprints-3.4/

LICENSE

This file is part of EPrints 3.4 http://www.eprints.org/.

EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.

EPrints 3.4 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.

User Comments