Re: [Dspace-tech] Help - Dspace cannot show video files

2015-02-12 Thread Bruno Zanette
Hi Fernando (ou melhor, Dae Fernando!! uhauhaahu Vou falar em ingles
para manter o padrão da lista)

It seems to be a problem with video format, which is not proper for streaming.
I've submitted your video to Dspace Demo Site and a sample video file
(on MP4 format), and used a HTML5 video tag to test them, so we can
rule out server configuration problems. Sample video plays fine, but
not yours.

Sample video:
http://demo.dspace.org/xmlui/handle/10673/141
https://demo.dspace.org/rest/items/75?expand=all

--
video width=400 controls
source 
src=http://demo.dspace.org/xmlui/bitstream/handle/10673/141/ed_1024.mp4?sequence=1isAllowed=y;
type=video/mp4
/video
--

Your video:
http://demo.dspace.org/xmlui/handle/10673/142
https://demo.dspace.org/rest/items/76?expand=all

--
video width=400 controls
source 
src=http://demo.dspace.org/xmlui/bitstream/handle/10673/142/paraolimpiadas_atletismo_100m_masc_t13.mov?sequence=1isAllowed=y;
type=video/quicktime
/video
--

I'm also working on a project to create a Video Portal to store
recorded classes of our University's teachers (UFPR) using Dspace as
basis, but we are using REST-API instead of XMLUI-API, because it is
easier to customize it. On the actual point of the project it's
already possible to watch videos (but it's not possible to seek time
yet). If you need some help feel free to contact me so that we can
change some ideas!

2015-02-12 14:13 GMT-02:00 Fernando Pereira Filgueiras
fpfilgueiras2...@gmail.com:
 Hi everybody!

 Something is wrong with my environment! (its a  new install and
 configuration)
 At first, when I try to reproduce some video through website, only download
 is occuring.
 Take a look at this single file, and try to open it directly:

 http://tv.eeferp.usp.br:8080/xmlui/handle/123456789/18

 Can someone help me?

 Thanks in advance.


 Fernando P. Filgueiras
 http://fpfdesigntech.com.br
 fernando.filguei...@usp.br
 +55 16 9 9231-4794 (Cel Phone)
 +55 16 2138-4284 (office)

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
Bruno Nocera Zanette
+55 41 9992-2508

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace-tech Digest, Vol 106, Issue 36

2015-02-12 Thread IdeaFix
Сегодня открытия портов ждать?

-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Thursday, February 12, 2015 2:53 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 106, Issue 36

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than
Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: Use AND logic search instead of OR (Xerio Cheri)
   2. Re: DSpace 5.0 XMLUI Display problem with Screenshot
  (Andrea Schweer)
   3. Re: Character encoding issues in Discovery search results
  (Alan Orth)


--

Message: 1
Date: Wed, 11 Feb 2015 21:20:24 +
From: Xerio Cheri todos.somos...@gmail.com
Subject: Re: [Dspace-tech] Use AND logic search instead of OR
To: Tim Donohue tdono...@duraspace.org
Cc: dspace-tech dspace-tech@lists.sourceforge.net
Message-ID:
CAEenP4L9YH4+_zN0=r8qb7Guup=KnFE=gz3i18ls_gtmjfs...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

Hi Tim,

Thanks so much. Sorry for not mentioning the DSpace version, we're using v.
4.1, so Discovery is the enabled engine. I'll tell the staff how it works
and how to force the AND logic. Thanks again!

2015-02-11 21:16 GMT+00:00 Tim Donohue tdono...@duraspace.org:

 Hi,

 What version of DSpace are you using?

 The most recent versions of DSpace (4.x and 5.x) both use Discovery 
 (based on Solr) for searching. This means they actually perform 
 weighted/relevancy searches.

 So, if you search on multiple words, items which have both words 
 (essentially an AND) will appear at the top of the search results.

 More info on Discovery is at
 https://wiki.duraspace.org/display/DSDOC5x/Discovery

 Discovery has existed in DSpace since DSpace 1.7, but it was disabled 
 by default for some time. Starting in DSpace 4, it is the default 
 search and browse engine for DSpace. If you are not yet using 
 Discovery, you may wish to consider enabling it as it sounds like it may
