{% extends "_base.html" %} {% block banner %}

Bazaar

Stable version: {{ stable_version }}
Test version: {{ test_version }}
{% endblock %} {% block content %}

What is Bazaar?

Bazaar is a version control system that helps you track project history over time and to collaborate easily with others. Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar is free software sponsored by Canonical. For a closer look, see ten reasons to switch to Bazaar.

 Extras

Get your team working better together with project hosting, add-ons and open APIs for custom integration needs.

 Support

Our active community can be found on IRC and the project mailing list. Commercial support is also available.

{% for feed in feeds %}

{{ feed.title }}

{% for entry in feed.entries %}

{{ entry.date }}: {{ entry.title|escape }}

{% endfor %} {% endfor %}

Bazaar is used by thousands of projects, including:
{% for p in projects -%} {{ p.title }} {%- endfor %}

{% endblock %}