Other Files

Upload and download the required project files.

PORTALCONFIG
XML portal configuration
{% if project.project_config.portalconfig %} {{ project.project_config.portalconfig }} {% else %} No file uploaded {% endif %}
README
Project documentation
{% if project.project_config.readme %} {{ project.project_config.readme }} {% else %} No file uploaded {% endif %}
XSLT
XSLT configuration
{% if project.project_config.xslt %} {{ project.project_config.xslt }} {% else %} No file uploaded {% endif %}