ajack       2003/09/09 17:03:46

  Modified:    python/gump document.py
  Log:
  1) Added RSS link
  2) Fixed bug in relative project name link for cause.
  
  Revision  Changes    Path
  1.15      +2 -1      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- document.py       9 Sep 2003 21:56:53 -0000       1.14
  +++ document.py       10 Sep 2003 00:03:46 -0000      1.15
  @@ -296,6 +296,7 @@
       endSectionXDoc(x)       
       
       x.write('<p><strong>Context Tree:</strong> <link 
href=\'context.html\'>context</link></p>')
  +    x.write('<p><strong>RSS :</strong> <link href=\'index.rss\'>News 
Feed</link></p>')
       
       documentWorkList(x,workspace,context.worklist,'Workspace-level Work',wdir)
        
  @@ -848,7 +849,7 @@
       return getUp(depth)+gumpSafeName(name)+'.html'
       
   def getModuleProjectRelativeUrl(mname,pname,depth=0):
  -    return getUp(depth)+gumpSafeName(mname)+'/'+gumpSafeName(pname)+'/index.html'
  +    return getUp(depth)+gumpSafeName(mname)+'/'+gumpSafeName(pname)+'.html'
       
   def getModuleProjectRelativeUrlFromModule(mname,pname):
       return getProjectRelativeUrl(mname,pname,1)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to