<?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=Mmr%40ecs.soton.ac.uk</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=Mmr%40ecs.soton.ac.uk"/>
	<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/Special:Contributions/Mmr@ecs.soton.ac.uk"/>
	<updated>2026-09-14T05:14:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=9056</id>
		<title>MePrintsInstall</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=9056"/>
		<updated>2010-03-24T14:17:03Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Apply MePrints patchs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:MePrints]]&lt;br /&gt;
This page provides technical instructions for installing the MePrints extension. To find out what MePrints is, and for an overview of MePrints features, see [[MePrintsOverview]].&lt;br /&gt;
&lt;br /&gt;
==Installation (EPrints 3.1+)==&lt;br /&gt;
&lt;br /&gt;
Download the latest release to your '''local repository directory''' (eg. /opt/eprints3/archives/ARCHIVEID/).&lt;br /&gt;
&lt;br /&gt;
Extract files:&lt;br /&gt;
&lt;br /&gt;
 tar xzvf meprints_xx.tgz&lt;br /&gt;
&lt;br /&gt;
===Install bin scripts===&lt;br /&gt;
&lt;br /&gt;
Edit the bin/generate_meprints file and check the include path on the first line. For example if you have installed EPrints in /var/lib/eprints3 change the line from:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/opt/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/var/lib/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
===Install cgi scripts===&lt;br /&gt;
&lt;br /&gt;
Link the MePrints cgi scripts into the EPrints cgi directory:&lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/meprints/ /opt/eprints3/cgi/&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/users/meprints/ /opt/eprints3/cgi/users/&lt;br /&gt;
&lt;br /&gt;
===Update database===&lt;br /&gt;
&lt;br /&gt;
Add the new MePrints user fields (defined in cfg/cfg.d/z_meprints.pl) to your repository database:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/&lt;br /&gt;
 bin/epadmin update_database_structure ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Apply MePrints patches===&lt;br /&gt;
&lt;br /&gt;
Apply the MePrints patch files:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3&lt;br /&gt;
 patch -R -p0 &amp;lt; archives/ARCHIVE_ID/meprints_1.0.patch&lt;br /&gt;
&lt;br /&gt;
DO NOT APPLY THIS FOLLOWING PATCH ON EPrints 3.2, it is not required;&lt;br /&gt;
&lt;br /&gt;
 patch -R -p0 &amp;lt; archives/ARCHIVE_ID/meprints_dataset.patch #YOU DONT NEED THIS ON 3.2 trying it might break your install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These patches change two core EPrints modules:&lt;br /&gt;