meet your needs.

 If you are using Discovery, you actually can force a boolean AND by 
 simply entering two words with AND. For example:
  * test AND document -  would only return items that have both test 
 and document
  * test document - would return all items that have either test or 
 document but the ones that have *both* would appear at the top of 
 the results.

 Good luck!

 - Tim


 On 2/11/2015 2:42 PM, Xerio Cheri wrote:

 Hi,

 It has been proposed by our staff to change the way DSpace searches 
 terms on XMLUI. By default, it uses OR logic, so if more than one 
 term is entered, any of them will be matched. Is there a simple way 
 to change that behavior so if more than one word is entered in the 
 search box only items that have ALL of them will be displayed?

 Thank you


 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website, 
 sponsored by Intel and developed in partnership with Slashdot Media, 
 is your hub for all things parallel software development, from weekly 
 thought leadership blogs to news, videos, case studies, tutorials and 
 more. Take a look and join the conversation now. 
 http://goparallel.sourceforge.net/



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+
 Etiquette


-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Thu, 12 Feb 2015 12:13:49 +1300
From: Andrea Schweer schw...@waikato.ac.nz
Subject: Re: [Dspace-tech] DSpace 5.0 XMLUI Display problem with
Screenshot
To: Fausto Carvalho Marques Silva fausto.carva...@tse.jus.br,
dspace-tech@lists.sourceforge.net
Message-ID: 54dbe22d.2090...@waikato.ac.nz
Content-Type: text/plain; charset=us-ascii

An HTML attachment was scrubbed...

--

Message: 3
Date: Thu, 12 Feb 2015 09:53:13 +
From: Alan Orth alan.o...@gmail.com
Subject: Re: [Dspace-tech] Character encoding issues in Discovery
search  results
To: bender bender.bending.1...@gmail.com
Cc: dspace-tech dspace-tech@lists.sourceforge.net
Message-ID:
CAKKdN4VB=220=uzvzehvijmpjo5wbbeqbwfovtatc97cpx8...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hey, bender. No, we didn't figure this out. In fact, 

Re: [Dspace-tech] Apache blocking file upload

2015-02-12 Thread helix84
Hi Ben,

this (unresolved) thread looks similar:
http://www.gossamer-threads.com/lists/apache/users/401398

Just a few ideas to explore:
Does this depend on a particular browser?
Any messages in the HTTPD or Catalina logs?
What's your AJP configuration (HTTPD-side)?
Is this related to file size?
Could any timeout come to play?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Tomcat 8 on Server 2012 default web app

2015-02-12 Thread Goran Ivaz
Hi folks,

I wanted to eliminate the need to add /xmlui to the path of my test setup. I 
stopped Tomcat. Then I renamed the webapps/ROOT folder to webapps/admin and the 
webapps/xmlui folder to webapps/ROOT. After restarting Tomcat everything looks 
good.

So now I call up my preferred GUI by simply using the server name and the admin 
app by using %servername%/admin.

Can anybody think of a potential issue that this could create down the road ?

As an aside, I would like to test harvesting...Are there any test sites that 
allow me to do this test ?

Thanks

Goran
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Apache blocking file upload

2015-02-12 Thread Benjamin Ryan
Hi,
DSpace 4.1
Tomcat 7
Apache 2.4.7
Ubuntu 14.04.1 LTS

We have recently had an issue where when submitted a file the 
process just hangs.
We have identified that Apache is the cause of the problem as 
accessing Tomcat directly is no issue.
We use AJP and Apache to front our Tomcat server and the Apache 
server is using mpm_event.


Has anyone encountered a similar issue occurring recently?


