Mercurial > hg > MPIWGThesaurus
changeset 27:aac892c55535
minor - show now WEB_title in list
author | dwinter |
---|---|
date | Sun, 05 May 2013 13:55:26 +0200 |
parents | 8731a74ed13c |
children | 30dee40ff84b |
files | MPIWGThesaurus.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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))