{% extends "base_2col.html" %} {% load comments %} {% load markup %} {% load show_stars %} {% block sectionid %}browse{% endblock %} {% block title %}Project details:{{ object.software.title }}{% endblock %} {% block billboard %}Project details for {{ object.software.title }}{% endblock %} {% block content-related %}

Manage

Project List
{% if user.is_authenticated %} Submit new Project {% else %} Login to submit a new project {% endif %}
{% if user.is_authenticated %}
Email Author
{% if user.is_superuser %}
Update Project
{% else %} {% ifequal user.id object.software.user_id %}
Update Project
{% endifequal %} {% endif %} {% endif %}

Details

Version:
{{ object.version }}
Submitter:
{{ object.software.user.username }}
Author(s):
{{ object.authors }}
Posted:
{{ object.pub_date|date:"j F Y" }}
Last Updated:
{{ object.updated_date|date:"j F Y" }}
Open Source License:
{{ object.os_license }}
{% if object.language %}
Programming Language(s):
{{ object.language }}
{% endif %}

RSS Feed RSS Feed for "{{ object.software.title }}"

{% endblock %} {% block content %}
{% if object.software.total_number_of_votes %} {% endif %}

{% if object.screenshot %} Screenshot {% else %} {% ifequal object.software.user.username "r-cran-robot" %} Logo {% else %} Logo {% endifequal %} {% endif %} {% if object.jmlr_mloss_url %} JMLR {% endif %} {{ object.software.title }} {{ object.version }}

by {{ object.software.user.username }} - {{ object.updated_date|date:"F j, Y, H:i:s" }} CET [ {% if object.project_url|escape %}Project Homepage {% endif %} BibTeX {% if object.paper_bib %}BibTeX for corresponding Paper{% endif %} {% if object.is_downloadable %}Download{% endif %} {% if user.is_authenticated %}Subscribe{% endif %} {% if user.is_authenticated %}Bookmark{% endif %} ]

{{ object.total_number_of_views }} view{{ object.total_number_of_views|pluralize}} ({{ todays_stats.number_of_views }} today), {{ object.total_number_of_downloads }} download{{ object.total_number_of_downloads|pluralize}} ( {{ todays_stats.number_of_downloads }} today ){% get_comment_list for software.software object.software.id as comment_list %}{% if comment_list %}, {% get_comment_count for object.software as comment_count %} {{ comment_count }} comment{{ comment_count|pluralize }}{% endif %}, {{ object.software.get_subscription_count }} subscription{{ object.software.get_subscription_count|pluralize }}

Overall{% show_stars object.software.average_rating of 5 round to half %}
Features{% show_stars object.software.average_features_rating of 5 round to half %}
Usability{% show_stars object.software.average_usability_rating of 5 round to half %}
Documentation{% show_stars object.software.average_documentation_rating of 5 round to half %}
(based on {{ object.software.total_number_of_votes }} vote{{ object.software.total_number_of_votes|pluralize }})
{% if revisions %} {% endif %} {% if ratingform %} {% endif %}
Description:
{{ object.description|markdown:"safe" }}
Changes to previous version:
{{ object.changes_html|safe }}
BibTeX Entry: Download
{% if object.paper_bib %}
Corresponding Paper BibTeX Entry: Download
{% endif %} {% if object.project_url %}
URL: Project Homepage
{% endif %} {% if object.jmlr_mloss_url %}
JMLR MLOSS PaperURL: JMLR-MLOSS Paper Homepage
{% endif %} {% if object.get_opsyslist %}
Supported Operating Systems: {% for o in object.get_opsyslist %} {{ o.name|title }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if object.get_dataformatlist %}
Data Formats: {% for o in object.get_dataformatlist %} {{ o.name|title }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %} {% if object.get_taglist %}
Tags: {% for o in object.get_taglist %} {{ o.name|title }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if object.is_downloadable %}
Archive: download here
{% endif %}

Other available revisons

{% for r in revisions %} {% endfor %}
Version Changelog Date
{{ r.version }} {{ r.changes_html|safe }} {{ r.pub_date|date:"F j, Y, H:i:s" }}

Rating

Rate this software. "0" means poor and "5" means excellent. Ratings can be changed later on.

{{ ratingform|safe }}

Comments

{% get_comment_list for software.software object.software.id as comment_list %} {% if comment_list %} {% for comment in comment_list %}
{{ comment.name }} (on {{ comment.submit_date|date:"F j, Y, H:i:s" }})
{{ comment.comment|markdown:"safe" }}
{% endfor %} {% else %}

No one has posted any comments yet. Perhaps you'd like to be the first?

{% endif %}

Leave a comment

{% if user.is_authenticated %} {% render_comment_form for object.software %} {% else %}

You must be logged in to post comments.

{% endif %}
{% endblock %}