<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tajoli</id>
	<title>EPrints Documentation - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tajoli"/>
	<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/Special:Contributions/Tajoli"/>
	<updated>2026-05-11T20:09:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6229</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6229"/>
		<updated>2009-02-03T12:24:45Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
This link is an [http://wiki.eprints.org/w/Adding_new_views 'How to' about views] with examples.&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====render_menu====&lt;br /&gt;
&lt;br /&gt;
The name of a config element which defines a function with an alternate way to render the menu page for a view. For an example, try looking in lib/defaultcfg/cfg.d/views_render_menu_example.pl&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|reverse&lt;br /&gt;
|Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
|-&lt;br /&gt;
|filename&lt;br /&gt;
|Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
|-&lt;br /&gt;
|first_value&lt;br /&gt;
|If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
|-&lt;br /&gt;
|first_initial&lt;br /&gt;
|If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
|-&lt;br /&gt;
|first_letter&lt;br /&gt;
|The same as 'truncate=1'&lt;br /&gt;
|-&lt;br /&gt;
|truncate&lt;br /&gt;
|Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
|-&lt;br /&gt;
|tags&lt;br /&gt;
|Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
|-&lt;br /&gt;
|cloud&lt;br /&gt;
|Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
|-&lt;br /&gt;
|cloudmax&lt;br /&gt;
|The % size of the largest tag in a tag cloud.&lt;br /&gt;
|-&lt;br /&gt;
|cloudmin&lt;br /&gt;
|The % size of the smallest tag in a tag cloud.&lt;br /&gt;
|-&lt;br /&gt;
|jump&lt;br /&gt;
|&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
|-&lt;br /&gt;
|no_seperator (sic)&lt;br /&gt;
|Turns of the separator between each subheading navigation link (by default a vertical bar symbol).&lt;br /&gt;
|-&lt;br /&gt;
|string&lt;br /&gt;
|Uses values 'as is'.  No ordervalues, no phrases.&lt;br /&gt;
|-&lt;br /&gt;
|hideup (since 3.1.1) &lt;br /&gt;
|Defaults to &amp;quot;0&amp;quot;. If set to &amp;quot;1&amp;quot; this hides the &amp;quot;up to parent&amp;quot; link (often you want to hide this on .include files)&lt;br /&gt;
|-&lt;br /&gt;
|render_fn&lt;br /&gt;
|Name of a function to render this groupings list of items. For an example, see views_render_items_example.pl&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6159</id>
		<title>Adding new views</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6159"/>
		<updated>2008-07-03T09:23:51Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{development}}&lt;br /&gt;
