changeset 7:06befe15f66f

dokumentation
author dwinter
date Fri, 03 May 2013 14:30:07 +0200
parents 49abb91d6c6a
children ddd7e357e518
files zopePubmanConnector.py
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zopePubmanConnector.py	Fri May 03 14:26:13 2013 +0200
+++ b/zopePubmanConnector.py	Fri May 03 14:30:07 2013 +0200
@@ -231,7 +231,19 @@
     
     
     def getPreprintsFromContext(self,context,limit=None,publicationType=None):
-        """get all publications des context"""
+        """gibt alle publicationen des context, jeweils als tupel ("escidoc:id",METADATEN)
+        
+        METADATEN ist hierbei eine Map mit :
+        "citation" --> citation in der APA formatierung
+        "volume" --> volume
+        "link" --> dowloadlink
+        "abstracts" --> map mit deu/eng für den abstrakt
+        "authors" --> [(NACHNAME,VORNAME]),..]
+        "title"--> title
+        "year" --> issued
+       
+            
+        """
         h = httplib2.Http(cacheFolder)