Versions Compared

Key

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

This area is still work in progress. Your patience while under construction is appreciated.

Section
Column
width50%
Panel
Panel
titleAbout Software Support

Include Page
About Software Support
About Software Support

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

Go to Latest news to access older news items

Column
width5%

 

Column
width45%
Panel
titleQuick Links
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

Section
bgColorwhite

 

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}
Column
width5%

 

Column
width50%45%
Panel
titleQuick Links

Panel
titleLatest News

Content by Label
showLabelsfalse

Panel

recently-updated
max204
themeconcise

Column
width5%

 

45%

spacesSUP,GRIB,MAGP,METV,ECFLOW,MARSAD,ECAC
sortcreation
reversetrue
labelsnews

Go to Latest news to access older news items

Column
width

{jython} from com.atlassian.confluence.search.v2 import ContentSearch from com.atlassian.confluence.search.v2.query import LabelQuery from com.atlassian.confluence.security import Permission # Careful!! GeneralUtil.getRelativeTime is deprecated from com.atlassian.confluence.util import GeneralUtil query = LabelQuery("releases") search = ContentSearch(query,None,None,None) results = searchManager.searchEntities(search) alist = [] for i in results: for a in i.attachments: alist.append((a.lastModificationDate, a)) alist.sort() alist.reverse() out.print("<div class='recently-updated recently-updated-concise'><h4 class='sub-heading'>Latest Releases</h4><div class='results-container'><ul>") for d,i in alist: out.print(""" <li class='update-item'> <div class='icon-container'><a href=\"%s%s\">%s (%s)</a></div> <div class='update-item-desc'>from <a href='/wiki/display/%s'>%s</a></div> <div class='update-item-date'>%s (%s)</div> </li>""" % (contextPath, i.downloadPathWithoutVersion, i.fileName, i.niceFileSize, i.space.key, i.space.name, GeneralUtil.getRelativeTime(d), permissionManager.hasPermission(request.userPrincipal,Permission.VIEW,i))) out.print("</ul></div></div>") {jython}
Panel
titleLatest Releases
Wiki Markup
Report 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

Section
Column
width100%

Recently Updated