source: other-projects/trunk/greenorg/gsoc2007.html@ 15332

Last change on this file since 15332 was 13972, checked in by oranfry, 17 years ago

Added the plain html version of the gsoc page

  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1
2<html>
3<head>
4<title>Greenstone Digital Library Software</title>
5<link rel="stylesheet" type="text/css" href="/images/style.css">
6<script src="/images/scripts.js">
7</script>
8<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
9</script>
10<script type="text/javascript">
11_uacct = "UA-1209851-1";
12urchinTracker();
13</script>
14
15</head>
16
17<body background="/images/chalk.gif" class="default" bgcolor="#ffffff">
18
19<table border="0" cellspacing="0" cellpadding="0" width="537" class="default">
20<tr><td><img src="/images/spacer.gif" width="80"></td><td>
21
22<table width="537">
23<tr valign=top>
24<td><a href="/cgi-bin/library?e=p-en-gsoc-utfZz-8&a=p&p=home"><img src="/images/gsdlhead.gif" border="0"></a></td>
25<td align=right><a href="/cgi-bin/library?e=p-en-gsoc-utfZz-8&a=p&p=homepref" onMouseover="roll('pref',1);" onMouseOut="roll('pref',0);"><img
26name="pref" src="/images/cprefof.gif" onLoad="gbutton(this,'/images/cprefon.gif');" border="0" alt="Preferences page" title="Preferences page"></a></td>
27</tr>
28</table>
29
30<p>
31<nobr>
32<a href="/cgi-bin/library?e=p-en-gsoc-utfZz-8&a=p&p=download" onMouseover="roll('download',1);" onMouseOut="roll('download',0);"><img
33name="download" src="/images/tdlof.gif" onLoad="gbutton(this,'/images/tdlon.gif');" border="0" alt="Download" title="Download"></a><img src="/images/tspace.gif" width="25" height="17"><a href="/cgi-bin/library?e=p-en-gsoc-utfZz-8&a=p&p=examples" onMouseover="roll('examples',1);" onMouseOut="roll('examples',0);"><img
34name="examples" src="/images/texmplof.gif" onLoad="gbutton(this,'/images/texmplon.gif');" border="0" alt="Examples" title="Examples"></a><img src="/images/tspace.gif" width="25" height="17"><a href="http://greenstone.sourceforge.net/wiki/index.php" onMouseover="roll('docs',1);" onMouseOut="roll('docs',0);"><img
35name="docs" src="/images/tdocsof.gif" onLoad="gbutton(this,'/images/tdocson.gif');" border="0" alt="Docs" title="Docs"></a><img src="/images/tspace.gif" width="25" height="17"><a href="http://greenstone.sourceforge.net/wiki/index.php/Greenstone_FAQ" onMouseover="roll('faq',1);" onMouseOut="roll('faq',0);"><img
36name="faq" src="/images/tfaqof.gif" onLoad="gbutton(this,'/images/tfaqon.gif');" border="0" alt="FAQ" title="FAQ"></a><img src="/images/tspace.gif" width="25" height="17"><a href="/cgi-bin/library?e=p-en-gsoc-utfZz-8&a=p&p=support" onMouseover="roll('support',1);" onMouseOut="roll('support',0);"><img
37name="support" src="/images/tsupof.gif" onLoad="gbutton(this,'/images/tsupon.gif');" border="0" alt="Support" title="Support"></a>
38</nobr>
39</p>
40
41
42
43<p class="title">Google Summer of Code 2007</p>
44
45Project Ideas:<br/>
46<br/>
47<h4>1. Integration with Fedora</h4>
48<p>Investigate the integration of the Fedora digital object repository system with Greenstone 3. Greenstone can already import content via several protocols (e.g. z39.50, OAI), this project would examine whether that content can be sourced from a Fedora repository.</p>
49
50<h4>2. Greenstone 3 as an OAI Server</h4>
51<p>Greenstone 2 works with OAI but the new Java/Tomcat framework for Greenstone 3 means we need to update this solution to provide OAI services.</p>
52
53<h4>3. Access Control in Greenstone 3</h4>
54<p>Implement a user access control mechanism in Greenstone 3, possibly via using a standard such as XACML.</p>
55
56<h4>4. Greenstone and Location-based search</h4>
57<p>Implement a search and browse function for locations in Greenstone. This can focus on the interface or just on finding a way to index existing collections based on location. Keep in mind that location names may be ambiguous depending on the country.</p>
58
59
60
61</td></tr></table>
62<p>&nbsp;</p>
63</body>
64</html>
65
Note: See TracBrowser for help on using the repository browser.