&lt;br /&gt;
Browse views provide a way for visitors to your site to discover relevant content without a specific item in mind (for example, browsing all the content associated with a particular topic). Visitors arriving directly at the page for a specific item in the repository (for example, via a search engine) also use views you have defined to discover related content. &lt;br /&gt;
&lt;br /&gt;
There are two default views in EPrints - '''By Year''' and '''By Subject'''. This guide describes how to add additional views to your repository. &lt;br /&gt;
Instead with this link you can read a [http://wiki.eprints.org/w/Views.pl complete list of all options] avaible for views.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===The basics===&lt;br /&gt;
&lt;br /&gt;
The views for your repository are defined in the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Open this file and find the browse_views configuration setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;-date;res=year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
The views are defined using a special (Perl) syntax: the view definition consists of a pair of curly braces (''note the comma after each closing brace'') enclosing a list of property/value pairs (note ''the comma'' after each line).&lt;br /&gt;
&lt;br /&gt;
The key part of the view definition is the '''fields''' property. This names the metadata field (or fields) that EPrints will use to construct the view. For example, for the '''By Year''' view, EPrints groups the records in the repository according to their '''date''' (note that the '''res=year''' suffix tells EPrints to only consider the year part), and constructs a Web page for each date listing the records. Similarly, the '''Browse by Subjscts''' view, groups the records according to the ''subjects'' they have been assigned to (a record may appear in more than one group!).&lt;br /&gt;
&lt;br /&gt;
Both the '''Browse by Year''' and '''Browse by Subject''' views are constructed using the values of a single field ('''date''' and '''subjects''' respectively).&lt;br /&gt;
&lt;br /&gt;
It is also possible to construct a view using the ''combined'' values of two or more fields (eg. group records by author '''and''' editor), or even using a sequence of two or more fields (eg. group records by journal title '''and then''' by volume number).&lt;br /&gt;
&lt;br /&gt;
===Worked example: browse by organisational structure===&lt;br /&gt;
&lt;br /&gt;
By default, EPrints has a ''divisions'' metadata field which allows authors to associate their deposits with the divisions (units, faculties, schools, departments, institutes, centres..) that were involved in producing their item (for example, the author's department, and the departments of any co-authors). This worked example allows visitors to browse the repository content by division.&lt;br /&gt;
&lt;br /&gt;
Open the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
                hideempty =&amp;gt; 1,&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
Save the file and generate the new view pages (this will also re-generate any existing views defined in the views configuration file):&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
Open the view page in a Web browser:&lt;br /&gt;
&lt;br /&gt;
 http://your.repository.url/view/&lt;br /&gt;
&lt;br /&gt;
The view page lists all the available views. You should see your new views on the list:&lt;br /&gt;
&lt;br /&gt;
[[Image:View_page2.png|frame|none|The view page lists available views]]&lt;br /&gt;
&lt;br /&gt;
'''Fixing the undefined phrase warning''' The new view may appear on the views page with an ''undefined phrase'' warning (you may also notice a similar warning message when running generate_views):&lt;br /&gt;
&lt;br /&gt;
 [&amp;quot;viewname_eprint_divisions&amp;quot; not defined]&lt;br /&gt;
&lt;br /&gt;
Each view you create needs to be assigned a ''human-readable'' name, which EPrints will use on the view Web pages.&lt;br /&gt;
&lt;br /&gt;
Edit the language-specific phrases file for view names:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/phrases/views.xml&lt;br /&gt;
&lt;br /&gt;
Add an appropriate phrase which describes the new view, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;epp:phrase id=&amp;quot;viewname_eprint_divisions&amp;quot;&amp;gt;Division&amp;lt;/epp:phrase&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save the phrases file and regenerate the view pages:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Example view definitions===&lt;br /&gt;
&lt;br /&gt;
====Browse by type====&lt;br /&gt;
&lt;br /&gt;
Every deposit in EPrints has a type (article, book, thesis...). To allow visitors to browse your repository content by type, add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id =&amp;gt; &amp;quot;types&amp;quot;,&lt;br /&gt;
        fields =&amp;gt; &amp;quot;type&amp;quot;,&lt;br /&gt;
        order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
====Browse by author====&lt;br /&gt;
&lt;br /&gt;
===Example views (combined fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by author and editor====&lt;br /&gt;
&lt;br /&gt;
===Example views (multiple fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by journal title, then by volume====&lt;br /&gt;
&lt;br /&gt;
This example lets visitors browse the journals items in your repository have been published in, and then volumes within each journal.&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id=&amp;gt;&amp;quot;journal_volume&amp;quot;,&lt;br /&gt;
        fields=&amp;gt;&amp;quot;publication,volume&amp;quot;,&lt;br /&gt;
        order=&amp;gt;&amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal.png|border]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal_volume.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Linking in your view===&lt;br /&gt;
&lt;br /&gt;
You now need to add a link to your repository pages which takes visitors directly to your new view, or to the views page from where they can access all available views.&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_navbar.png]]&lt;br /&gt;
&lt;br /&gt;
====Generating CVs etc====&lt;br /&gt;
&lt;br /&gt;
===Linking items back to views===&lt;br /&gt;
===Views as collections===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===New options in EPrints 3.1===&lt;br /&gt;
&lt;br /&gt;
====subfield no longer supported====&lt;br /&gt;
&lt;br /&gt;
The subfield option is no longer supported in EPrints 3.1.&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
=====reverse=====&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
=====filename=====&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
=====first_value=====&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
=====first_initial=====&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
=====first_letter=====&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
=====truncate=====&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6158</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6158"/>
		<updated>2008-07-03T09:19:50Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Option avaible for the views config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
This link is an [http://wiki.eprints.org/w/Adding_new_views 'How to' about views] with examples.&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_value'''&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_initial'''&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_letter'''&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''truncate'''&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''tags'''&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloud'''&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmax'''&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmin'''&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''jump'''&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''no_seperator (sic)'''&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''string'''&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6157</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6157"/>
		<updated>2008-07-03T09:18:29Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Option avaible for the views config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
If you want to read an [[http://wiki.eprints.org/w/Adding_new_views how to about views]] follow the link.&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_value'''&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_initial'''&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_letter'''&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''truncate'''&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''tags'''&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloud'''&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmax'''&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmin'''&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''jump'''&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''no_seperator (sic)'''&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''string'''&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6156</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6156"/>
		<updated>2008-07-03T09:16:18Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Option avaible for the views config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
[[http://wiki.eprints.org/w/Adding_new_views]]&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_value'''&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_initial'''&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_letter'''&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''truncate'''&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''tags'''&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloud'''&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmax'''&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmin'''&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''jump'''&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''no_seperator (sic)'''&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''string'''&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6155</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6155"/>
		<updated>2008-07-03T09:02:00Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* variations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_value'''&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_initial'''&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''first_letter'''&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''truncate'''&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''tags'''&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloud'''&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmax'''&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''cloudmin'''&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''jump'''&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''no_seperator (sic)'''&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''string'''&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6154</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6154"/>
		<updated>2008-07-03T08:59:05Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* variations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
* '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
* '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
* '''first_value'''&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
* '''first_initial'''&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
======first_letter======&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
======truncate======&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
======tags======&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
======cloud======&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
======cloudmax======&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======cloudmin======&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======jump======&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
======no_seperator (sic)======&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
======string======&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6153</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6153"/>
		<updated>2008-07-03T08:58:20Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* variations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
** '''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
** '''filename'''&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
======first_value======&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
======first_initial======&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
======first_letter======&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
======truncate======&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
======tags======&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
======cloud======&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
======cloudmax======&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======cloudmin======&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======jump======&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
======no_seperator (sic)======&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
======string======&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6152</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6152"/>
		<updated>2008-07-03T08:56:31Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* variations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
'''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
======filename======&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
======first_value======&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
======first_initial======&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
======first_letter======&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
======truncate======&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
======tags======&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
======cloud======&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
======cloudmax======&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======cloudmin======&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======jump======&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
======no_seperator (sic)======&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
======string======&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6151</id>
		<title>Adding new views</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6151"/>
		<updated>2008-07-03T08:55:51Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* variations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{development}}&lt;br /&gt;
&lt;br /&gt;
Browse views provide a way for visitors to your site to discover relevant content without a specific item in mind (for example, browsing all the content associated with a particular topic). Visitors arriving directly at the page for a specific item in the repository (for example, via a search engine) also use views you have defined to discover related content. &lt;br /&gt;
&lt;br /&gt;
There are two default views in EPrints - '''By Year''' and '''By Subject'''. This guide describes how to add additional views to your repository.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===The basics===&lt;br /&gt;
&lt;br /&gt;
The views for your repository are defined in the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Open this file and find the browse_views configuration setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;-date;res=year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
The views are defined using a special (Perl) syntax: the view definition consists of a pair of curly braces (''note the comma after each closing brace'') enclosing a list of property/value pairs (note ''the comma'' after each line).&lt;br /&gt;
&lt;br /&gt;
The key part of the view definition is the '''fields''' property. This names the metadata field (or fields) that EPrints will use to construct the view. For example, for the '''By Year''' view, EPrints groups the records in the repository according to their '''date''' (note that the '''res=year''' suffix tells EPrints to only consider the year part), and constructs a Web page for each date listing the records. Similarly, the '''Browse by Subjscts''' view, groups the records according to the ''subjects'' they have been assigned to (a record may appear in more than one group!).&lt;br /&gt;
&lt;br /&gt;
Both the '''Browse by Year''' and '''Browse by Subject''' views are constructed using the values of a single field ('''date''' and '''subjects''' respectively).&lt;br /&gt;
&lt;br /&gt;
It is also possible to construct a view using the ''combined'' values of two or more fields (eg. group records by author '''and''' editor), or even using a sequence of two or more fields (eg. group records by journal title '''and then''' by volume number).&lt;br /&gt;
&lt;br /&gt;
===Worked example: browse by organisational structure===&lt;br /&gt;
&lt;br /&gt;
By default, EPrints has a ''divisions'' metadata field which allows authors to associate their deposits with the divisions (units, faculties, schools, departments, institutes, centres..) that were involved in producing their item (for example, the author's department, and the departments of any co-authors). This worked example allows visitors to browse the repository content by division.&lt;br /&gt;
&lt;br /&gt;
Open the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
                hideempty =&amp;gt; 1,&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
Save the file and generate the new view pages (this will also re-generate any existing views defined in the views configuration file):&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
Open the view page in a Web browser:&lt;br /&gt;
&lt;br /&gt;
 http://your.repository.url/view/&lt;br /&gt;
&lt;br /&gt;
The view page lists all the available views. You should see your new views on the list:&lt;br /&gt;
&lt;br /&gt;
[[Image:View_page2.png|frame|none|The view page lists available views]]&lt;br /&gt;
&lt;br /&gt;
'''Fixing the undefined phrase warning''' The new view may appear on the views page with an ''undefined phrase'' warning (you may also notice a similar warning message when running generate_views):&lt;br /&gt;
&lt;br /&gt;
 [&amp;quot;viewname_eprint_divisions&amp;quot; not defined]&lt;br /&gt;
&lt;br /&gt;
Each view you create needs to be assigned a ''human-readable'' name, which EPrints will use on the view Web pages.&lt;br /&gt;
&lt;br /&gt;
Edit the language-specific phrases file for view names:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/phrases/views.xml&lt;br /&gt;
&lt;br /&gt;
Add an appropriate phrase which describes the new view, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;epp:phrase id=&amp;quot;viewname_eprint_divisions&amp;quot;&amp;gt;Division&amp;lt;/epp:phrase&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save the phrases file and regenerate the view pages:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Example view definitions===&lt;br /&gt;
&lt;br /&gt;
====Browse by type====&lt;br /&gt;
&lt;br /&gt;
Every deposit in EPrints has a type (article, book, thesis...). To allow visitors to browse your repository content by type, add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id =&amp;gt; &amp;quot;types&amp;quot;,&lt;br /&gt;
        fields =&amp;gt; &amp;quot;type&amp;quot;,&lt;br /&gt;
        order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
====Browse by author====&lt;br /&gt;
&lt;br /&gt;
===Example views (combined fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by author and editor====&lt;br /&gt;
&lt;br /&gt;
===Example views (multiple fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by journal title, then by volume====&lt;br /&gt;
&lt;br /&gt;
This example lets visitors browse the journals items in your repository have been published in, and then volumes within each journal.&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id=&amp;gt;&amp;quot;journal_volume&amp;quot;,&lt;br /&gt;
        fields=&amp;gt;&amp;quot;publication,volume&amp;quot;,&lt;br /&gt;
        order=&amp;gt;&amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal.png|border]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal_volume.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Linking in your view===&lt;br /&gt;
&lt;br /&gt;
You now need to add a link to your repository pages which takes visitors directly to your new view, or to the views page from where they can access all available views.&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_navbar.png]]&lt;br /&gt;
&lt;br /&gt;
====Generating CVs etc====&lt;br /&gt;
&lt;br /&gt;
===Linking items back to views===&lt;br /&gt;
===Views as collections===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===New options in EPrints 3.1===&lt;br /&gt;
&lt;br /&gt;
====subfield no longer supported====&lt;br /&gt;
&lt;br /&gt;
The subfield option is no longer supported in EPrints 3.1.&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
=====reverse=====&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
=====filename=====&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
=====first_value=====&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
=====first_initial=====&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
=====first_letter=====&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
=====truncate=====&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6150</id>
		<title>Adding new views</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_new_views&amp;diff=6150"/>
		<updated>2008-07-03T08:54:51Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{development}}&lt;br /&gt;
&lt;br /&gt;
Browse views provide a way for visitors to your site to discover relevant content without a specific item in mind (for example, browsing all the content associated with a particular topic). Visitors arriving directly at the page for a specific item in the repository (for example, via a search engine) also use views you have defined to discover related content. &lt;br /&gt;
&lt;br /&gt;
There are two default views in EPrints - '''By Year''' and '''By Subject'''. This guide describes how to add additional views to your repository.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===The basics===&lt;br /&gt;
&lt;br /&gt;
The views for your repository are defined in the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Open this file and find the browse_views configuration setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;-date;res=year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
The views are defined using a special (Perl) syntax: the view definition consists of a pair of curly braces (''note the comma after each closing brace'') enclosing a list of property/value pairs (note ''the comma'' after each line).&lt;br /&gt;
&lt;br /&gt;
The key part of the view definition is the '''fields''' property. This names the metadata field (or fields) that EPrints will use to construct the view. For example, for the '''By Year''' view, EPrints groups the records in the repository according to their '''date''' (note that the '''res=year''' suffix tells EPrints to only consider the year part), and constructs a Web page for each date listing the records. Similarly, the '''Browse by Subjscts''' view, groups the records according to the ''subjects'' they have been assigned to (a record may appear in more than one group!).&lt;br /&gt;
&lt;br /&gt;
Both the '''Browse by Year''' and '''Browse by Subject''' views are constructed using the values of a single field ('''date''' and '''subjects''' respectively).&lt;br /&gt;
&lt;br /&gt;
It is also possible to construct a view using the ''combined'' values of two or more fields (eg. group records by author '''and''' editor), or even using a sequence of two or more fields (eg. group records by journal title '''and then''' by volume number).&lt;br /&gt;
&lt;br /&gt;
===Worked example: browse by organisational structure===&lt;br /&gt;
&lt;br /&gt;
By default, EPrints has a ''divisions'' metadata field which allows authors to associate their deposits with the divisions (units, faculties, schools, departments, institutes, centres..) that were involved in producing their item (for example, the author's department, and the departments of any co-authors). This worked example allows visitors to browse the repository content by division.&lt;br /&gt;
&lt;br /&gt;
Open the views configuration file:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/cfg.d/views.pl&lt;br /&gt;
&lt;br /&gt;
Add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{browse_views} = [&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;year&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;subjects&amp;quot;,&lt;br /&gt;
                ...&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
                id =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                fields =&amp;gt; &amp;quot;divisions&amp;quot;,&lt;br /&gt;
                order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
                hideempty =&amp;gt; 1,&lt;br /&gt;
        },&lt;br /&gt;
 ];&lt;br /&gt;
&lt;br /&gt;
Save the file and generate the new view pages (this will also re-generate any existing views defined in the views configuration file):&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
Open the view page in a Web browser:&lt;br /&gt;
&lt;br /&gt;
 http://your.repository.url/view/&lt;br /&gt;
&lt;br /&gt;
The view page lists all the available views. You should see your new views on the list:&lt;br /&gt;
&lt;br /&gt;
[[Image:View_page2.png|frame|none|The view page lists available views]]&lt;br /&gt;
&lt;br /&gt;
'''Fixing the undefined phrase warning''' The new view may appear on the views page with an ''undefined phrase'' warning (you may also notice a similar warning message when running generate_views):&lt;br /&gt;
&lt;br /&gt;
 [&amp;quot;viewname_eprint_divisions&amp;quot; not defined]&lt;br /&gt;
&lt;br /&gt;
Each view you create needs to be assigned a ''human-readable'' name, which EPrints will use on the view Web pages.&lt;br /&gt;
&lt;br /&gt;
Edit the language-specific phrases file for view names:&lt;br /&gt;
&lt;br /&gt;
 /opt/eprints3/archives/ARCHIVEID/cfg/lang/en/phrases/views.xml&lt;br /&gt;
&lt;br /&gt;
Add an appropriate phrase which describes the new view, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;epp:phrase id=&amp;quot;viewname_eprint_divisions&amp;quot;&amp;gt;Division&amp;lt;/epp:phrase&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save the phrases file and regenerate the view pages:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Example view definitions===&lt;br /&gt;
&lt;br /&gt;
====Browse by type====&lt;br /&gt;
&lt;br /&gt;
Every deposit in EPrints has a type (article, book, thesis...). To allow visitors to browse your repository content by type, add the following definition to the browse_views setting:&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id =&amp;gt; &amp;quot;types&amp;quot;,&lt;br /&gt;
        fields =&amp;gt; &amp;quot;type&amp;quot;,&lt;br /&gt;
        order =&amp;gt; &amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
====Browse by author====&lt;br /&gt;
&lt;br /&gt;
===Example views (combined fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by author and editor====&lt;br /&gt;
&lt;br /&gt;
===Example views (multiple fields)===&lt;br /&gt;
&lt;br /&gt;
====Browse by journal title, then by volume====&lt;br /&gt;
&lt;br /&gt;
This example lets visitors browse the journals items in your repository have been published in, and then volumes within each journal.&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
        id=&amp;gt;&amp;quot;journal_volume&amp;quot;,&lt;br /&gt;
        fields=&amp;gt;&amp;quot;publication,volume&amp;quot;,&lt;br /&gt;
        order=&amp;gt;&amp;quot;-date/title&amp;quot;,&lt;br /&gt;
        hideempty =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal.png|border]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_journal_volume.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Linking in your view===&lt;br /&gt;
&lt;br /&gt;
You now need to add a link to your repository pages which takes visitors directly to your new view, or to the views page from where they can access all available views.&lt;br /&gt;
&lt;br /&gt;
[[Image:Browse_by_navbar.png]]&lt;br /&gt;
&lt;br /&gt;
====Generating CVs etc====&lt;br /&gt;
&lt;br /&gt;
===Linking items back to views===&lt;br /&gt;
===Views as collections===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===New options in EPrints 3.1===&lt;br /&gt;
&lt;br /&gt;
====subfield no longer supported====&lt;br /&gt;
&lt;br /&gt;
The subfield option is no longer supported in EPrints 3.1.&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
'''reverse'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
=====filename=====&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
=====first_value=====&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
=====first_initial=====&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
=====first_letter=====&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
=====truncate=====&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6149</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6149"/>
		<updated>2008-07-03T08:53:53Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
'''======reverse======'''&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
======filename======&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
======first_value======&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
======first_initial======&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
======first_letter======&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
======truncate======&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
======tags======&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
======cloud======&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
======cloudmax======&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======cloudmin======&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
======jump======&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
======no_seperator (sic)======&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
======string======&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6148</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6148"/>
		<updated>2008-07-03T08:51:52Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
======reverse======&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
======filename======&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
======first_value======&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
======first_initial======&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
======first_letter======&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
======truncate======&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6147</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6147"/>
		<updated>2008-07-03T08:50:09Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Option avaible for the views config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
&lt;br /&gt;
===Basic==&lt;br /&gt;
&lt;br /&gt;
====id (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====fields (mandatory)====&lt;br /&gt;
&lt;br /&gt;
====order====&lt;br /&gt;
&lt;br /&gt;
===Standard===&lt;br /&gt;
&lt;br /&gt;
====allow_null====&lt;br /&gt;
&lt;br /&gt;
====hideempty:====&lt;br /&gt;
&lt;br /&gt;
====heading_level====&lt;br /&gt;
&lt;br /&gt;
====include====&lt;br /&gt;
&lt;br /&gt;
====subheadings====&lt;br /&gt;
&lt;br /&gt;
===Extra feature===&lt;br /&gt;
&lt;br /&gt;
====citation====&lt;br /&gt;
&lt;br /&gt;
====nocount====&lt;br /&gt;
&lt;br /&gt;
====nohtml====&lt;br /&gt;
&lt;br /&gt;
====noindex====&lt;br /&gt;
&lt;br /&gt;
====nolink====&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
=====reverse=====&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
=====filename=====&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
=====first_value=====&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
=====first_initial=====&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
=====first_letter=====&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
=====truncate=====&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6146</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6146"/>
		<updated>2008-07-03T08:46:46Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Option avaible for the views config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
''Basic''&lt;br /&gt;
id (mandatory) :&lt;br /&gt;
fields (mandatory):&lt;br /&gt;
order:&lt;br /&gt;
&lt;br /&gt;
''Standard''&lt;br /&gt;
allow_null:&lt;br /&gt;
hideempty:&lt;br /&gt;
heading_level:&lt;br /&gt;
include:&lt;br /&gt;
subheadings:&lt;br /&gt;
&lt;br /&gt;
''Extra feature''&lt;br /&gt;
citation:&lt;br /&gt;
nocount:&lt;br /&gt;
nohtml:&lt;br /&gt;
noindex:&lt;br /&gt;
nolink:&lt;br /&gt;
&lt;br /&gt;
''New features''&lt;br /&gt;
====new_column_at====&lt;br /&gt;
&lt;br /&gt;
This is an array of integers representing the number of items in a view list before another column is added.  For example:&lt;br /&gt;
&lt;br /&gt;
 [ 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column of values until there were 11, then there would be 2 columns.&lt;br /&gt;
&lt;br /&gt;
 [ 10, 10 ]&lt;br /&gt;
&lt;br /&gt;
This would have one column if there were ten or less values, two columns if there were between eleven and twenty (ten + ten) values, and three columns for all other cases.&lt;br /&gt;
&lt;br /&gt;
 [ 0, 0 ]&lt;br /&gt;
&lt;br /&gt;
This would always have three columns.&lt;br /&gt;
&lt;br /&gt;
Add one to the number of integers in the array and you get the maximum number of columns.  The value of each integer defines the point at which that column becomes full, and more values cause an 'overflow' into the next column.&lt;br /&gt;
&lt;br /&gt;
====variations====&lt;br /&gt;
&lt;br /&gt;
This controls the various ways in which a browse view can be subheaded.  It consists of a list of strings.  Each string is the name of a non-compound metadata field (or the keyword DEFAULT, for an unsubheaded list), optionally followed by a semi-colon and a comma separated list of options.  E.G:&lt;br /&gt;
&lt;br /&gt;
 variations =&amp;gt; [&lt;br /&gt;
  &amp;quot;creators_name;first_letter&amp;quot;,&lt;br /&gt;
  &amp;quot;type&amp;quot;,&lt;br /&gt;
  &amp;quot;DEFAULT&amp;quot;&lt;br /&gt;
 ],&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
&lt;br /&gt;
=====reverse=====&lt;br /&gt;
&lt;br /&gt;
Reverses the order in which the groupings are shown.  Default is the ordervalue for that field (usually alphanumeric).  Useful for dates as you may want the highest values first.&lt;br /&gt;
&lt;br /&gt;
=====filename=====&lt;br /&gt;
&lt;br /&gt;
Changes the filename of the view variation.  The default is the name of the metadata field used, so if two variations use the same metadata field with different options, this is needed.&lt;br /&gt;
&lt;br /&gt;
 filename=different_filename&lt;br /&gt;
&lt;br /&gt;
=====first_value=====&lt;br /&gt;
&lt;br /&gt;
If a field is multiple, only use the first value.  Otherwise each item will appear once for each value.&lt;br /&gt;
&lt;br /&gt;
=====first_initial=====&lt;br /&gt;
&lt;br /&gt;
If using a name, truncate the given name to the first initial.  This will make items like &amp;quot;Les Carr&amp;quot; and &amp;quot;Leslie Carr&amp;quot; appear together.  Note it will also make &amp;quot;John Smith&amp;quot; and &amp;quot;Jake Smith&amp;quot; appear together too, showing that you really never can win.&lt;br /&gt;
&lt;br /&gt;
=====first_letter=====&lt;br /&gt;
&lt;br /&gt;
The same as 'truncate=1'&lt;br /&gt;
&lt;br /&gt;
=====truncate=====&lt;br /&gt;
&lt;br /&gt;
Use the first X characters of a value to group by.  truncate=4 may be useful for dates as it will group by the first four digits (the year) only.&lt;br /&gt;
&lt;br /&gt;
 truncate=4&lt;br /&gt;
&lt;br /&gt;
=====tags=====&lt;br /&gt;
&lt;br /&gt;
Useful for fields like keywords where values may be separated by commas or semi-colons.  The value is split on these two characters ( , and ; ) and a heading is created for each.&lt;br /&gt;
&lt;br /&gt;
=====cloud=====&lt;br /&gt;
&lt;br /&gt;
Creates a tag cloud.  Sets jump to 'plain', cloudmax to 200, cloudmin to 80 and no_separator, then resizes the jump-to links according to frequency of use.&lt;br /&gt;
&lt;br /&gt;
=====cloudmax=====&lt;br /&gt;
&lt;br /&gt;
The % size of the largest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====cloudmin=====&lt;br /&gt;
&lt;br /&gt;
The % size of the smallest tag in a tag cloud.&lt;br /&gt;
&lt;br /&gt;
=====jump=====&lt;br /&gt;
&lt;br /&gt;
  jump=plain&lt;br /&gt;
&lt;br /&gt;
Turns of the 'jump to' text before the list of subheading navigation links.&lt;br /&gt;
&lt;br /&gt;
=====no_seperator (sic)=====&lt;br /&gt;
&lt;br /&gt;
Turns of the separator between each subheading navigation link (by default '|').&lt;br /&gt;
&lt;br /&gt;
=====string=====&lt;br /&gt;
&lt;br /&gt;
Uses values 'as is'.  No ordervalues, no phrases.&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6145</id>
		<title>Views.pl</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Views.pl&amp;diff=6145"/>
		<updated>2008-07-03T08:20:59Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: New page: == Option avaible for the views config == ''Basic'' id (mandatory) : fields (mandatory): order:  ''Standard'' allow_null: hideempty: heading_level: include: subheadings:  ''Extra feature''...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Option avaible for the views config ==&lt;br /&gt;
''Basic''&lt;br /&gt;
id (mandatory) :&lt;br /&gt;
fields (mandatory):&lt;br /&gt;
order:&lt;br /&gt;
&lt;br /&gt;
''Standard''&lt;br /&gt;
allow_null:&lt;br /&gt;
hideempty:&lt;br /&gt;
heading_level:&lt;br /&gt;
include:&lt;br /&gt;
subheadings:&lt;br /&gt;
&lt;br /&gt;
''Extra feature''&lt;br /&gt;
noindex&lt;br /&gt;
nolink&lt;br /&gt;
nohtml&lt;br /&gt;
citation&lt;br /&gt;
nocount&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Talk:History&amp;diff=5140</id>
		<title>Talk:History</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Talk:History&amp;diff=5140"/>
		<updated>2007-08-22T14:37:52Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Talk:Migration&amp;diff=5137</id>
		<title>Talk:Migration</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Talk:Migration&amp;diff=5137"/>
		<updated>2007-08-22T14:35:58Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Talk:Float_field&amp;diff=5134</id>
		<title>Talk:Float field</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Talk:Float_field&amp;diff=5134"/>
		<updated>2007-08-22T14:33:37Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Float_field&amp;diff=5133</id>
		<title>Float field</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Float_field&amp;diff=5133"/>
		<updated>2007-08-22T14:32:37Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{fieldtypes}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Inheritance ==&lt;br /&gt;
&lt;br /&gt;
* [[Metadata]]&lt;br /&gt;
** [[Float field]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Stores a floating point number (may be negative). In 3.0 there is no way to search these values. They might as well be just strings, but they are stored as FLOAT in the database. &lt;br /&gt;
&lt;br /&gt;
This field is used for the latitude and longitude built in fields in [[User Object]]s and [[EPrint Object]]s.&lt;br /&gt;
&lt;br /&gt;
The usefulness of this field will be expanded in later versions of EPrints.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
No extra properties.&lt;br /&gt;
&lt;br /&gt;
== Required Phrases ==&lt;br /&gt;
&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== Database ==&lt;br /&gt;
&lt;br /&gt;
Float fields are stored in the database as&lt;br /&gt;
&lt;br /&gt;
 fieldname FLOAT&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=IRRA&amp;diff=5129</id>
		<title>IRRA</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=IRRA&amp;diff=5129"/>
		<updated>2007-08-22T14:25:07Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IRRA}}&lt;br /&gt;
IRRA is a JISC project investigating and developing IR infrastructure for EPrints and DSpace to enable Research Assessment (specifically for the UK Research Assessment Exercise 2008).&lt;br /&gt;
The project, which is running from June 2005 to May 2006, is joint between Southampton&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4458</id>
		<title>Adding a Field to a Live Repository</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4458"/>
		<updated>2007-06-19T12:05:16Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To add a field to a live eprints archive you have to modify the SQL tables.&lt;br /&gt;
&lt;br /&gt;
Before you start this you may wish to BackupTheDatabase.&lt;br /&gt;
&lt;br /&gt;
This assumes you are adding a field to the &amp;quot;eprint&amp;quot; fields, not the &amp;quot;user&amp;quot; fields. If you are changing &amp;quot;user&amp;quot; then anywhere we have 4 actions, one for each of buffer, deletion, archive and inbox, you instead need a single action for &amp;quot;users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Adding fields of type &amp;quot;name&amp;quot; is beyond the scope of these instructions.&lt;br /&gt;
&lt;br /&gt;
== Recipe (for Eprints 2.x)== &lt;br /&gt;
&lt;br /&gt;
=== Step 1 - Shut down apache === &lt;br /&gt;
Shut down the web server. You don't want people using it while you make this change.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 - Add configuration ===&lt;br /&gt;
Add the configuration for this field to MetadataFieldsConfig.pm - take note of which field you add this new field after. (from now on I'll refer to the previous field as ''prevfield''. &lt;br /&gt;
&lt;br /&gt;
=== Step 3 - Add fields to database ===&lt;br /&gt;
&lt;br /&gt;
Find out the SQL type of the field you are adding. &lt;br /&gt;
&lt;br /&gt;
boolean&lt;br /&gt;
:: '''SET('TRUE','FALSE')'''&lt;br /&gt;
date&lt;br /&gt;
:: '''DATE'''&lt;br /&gt;
year, int&lt;br /&gt;
:: '''INTEGER'''&lt;br /&gt;
longtext&lt;br /&gt;
:: '''TEXT'''&lt;br /&gt;
subject,set,url,email,pagerange,text&lt;br /&gt;
:: '''VARCHAR(255)'''&lt;br /&gt;
&lt;br /&gt;
Note that if the field is type multiple then this step is different.&lt;br /&gt;
&lt;br /&gt;
For both steps the following replacements must be applied to the MySQL code given:&lt;br /&gt;
&lt;br /&gt;
* Replace ''type'' with the SQL type appropriate to the field you are adding. &lt;br /&gt;
* Replace ''newfieldname'' with the name of the field you're adding&lt;br /&gt;
* Replace ''prevfield'' with the name of the (non-multiple) field proceeding the field you are adding. If prevfield is a multiple then use the first non-multiple field proceeding your new field. (not used for multiple fields)&lt;br /&gt;
&lt;br /&gt;
''Now only do step 3a or 3b depending if this field is multiple or not''&lt;br /&gt;
&lt;br /&gt;
==== Step 3a - Adding a normal field ====&lt;br /&gt;
&lt;br /&gt;
In the database (log into CommandLineMySQL) do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this is confusing see the example at the end of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
==== Step 3b - Adding a &amp;quot;multiple&amp;quot; field ====&lt;br /&gt;
&lt;br /&gt;
Multiple fields need their own table, so the syntax is different.&lt;br /&gt;
&lt;br /&gt;
Please note that these commands have been split over multiple lines for readability.&lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE archive_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE buffer_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) ); &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE inbox_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE deletion_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
=== Step 4 - Modify the ordervalues tables ===&lt;br /&gt;
&lt;br /&gt;
The ordervalues table is used to store a &amp;quot;dumbed down&amp;quot; version of the value in your field used for sorting, but never rendered.&lt;br /&gt;
&lt;br /&gt;
The same replacement values apply as for step 3 with one difference. The ''prevfield'' is the previous field in ArchiveMetadataFieldsConfig.pm even if it is a multiple field.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* there are two underline characters before &amp;quot;ordervalues&amp;quot;.&lt;br /&gt;
* this assumes you are not running a multilanguage or non-english archive. If you ''are'' then repeat the 4 commands below and replace 'en' with each of your archive's languages in turn.&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
=== Step 5 - Checking it works... ===&lt;br /&gt;
&lt;br /&gt;
It should all be OK at this point, but it's worth checking. I suggest running generate_views on the archive to make sure it all works OK.&lt;br /&gt;
&lt;br /&gt;
=== Step 6 - Finishing up ===&lt;br /&gt;
&lt;br /&gt;
Add the config to metadata-types.xml and phrases.xml - see AddingFields&lt;br /&gt;
&lt;br /&gt;
=== Step 7 - Restart apache ===&lt;br /&gt;
&lt;br /&gt;
Everything should now be OK. restart the webserver&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples (for Eprints 2.x) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Normal set field example ===&lt;br /&gt;
To add a field of type 'set' to eprints. We add this to ArchveMetadataFieldsConfig.pm&lt;br /&gt;
&lt;br /&gt;
 { name =&amp;gt; &amp;quot;foo&amp;quot;, type =&amp;gt; &amp;quot;set&amp;quot;, input_rows =&amp;gt; 1,&lt;br /&gt;
        options =&amp;gt; [ &amp;quot;yesod&amp;quot;, &amp;quot;hod&amp;quot;, &amp;quot;chesed&amp;quot; ] },&lt;br /&gt;
&lt;br /&gt;
The previous field is a (non-multiple) text field called 'bar')&lt;br /&gt;
&lt;br /&gt;
then run the following SQL statements:&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recipe (for Eprints 3.x) ==&lt;br /&gt;
&lt;br /&gt;
== Examples (for Eprints 3.x) ==&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4457</id>
		<title>Adding a Field to a Live Repository</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4457"/>
		<updated>2007-06-19T12:03:40Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Recipe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''For Eprints 2.x'''&lt;br /&gt;
&lt;br /&gt;
To add a field to a live eprints archive you have to modify the SQL tables.&lt;br /&gt;
&lt;br /&gt;
Before you start this you may wish to BackupTheDatabase.&lt;br /&gt;
&lt;br /&gt;
This assumes you are adding a field to the &amp;quot;eprint&amp;quot; fields, not the &amp;quot;user&amp;quot; fields. If you are changing &amp;quot;user&amp;quot; then anywhere we have 4 actions, one for each of buffer, deletion, archive and inbox, you instead need a single action for &amp;quot;users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Adding fields of type &amp;quot;name&amp;quot; is beyond the scope of these instructions.&lt;br /&gt;
&lt;br /&gt;
== Recipe (for Eprints 2.x)== &lt;br /&gt;
&lt;br /&gt;
=== Step 1 - Shut down apache === &lt;br /&gt;
Shut down the web server. You don't want people using it while you make this change.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 - Add configuration ===&lt;br /&gt;
Add the configuration for this field to MetadataFieldsConfig.pm - take note of which field you add this new field after. (from now on I'll refer to the previous field as ''prevfield''. &lt;br /&gt;
&lt;br /&gt;
=== Step 3 - Add fields to database ===&lt;br /&gt;
&lt;br /&gt;
Find out the SQL type of the field you are adding. &lt;br /&gt;
&lt;br /&gt;
boolean&lt;br /&gt;
:: '''SET('TRUE','FALSE')'''&lt;br /&gt;
date&lt;br /&gt;
:: '''DATE'''&lt;br /&gt;
year, int&lt;br /&gt;
:: '''INTEGER'''&lt;br /&gt;
longtext&lt;br /&gt;
:: '''TEXT'''&lt;br /&gt;
subject,set,url,email,pagerange,text&lt;br /&gt;
:: '''VARCHAR(255)'''&lt;br /&gt;
&lt;br /&gt;
Note that if the field is type multiple then this step is different.&lt;br /&gt;
&lt;br /&gt;
For both steps the following replacements must be applied to the MySQL code given:&lt;br /&gt;
&lt;br /&gt;
* Replace ''type'' with the SQL type appropriate to the field you are adding. &lt;br /&gt;
* Replace ''newfieldname'' with the name of the field you're adding&lt;br /&gt;
* Replace ''prevfield'' with the name of the (non-multiple) field proceeding the field you are adding. If prevfield is a multiple then use the first non-multiple field proceeding your new field. (not used for multiple fields)&lt;br /&gt;
&lt;br /&gt;
''Now only do step 3a or 3b depending if this field is multiple or not''&lt;br /&gt;
&lt;br /&gt;
==== Step 3a - Adding a normal field ====&lt;br /&gt;
&lt;br /&gt;
In the database (log into CommandLineMySQL) do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this is confusing see the example at the end of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
==== Step 3b - Adding a &amp;quot;multiple&amp;quot; field ====&lt;br /&gt;
&lt;br /&gt;
Multiple fields need their own table, so the syntax is different.&lt;br /&gt;
&lt;br /&gt;
Please note that these commands have been split over multiple lines for readability.&lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE archive_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE buffer_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) ); &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE inbox_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE deletion_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
=== Step 4 - Modify the ordervalues tables ===&lt;br /&gt;
&lt;br /&gt;
The ordervalues table is used to store a &amp;quot;dumbed down&amp;quot; version of the value in your field used for sorting, but never rendered.&lt;br /&gt;
&lt;br /&gt;
The same replacement values apply as for step 3 with one difference. The ''prevfield'' is the previous field in ArchiveMetadataFieldsConfig.pm even if it is a multiple field.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* there are two underline characters before &amp;quot;ordervalues&amp;quot;.&lt;br /&gt;
* this assumes you are not running a multilanguage or non-english archive. If you ''are'' then repeat the 4 commands below and replace 'en' with each of your archive's languages in turn.&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
=== Step 5 - Checking it works... ===&lt;br /&gt;
&lt;br /&gt;
It should all be OK at this point, but it's worth checking. I suggest running generate_views on the archive to make sure it all works OK.&lt;br /&gt;
&lt;br /&gt;
=== Step 6 - Finishing up ===&lt;br /&gt;
&lt;br /&gt;
Add the config to metadata-types.xml and phrases.xml - see AddingFields&lt;br /&gt;
&lt;br /&gt;
=== Step 7 - Restart apache ===&lt;br /&gt;
&lt;br /&gt;
Everything should now be OK. restart the webserver&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Normal set field example ===&lt;br /&gt;
To add a field of type 'set' to eprints. We add this to ArchveMetadataFieldsConfig.pm&lt;br /&gt;
&lt;br /&gt;
 { name =&amp;gt; &amp;quot;foo&amp;quot;, type =&amp;gt; &amp;quot;set&amp;quot;, input_rows =&amp;gt; 1,&lt;br /&gt;
        options =&amp;gt; [ &amp;quot;yesod&amp;quot;, &amp;quot;hod&amp;quot;, &amp;quot;chesed&amp;quot; ] },&lt;br /&gt;
&lt;br /&gt;
The previous field is a (non-multiple) text field called 'bar')&lt;br /&gt;
&lt;br /&gt;
then run the following SQL statements:&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD foo TEXT AFTER bar;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4456</id>
		<title>Adding a Field to a Live Repository</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4456"/>
		<updated>2007-06-19T12:03:04Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''For Eprints 2.x'''&lt;br /&gt;
&lt;br /&gt;
To add a field to a live eprints archive you have to modify the SQL tables.&lt;br /&gt;
&lt;br /&gt;
Before you start this you may wish to BackupTheDatabase.&lt;br /&gt;
&lt;br /&gt;
This assumes you are adding a field to the &amp;quot;eprint&amp;quot; fields, not the &amp;quot;user&amp;quot; fields. If you are changing &amp;quot;user&amp;quot; then anywhere we have 4 actions, one for each of buffer, deletion, archive and inbox, you instead need a single action for &amp;quot;users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Adding fields of type &amp;quot;name&amp;quot; is beyond the scope of these instructions.&lt;br /&gt;
&lt;br /&gt;
== Recipe == &lt;br /&gt;
&lt;br /&gt;
=== Step 1 - Shut down apache === &lt;br /&gt;
Shut down the web server. You don't want people using it while you make this change.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 - Add configuration ===&lt;br /&gt;
Add the configuration for this field to MetadataFieldsConfig.pm - take note of which field you add this new field after. (from now on I'll refer to the previous field as ''prevfield''. &lt;br /&gt;
&lt;br /&gt;
=== Step 3 - Add fields to database ===&lt;br /&gt;
&lt;br /&gt;
Find out the SQL type of the field you are adding. &lt;br /&gt;
&lt;br /&gt;
boolean&lt;br /&gt;
:: '''SET('TRUE','FALSE')'''&lt;br /&gt;
date&lt;br /&gt;
:: '''DATE'''&lt;br /&gt;
year, int&lt;br /&gt;
:: '''INTEGER'''&lt;br /&gt;
longtext&lt;br /&gt;
:: '''TEXT'''&lt;br /&gt;
subject,set,url,email,pagerange,text&lt;br /&gt;
:: '''VARCHAR(255)'''&lt;br /&gt;
&lt;br /&gt;
Note that if the field is type multiple then this step is different.&lt;br /&gt;
&lt;br /&gt;
For both steps the following replacements must be applied to the MySQL code given:&lt;br /&gt;
&lt;br /&gt;
* Replace ''type'' with the SQL type appropriate to the field you are adding. &lt;br /&gt;
* Replace ''newfieldname'' with the name of the field you're adding&lt;br /&gt;
* Replace ''prevfield'' with the name of the (non-multiple) field proceeding the field you are adding. If prevfield is a multiple then use the first non-multiple field proceeding your new field. (not used for multiple fields)&lt;br /&gt;
&lt;br /&gt;
''Now only do step 3a or 3b depending if this field is multiple or not''&lt;br /&gt;
&lt;br /&gt;
==== Step 3a - Adding a normal field ====&lt;br /&gt;
&lt;br /&gt;
In the database (log into CommandLineMySQL) do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this is confusing see the example at the end of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
==== Step 3b - Adding a &amp;quot;multiple&amp;quot; field ====&lt;br /&gt;
&lt;br /&gt;
Multiple fields need their own table, so the syntax is different.&lt;br /&gt;
&lt;br /&gt;
Please note that these commands have been split over multiple lines for readability.&lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE archive_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE buffer_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) ); &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE inbox_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE deletion_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
=== Step 4 - Modify the ordervalues tables ===&lt;br /&gt;
&lt;br /&gt;
The ordervalues table is used to store a &amp;quot;dumbed down&amp;quot; version of the value in your field used for sorting, but never rendered.&lt;br /&gt;
&lt;br /&gt;
The same replacement values apply as for step 3 with one difference. The ''prevfield'' is the previous field in ArchiveMetadataFieldsConfig.pm even if it is a multiple field.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* there are two underline characters before &amp;quot;ordervalues&amp;quot;.&lt;br /&gt;
* this assumes you are not running a multilanguage or non-english archive. If you ''are'' then repeat the 4 commands below and replace 'en' with each of your archive's languages in turn.&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
=== Step 5 - Checking it works... ===&lt;br /&gt;
&lt;br /&gt;
It should all be OK at this point, but it's worth checking. I suggest running generate_views on the archive to make sure it all works OK.&lt;br /&gt;
&lt;br /&gt;
=== Step 6 - Finishing up ===&lt;br /&gt;
&lt;br /&gt;
Add the config to metadata-types.xml and phrases.xml - see AddingFields&lt;br /&gt;
&lt;br /&gt;
=== Step 7 - Restart apache ===&lt;br /&gt;
&lt;br /&gt;
Everything should now be OK. restart the webserver&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Normal set field example ===&lt;br /&gt;
To add a field of type 'set' to eprints. We add this to ArchveMetadataFieldsConfig.pm&lt;br /&gt;
&lt;br /&gt;
 { name =&amp;gt; &amp;quot;foo&amp;quot;, type =&amp;gt; &amp;quot;set&amp;quot;, input_rows =&amp;gt; 1,&lt;br /&gt;
        options =&amp;gt; [ &amp;quot;yesod&amp;quot;, &amp;quot;hod&amp;quot;, &amp;quot;chesed&amp;quot; ] },&lt;br /&gt;
&lt;br /&gt;
The previous field is a (non-multiple) text field called 'bar')&lt;br /&gt;
&lt;br /&gt;
then run the following SQL statements:&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD foo TEXT AFTER bar;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4455</id>
		<title>Adding a Field to a Live Repository</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Adding_a_Field_to_a_Live_Repository&amp;diff=4455"/>
		<updated>2007-06-19T12:02:40Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''For Eprints 2.x'''&lt;br /&gt;
To add a field to a live eprints archive you have to modify the SQL tables.&lt;br /&gt;
&lt;br /&gt;
Before you start this you may wish to BackupTheDatabase.&lt;br /&gt;
&lt;br /&gt;
This assumes you are adding a field to the &amp;quot;eprint&amp;quot; fields, not the &amp;quot;user&amp;quot; fields. If you are changing &amp;quot;user&amp;quot; then anywhere we have 4 actions, one for each of buffer, deletion, archive and inbox, you instead need a single action for &amp;quot;users&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Adding fields of type &amp;quot;name&amp;quot; is beyond the scope of these instructions.&lt;br /&gt;
&lt;br /&gt;
== Recipe == &lt;br /&gt;
&lt;br /&gt;
=== Step 1 - Shut down apache === &lt;br /&gt;
Shut down the web server. You don't want people using it while you make this change.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 - Add configuration ===&lt;br /&gt;
Add the configuration for this field to MetadataFieldsConfig.pm - take note of which field you add this new field after. (from now on I'll refer to the previous field as ''prevfield''. &lt;br /&gt;
&lt;br /&gt;
=== Step 3 - Add fields to database ===&lt;br /&gt;
&lt;br /&gt;
Find out the SQL type of the field you are adding. &lt;br /&gt;
&lt;br /&gt;
boolean&lt;br /&gt;
:: '''SET('TRUE','FALSE')'''&lt;br /&gt;
date&lt;br /&gt;
:: '''DATE'''&lt;br /&gt;
year, int&lt;br /&gt;
:: '''INTEGER'''&lt;br /&gt;
longtext&lt;br /&gt;
:: '''TEXT'''&lt;br /&gt;
subject,set,url,email,pagerange,text&lt;br /&gt;
:: '''VARCHAR(255)'''&lt;br /&gt;
&lt;br /&gt;
Note that if the field is type multiple then this step is different.&lt;br /&gt;
&lt;br /&gt;
For both steps the following replacements must be applied to the MySQL code given:&lt;br /&gt;
&lt;br /&gt;
* Replace ''type'' with the SQL type appropriate to the field you are adding. &lt;br /&gt;
* Replace ''newfieldname'' with the name of the field you're adding&lt;br /&gt;
* Replace ''prevfield'' with the name of the (non-multiple) field proceeding the field you are adding. If prevfield is a multiple then use the first non-multiple field proceeding your new field. (not used for multiple fields)&lt;br /&gt;
&lt;br /&gt;
''Now only do step 3a or 3b depending if this field is multiple or not''&lt;br /&gt;
&lt;br /&gt;
==== Step 3a - Adding a normal field ====&lt;br /&gt;
&lt;br /&gt;
In the database (log into CommandLineMySQL) do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this is confusing see the example at the end of the page. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion ADD ''newfieldname'' ''type'' default NULL AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
==== Step 3b - Adding a &amp;quot;multiple&amp;quot; field ====&lt;br /&gt;
&lt;br /&gt;
Multiple fields need their own table, so the syntax is different.&lt;br /&gt;
&lt;br /&gt;
Please note that these commands have been split over multiple lines for readability.&lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE archive_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE buffer_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) ); &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE inbox_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE deletion_''newfieldname'' ( eprintid INT NOT NULL, pos INT, &lt;br /&gt;
    ''newfieldname'' ''type'' default NULL, KEY eprintid (eprintid), KEY pos (pos) );  &lt;br /&gt;
&lt;br /&gt;
=== Step 4 - Modify the ordervalues tables ===&lt;br /&gt;
&lt;br /&gt;
The ordervalues table is used to store a &amp;quot;dumbed down&amp;quot; version of the value in your field used for sorting, but never rendered.&lt;br /&gt;
&lt;br /&gt;
The same replacement values apply as for step 3 with one difference. The ''prevfield'' is the previous field in ArchiveMetadataFieldsConfig.pm even if it is a multiple field.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* there are two underline characters before &amp;quot;ordervalues&amp;quot;.&lt;br /&gt;
* this assumes you are not running a multilanguage or non-english archive. If you ''are'' then repeat the 4 commands below and replace 'en' with each of your archive's languages in turn.&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD ''fieldname'' TEXT AFTER ''prevfield'';&lt;br /&gt;
&lt;br /&gt;
=== Step 5 - Checking it works... ===&lt;br /&gt;
&lt;br /&gt;
It should all be OK at this point, but it's worth checking. I suggest running generate_views on the archive to make sure it all works OK.&lt;br /&gt;
&lt;br /&gt;
=== Step 6 - Finishing up ===&lt;br /&gt;
&lt;br /&gt;
Add the config to metadata-types.xml and phrases.xml - see AddingFields&lt;br /&gt;
&lt;br /&gt;
=== Step 7 - Restart apache ===&lt;br /&gt;
&lt;br /&gt;
Everything should now be OK. restart the webserver&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Normal set field example ===&lt;br /&gt;
To add a field of type 'set' to eprints. We add this to ArchveMetadataFieldsConfig.pm&lt;br /&gt;
&lt;br /&gt;
 { name =&amp;gt; &amp;quot;foo&amp;quot;, type =&amp;gt; &amp;quot;set&amp;quot;, input_rows =&amp;gt; 1,&lt;br /&gt;
        options =&amp;gt; [ &amp;quot;yesod&amp;quot;, &amp;quot;hod&amp;quot;, &amp;quot;chesed&amp;quot; ] },&lt;br /&gt;
&lt;br /&gt;
The previous field is a (non-multiple) text field called 'bar')&lt;br /&gt;
&lt;br /&gt;
then run the following SQL statements:&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion ADD foo VARCHAR(255) default NULL AFTER bar;&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE archive__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE buffer__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE inbox__ordervalues_en ADD foo TEXT AFTER bar;&lt;br /&gt;
 ALTER TABLE deletion__ordervalues_en ADD foo TEXT AFTER bar;&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2316</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2316"/>
		<updated>2006-09-27T08:03:22Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: /* Scripts, patches and translations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Files/]] Wiki pages about scripts and patches. There isn't a page for every script or patch.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* [[How to contribute]]&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** Add a [[RequestEprint|Request eprint from author]] button (to non-OA records)&lt;br /&gt;
** [[Customizing_RSS_Output|customize RSS output]] - show an institution's or person's last n publications&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2315</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Main_Page&amp;diff=2315"/>
		<updated>2006-09-27T08:01:57Z</updated>

		<summary type="html">&lt;p&gt;Tajoli: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to the EPrints Wiki'''&lt;br /&gt;
&lt;br /&gt;
The content of this site is technical only. For more information on the EPrints project, visit http://eprints.org/&lt;br /&gt;
&lt;br /&gt;
''We are currently in the process of moving information from the [http://wiki2.eprints.org Old Wiki].''&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* [[EPrints Manual|EPrints 3]] The manual for the next release of EPrints is being developed here.&lt;br /&gt;
* [http://www.eprints.org/documentation/tech/php/intro.php EPrints 2 and older Versions] The manual for older versions of EPrints are available on the main site.&lt;br /&gt;
* [[Frequently Asked Questions]]&lt;br /&gt;
* [[Web Services]] - sneak peek at the upcoming Web Service API&lt;br /&gt;
&lt;br /&gt;
==Scripts, patches and translations==&lt;br /&gt;
&lt;br /&gt;
* '''EPrints on EPrints''' - the [http://files.eprints.org/ EPrints Files] repository is the place to share scripts, patches and translations. This is also the place where releases of EPrints itself will be archived.&lt;br /&gt;
* [[Files]] Wiki pages about scripts and patches. There isn't a page for every script or patch.&lt;br /&gt;
* [[Translating EPrints]] into your language.&lt;br /&gt;
* [[How to contribute]]&lt;br /&gt;
&lt;br /&gt;
==Tips, tricks and howtos==&lt;br /&gt;
&lt;br /&gt;
* [[Installing]] EPrints on various platforms or in non-standard ways&lt;br /&gt;
* Howto..&lt;br /&gt;
** [[Integrating EPrints with LDAP|integrate with LDAP]] - authenticate users with LDAP/Active Directory server&lt;br /&gt;
** [[CAS|integrate with CAS]] - integrate EPrints with an enterprise single sign-on service&lt;br /&gt;
** Secure EPrints with [[HTTPS]]&lt;br /&gt;
** Add a [[RequestEprint|Request eprint from author]] button (to non-OA records)&lt;br /&gt;
** [[Customizing_RSS_Output|customize RSS output]] - show an institution's or person's last n publications&lt;br /&gt;
** [[Howtos|more..]]&lt;br /&gt;
&lt;br /&gt;
==Contributing==&lt;br /&gt;
&lt;br /&gt;
* [[Wiki Guidelines]]&lt;br /&gt;
* [[Wiki Todo List]]&lt;br /&gt;
* [[EPrints:Migration to files.eprints.org]]&lt;br /&gt;
&lt;br /&gt;
==Getting Support==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eprints.org/services/ EPrints Services] - premium support and training from EPrints experts&lt;br /&gt;
* [http://www.eprints.org/software/ Mailing Lists]&lt;br /&gt;
&lt;br /&gt;
==EPrints Projects==&lt;br /&gt;
&lt;br /&gt;
* [[IRRA]] - Supporting the UK research assessment processes through institutional repositories&lt;/div&gt;</summary>
		<author><name>Tajoli</name></author>
		
	</entry>
</feed>