&lt;br /&gt;
# Update/Views.pm - allow view pages to be generated for any dataset (MePrints adds views over the public_profile_users dataset)&lt;br /&gt;
# DataSet.pm - add a new dataset called public_profile_users which is the set of all users who have opted to make their public profile page visible.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
To activate MePrints, you will need to make some changes to your repository setup.&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/plugins.pl===&lt;br /&gt;
You can skip this step on MePrints 1.3 and later.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/plugins.pl configuration file: to use the MePrints homepage instead instead of the default EPrints &amp;quot;Profile&amp;quot; page:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{plugins}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;}-&amp;gt;{appears}-&amp;gt;{key_tools} = undef;&lt;br /&gt;
 $c-&amp;gt;{plugin_alias_map}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;} = &amp;quot;Screen::User::Homepage&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/user_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/user_fields_automatic.pl configuration file to update the MePrints public profile page automatically when a user changes his or her profile information, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{user_fields_automatic} = sub {&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
        my $user = @_;&lt;br /&gt;
&lt;br /&gt;
        ...&lt;br /&gt;
&lt;br /&gt;
        if( defined $user-&amp;gt;{changed} )&lt;br /&gt;
        {&lt;br /&gt;
                $user-&amp;gt;remove_static();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/eprint_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following line to your cfg/cfg.d/eprint_fields_automatic.pl configuration file so that the MePrints public profile page automatically changes when an EPrint they have deposited is updated.&lt;br /&gt;
&lt;br /&gt;
 $eprint-&amp;gt;get_user-&amp;gt;remove_static;&lt;br /&gt;
&lt;br /&gt;
===cfg/apachevhost.conf===&lt;br /&gt;
&lt;br /&gt;
Add the following directives to your cfg/apachevhost.conf configuration file to enable canonical profile URLs (for example http://myrepository.com/profile/jsmith):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Location &amp;quot;/profile&amp;quot;&amp;gt;&lt;br /&gt;
  SetHandler perl-script&lt;br /&gt;
  PerlResponseHandler EPrints::Plugin::MePrints::MePrintsHandler&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/urls.pl===&lt;br /&gt;
&lt;br /&gt;
To activate the canonical profile URLs, add &amp;quot;/profile/&amp;quot; to the rewrite_exceptions list in your cfg/cfg.d/urls.pl configuration file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{rewrite_exceptions} = [ '/cgi/', '/archive/', '/profile/' ];&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/workflows/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/workflows/user/default.xml configuration file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;stage name=&amp;quot;default&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_personal&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_meprints&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;profile_visibility&amp;quot; required=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;jobtitle&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;expertise&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;biography&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;qualifications&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/citations/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Replace the default EPrints user citation with the MePrints citation (which includes a thumbnail of the user's profile picture) run:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/archives/ARCHIVEID&lt;br /&gt;
 cp cfg/citations/user/default_with_thumbnail.xml cfg/citations/user/default.xml&lt;br /&gt;
&lt;br /&gt;
'''Note: if you have already made changes to the default citation, you should examine both files and merge the MePrints changes into default.xml&lt;br /&gt;
&lt;br /&gt;
===Authorship in MePrints===&lt;br /&gt;
Meprints 1.1 and later change the definition of ownership in the respository. This means that users who have the same email address as that listed in an items creators field belong to that user once the item enters the archive. This allows users to see statistics about papers they have authored without have to upload their own copy of the paper. You can return this to the eprints default by removing the cfg/cfg.d/authorship_meprints.pl file &lt;br /&gt;
&lt;br /&gt;
===Confirm Permissions===&lt;br /&gt;
The last thing to do before using MePrints is to ensure that the permissions are correct on the ''meprints'' directory. To do this run the following commands, there probably will not be any output from running this command;&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 chmod g+wx meprints&lt;br /&gt;
&lt;br /&gt;
If the permissions are not correct then you may encounter errors when using MePrints.&lt;br /&gt;
&lt;br /&gt;
==Testing==&lt;br /&gt;
&lt;br /&gt;
After applying all the changes above, restart Apache to activate MePrints.&lt;br /&gt;
&lt;br /&gt;
===Homepage===&lt;br /&gt;
&lt;br /&gt;
Log into your repository and should see your MePrints Homepage with default widget layout and profile picture.&lt;br /&gt;
&lt;br /&gt;
====Update profile====&lt;br /&gt;
&lt;br /&gt;
Click the Modify Profile button and add some information to the new MePrints fields (Job Title, Expertise, Biography, Qualifications). Set your Profile Visibility to '''Public'''. Click the Save button to return to your Homepage where the information you entered should now be displayed.&lt;br /&gt;
&lt;br /&gt;
====Upload photo====&lt;br /&gt;
&lt;br /&gt;
Click the Profile Picture button, choose a file and click Upload. You will be returned to your Homepage where your picture will now be displayed.&lt;br /&gt;
&lt;br /&gt;
====MePrints Widgets====&lt;br /&gt;
&lt;br /&gt;
By default your homepage displays several widgets (see user_homepage_defaults setting in cfg/cfg.d/z_meprints.pl). Try adding and removing widgets using the widget controls at the bottom of the screen. You can also rearrange widgets by dragging them up/down or between columns. To reset to the default widget layout click the Reset button in the widget control bar.&lt;br /&gt;
&lt;br /&gt;
===Public Profile===&lt;br /&gt;
&lt;br /&gt;
Enter the following URL to view your public profile page:&lt;br /&gt;
&lt;br /&gt;
 http://myrepository.com/profile/USERNAME&lt;br /&gt;
&lt;br /&gt;
where USERNAME is your EPrints username. The layout of the MePrints widgets on your profile page is controlled by the user_profile_defaults setting in cfg/cfg.d/z_meprints.pl.&lt;br /&gt;
&lt;br /&gt;
Go back to your MePrints homepage and click Modify Profile. Change some of your profile information (eg. Job Title, Expertise, Biography, Qualifications) and click Save. Return to your public profile page and check that your profile information has been updated.&lt;br /&gt;
&lt;br /&gt;
===MePrints Views===&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --generate menus&lt;br /&gt;
&lt;br /&gt;
Check http://myrepository.com/view/ - you should see 2 new views (you may want to link these into your site template).&lt;br /&gt;
&lt;br /&gt;
Explore the view pages and check that you are listed. Make sure that you can click through from the browse listing to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints search===&lt;br /&gt;
&lt;br /&gt;
Go to: http://myrepository.com/cgi/meprints/search&lt;br /&gt;
&lt;br /&gt;
Check that you can find your profile using keywords from your user profile information (eg. expertise, qualifications).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the search result list to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints Embeddable===&lt;br /&gt;
&lt;br /&gt;
If you want to use the default minimal style supplied for MePrints Embeddable then add the following code to the ''&amp;lt;head&amp;gt;'' section of your page:&lt;br /&gt;
 &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://myrepository.com/style/meprints_embed.css&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Widgets====&lt;br /&gt;
It is possible to embed individual widgets that are viewable on your public profile on your own page. If you go to the public profile page you will see an embed links on the widgets that can be embedded. Click the link and instructions will appear telling you how to embed the widget on your page.&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Profile====&lt;br /&gt;
Edit an HTML page and add the following code to the ''&amp;lt;head&amp;gt;'' section of the page:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://myrepository.com/cgi/meprints/embed_js?username=USERNAME&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where ''USERNAME'' is your username on the repository.&lt;br /&gt;
&lt;br /&gt;
Then inside the ''&amp;lt;body&amp;gt;'' section of the page you need to add the following code:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;div id=&amp;quot;meprints_profile&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will be the location where your embeddable profile will go on your page.&lt;br /&gt;
&lt;br /&gt;
===MePrints for admins===&lt;br /&gt;
&lt;br /&gt;
Using an administrator account go to the Admin screen and choose '''Search users'''. Enter a username or other criteria to find at least one user account (not the account you are logged in with).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the results list to the user's homepage.&lt;br /&gt;
&lt;br /&gt;
You should be able to modify the user's profile information by clicking Administer Account.&lt;br /&gt;
&lt;br /&gt;
The widget layout should reflect the user's own preference, and you should not be able to make changes to their widget layout.&lt;br /&gt;
&lt;br /&gt;
====Hide Profile====&lt;br /&gt;
&lt;br /&gt;
Change the user's profile visibility to '''private'''.&lt;br /&gt;
&lt;br /&gt;
Log out, and make sure that:&lt;br /&gt;
&lt;br /&gt;
# the profile is no longer visible at /profile/USERNAME&lt;br /&gt;
# the profile no longer appears in search results&lt;br /&gt;
# the profile no longer appears in view pages&lt;br /&gt;
# the embeddable widget no longer displays the profile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also change the default visibility of MePrints profiles in cfg/cfg.d/z_meprints.pl&lt;br /&gt;
by default profiles are public unless a user specifically makes there profile private. change&lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 1;&lt;br /&gt;
to &lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 0;&lt;br /&gt;
to make the default private profiles&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
===Database errors===&lt;br /&gt;
&lt;br /&gt;
When dragging and dropping Widgets around, MePrints shows database errors in the error log:&lt;br /&gt;
&lt;br /&gt;
 DBD::mysql::st execute failed: Duplicate entry '1-0' for key 1 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192.&lt;br /&gt;
 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192&lt;br /&gt;
 EPrints::Database::insert('EPrints::Database::mysql=HASH(0x2b593e11ebd0)', 'user_items_fields', 'ARRAY(0x2b593bd00510)', ...&lt;br /&gt;
&lt;br /&gt;
This is a known problem which does not seem to affect widget layout.&lt;br /&gt;
&lt;br /&gt;
===generate_views errors===&lt;br /&gt;
&lt;br /&gt;
====Warnings====&lt;br /&gt;
&lt;br /&gt;
 Use of uninitialized value $id in hash element at /usr/share/eprints3/perl_lib/EPrints/Database.pm line 2979.&lt;br /&gt;
&lt;br /&gt;
See http://trac.eprints.org/trac/ticket/3537&lt;br /&gt;
&lt;br /&gt;
====EPrint citations====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles, eprint citations were rendered in the view list instead of users'. (need to work out how to reproduce this)&lt;br /&gt;
&lt;br /&gt;
====Empty views====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles and regenerating views, view pages still show expertise/department values.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=8846</id>
		<title>MePrintsInstall</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=8846"/>
		<updated>2010-03-10T10:12:45Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* cfg/cfg.d/eprint_fields_automatic.pl */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:MePrints]]&lt;br /&gt;
This page provides technical instructions for installing the MePrints extension. To find out what MePrints is, and for an overview of MePrints features, see [[MePrintsOverview]].&lt;br /&gt;
&lt;br /&gt;
==Installation (EPrints 3.1+)==&lt;br /&gt;
&lt;br /&gt;
Download the latest release to your '''local repository directory''' (eg. /opt/eprints3/archives/ARCHIVEID/).&lt;br /&gt;
&lt;br /&gt;
Extract files:&lt;br /&gt;
&lt;br /&gt;
 tar xzvf meprints_xx.tgz&lt;br /&gt;
&lt;br /&gt;
===Install bin scripts===&lt;br /&gt;
&lt;br /&gt;
Edit the bin/generate_meprints file and check the include path on the first line. For example if you have installed EPrints in /var/lib/eprints3 change the line from:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/opt/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/var/lib/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
===Install cgi scripts===&lt;br /&gt;
&lt;br /&gt;
Link the MePrints cgi scripts into the EPrints cgi directory:&lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/meprints/ /opt/eprints3/cgi/&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/users/meprints/ /opt/eprints3/cgi/users/&lt;br /&gt;
&lt;br /&gt;
===Update database===&lt;br /&gt;
&lt;br /&gt;
Add the new MePrints user fields (defined in cfg/cfg.d/z_meprints.pl) to your repository database:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/&lt;br /&gt;
 bin/epadmin update_database_structure ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Apply MePrints patch===&lt;br /&gt;
&lt;br /&gt;
Apply the MePrints patch file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /opt/eprints3&lt;br /&gt;
patch -R -p0 &amp;lt; archives/ARCHIVE_ID/meprints_1.0.patch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This patch changes two core EPrints modules:&lt;br /&gt;
&lt;br /&gt;
# DataSet.pm - add a new dataset called public_profile_users which is the set of all users who have opted to make their public profile page visible.&lt;br /&gt;
# Update/Views.pm - allow view pages to be generated for any dataset (MePrints adds views over the public_profile_users dataset)&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
To activate MePrints, you will need to make some changes to your repository setup.&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/plugins.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/plugins.pl configuration file: to use the MePrints homepage instead instead of the default EPrints &amp;quot;Profile&amp;quot; page:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{plugins}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;}-&amp;gt;{appears}-&amp;gt;{key_tools} = undef;&lt;br /&gt;
 $c-&amp;gt;{plugin_alias_map}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;} = &amp;quot;Screen::User::Homepage&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/user_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/user_fields_automatic.pl configuration file to update the MePrints public profile page automatically when a user changes his or her profile information, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{user_fields_automatic} = sub {&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
        my $user = @_;&lt;br /&gt;
&lt;br /&gt;
        ...&lt;br /&gt;
&lt;br /&gt;
        if( defined $user-&amp;gt;{changed} )&lt;br /&gt;
        {&lt;br /&gt;
                $user-&amp;gt;remove_static();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/eprint_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following line to your cfg/cfg.d/eprint_fields_automatic.pl configuration file so that the MePrints public profile page automatically changes when an EPrint they have deposited is updated.&lt;br /&gt;
&lt;br /&gt;
 $eprint-&amp;gt;get_user-&amp;gt;remove_static;&lt;br /&gt;
&lt;br /&gt;
===cfg/apachevhost.conf===&lt;br /&gt;
&lt;br /&gt;
Add the following directives to your cfg/apachevhost.conf configuration file to enable canonical profile URLs (for example http://myrepository.com/profile/jsmith):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Location &amp;quot;/profile&amp;quot;&amp;gt;&lt;br /&gt;
  SetHandler perl-script&lt;br /&gt;
  PerlResponseHandler EPrints::Plugin::MePrints::MePrintsHandler&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/urls.pl===&lt;br /&gt;
&lt;br /&gt;
To activate the canonical profile URLs, add &amp;quot;/profile/&amp;quot; to the rewrite_exceptions list in your cfg/cfg.d/urls.pl configuration file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{rewrite_exceptions} = [ '/cgi/', '/archive/', '/profile/' ];&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/workflows/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/workflows/user/default.xml configuration file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;stage name=&amp;quot;default&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_personal&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_meprints&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;profile_visibility&amp;quot; required=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;jobtitle&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;expertise&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;biography&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;qualifications&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/citations/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Replace the default EPrints user citation with the MePrints citation (which includes a thumbnail of the user's profile picture) run:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/archives/ARCHIVEID&lt;br /&gt;
 cp cfg/citations/user/default_with_thumbnail.xml cfg/citations/user/default.xml&lt;br /&gt;
&lt;br /&gt;
'''Note: if you have already made changes to the default citation, you should examine both files and merge the MePrints changes into default.xml&lt;br /&gt;
&lt;br /&gt;
===Authorship in MePrints===&lt;br /&gt;
Meprints 1.1 and later change the definition of ownership in the respository. This means that users who have the same email address as that listed in an items creators field belong to that user once the item enters the archive. This allows users to see statistics about papers they have authored without have to upload their own copy of the paper. You can return this to the eprints default by removing the cfg/cfg.d/authorship_meprints.pl file &lt;br /&gt;
&lt;br /&gt;
===Confirm Permissions===&lt;br /&gt;
The last thing to do before using MePrints is to ensure that the permissions are correct on the ''meprints'' directory. To do this run the following commands, there probably will not be any output from running this command;&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 chmod g+wx meprints&lt;br /&gt;
&lt;br /&gt;
If the permissions are not correct then you may encounter errors when using MePrints.&lt;br /&gt;
&lt;br /&gt;
==Testing==&lt;br /&gt;
&lt;br /&gt;
After applying all the changes above, restart Apache to activate MePrints.&lt;br /&gt;
&lt;br /&gt;
===Homepage===&lt;br /&gt;
&lt;br /&gt;
Log into your repository and should see your MePrints Homepage with default widget layout and profile picture.&lt;br /&gt;
&lt;br /&gt;
====Update profile====&lt;br /&gt;
&lt;br /&gt;
Click the Modify Profile button and add some information to the new MePrints fields (Job Title, Expertise, Biography, Qualifications). Set your Profile Visibility to '''Public'''. Click the Save button to return to your Homepage where the information you entered should now be displayed.&lt;br /&gt;
&lt;br /&gt;
====Upload photo====&lt;br /&gt;
&lt;br /&gt;
Click the Profile Picture button, choose a file and click Upload. You will be returned to your Homepage where your picture will now be displayed.&lt;br /&gt;
&lt;br /&gt;
====MePrints Widgets====&lt;br /&gt;
&lt;br /&gt;
By default your homepage displays several widgets (see user_homepage_defaults setting in cfg/cfg.d/z_meprints.pl). Try adding and removing widgets using the widget controls at the bottom of the screen. You can also rearrange widgets by dragging them up/down or between columns. To reset to the default widget layout click the Reset button in the widget control bar.&lt;br /&gt;
&lt;br /&gt;
===Public Profile===&lt;br /&gt;
&lt;br /&gt;
Enter the following URL to view your public profile page:&lt;br /&gt;
&lt;br /&gt;
 http://myrepository.com/profile/USERNAME&lt;br /&gt;
&lt;br /&gt;
where USERNAME is your EPrints username. The layout of the MePrints widgets on your profile page is controlled by the user_profile_defaults setting in cfg/cfg.d/z_meprints.pl.&lt;br /&gt;
&lt;br /&gt;
Go back to your MePrints homepage and click Modify Profile. Change some of your profile information (eg. Job Title, Expertise, Biography, Qualifications) and click Save. Return to your public profile page and check that your profile information has been updated.&lt;br /&gt;
&lt;br /&gt;
===MePrints Views===&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --generate menus&lt;br /&gt;
&lt;br /&gt;
Check http://myrepository.com/view/ - you should see 2 new views (you may want to link these into your site template).&lt;br /&gt;
&lt;br /&gt;
Explore the view pages and check that you are listed. Make sure that you can click through from the browse listing to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints search===&lt;br /&gt;
&lt;br /&gt;
Go to: http://myrepository.com/cgi/meprints/search&lt;br /&gt;
&lt;br /&gt;
Check that you can find your profile using keywords from your user profile information (eg. expertise, qualifications).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the search result list to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints Embeddable===&lt;br /&gt;
&lt;br /&gt;
If you want to use the default minimal style supplied for MePrints Embeddable then add the following code to the ''&amp;lt;head&amp;gt;'' section of your page:&lt;br /&gt;
 &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://myrepository.com/style/meprints_embed.css&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Widgets====&lt;br /&gt;
It is possible to embed individual widgets that are viewable on your public profile on your own page. If you go to the public profile page you will see an embed links on the widgets that can be embedded. Click the link and instructions will appear telling you how to embed the widget on your page.&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Profile====&lt;br /&gt;
Edit an HTML page and add the following code to the ''&amp;lt;head&amp;gt;'' section of the page:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://myrepository.com/cgi/meprints/embed_js?username=USERNAME&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where ''USERNAME'' is your username on the repository.&lt;br /&gt;
&lt;br /&gt;
Then inside the ''&amp;lt;body&amp;gt;'' section of the page you need to add the following code:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;div id=&amp;quot;meprints_profile&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will be the location where your embeddable profile will go on your page.&lt;br /&gt;
&lt;br /&gt;
===MePrints for admins===&lt;br /&gt;
&lt;br /&gt;
Using an administrator account go to the Admin screen and choose '''Search users'''. Enter a username or other criteria to find at least one user account (not the account you are logged in with).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the results list to the user's homepage.&lt;br /&gt;
&lt;br /&gt;
You should be able to modify the user's profile information by clicking Administer Account.&lt;br /&gt;
&lt;br /&gt;
The widget layout should reflect the user's own preference, and you should not be able to make changes to their widget layout.&lt;br /&gt;
&lt;br /&gt;
====Hide Profile====&lt;br /&gt;
&lt;br /&gt;
Change the user's profile visibility to '''private'''.&lt;br /&gt;
&lt;br /&gt;
Log out, and make sure that:&lt;br /&gt;
&lt;br /&gt;
# the profile is no longer visible at /profile/USERNAME&lt;br /&gt;
# the profile no longer appears in search results&lt;br /&gt;
# the profile no longer appears in view pages&lt;br /&gt;
# the embeddable widget no longer displays the profile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also change the default visibility of MePrints profiles in cfg/cfg.d/z_meprints.pl&lt;br /&gt;
by default profiles are public unless a user specifically makes there profile private. change&lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 1;&lt;br /&gt;
to &lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 0;&lt;br /&gt;
to make the default private profiles&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
===Database errors===&lt;br /&gt;
&lt;br /&gt;
When dragging and dropping Widgets around, MePrints shows database errors in the error log:&lt;br /&gt;
&lt;br /&gt;
 DBD::mysql::st execute failed: Duplicate entry '1-0' for key 1 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192.&lt;br /&gt;
 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192&lt;br /&gt;
 EPrints::Database::insert('EPrints::Database::mysql=HASH(0x2b593e11ebd0)', 'user_items_fields', 'ARRAY(0x2b593bd00510)', ...&lt;br /&gt;
&lt;br /&gt;
This is a known problem which does not seem to affect widget layout.&lt;br /&gt;
&lt;br /&gt;
===generate_views errors===&lt;br /&gt;
&lt;br /&gt;
====Warnings====&lt;br /&gt;
&lt;br /&gt;
 Use of uninitialized value $id in hash element at /usr/share/eprints3/perl_lib/EPrints/Database.pm line 2979.&lt;br /&gt;
&lt;br /&gt;
See http://trac.eprints.org/trac/ticket/3537&lt;br /&gt;
&lt;br /&gt;
====EPrint citations====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles, eprint citations were rendered in the view list instead of users'. (need to work out how to reproduce this)&lt;br /&gt;
&lt;br /&gt;
====Empty views====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles and regenerating views, view pages still show expertise/department values.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=8845</id>
		<title>MePrintsInstall</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=MePrintsInstall&amp;diff=8845"/>
		<updated>2010-03-10T10:12:36Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Getting Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:MePrints]]&lt;br /&gt;
This page provides technical instructions for installing the MePrints extension. To find out what MePrints is, and for an overview of MePrints features, see [[MePrintsOverview]].&lt;br /&gt;
&lt;br /&gt;
==Installation (EPrints 3.1+)==&lt;br /&gt;
&lt;br /&gt;
Download the latest release to your '''local repository directory''' (eg. /opt/eprints3/archives/ARCHIVEID/).&lt;br /&gt;
&lt;br /&gt;
Extract files:&lt;br /&gt;
&lt;br /&gt;
 tar xzvf meprints_xx.tgz&lt;br /&gt;
&lt;br /&gt;
===Install bin scripts===&lt;br /&gt;
&lt;br /&gt;
Edit the bin/generate_meprints file and check the include path on the first line. For example if you have installed EPrints in /var/lib/eprints3 change the line from:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/opt/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl -w -I/var/lib/eprints3/perl_lib&lt;br /&gt;
&lt;br /&gt;
===Install cgi scripts===&lt;br /&gt;
&lt;br /&gt;
Link the MePrints cgi scripts into the EPrints cgi directory:&lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/meprints/ /opt/eprints3/cgi/&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/users/meprints/ /opt/eprints3/cgi/users/&lt;br /&gt;
&lt;br /&gt;
===Update database===&lt;br /&gt;
&lt;br /&gt;
Add the new MePrints user fields (defined in cfg/cfg.d/z_meprints.pl) to your repository database:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/&lt;br /&gt;
 bin/epadmin update_database_structure ARCHIVEID --verbose&lt;br /&gt;
&lt;br /&gt;
===Apply MePrints patch===&lt;br /&gt;
&lt;br /&gt;
Apply the MePrints patch file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /opt/eprints3&lt;br /&gt;
patch -R -p0 &amp;lt; archives/ARCHIVE_ID/meprints_1.0.patch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This patch changes two core EPrints modules:&lt;br /&gt;
&lt;br /&gt;
# DataSet.pm - add a new dataset called public_profile_users which is the set of all users who have opted to make their public profile page visible.&lt;br /&gt;
# Update/Views.pm - allow view pages to be generated for any dataset (MePrints adds views over the public_profile_users dataset)&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
To activate MePrints, you will need to make some changes to your repository setup.&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/plugins.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/plugins.pl configuration file: to use the MePrints homepage instead instead of the default EPrints &amp;quot;Profile&amp;quot; page:&lt;br /&gt;
&lt;br /&gt;
 $c-&amp;gt;{plugins}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;}-&amp;gt;{appears}-&amp;gt;{key_tools} = undef;&lt;br /&gt;
 $c-&amp;gt;{plugin_alias_map}-&amp;gt;{&amp;quot;Screen::User::View&amp;quot;} = &amp;quot;Screen::User::Homepage&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/user_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/cfg.d/user_fields_automatic.pl configuration file to update the MePrints public profile page automatically when a user changes his or her profile information, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{user_fields_automatic} = sub {&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
        my $user = @_;&lt;br /&gt;
&lt;br /&gt;
        ...&lt;br /&gt;
&lt;br /&gt;
        if( defined $user-&amp;gt;{changed} )&lt;br /&gt;
        {&lt;br /&gt;
                $user-&amp;gt;remove_static();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/eprint_fields_automatic.pl===&lt;br /&gt;
&lt;br /&gt;
Add the following line to your cfg/cfg.d/eprint_fields_automatic.pl configuration file so that the MePrints public profile page automatically changes when an EPrint they have deposited is updated.&lt;br /&gt;
&lt;br /&gt;
  $eprint-&amp;gt;get_user-&amp;gt;remove_static;&lt;br /&gt;
&lt;br /&gt;
===cfg/apachevhost.conf===&lt;br /&gt;
&lt;br /&gt;
Add the following directives to your cfg/apachevhost.conf configuration file to enable canonical profile URLs (for example http://myrepository.com/profile/jsmith):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Location &amp;quot;/profile&amp;quot;&amp;gt;&lt;br /&gt;
  SetHandler perl-script&lt;br /&gt;
  PerlResponseHandler EPrints::Plugin::MePrints::MePrintsHandler&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/cfg.d/urls.pl===&lt;br /&gt;
&lt;br /&gt;
To activate the canonical profile URLs, add &amp;quot;/profile/&amp;quot; to the rewrite_exceptions list in your cfg/cfg.d/urls.pl configuration file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$c-&amp;gt;{rewrite_exceptions} = [ '/cgi/', '/archive/', '/profile/' ];&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/workflows/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your cfg/workflows/user/default.xml configuration file:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;stage name=&amp;quot;default&amp;quot;&amp;gt;&lt;br /&gt;
    ...&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_personal&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;component type=&amp;quot;Field::Multi&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&amp;lt;epc:phrase ref=&amp;quot;user_section_meprints&amp;quot; /&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;profile_visibility&amp;quot; required=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;jobtitle&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;expertise&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;biography&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;field ref=&amp;quot;qualifications&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/component&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===cfg/citations/user/default.xml===&lt;br /&gt;
&lt;br /&gt;
Replace the default EPrints user citation with the MePrints citation (which includes a thumbnail of the user's profile picture) run:&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/archives/ARCHIVEID&lt;br /&gt;
 cp cfg/citations/user/default_with_thumbnail.xml cfg/citations/user/default.xml&lt;br /&gt;
&lt;br /&gt;
'''Note: if you have already made changes to the default citation, you should examine both files and merge the MePrints changes into default.xml&lt;br /&gt;
&lt;br /&gt;
===Authorship in MePrints===&lt;br /&gt;
Meprints 1.1 and later change the definition of ownership in the respository. This means that users who have the same email address as that listed in an items creators field belong to that user once the item enters the archive. This allows users to see statistics about papers they have authored without have to upload their own copy of the paper. You can return this to the eprints default by removing the cfg/cfg.d/authorship_meprints.pl file &lt;br /&gt;
&lt;br /&gt;
===Confirm Permissions===&lt;br /&gt;
The last thing to do before using MePrints is to ensure that the permissions are correct on the ''meprints'' directory. To do this run the following commands, there probably will not be any output from running this command;&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 chmod g+wx meprints&lt;br /&gt;
&lt;br /&gt;
If the permissions are not correct then you may encounter errors when using MePrints.&lt;br /&gt;
&lt;br /&gt;
==Testing==&lt;br /&gt;
&lt;br /&gt;
After applying all the changes above, restart Apache to activate MePrints.&lt;br /&gt;
&lt;br /&gt;
===Homepage===&lt;br /&gt;
&lt;br /&gt;
Log into your repository and should see your MePrints Homepage with default widget layout and profile picture.&lt;br /&gt;
&lt;br /&gt;
====Update profile====&lt;br /&gt;
&lt;br /&gt;
Click the Modify Profile button and add some information to the new MePrints fields (Job Title, Expertise, Biography, Qualifications). Set your Profile Visibility to '''Public'''. Click the Save button to return to your Homepage where the information you entered should now be displayed.&lt;br /&gt;
&lt;br /&gt;
====Upload photo====&lt;br /&gt;
&lt;br /&gt;
Click the Profile Picture button, choose a file and click Upload. You will be returned to your Homepage where your picture will now be displayed.&lt;br /&gt;
&lt;br /&gt;
====MePrints Widgets====&lt;br /&gt;
&lt;br /&gt;
By default your homepage displays several widgets (see user_homepage_defaults setting in cfg/cfg.d/z_meprints.pl). Try adding and removing widgets using the widget controls at the bottom of the screen. You can also rearrange widgets by dragging them up/down or between columns. To reset to the default widget layout click the Reset button in the widget control bar.&lt;br /&gt;
&lt;br /&gt;
===Public Profile===&lt;br /&gt;
&lt;br /&gt;
Enter the following URL to view your public profile page:&lt;br /&gt;
&lt;br /&gt;
 http://myrepository.com/profile/USERNAME&lt;br /&gt;
&lt;br /&gt;
where USERNAME is your EPrints username. The layout of the MePrints widgets on your profile page is controlled by the user_profile_defaults setting in cfg/cfg.d/z_meprints.pl.&lt;br /&gt;
&lt;br /&gt;
Go back to your MePrints homepage and click Modify Profile. Change some of your profile information (eg. Job Title, Expertise, Biography, Qualifications) and click Save. Return to your public profile page and check that your profile information has been updated.&lt;br /&gt;
&lt;br /&gt;
===MePrints Views===&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
&lt;br /&gt;
 bin/generate_views ARCHIVEID --generate menus&lt;br /&gt;
&lt;br /&gt;
Check http://myrepository.com/view/ - you should see 2 new views (you may want to link these into your site template).&lt;br /&gt;
&lt;br /&gt;
Explore the view pages and check that you are listed. Make sure that you can click through from the browse listing to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints search===&lt;br /&gt;
&lt;br /&gt;
Go to: http://myrepository.com/cgi/meprints/search&lt;br /&gt;
&lt;br /&gt;
Check that you can find your profile using keywords from your user profile information (eg. expertise, qualifications).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the search result list to your public profile page.&lt;br /&gt;
&lt;br /&gt;
===MePrints Embeddable===&lt;br /&gt;
&lt;br /&gt;
If you want to use the default minimal style supplied for MePrints Embeddable then add the following code to the ''&amp;lt;head&amp;gt;'' section of your page:&lt;br /&gt;
 &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://myrepository.com/style/meprints_embed.css&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Widgets====&lt;br /&gt;
It is possible to embed individual widgets that are viewable on your public profile on your own page. If you go to the public profile page you will see an embed links on the widgets that can be embedded. Click the link and instructions will appear telling you how to embed the widget on your page.&lt;br /&gt;
&lt;br /&gt;
====MePrints Embeddable Profile====&lt;br /&gt;
Edit an HTML page and add the following code to the ''&amp;lt;head&amp;gt;'' section of the page:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://myrepository.com/cgi/meprints/embed_js?username=USERNAME&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where ''USERNAME'' is your username on the repository.&lt;br /&gt;
&lt;br /&gt;
Then inside the ''&amp;lt;body&amp;gt;'' section of the page you need to add the following code:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;div id=&amp;quot;meprints_profile&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will be the location where your embeddable profile will go on your page.&lt;br /&gt;
&lt;br /&gt;
===MePrints for admins===&lt;br /&gt;
&lt;br /&gt;
Using an administrator account go to the Admin screen and choose '''Search users'''. Enter a username or other criteria to find at least one user account (not the account you are logged in with).&lt;br /&gt;
&lt;br /&gt;
Make sure that you can click through from the results list to the user's homepage.&lt;br /&gt;
&lt;br /&gt;
You should be able to modify the user's profile information by clicking Administer Account.&lt;br /&gt;
&lt;br /&gt;
The widget layout should reflect the user's own preference, and you should not be able to make changes to their widget layout.&lt;br /&gt;
&lt;br /&gt;
====Hide Profile====&lt;br /&gt;
&lt;br /&gt;
Change the user's profile visibility to '''private'''.&lt;br /&gt;
&lt;br /&gt;
Log out, and make sure that:&lt;br /&gt;
&lt;br /&gt;
# the profile is no longer visible at /profile/USERNAME&lt;br /&gt;
# the profile no longer appears in search results&lt;br /&gt;
# the profile no longer appears in view pages&lt;br /&gt;
# the embeddable widget no longer displays the profile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also change the default visibility of MePrints profiles in cfg/cfg.d/z_meprints.pl&lt;br /&gt;
by default profiles are public unless a user specifically makes there profile private. change&lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 1;&lt;br /&gt;
to &lt;br /&gt;
 $c-&amp;gt;{default_profile_behavior} = 0;&lt;br /&gt;
to make the default private profiles&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
===Database errors===&lt;br /&gt;
&lt;br /&gt;
When dragging and dropping Widgets around, MePrints shows database errors in the error log:&lt;br /&gt;
&lt;br /&gt;
 DBD::mysql::st execute failed: Duplicate entry '1-0' for key 1 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192.&lt;br /&gt;
 at /opt/eprints3/perl_lib/EPrints/Database.pm line 1192&lt;br /&gt;
 EPrints::Database::insert('EPrints::Database::mysql=HASH(0x2b593e11ebd0)', 'user_items_fields', 'ARRAY(0x2b593bd00510)', ...&lt;br /&gt;
&lt;br /&gt;
This is a known problem which does not seem to affect widget layout.&lt;br /&gt;
&lt;br /&gt;
===generate_views errors===&lt;br /&gt;
&lt;br /&gt;
====Warnings====&lt;br /&gt;
&lt;br /&gt;
 Use of uninitialized value $id in hash element at /usr/share/eprints3/perl_lib/EPrints/Database.pm line 2979.&lt;br /&gt;
&lt;br /&gt;
See http://trac.eprints.org/trac/ticket/3537&lt;br /&gt;
&lt;br /&gt;
====EPrint citations====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles, eprint citations were rendered in the view list instead of users'. (need to work out how to reproduce this)&lt;br /&gt;
&lt;br /&gt;
====Empty views====&lt;br /&gt;
&lt;br /&gt;
After hiding all previously public profiles and regenerating views, view pages still show expertise/department values.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8588</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8588"/>
		<updated>2010-02-12T11:12:21Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionsInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
There are now a few changes that need to be made to your repository configuration files.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/namedsets/eprint====&lt;br /&gt;
Add &amp;lt;code&amp;gt;collection&amp;lt;/code&amp;gt; to the list of eprint types. Currently the only other type that should be in this list is resource.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_validate.pl====&lt;br /&gt;
In the ''eprint_validate'' function look for the line &amp;lt;code&amp;gt;my @problems = ();&amp;lt;/code&amp;gt; and add the following after it;&lt;br /&gt;
&lt;br /&gt;
 return( @problems ) if ( $eprint-&amp;gt;get_type eq 'collection' );&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_warnings.pl====&lt;br /&gt;
Locate the following line;&lt;br /&gt;
&lt;br /&gt;
 if( @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
Replace it with the following;&lt;br /&gt;
&lt;br /&gt;
 if( $eprint-&amp;gt;get_type ne 'collection' &amp;amp;&amp;amp; @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml====&lt;br /&gt;
You will want to change the citation that has been supplied by EdShare Core, the following section;&lt;br /&gt;
 - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;amp;lt;b&amp;gt;Keywords: &amp;amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Needs to be replaced with;&lt;br /&gt;
 &amp;lt;choose&amp;gt;&lt;br /&gt;
   &amp;lt;when test=&amp;quot;type = 'collection'&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;print expr='userid'/&amp;gt;&lt;br /&gt;
   &amp;lt;/when&amp;gt;&lt;br /&gt;
   &amp;lt;otherwise&amp;gt;&lt;br /&gt;
     - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
     &amp;amp;lt;b&amp;gt;Keywords: &amp;amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/otherwise&amp;gt;&lt;br /&gt;
 &amp;lt;/choose&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8587</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8587"/>
		<updated>2010-02-12T11:06:39Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionsInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
There are now a few changes that need to be made to your repository configuration files.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/namedsets/eprint====&lt;br /&gt;
Add &amp;lt;code&amp;gt;collection&amp;lt;/code&amp;gt; to the list of eprint types. Currently the only other type that should be in this list is resource.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_validate.pl====&lt;br /&gt;
In the ''eprint_validate'' function look for the line &amp;lt;code&amp;gt;my @problems = ();&amp;lt;/code&amp;gt; and add the following after it;&lt;br /&gt;
&lt;br /&gt;
 return( @problems ) if ( $eprint-&amp;gt;get_type eq 'collection' );&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_warnings.pl====&lt;br /&gt;
Locate the following line;&lt;br /&gt;
&lt;br /&gt;
 if( @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
Replace it with the following;&lt;br /&gt;
&lt;br /&gt;
 if( $eprint-&amp;gt;get_type ne 'collection' &amp;amp;&amp;amp; @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml====&lt;br /&gt;
You will want to change the citation that has been supplied by EdShare Core, the following section;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;Keywords: &amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Needs to be replaced with;&lt;br /&gt;
 &amp;lt;choose&amp;gt;&lt;br /&gt;
   &amp;lt;when test=&amp;quot;type = 'collection'&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;print expr='userid'/&amp;gt;&lt;br /&gt;
   &amp;lt;/when&amp;gt;&lt;br /&gt;
   &amp;lt;otherwise&amp;gt;&lt;br /&gt;
     - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
     &amp;lt;b&amp;gt;Keywords: &amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/otherwise&amp;gt;&lt;br /&gt;
 &amp;lt;/choose&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8586</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8586"/>
		<updated>2010-02-12T11:06:02Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionsInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
There are now a few changes that need to be made to your repository configuration files.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/namedsets/eprint====&lt;br /&gt;
Add &amp;lt;code&amp;gt;collection&amp;lt;/code&amp;gt; to the list of eprint types. Currently the only other type that should be in this list is resource.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_validate.pl====&lt;br /&gt;
In the ''eprint_validate'' function look for the line &amp;lt;code&amp;gt;my @problems = ();&amp;lt;/code&amp;gt; and add the following after it;&lt;br /&gt;
&lt;br /&gt;
 return( @problems ) if ( $eprint-&amp;gt;get_type eq 'collection' );&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_warnings.pl====&lt;br /&gt;
Locate the following line;&lt;br /&gt;
&lt;br /&gt;
 if( @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
Replace it with the following;&lt;br /&gt;
&lt;br /&gt;
 if( $eprint-&amp;gt;get_type ne 'collection' &amp;amp;&amp;amp; @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml====&lt;br /&gt;
You will want to change the citation that has been supplied by EdShare Core, the following section;&lt;br /&gt;
 - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;Keywords: &amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Needs to be replaced with;&lt;br /&gt;
 &amp;lt;choose&amp;gt;&lt;br /&gt;
   &amp;lt;when test=&amp;quot;type = 'collection'&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;print expr='userid'/&amp;gt;&lt;br /&gt;
   &amp;lt;/when&amp;gt;&lt;br /&gt;
   &amp;lt;otherwise&amp;gt;&lt;br /&gt;
     - &amp;lt;print expr=&amp;quot;creators_name&amp;quot;/&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
     &amp;lt;b&amp;gt;Keywords: &amp;lt;/b&amp;gt;&amp;lt;print expr=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/otherwise&amp;gt;&lt;br /&gt;
 &amp;lt;/choose&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8576</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8576"/>
		<updated>2010-02-11T13:46:59Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShareCollections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionsInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
There are now a few changes that need to be made to your repository configuration files.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/namedsets/eprint====&lt;br /&gt;
Add &amp;lt;code&amp;gt;collection&amp;lt;/code&amp;gt; to the list of eprint types. Currently the only other type that should be in this list is resource.&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_validate.pl====&lt;br /&gt;
In the ''eprint_validate'' function look for the line &amp;lt;code&amp;gt;my @problems = ();&amp;lt;/code&amp;gt; and add the following after it;&lt;br /&gt;
&lt;br /&gt;
 return( @problems ) if ( $eprint-&amp;gt;get_type eq 'collection' );&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/cfg.d/eprint_warnings.pl====&lt;br /&gt;
Locate the following line;&lt;br /&gt;
&lt;br /&gt;
 if( @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
Replace it with the following;&lt;br /&gt;
&lt;br /&gt;
 if( $eprint-&amp;gt;get_type ne 'collection' &amp;amp;&amp;amp; @docs == 0 )&lt;br /&gt;
&lt;br /&gt;
====EPRINTS_ROOT/archives/ARCHIVEID/cfg/citations/eprint/default.xml====&lt;br /&gt;
Assuming you haven't modified the default citation you want to look for the first &amp;lt;choose&amp;gt; block at the top of the citation. And add the following;&lt;br /&gt;
 &amp;lt;choose&amp;gt;&lt;br /&gt;
   &amp;lt;!-- Code ommitted for brevity --&amp;gt;   &lt;br /&gt;
   &amp;lt;when test=&amp;quot;type = 'collection'&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;print expr=&amp;quot;userid&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/when&amp;gt;&lt;br /&gt;
   &amp;lt;!-- Code ommitted for brevity --&amp;gt;&lt;br /&gt;
 &amp;lt;/choose&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8575</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8575"/>
		<updated>2010-02-11T13:37:56Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShareCollections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionsInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8574</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8574"/>
		<updated>2010-02-11T11:56:51Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShareCollections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next we need to link the cgi scripts;&lt;br /&gt;
&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/collectionselect/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
 ln -s EPRINTS_ROOT/archives/ARCHIVEID/cgi/users/bookmarks/ EPRINTS_ROOT/cgi/users&lt;br /&gt;
&lt;br /&gt;
Next assuming we are working from a vanilla installation of EPrints we need to patch the workflow so that it supports collections;&lt;br /&gt;
&lt;br /&gt;
 patch -p0 &amp;lt; default_collection_workflow.patch&lt;br /&gt;
&lt;br /&gt;
If you have already changed the workflow before installing this extension then you will need to consult the [[EdShareCollectionInstallation]] instructions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8573</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8573"/>
		<updated>2010-02-11T11:10:47Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EPrints */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed EPrints 3.1.3 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8572</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8572"/>
		<updated>2010-02-11T11:10:26Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
It is important to note that the [[EdShare Reference Installation]] assumes that you have a clean installation of EPrints 3.1.3.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8571</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8571"/>
		<updated>2010-02-11T11:09:19Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugin Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Extensions Installation==&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
You need to make sure this is the case before you attempt to install any of the extensions.&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Firstly change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
===EdShareCollections===&lt;br /&gt;
If you re not in your archive directory then change into is and extract the edsharecollections tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd EPRINTS_ROOT/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf collections-VERSION.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8570</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8570"/>
		<updated>2010-02-11T11:04:24Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugin Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
Next change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-x.tar.gz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you will now have EdShareCore installed.&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8569</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8569"/>
		<updated>2010-02-11T11:04:00Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugin Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
Next change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-x.tar.gz&lt;br /&gt;
&lt;br /&gt;
Next you need to update your database structure, regenerate your views and regenerate your static pages;&lt;br /&gt;
&lt;br /&gt;
 EPRINTS_ROOT/bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_views ARCHIVEID&lt;br /&gt;
 EPRINTS_ROOT/bin/generate_static ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
Finally all you need to do is restart your web server to ensure that the settings are applied and you are then done.&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8559</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8559"/>
		<updated>2010-02-10T16:50:21Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShareCore */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_ROOT''. Usually you can do this by running;&lt;br /&gt;
&lt;br /&gt;
 sudo su eprints&lt;br /&gt;
 cd&lt;br /&gt;
&lt;br /&gt;
Next change into your archive directory and extract the edsharecore tarball there. The name of your tarball may be different depending on the version you downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd archives/ARCHIVEID&lt;br /&gt;
 tar -xzf edsharecore-x.tar.gz&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8558</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8558"/>
		<updated>2010-02-10T16:48:15Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShareCore */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
Before starting ensure that you are logged in as the ''eprints'' user and in your ''EPRINTS_HOME''.&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8557</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8557"/>
		<updated>2010-02-10T16:47:02Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]] ([[MePrintsInstall]])&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8556</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8556"/>
		<updated>2010-02-10T16:46:20Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Conventions==&lt;br /&gt;
&lt;br /&gt;
The following conventions apply in this recipie;&lt;br /&gt;
* ''EPRINTS_ROOT'' - This is where you installed eprints. Usually this is ''/usr/share/eprints3'' on Debian/Ubuntu or ''/opt/eprints3'' following a source code install. Obviously change this if you installed EPrints elsewhere.&lt;br /&gt;
* ''ARCHIVEID'' - This is the id of the archive you set up that you want to carry out this recipie on.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Sneep&amp;diff=8554</id>
		<title>Sneep</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Sneep&amp;diff=8554"/>
		<updated>2010-02-10T16:41:14Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: moved EdShareSneep to Sneep&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EdShare]]&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
The SNEEP (Social Networking Extensions to EPrints) project originally written at the ULCC provides a commenting functionality.&lt;br /&gt;
This package includes a new implementation of the plugin which is compatible with both EPrints 3.1 and 3.2 in an easily installable and refactored package.&lt;br /&gt;
&lt;br /&gt;
The original SNEEP project can be found at http://sneep.ulcc.ac.uk/wiki/index.php/Main_Page&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
The preferred installation of this SNEEP system is on the EPrints 3.2 version. To check your version of EPrints, please visit http://yourrepository/cgi/counter.&lt;br /&gt;
&lt;br /&gt;
==Installing on EPrints 3.2==&lt;br /&gt;
&lt;br /&gt;
===Downloading===&lt;br /&gt;
Make sure that you download the file at the following link, Sneep for EPrints 3.2. The file should be called sneep-3.2-VERSION.tar.gz, where ''VERSION'' is the version of SNEEP you have downloaded.&lt;br /&gt;
&lt;br /&gt;
===Extracting===&lt;br /&gt;
The package should be extracted in the appropriate archive directory of your EPrints installation. Run the following commands replacing ''ARCHIVEID'' with the name of the archive you want the collections on, and replace ''VERSION'' with the appropriate version number based on the package you have downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf sneep-3.2-VERSION.tar.gz&lt;br /&gt;
&lt;br /&gt;
These commands assume that you installed EPrints to ''/opt/eprints3'' substitute this for something else if you installed it elsewhere. Users of the Ubuntu version of EPrints will find that it is installed by default at ''/usr/share/eprints3''.&lt;br /&gt;
&lt;br /&gt;
===Link CGI Scripts===&lt;br /&gt;
Next you need to link the CGI scripts. This is done with the following commands;&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/eprints3/archives/ARCHIVEID/cgi/sneep /usr/share/eprints3/cgi/sneep&lt;br /&gt;
 ln -s /usr/share/eprints3/archives/ARCHVIEID/cgi/users/sneep /usr/share/eprints3/cgi/users/sneep&lt;br /&gt;
&lt;br /&gt;
You will need to replace &amp;lt;code&amp;gt;/usr/share/eprints3&amp;lt;/code&amp;gt; with your appropriate EPrints directory and change ARCHIVEID to the name of your archive.&lt;br /&gt;
&lt;br /&gt;
===Final Steps===&lt;br /&gt;
Run the following commands to complete installation of the sneep extension;&lt;br /&gt;
&lt;br /&gt;
 bin/epadmin reload ARCHIVEID&lt;br /&gt;
 bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 bin/generate_static ARCHIVEID&lt;br /&gt;
 bin/generate_abstracts ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
After doing this and restarting your webserver Sneep is now installed.&lt;br /&gt;
&lt;br /&gt;
==Installing on EPrints 3.1==&lt;br /&gt;
&lt;br /&gt;
===Downloading===&lt;br /&gt;
Make sure that you download the file at the following link, Sneep for EPrints 3.1. The file should be called sneep-3.1-VERSION.tar.gz, where ''VERSION'' is the version of SNEEP you have downloaded.&lt;br /&gt;
&lt;br /&gt;
===Extracting===&lt;br /&gt;
* Extract the perl_lib folder from the downloaded file into the root of your eprints installation (usually /opt/eprints3 or /usr/share/eprints3).&lt;br /&gt;
* Extract the files from the archives/ARCHIVEID folder in the downloaded file into your archives/ARCHIVEID folder, where ARCHIVEID is the name of your archive.&lt;br /&gt;
&lt;br /&gt;
===Link CGI Scripts===&lt;br /&gt;
Next you need to link the CGI scripts. This is done with the following commands;&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/eprints3/archives/ARCHIVEID/cgi/sneep /usr/share/eprints3/cgi/sneep&lt;br /&gt;
 ln -s /usr/share/eprints3/archives/ARCHVIEID/cgi/users/sneep /usr/share/eprints3/cgi/users/sneep&lt;br /&gt;
&lt;br /&gt;
You will need to replace &amp;lt;code&amp;gt;/usr/share/eprints3&amp;lt;/code&amp;gt; with your appropriate EPrints directory and change ARCHIVEID to the name of your archive.&lt;br /&gt;
&lt;br /&gt;
===Core Modifications===&lt;br /&gt;
&lt;br /&gt;
====perl_lib/EPrints/DataSet.pm====&lt;br /&gt;
In this file locate the following section:&lt;br /&gt;
 request =&amp;gt; {&lt;br /&gt;
   sqlname =&amp;gt; &amp;quot;request&amp;quot;,&lt;br /&gt;
   class =&amp;gt; &amp;quot;EPrints::DataObj::Request&amp;quot;,&lt;br /&gt;
   import =&amp;gt; 1,&lt;br /&gt;
   index =&amp;gt; 1,&lt;br /&gt;
   datestamp =&amp;gt; &amp;quot;datestamp&amp;quot;,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
Immediately after this block, add the following:&lt;br /&gt;
 sneep =&amp;gt; {&lt;br /&gt;
   sqlname =&amp;gt; &amp;quot;sneep&amp;quot;,&lt;br /&gt;
   class =&amp;gt; &amp;quot;EPrints::DataObj::Sneep&amp;quot;,&lt;br /&gt;
   index =&amp;gt; 1,&lt;br /&gt;
 },&lt;br /&gt;
&lt;br /&gt;
Next find the following in the same file,&lt;br /&gt;
&lt;br /&gt;
 sub get_sql_dataset_ids&lt;br /&gt;
 {&lt;br /&gt;
   return( qw/ import metafield cachemap message loginticket eprint user document saved_search subject history access request / );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
At the end of the return line add ''sneep'' so that it resembles the following;&lt;br /&gt;
&lt;br /&gt;
 sub get_sql_dataset_ids&lt;br /&gt;
 {&lt;br /&gt;
   return( qw/ import metafield cachemap message loginticket eprint user document saved_search subject history access request sneep / );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Sneep Counter===&lt;br /&gt;
To install the sneep counter in the execute the following SQL statement on your database;&lt;br /&gt;
&lt;br /&gt;
 INSERT INTO counters SET countername='sneepid',counter=0;&lt;br /&gt;
&lt;br /&gt;
===Final Steps===&lt;br /&gt;
Run the following commands to complete installation of the sneep extension;&lt;br /&gt;
&lt;br /&gt;
 bin/epadmin reload ARCHIVEID&lt;br /&gt;
 bin/epadmin update_database_structure ARCHIVEID&lt;br /&gt;
 bin/generate_static ARCHIVEID&lt;br /&gt;
 bin/generate_abstracts ARCHIVEID&lt;br /&gt;
&lt;br /&gt;
After doing this and restarting your webserver Sneep is now installed.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShareSneep&amp;diff=8555</id>
		<title>EdShareSneep</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShareSneep&amp;diff=8555"/>
		<updated>2010-02-10T16:41:14Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: moved EdShareSneep to Sneep&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Sneep]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=MePrints&amp;diff=8552</id>
		<title>MePrints</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=MePrints&amp;diff=8552"/>
		<updated>2010-02-10T16:40:45Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: moved MePrintsOverview to MePrints&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:MePrints]]&lt;br /&gt;
All About MEPrints is a JISC rapid innovations project to build a user profile system for EPrints. The aim is that every repository user will have a page which promotes their work and identity within the repository and beyond. It is hoped this will improve user-to-repository relations and also provide useful information for user-to-user interactions.&lt;br /&gt;
&lt;br /&gt;
The extension we have developed is called MePrints. This page gives an overview of the features of the MePrints extension.&lt;br /&gt;
&lt;br /&gt;
For technical instructions on how to install MePrints, see [[MePrintsInstall]].&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&lt;br /&gt;
MePrints is a plugin for EPrints 3.1+ that extends the user aspect of EPrints with user profiles and homepages. Profile pages are public-facing pages providing, admin-customisable, information ''about'' the user. Homepages replace the current EPrints &amp;quot;Profile&amp;quot; page and provide, admin and user-customisable, information from the repository so that the user can get a quick overview of anything that is relevant to them.&lt;br /&gt;
&lt;br /&gt;
The hope is that MePrints functionality will find it's way into the EPrints 3.2 trunk so that it is available to use with a new install of EPrints.&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
MePrints brings a number of additional features to EPrints to improve your user experience with EPrints.&lt;br /&gt;
&lt;br /&gt;
==Profile Pages==&lt;br /&gt;
[[Image:MePrints User Profile Thumb.png|frame|right|||An example MePrints User Profile||This image shows an example MePrints User Profile.]] &lt;br /&gt;
&lt;br /&gt;
Public user profile pages provide a static view of data that describes you as a repository user. The information that is displayed on these pages is configurable by the repository administrator. If you do not want your profile page to be accessible to the outside world then you can set your profile to be hidden so that it is not visible to anyone. Profiles also have a search engine friendly URL assigned to them as well in the form &amp;lt;nowiki&amp;gt;http://repository.org/profile/username&amp;lt;/nowiki&amp;gt;. This allows you to easily share their EPrints profile with other people.&lt;br /&gt;
&lt;br /&gt;
Profile pages include the following information;&lt;br /&gt;
* Name&lt;br /&gt;
* Expertise&lt;br /&gt;
* Qualifications&lt;br /&gt;
* Divisions&lt;br /&gt;
* Biography&lt;br /&gt;
* User Image&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Homepages==&lt;br /&gt;
[[Image:MePrints Homepage Thumb.png|frame|right|||An example MePrints User Homepage||This image shows a screenshot of an example MePrints User Homepage.]] &lt;br /&gt;
&lt;br /&gt;
This replaces the initial &amp;quot;Manage Deposits&amp;quot; view that you see when they first login. The &amp;quot;Manage Deposits&amp;quot; view is still available although it is now accessible through the link at the top of the page. &lt;br /&gt;
&lt;br /&gt;
This page is highly customisable for both the repository administrator and you. A repository administrator can create [[#Widgets|widgets]], which are a special type of plugin that provide information from the repository that is relevant to you. Also the administrator can create different layouts for the homepage so that [[#Widgets|widgets]] on the page will be laid out in different ways. You can then choose the layout that you prefer from a number of available layouts if your repository administrator has made several available for use.&lt;br /&gt;
&lt;br /&gt;
You can further customise your homepage by changing the positions of the widgets and adding or removing [[#Widgets|widgets]] that the repository administrator has installed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Widgets==&lt;br /&gt;
Widgets appear both on your profile and your homepage. The widgets that appear on your profile are managed by the repository administrator while on your homepage you have a degree of control over what widgets appear, from the collection of available widgets, and where on the page they appear.&lt;br /&gt;
&lt;br /&gt;
Widgets available by default with MePrints include;&lt;br /&gt;
* User Details - Shows the username, biography, expertise and other core data fields.&lt;br /&gt;
* User Picture - Allows the user to upload an image of themselves for their profile.&lt;br /&gt;
* User Actions - Adds a box containing all of the possible user actions.&lt;br /&gt;
* Recently Published Items - Shows items that the user has recently published in the repository.&lt;br /&gt;
* Item Issues - Shows any issues with items, owned by the user, that have been discovered by an issues audit.&lt;br /&gt;
* Quick Upload -  Allows the user to upload a file and attach it to a new record in their inbox, ready for publication on the repository later.&lt;br /&gt;
* Most Popular Items - Looks at the number of times a users items have been accessed and displays a rundown of the most popular.&lt;br /&gt;
* IRStats Mini Dashboard - If the repository has IRStats installed this widget can display data from it and allow the user to look at a number of different statistics regarding their publications.&lt;br /&gt;
&lt;br /&gt;
This list may differ for you if your repository administrator has disabled or added any widgets.&lt;br /&gt;
&lt;br /&gt;
==Searching For Users==&lt;br /&gt;
MePrints makes it possible for you to search through all of the users who have made their profiles public. If you make your profile private and don't allow anyone to see it then it will not be included in any search results as well as not allowing anyone to view it.&lt;br /&gt;
&lt;br /&gt;
===Browsing For Users By Expertise===&lt;br /&gt;
A new browse view has been added with MePrints that allows you to browse for users by expertise.&lt;br /&gt;
&lt;br /&gt;
===User Search Page===&lt;br /&gt;
There is a new user search provided by MePrints, cgi/search_users, which allows you to search through users in the EPrints repository.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
Installation of MePrints on an existing EPrints 3.1 repository has been designed to be a simple as possible. Full instructions for installation can be found at [[MePrintsInstall]].&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=MePrintsOverview&amp;diff=8553</id>
		<title>MePrintsOverview</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=MePrintsOverview&amp;diff=8553"/>
		<updated>2010-02-10T16:40:45Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: moved MePrintsOverview to MePrints&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[MePrints]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8551</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8551"/>
		<updated>2010-02-10T16:40:13Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]] ([[EdShareCollectionsInstallation]])&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShareCollections&amp;diff=8550</id>
		<title>EdShareCollections</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShareCollections&amp;diff=8550"/>
		<updated>2010-02-10T16:39:41Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EdShare]]&lt;br /&gt;
{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The collections plugin is part of [[EdShare]] suite. It is based on code developed in EdShare and LanguageBox. The goal of this project is to produce a package that allows the easy installation of the collections functionality on a vanilla EPrints installation.&lt;br /&gt;
&lt;br /&gt;
'''For installation instructions head to [[EdShareCollectionsInstallation]].'''&lt;br /&gt;
&lt;br /&gt;
==Current Version==&lt;br /&gt;
The latest version of EdShareCollections is 1.0.2 and can be found at the download site.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
The plugin is available for download from http://files.eprints.org.&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
The original collections code was developed by Sebastien Francois and Patrick McSweeny. The EdShare package was created by Marcus Ramsden based upon the original collections code by Sebastien and Patrick.&lt;br /&gt;
&lt;br /&gt;
==Copyright==&lt;br /&gt;
EdShare Collections, University of Southampton &amp;amp;copy;2009&lt;br /&gt;
&lt;br /&gt;
This plugin is released under the terms of the GNU General Public License v3. Details of this license can be found [http://www.gnu.org/licenses/gpl.txt here].&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
==Collections==&lt;br /&gt;
* Allows a user to remix a number of resources into a new resource.&lt;br /&gt;
&lt;br /&gt;
==Collection Workflow==&lt;br /&gt;
* A new workflow has been introduced with this plugin. &lt;br /&gt;
* This workflow integrates seamlessly into your installation of EPrints adding an additional button to the ''Manage Items'' screen for the user. It also adds an appropriate editor screen. The workflow does not interfere with the original EPrint workflow.&lt;br /&gt;
&lt;br /&gt;
==Collection Abstract View==&lt;br /&gt;
* A different abstract view is rendered for collections. The collection workflow is modified in a similar way to eprint abstracts.&lt;br /&gt;
&lt;br /&gt;
==Bookmarks==&lt;br /&gt;
* Allows a user to create bookmarks of resources that are currently stored within your repository.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8549</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8549"/>
		<updated>2010-02-10T16:38:34Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* EdShare Core */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]]&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShareCore===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8548</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8548"/>
		<updated>2010-02-10T16:38:28Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]]&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
==Plugin Installation==&lt;br /&gt;
&lt;br /&gt;
===EdShare Core===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8545</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8545"/>
		<updated>2010-02-10T16:16:34Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]]&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
Additionally consult these pages for individual installation instructions for these plugins.&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8544</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8544"/>
		<updated>2010-02-10T16:15:53Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie;&lt;br /&gt;
* [[EdShareCore]]&lt;br /&gt;
* [[EdShareCollections]]&lt;br /&gt;
* [[EdShareToolbox]]&lt;br /&gt;
* [[MePrints]]&lt;br /&gt;
* [[Sneep]]&lt;br /&gt;
* [[PreviewPlus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8543</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8543"/>
		<updated>2010-02-10T16:14:13Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Getting Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
* Ubuntu/Debian [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
* Other Linux [[Installation|Installing from source]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8542</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8542"/>
		<updated>2010-02-10T16:13:22Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Getting Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Ubuntu/Debian&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Installing EPrints 3 via apt (Debian/Ubuntu)]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Other Linux&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Installation|Installing from source]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8532</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8532"/>
		<updated>2010-02-10T15:39:15Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Ubuntu/Debian&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Installing EPrints 3 via apt (Debian/Ubuntu)]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Other Linux&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Installation|Installing from source]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8530</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8530"/>
		<updated>2010-02-10T15:33:46Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Getting Started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===EPrints===&lt;br /&gt;
You will need to have installed at least EPrints 3.1 before continuing. See the following pages for reference on how to do this;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Ubuntu/Debian | [[Installing EPrints 3 via apt (Debian/Ubuntu)]]&lt;br /&gt;
| Other Linux | [[Installation|Installing from source]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8529</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8529"/>
		<updated>2010-02-10T15:29:22Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Time Required */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins. Additionally you should be comfortable working on a Linux command line.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8526</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8526"/>
		<updated>2010-02-10T15:28:44Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
==Time Required==&lt;br /&gt;
'''2 hours'''&lt;br /&gt;
&lt;br /&gt;
This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8525</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8525"/>
		<updated>2010-02-10T15:27:46Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
Estimated time for completion '''2 hours'''. This time is purely an estimate, it may take you longer if you are not well versed in the customisation of EPrints through plugins.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8524</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8524"/>
		<updated>2010-02-10T15:26:18Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
You will need to obtain the following plugins in order to complete this recipie.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8523</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8523"/>
		<updated>2010-02-10T15:25:26Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The [[EdShare Reference Installation]] is the standard installation for EdShare and includes all of the functionality that is covered by the EdShare suite.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
Once you have completed this recipie you will have a repository that has the following functionality;&lt;br /&gt;
* A simplified workflow removing features that are not required in the context of a teaching and learning resources repository&lt;br /&gt;
* Ability to create collections of resources&lt;br /&gt;
* Users can bookmark resources and collections&lt;br /&gt;
* There will be previews of documents on abstract pages&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8511</id>
		<title>Category:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8511"/>
		<updated>2010-02-10T14:47:15Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&lt;br /&gt;
EdShare is a suite of plugins for EPrints 3 that allows you to quickly create a repository that is to be used to learning and teaching resources. The goal of the suite is that each plugin is capable or operating independently of the suite so that you can pick and choose the functionality you require. &lt;br /&gt;
&lt;br /&gt;
The EdShare suite is also designed to function in conjunction with a number of other plugins to create the [[EdShare Reference Installation]]. These additional plugins include [[MePrints]], [[Sneep]] and [[PreviewPlus]].&lt;br /&gt;
&lt;br /&gt;
The EdShare suite was created by the OneShare project at the University of Southampton.&lt;br /&gt;
&lt;br /&gt;
=Plugins=&lt;br /&gt;
&lt;br /&gt;
=Recipies=&lt;br /&gt;
&lt;br /&gt;
[[Category:EPrints 3 Plugins]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8510</id>
		<title>Category:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8510"/>
		<updated>2010-02-10T14:46:44Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&lt;br /&gt;
EdShare is a suite of plugins for EPrints 3 that allows you to quickly create a repository that is to be used to learning and teaching resources. The goal of the suite is that each plugin is capable or operating independently of the suite so that you can pick and choose the functionality you require. &lt;br /&gt;
&lt;br /&gt;
The EdShare suite is also designed to function in conjunction with a number of other plugins to create the [[EdShare Reference Installation]]. These additional plugins include [[MePrints]], [[Sneep]] and [[PreviewPlus]].&lt;br /&gt;
&lt;br /&gt;
The EdShare suite was created by the OneShare project at the University of Southampton.&lt;br /&gt;
&lt;br /&gt;
[[Category:EPrints 3 Plugins]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShareToolbox&amp;diff=8509</id>
		<title>EdShareToolbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShareToolbox&amp;diff=8509"/>
		<updated>2010-02-10T14:44:27Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EdShare]]&lt;br /&gt;
{{EdShare}}&lt;br /&gt;
=Introduction=&lt;br /&gt;
The EdShareToolbox is a very simple plugin that allows a repository administrator to easily add links to carry out actions on EPrint items.&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
The EdShareToolbox was created by Marcus Ramsden.&lt;br /&gt;
&lt;br /&gt;
==Copyright==&lt;br /&gt;
EdShare Toolbox, Copyright &amp;amp;copy; 2009 University of Southampton&lt;br /&gt;
&lt;br /&gt;
This plugin is released under the terms of the GNU General Public License v3. Details of this license can be found [http://www.gnu.org/licenses/gpl.txt here].&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
Installation should be relatively simple and similar to the installation of other plugins from the EdShare family.&lt;br /&gt;
&lt;br /&gt;
==Extract Package==&lt;br /&gt;
The package should be extracted in the appropriate archive directory of your EPrints installation. Run the following commands replacing ''ARCHIVEID'' with the name of the archive you want the collections on, and replace ''VERSION'' with the appropriate version number based on the package you have downloaded;&lt;br /&gt;
&lt;br /&gt;
 cd /opt/eprints3/archives/ARCHIVEID&lt;br /&gt;
 tar -xzf toolbox-VERSION.tar.gz&lt;br /&gt;
&lt;br /&gt;
These commands assume that you installed EPrints to ''/opt/eprints3'' substitute this for something else if you installed it elsewhere. Users of the Ubuntu version of EPrints will find that it is installed by default at ''/usr/share/eprints3''.&lt;br /&gt;
&lt;br /&gt;
==Install CGI Scripts==&lt;br /&gt;
Link the toolbox CGI script to the EPrints CGI directory;&lt;br /&gt;
&lt;br /&gt;
 ln -s /opt/eprints3/archives/ARCHIVEID/cgi/edsharetoolbox/ /opt/eprints3/cgi/&lt;br /&gt;
&lt;br /&gt;
==Modify Plugins==&lt;br /&gt;
Having your plugin register an action on the toolbox is very simple. All you need to do is add a &amp;lt;code&amp;gt;render_toolbox_item&amp;lt;/code&amp;gt; function to your plugin. This function is expected to return a DOM node that will be appended to a list element in the toolbox. You then just need to add the name of the plugin to the ''archives/ARCHIVEID/cfg/cfg.d/edsharetoolbox.pl'' file.&lt;br /&gt;
&lt;br /&gt;
Here is an example for EPrints::Plugin::Foo.&lt;br /&gt;
&lt;br /&gt;
First in EPrints::Plugin::Foo we add the following &amp;lt;code&amp;gt;render_toolbox_item&amp;lt;/code&amp;gt; function;&lt;br /&gt;
&lt;br /&gt;
 sub render_toolbox_item&lt;br /&gt;
 {&lt;br /&gt;
         my( $session, $processor, $dynamic ) = @_;&lt;br /&gt;
 &lt;br /&gt;
         my $frag = $session-&amp;gt;make_doc_fragment;&lt;br /&gt;
 &lt;br /&gt;
         if( $dynamic )&lt;br /&gt;
         {&lt;br /&gt;
                 my $link = $session-&amp;gt;make_element( &amp;quot;a&amp;quot;, href=&amp;gt;&amp;quot;#&amp;quot;, onclick=&amp;gt;&amp;quot;ep_foo_action(); return false;&amp;quot; );&lt;br /&gt;
                 $link-&amp;gt;appendChild( $session-&amp;gt;make_text( &amp;quot;This is an ajax action&amp;quot; ) );&lt;br /&gt;
                 $frag-&amp;gt;appendChild( $link );&lt;br /&gt;
         }&lt;br /&gt;
         else&lt;br /&gt;
         {&lt;br /&gt;
                 my $link = $session-&amp;gt;make_element( &amp;quot;a&amp;quot;, href=&amp;gt;&amp;quot;/cgi/user/home?screen=Foo&amp;quot; );&lt;br /&gt;
                 $link-&amp;gt;appendChild( $session-&amp;gt;make_text( &amp;quot;This is a standard link&amp;quot; ) );&lt;br /&gt;
                 $frag-&amp;gt;appendChild( $link );&lt;br /&gt;
         }&lt;br /&gt;
 &lt;br /&gt;
         return $frag;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
In this function we have an example of a link which has both a default static function and an AJAX function call when you click on it in the event of &amp;lt;code&amp;gt;$dynamic&amp;lt;/code&amp;gt; being true. Note that in the &amp;lt;code&amp;gt;ep_foo_action()&amp;lt;/code&amp;gt; that a call to &amp;lt;code&amp;gt;ep_refresh_edshare_toolbox&amp;lt;/code&amp;gt; should be made at the end of the function. This is needed to update the list as a result of your action being executed.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the name of the plugin, ''EPrints::Plugin::Foo'', to both the ''toolbox_static_plugins'' and  ''toolbox_dynamic_plugins'' array. If you don't add it to ''toolbox_dynamic_plugins'' then it will not be re-rendered at the page load falling back to just the static render case.&lt;br /&gt;
&lt;br /&gt;
Now you just need to run;&lt;br /&gt;
&lt;br /&gt;
 bin/generate_abstracts *archiveid*&lt;br /&gt;
&lt;br /&gt;
If this is the first install of the plugin then you will also need to run;&lt;br /&gt;
 &lt;br /&gt;
 bin/generate_static *archiveid*&lt;br /&gt;
&lt;br /&gt;
Finally restart your web server and you should have the toolbox on your abstract pages.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShareCollections&amp;diff=8508</id>
		<title>EdShareCollections</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShareCollections&amp;diff=8508"/>
		<updated>2010-02-10T14:44:07Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EdShare]]&lt;br /&gt;
{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
The collections plugin is part of [[EdShare]] suite. It is based on code developed in EdShare and LanguageBox. The goal of this project is to produce a package that allows the easy installation of the collections functionality on a vanilla EPrints installation.&lt;br /&gt;
&lt;br /&gt;
'''For installation instructions head to [[EdShareCollectionsInstallation]].'''&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
The plugin is available for download from http://files.eprints.org.&lt;br /&gt;
&lt;br /&gt;
==Authors==&lt;br /&gt;
The original collections code was developed by Sebastien Francois and Patrick McSweeny. The EdShare package was created by Marcus Ramsden based upon the original collections code by Sebastien and Patrick.&lt;br /&gt;
&lt;br /&gt;
==Copyright==&lt;br /&gt;
EdShare Collections, University of Southampton &amp;amp;copy;2009&lt;br /&gt;
&lt;br /&gt;
This plugin is released under the terms of the GNU General Public License v3. Details of this license can be found [http://www.gnu.org/licenses/gpl.txt here].&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
==Collections==&lt;br /&gt;
* Allows a user to remix a number of resources into a new resource.&lt;br /&gt;
&lt;br /&gt;
==Collection Workflow==&lt;br /&gt;
* A new workflow has been introduced with this plugin. &lt;br /&gt;
* This workflow integrates seamlessly into your installation of EPrints adding an additional button to the ''Manage Items'' screen for the user. It also adds an appropriate editor screen. The workflow does not interfere with the original EPrint workflow.&lt;br /&gt;
&lt;br /&gt;
==Collection Abstract View==&lt;br /&gt;
* A different abstract view is rendered for collections. The collection workflow is modified in a similar way to eprint abstracts.&lt;br /&gt;
&lt;br /&gt;
==Bookmarks==&lt;br /&gt;
* Allows a user to create bookmarks of resources that are currently stored within your repository.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8505</id>
		<title>EdShare Reference Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=EdShare_Reference_Installation&amp;diff=8505"/>
		<updated>2010-02-10T14:42:42Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: Created page with '{{EdShare}}  Category:EdShare_Recipies'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
[[Category:EdShare_Recipies]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8503</id>
		<title>Template:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8503"/>
		<updated>2010-02-10T14:39:06Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box|title=EdShare|content=&lt;br /&gt;
[[Image:Edshare_logo.png]]&lt;br /&gt;
&lt;br /&gt;
'''Supported EPrints Versions'''&lt;br /&gt;
3.1.3, 3.2+&lt;br /&gt;
&lt;br /&gt;
'''Project Started'''&lt;br /&gt;
2009&lt;br /&gt;
&lt;br /&gt;
'''Created By'''&lt;br /&gt;
[http://ecs.soton.ac.uk ECS], [http://www.southampton.ac.uk University of Southampton]&lt;br /&gt;
&lt;br /&gt;
* Plugins&lt;br /&gt;
** [[EdShareCore]]&lt;br /&gt;
** [[EdShareCollections]]&lt;br /&gt;
** [[EdShareToolbox]]&lt;br /&gt;
* External Plugins&lt;br /&gt;
** [[MePrints]]&lt;br /&gt;
** [[Sneep]]&lt;br /&gt;
** [[PreviewPlus]]&lt;br /&gt;
* Recipies&lt;br /&gt;
** [[EdShare Reference Installation]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8502</id>
		<title>Category:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8502"/>
		<updated>2010-02-10T14:35:16Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
&lt;br /&gt;
EdShare is a suite of plugins for EPrints 3 that allows you to quickly create a repository that is to be used to learning and teaching resources. The goal of the suite is that each plugin is capable or operating independently of the suite so that you can pick and choose the functionality you require. &lt;br /&gt;
&lt;br /&gt;
The EdShare suite is also designed to function in conjunction with a number of other plugins to create the [[EdShare Reference Installation]]. These additional plugins include [[MePrints]], [[Sneep]] and [[PreviewPlus]].&lt;br /&gt;
&lt;br /&gt;
The EdShare suite was created by the OneShare project at the University of Southampton.&lt;br /&gt;
&lt;br /&gt;
[[Category:EPrints 3 Plugins]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8501</id>
		<title>Template:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8501"/>
		<updated>2010-02-10T14:34:31Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box|title=EdShare|content=&lt;br /&gt;
[[Image:Edshare_logo.png]]&lt;br /&gt;
&lt;br /&gt;
'''Supported EPrints Versions'''&lt;br /&gt;
3.1.3, 3.2+&lt;br /&gt;
&lt;br /&gt;
'''Project Started'''&lt;br /&gt;
2009&lt;br /&gt;
&lt;br /&gt;
'''Created By'''&lt;br /&gt;
[http://ecs.soton.ac.uk ECS], [http://www.southampton.ac.uk University of Southampton]&lt;br /&gt;
&lt;br /&gt;
* Plugins&lt;br /&gt;
** [[EdShareCore]]&lt;br /&gt;
** [[EdShareCollections]]&lt;br /&gt;
** [[EdShareToolbox]]&lt;br /&gt;
* External Plugins&lt;br /&gt;
** [[MePrints]]&lt;br /&gt;
** [[Sneep]]&lt;br /&gt;
** [[PreviewPlus]]&lt;br /&gt;
* Recipies&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8500</id>
		<title>Category:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8500"/>
		<updated>2010-02-10T14:32:43Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EdShare}}&lt;br /&gt;
&lt;br /&gt;
EdShare is a suite of plugins for EPrints 3 that allows you to quickly create a repository that is to be used to learning and teaching resources. The goal of the suite is that each plugin is capable or operating independently of the suite so that you can pick and choose the functionality you require. &lt;br /&gt;
&lt;br /&gt;
The EdShare suite is also designed to function in conjunction with a number of other plugins to create the [[EdShare Reference Installation]]. These additional plugins include [[MePrints]], [[Sneep]] and [[PreviewPlus]].&lt;br /&gt;
&lt;br /&gt;
The EdShare suite was created by the OneShare project at the University of Southampton.&lt;br /&gt;
&lt;br /&gt;
[[Category:EPrints 3 Plugins]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8499</id>
		<title>Template:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8499"/>
		<updated>2010-02-10T14:31:08Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box|title=EdShare|content=&lt;br /&gt;
[[Image:Edshare_logo.png]]&lt;br /&gt;
&lt;br /&gt;
'''Supported EPrints Versions'''&lt;br /&gt;
3.1.3, 3.2+&lt;br /&gt;
&lt;br /&gt;
'''Project Started'''&lt;br /&gt;
2009&lt;br /&gt;
&lt;br /&gt;
'''Created By'''&lt;br /&gt;
[http://ecs.soton.ac.uk ECS], [http://www.southampton.ac.uk University of Southampton]&lt;br /&gt;
&lt;br /&gt;
* Plugins&lt;br /&gt;
** [[EdShareCore]]&lt;br /&gt;
** [[EdShareCollections]]&lt;br /&gt;
** [[EdShareToolbox]]&lt;br /&gt;
* External Plugins&lt;br /&gt;
** [[MePrints]]&lt;br /&gt;
** [[Sneep]]&lt;br /&gt;
** [[Previews Plus]]&lt;br /&gt;
* Recipies&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8496</id>
		<title>Template:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Template:EdShare&amp;diff=8496"/>
		<updated>2010-02-10T14:27:17Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: Created page with '{{box|title=EdShare|content= Image:Edshare_logo.png  '''Supported EPrints Versions''' 3.1.3, 3.2+  '''Project Started''' 2009  '''Created By''' [http://ecs.soton.ac.uk ECS], …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box|title=EdShare|content=&lt;br /&gt;
[[Image:Edshare_logo.png]]&lt;br /&gt;
&lt;br /&gt;
'''Supported EPrints Versions'''&lt;br /&gt;
3.1.3, 3.2+&lt;br /&gt;
&lt;br /&gt;
'''Project Started'''&lt;br /&gt;
2009&lt;br /&gt;
&lt;br /&gt;
'''Created By'''&lt;br /&gt;
[http://ecs.soton.ac.uk ECS], [http://www.southampton.ac.uk University of Southampton]&lt;br /&gt;
&lt;br /&gt;
* Plugins&lt;br /&gt;
** [[EdShareCore]]&lt;br /&gt;
** [[EdShareCollections]]&lt;br /&gt;
** [[EdShareSneep]]&lt;br /&gt;
** [[EdShareToolbox]]&lt;br /&gt;
* Recipies&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=File:Edshare_logo.png&amp;diff=8494</id>
		<title>File:Edshare logo.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=File:Edshare_logo.png&amp;diff=8494"/>
		<updated>2010-02-10T14:02:34Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: This is the logo for the EdShare suite of plugins.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the logo for the EdShare suite of plugins.&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8493</id>
		<title>Category:EdShare</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Category:EdShare&amp;diff=8493"/>
		<updated>2010-02-10T14:01:12Z</updated>

		<summary type="html">&lt;p&gt;Mmr@ecs.soton.ac.uk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EdShare is a suite of plugins for EPrints 3 that allows you to quickly create a repository that is to be used to learning and teaching resources. The goal of the suite is that each plugin is capable or operating independently of the suite so that you can pick and choose the functionality you require.&lt;br /&gt;
&lt;br /&gt;
The EdShare suite was created by the OneShare project at the University of Southampton.&lt;br /&gt;
&lt;br /&gt;
[[Category:EPrints 3 Plugins]]&lt;/div&gt;</summary>
		<author><name>Mmr@ecs.soton.ac.uk</name></author>
		
	</entry>
</feed>