Regards,
Ben
[Jisc]http://www.jisc.ac.uk/

Ben Ryan
Jorum Technical Manager

T 0161 275 6032
Skype argaric
Room 5.12 Roscoe Buidling, The University of Manchester, Oxford Road, M13 9PL

jisc.ac.ukhttp://www.jisc.ac.uk/

Jisc is a registered charity (number 1149740) and a company limited by 
guarantee which is registered in England under Company No. 5747339, VAT No. GB 
197 0632 86. Jisc's registered office is: One Castlepark, Tower Hill, Bristol, 
BS2 0JA. T 0203 697 5800. jisc.ac.ukhttp://www.jisc.ac.uk/




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Display DOI as link in jspui in 4.2 (Chris Gray) (Chris Gray)

2015-02-12 Thread IdeaFix
We make this field in metadata registry oursellf. Also we gave selfmade
fields for scopus identifier, conference-name and date and some other
things. After you make your own field for doi do not forget to make a
adition in your /dspace/config/crosswalks/ google-metadata



There is a string google.citation_doi = it helps google to identify your
articles in scholar more accurate.

 

Alex Y.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Character encoding issues in Discovery search results

2015-02-12 Thread Alan Orth
Hey, bender. No, we didn't figure this out. In fact, it's still an open
issue on our institution's GitHub issue tracker!

https://github.com/ilri/DSpace/issues/43

