Whether or not the project's source is available for download. True if the project has source available for download, false otherwise. If it is false then it's assumed that the source can be gotten through contact.
Gets all download items that are connected to the project. The items are grouped by their respective category. The categories should if possible be displayed in the order that they are given.
Tags:
return:
An array where the key is a DownloadCategory instance and the corresponding value is an array of DownloadItem instances, where each such instance represents a downloadable item in the category.
Gets a short synopsis of the project. The synopsis consists of the name and link to the project along with a list with the following information: language (and version), when it was started, current stage and a short description.
Tags:
return:
XHTML compliant code representing a short synopsis of the project.