Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width50%
Panel
titleAbout Software Support

Include Page
About Software Support
About Software Support

Panel
Wiki Markup
{jython}
from com.atlassian.confluence.search.v2 import ContentSearch
from com.atlassian.confluence.search.v2.query import LabelQuery
search = ContentSearch(LabelQuery("devel"),None,None,None)
results = searchManager.searchEntities(search)
out.print("<div class='recently-updated recently-updated-concise'><h4 class='sub-heading'>ECMWF Software Packages</h4><div class='results-container'><ul>")
for i in results:
   out.print("<li class='update-item'><a href='%s%s'>%s</a> <span style='font-size:80%%; color:#666666'>%s</span></li>" % (contextPath,i.urlPath,i.displayTitle,i.bodyAsString))
out.print("</ul></div></div>")
{jython}:script=#get_accessible_devel_spaces.py}
Column
width5%

 

Column
width45%
Panel
titleQuick Links

Panel
titleLatest News

Content by Label
showLabelsfalse
max4
spacesSUP,GRIB,MAGP,METV,ECFLOW,MARSAD,ECAC
sortcreation
reversetrue
labelsnews

Go to Latest news to access older news items

Panel
titleReport a bug or issue

Please send an email to software.support@ecmwf.int or go to Issues if you have any suggestions for improvements or have discovered a bug with any ECMWF software package.

Panel
titleNavigate this space

Page Tree Search

...