[ 
https://issues.apache.org/jira/browse/WHIMSY-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958795#comment-14958795
 ] 

Sam Ruby commented on WHIMSY-20:
--------------------------------

Hardcode?

At the top of site.rb is a line {{@@list = {}​}}.  It could look like:

{code:title=site.rb|borderStyle=solid}
@@list = {
  "comdev" => {
    link: "https://community.apache.org/";,
    description: "..."
  },
  "legalaffairs" => {
    ...
  ),
  ...
}
{code}

Any such list would be overwritten by contents from the web site, should it 
ever be present.  And should an alternate source for this information ever be 
created, this code could be retired at that time.

> Extract titles from category list as well as names
> --------------------------------------------------
>
>                 Key: WHIMSY-20
>                 URL: https://issues.apache.org/jira/browse/WHIMSY-20
>             Project: Whimsy
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: committee.patch, site.patch
>
>
> Currently the Whimsy site class extracts urls and titles from the project 
> section.
> It would be useful if it could also extract these from the category section 
> which defines entries for Attic, Labs, Incubator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to