I've posted a few notes there but haven't come to any conclusion. :(

Alan

On Fri Jan 02 2015 at 8:54:00 PM bender bender.bending.1...@gmail.com
wrote:

 Hi Alan:

 Did you solved this issue?
 And how? If you did.

 Bender

 2014-12-09 13:09 GMT-03:00 Alan Orth alan.o...@gmail.com:

 Antoine,

 In this case the dspace script respects the environment's JAVA_OPTS if it
 is set; the one in the script is only used if JAVA_OPTS is empty.

 Alan

 On Tue, Dec 9, 2014 at 6:54 PM, Antoine Snyers anto...@atmire.com
 wrote:

  Hi Alan Orth

 -Dfile.encoding=UTF-8 should be added to the bin/dspace command.
 Here is the line:
 https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace/bin/dspace#L75

 Then rerun 'index-discovery -b'.
 I believe this will resolve your problem.

 Antoine Snyers

 Alan Orth schreef op 09/12/14 14:49:

   Hi,

  Our DSpace 4.2's Discovery search results displays snippets from the
 item's full-text PDF extract, but we get mojibake (strange characters) in
 the summaries (see attached photo).  Browsing to the item's PDF-extracted
 text bitstream indeed shows the strange characters, and Firefox's developer
 tools show the encoding is ISO-8859-1.  What's strange is, if I download
 the file the resulting encoding is UTF-8, and these characters display
 properly.

  I have tried the following:
  - Confirmed our Tomcat connectors are using URIEncoding=UTF-8
  - Forced -Dfile.encoding=UTF-8 in JAVA_OPTS and manually re-run
 `filter-media' as well as `index-discovery -b'

   What could I be missing?

 Thanks!

  --
  Alan Orth
 alan.o...@gmail.com
 https://alaninkenya.org
 https://mjanja.ch
 In heaven all the interesting people are missing. -Friedrich Nietzsche
 GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, 
 FREEhttp://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk



 ___
 DSpace-tech mailing 
 listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



 --
   [image: logo]
  *Antoine Snyers*
 *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
 *Esperantolaan 4, Heverlee 3001, Belgium*
 www.atmire.com
 http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=antoine




 --
 Alan Orth
 alan.o...@gmail.com
 https://alaninkenya.org
 https://mjanja.ch
 In heaven all the interesting people are missing. -Friedrich Nietzsche
 GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Use AND logic search instead of OR

2015-02-12 Thread Àlex Magaz Graça
El 11/02/15 a les 22:20, Xerio Cheri ha escrit:
 Hi Tim,

 Thanks so much. Sorry for not mentioning the DSpace version, we're using
 v. 4.1, so Discovery is the enabled engine. I'll tell the staff how it
 works and how to force the AND logic. Thanks again!

 2015-02-11 21:16 GMT+00:00 Tim Donohue tdono...@duraspace.org
 mailto:tdono...@duraspace.org:

 Hi,

 What version of DSpace are you using?

 The most recent versions of DSpace (4.x and 5.x) both use Discovery
 (based on Solr) for searching. This means they actually perform
 weighted/relevancy searches.

 So, if you search on multiple words, items which have both words
 (essentially an AND) will appear at the top of the search results.

 More info on Discovery is at
 https://wiki.duraspace.org/__display/DSDOC5x/Discovery
 https://wiki.duraspace.org/display/DSDOC5x/Discovery

 Discovery has existed in DSpace since DSpace 1.7, but it was
 disabled by default for some time. Starting in DSpace 4, it is the
 default search and browse engine for DSpace. If you are not yet
 using Discovery, you may wish to consider enabling it as it sounds
 like it may meet your needs.

 If you are using Discovery, you actually can force a boolean AND
 by simply entering two words with AND. For example:
   * test AND document -  would only return items that have both
 test and document
   * test document - would return all items that have either test
 or document but the ones that have *both* would appear at the top
 of the results.

 Good luck!

 - Tim


 On 2/11/2015 2:42 PM, Xerio Cheri wrote:

 Hi,

 It has been proposed by our staff to change the way DSpace searches
 terms on XMLUI. By default, it uses OR logic, so if more than
 one term
 is entered, any of them will be matched. Is there a simple way
 to change
 that behavior so if more than one word is entered in the search
 box only
 items that have ALL of them will be displayed?

 Thank you


 
 --__--__--
 Dive into the World of Parallel Programming. The Go Parallel
 Website,
 sponsored by Intel and developed in partnership with Slashdot
 Media, is your
 hub for all things parallel software development, from weekly
 thought
 leadership blogs to news, videos, case studies, tutorials and
 more. Take a
 look and join the conversation now.
 http://goparallel.sourceforge.__net/
 http://goparallel.sourceforge.net/



 _
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.__net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/__lists/listinfo/dspace-tech
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/__display/DSPACE/Mailing+List+__Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Hi Xerio,

If you prefer having less results when performing a search, you can 
still change the behaviour. You just have to change the value of this 
option in dspace/solr/search/conf/schema.xml to AND:

solrQueryParser defaultOperator=OR/

Cheers,
Àlex

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Help - Dspace cannot show video files

2015-02-12 Thread Fernando Pereira Filgueiras
Hi everybody!

Something is wrong with my environment! (its a  new install and
configuration)
At first, when I try to reproduce some video through website, only download
is occuring.
Take a look at this single file, and try to open it directly:

http://tv.eeferp.usp.br:8080/xmlui/handle/123456789/18

Can someone help me?

Thanks in advance.


Fernando P. Filgueiras
http://fpfdesigntech.com.br http://fpfdesigntech.hdfree.com.br
fernando.filguei...@usp.br
+55 16 9 9231-4794 (Cel Phone)
+55 16 2138-4284 (office)
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] FW: COMMUNITY LIST

2015-02-12 Thread Fernando Casas Osorio
Regards,
As I can configure DSpace to the list of communities and collections appear 
grouped as in this DSpace?
http://dspace.mit.edu/community-list
Thanks for your help.

Fernando Casas Osorio

From: ferca...@hotmail.com
To: dspace-tech@lists.sourceforge.net
Date: Mon, 9 Feb 2015 07:54:30 -0500
Subject: [Dspace-tech] COMMUNITY LIST




Regards,
Can someone help me telling me as I set Communities  Collections with drill 
drown?I hope these appear as tree but not open at all levels
Thanks for your help.
Fernando Casas Osorio 

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
  --
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette