Coming soon ...
No versions have been defined yet!
<% } %> <% item.versions.forEach(function(version) { %>Version: | <%= version.version %> |
---|---|
Github: | <%= version.url %> |
URL: | <%= version.url %> |
Comments: | <%= version.comments %> |
Calipso Versions: | <%= version.calipsoVersion %> |
Created: | <%= prettyDate(version.created) %> |
Updated: | <%= prettyDate(version.updated) %> |
To install this module, use the following command from an installed calipso site:
calipso modules download <%= version.url + ((version.version !== "master") ? "@" + version.version : "") %><% break; case "theme": %>
To install this theme, use the following command from an installed calipso site:
calipso themes download <%= version.url + ((version.version !== "master") ? "@" + version.version : "") %><% break; case "profile": %>
To install this profile, use the following command from an installed calipso site:
calipso profiles download <%= version.url + ((version.version !== "master") ? "@" + version.version : "") %><% break; } %> <% if(versionForm) { %>