2017 © Pedro Peláez
 

typo3-cms-extension doi-system

DOI System - OAI server emulation. OAI stands for Open Archives Initiative, a protocol for Metadata Harvesting.

image

fab/doi-system

DOI System - OAI server emulation. OAI stands for Open Archives Initiative, a protocol for Metadata Harvesting.

  • Thursday, January 5, 2017
  • by fudriot
  • Repository
  • 7 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DOI System for TYPO3 CMS

This is a TYPO3 CMS extension emulating an OAI server. OAI stands for Open Archives Initiative, a protocol for Metadata Harvesting., (*1)

The URLs given as example are encoded., (*2)

# Return all document
http://domain.tld/doi/

Under the hood, the URL is decoded and corresponds to something like::, (*3)

http://domain.tld/index.php?eID=doi_system&route=users/1;

Configuration

The configuration is done via TypoScript., (*4)

Installation

  1. Install via composer or clone the extension into /path/typo3conf/ext/., (*5)

    $ composer require fab/doi-system, (*6)

  2. Go to Extension Manager and activate the extension doi_system., (*7)

  3. Add a rewrite rule to your .htaccess:, (*8)

    RewriteRule ^doi/(.*)$ /index.php?eID=doi_system [QSA,L], (*9)

or, if you are using Nginx:, (*10)

rewrite ^/doi/(.*)$ /index.php?eID=doi_system last;

Now you can start fetching content with doi/., (*11)

The Versions

05/01 2017

dev-master

9999999-dev https://github.com/Ecodev/doi_system

DOI System - OAI server emulation. OAI stands for Open Archives Initiative, a protocol for Metadata Harvesting.

  Sources   Download

GPL-2.0+

typo3 cms oai server doi system