Difference between revisions of "Training Video:Browse View configuration"

From EPrints Documentation
Jump to: navigation, search
(Index)
(Added text to intro and what you need to know / will learn. Added test Yourself and More Reading options)
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
==Introduction==
 
==Introduction==
  
Prose: Why should you watch this video, what is the purpose in EPrints of the thing that you’re learning?
+
This video explains what the browse views are, how they are defined and how to define new views. It shows best practice ways to modify the default configuration and how to use the command line administration tools to optimise the performance of your server in creating and updating views.
  
 
==What You Will Learn==
 
==What You Will Learn==
  
* Learning Objective 1
+
* What a browse view is
* Learning Objective 2
+
* What are 'menu' and 'list' views
* Learning Objective 3
+
* How to create a new view
 +
* How to change the way menu and lists views are rendered
 +
* How to amend the default configuration without changing the existing config files
 +
* How to regenerate the views via the admin interface, the command line and via scheduled tasks
  
 
==What You Should Already Know==
 
==What You Should Already Know==
  
* Prerequisite 1 with links if appropriate
+
* Familiarity with the EPrints admin interface
* Prerequisite 2 with links if appropriate
+
* A basic understanding of PERL and how EPrints uses it
* Prerequisite 3 with links if appropriate
+
* Basic idea of how eprints uses configuration files
  
 
==Resources==
 
==Resources==
Line 68: Line 71:
 
==Test Yourself==
 
==Test Yourself==
  
Exercises as appropriate to allow the learner to practice the subject of the page.
+
* Create a new view to show items by publication in 2 columns
 +
* Modify this view to show 3 columns
 +
* Create a render function to add some simple text to the list items
 +
* Modify the function to add the eprintid field to the list items
  
 
==More Reading==
 
==More Reading==
  
* Wiki page 1
+
* [[Adding_new_views | Adding New Views]]
* Wiki page 2
+
* [[Views.pl | The default views configuration ]]
* Wiki page 3
 

Revision as of 11:32, 27 November 2015


Introduction

This video explains what the browse views are, how they are defined and how to define new views. It shows best practice ways to modify the default configuration and how to use the command line administration tools to optimise the performance of your server in creating and updating views.

What You Will Learn

  • What a browse view is
  • What are 'menu' and 'list' views
  • How to create a new view
  • How to change the way menu and lists views are rendered
  • How to amend the default configuration without changing the existing config files
  • How to regenerate the views via the admin interface, the command line and via scheduled tasks

What You Should Already Know

  • Familiarity with the EPrints admin interface
  • A basic understanding of PERL and how EPrints uses it
  • Basic idea of how eprints uses configuration files

Resources

Each resource on this page (video, document, block of wiki text) should have a similar format to the Video section below.

Video

The Video can be found at http://youtu.be/Ap_u7_MCnhI.

Index

The Video

Notes, Errata and Additional Information

Any notes, version information, errata, etc concerned with this video

  • EPrints 3.3.14

Test Yourself

  • Create a new view to show items by publication in 2 columns
  • Modify this view to show 3 columns
  • Create a render function to add some simple text to the list items
  • Modify the function to add the eprintid field to the list items

More Reading