Mercurial > hg > MPIWGThesaurus
diff MPIWGThesaurus.py @ 27:aac892c55535
minor - show now WEB_title in list
author | dwinter |
---|---|
date | Sun, 05 May 2013 13:55:26 +0200 |
parents | 1456ddf7583e |
children | 30dee40ff84b |
line wrap: on
line diff
--- a/MPIWGThesaurus.py Thu Mar 01 08:45:45 2012 +0100 +++ b/MPIWGThesaurus.py Sun May 05 13:55:26 2013 +0200 @@ -671,6 +671,7 @@ #.... # und erzeugt daraus eine entsprechende Liste von Entries def getEntriesFromTxt(self,txt): + apps=[] lines=txt.split("\n"); level=False @@ -1495,7 +1496,7 @@ link="/en/research/projects/"+getID - title=project.getContent("short_title") + title=project.getContent("WEB_title") #persons=project.getPersonKeyList() persons=project.getContent('xdata_01') logging.debug("%s %s %s"%(link,title,persons))