Difference between revisions of "Training Video:Export Plugin Bazaar Package"

From EPrints Documentation
Jump to: navigation, search
(Index)
(Notes, Errata and Additional Information)
Line 47: Line 47:
 
<youtube>JdZ8YCWLOJk</youtube>
 
<youtube>JdZ8YCWLOJk</youtube>
  
==Notes, Errata and Additional Information==
+
===Notes, Errata and Additional Information===
  
===Versions===
+
====Versions====
  
 
This video was created using EPrints 3.3.13 on Ubuntu.  Files are edited using Vim.
 
This video was created using EPrints 3.3.13 on Ubuntu.  Files are edited using Vim.

Revision as of 12:00, 18 November 2015


Introduction

This video explains how to create a simple export plugin and wrap it as a bazaar package. Export plugins allow you to present the data in EPrints in any format. Bazaar Packages enable you to share this format with others so your work can be re-used.

What you will learn

  • What an export plugin does, and how to write a simple, text-based example
  • How to ensure your plugin is compatible with different installations of EPrints (single and multiple repository)
  • Testing the plugin
  • Creating associated files and compiling the plugin
  • Sharing the plugin with the EPrints community and keeping it up to date

What you will need to know

  • How to use command line tools:
    • changing directories
    • listing contents of folders
    • copying, moving and editing text files
    • restarting the web server
    • creating new directories
  • Familiarity with Perl (the example modifies an existing plugin, so you need to be able to read and modify code following existing structures)

Video

Index

The Video

Notes, Errata and Additional Information

Versions

This video was created using EPrints 3.3.13 on Ubuntu. Files are edited using Vim.

Test Yourself

Plugin Exercises (includes other kinds of plugins):

Instructions

Starter files and examples

More Reading

More about the API to make your export plugin more useful

Many more examples of export plugins

How to write plugins

Instructions for local plugins

Tips to write plugins

Category page with many examples of export plugins