{% extends "skeleton.html" %} {% block title %}{{ links.headers.title }}{% endblock %} {% block tagline %}{{ links.headers.title }}{% endblock %} {% block content %}

These pages attempt to list all resources and information related to ASF development process. It contains information aimed at developers, committers, release managers and pmc members. If you cannot find your answers here, then please ask on your project mailing lists. There are many experienced ASF people there to help. The content is categorized below. Alternatively, this sitemap summarizing all the information in /dev/ is available. Some further content starts its life on the General Wiki, and may move to these pages as it matures.

{{ links.content|markdown }}

Latest Activity

This is an overview of activity going on with our projects. SVN commits, bug reports, tweets, you name it.

{% for e in twitter.list %}
@{{ e.title|safe }}
{% endfor %} {% for e in svn.list %}
r{{ e.revision }} {{ e.message|safe|truncatewords_html:20 }} ({{ e.projects|safe }}) — {{ e.author }}
{% endfor %} {% for e in jira.list %}
{{ e.title|safe }}
{{ e.content|safe|truncatewords_html:20 }}
{% endfor %}
{% endblock %} {% block footer %}

The Infra Blog

{% for e in blog.list %}
{{ e.title }}

{{ e.content|safe|truncatewords_html:30 }}


{% endfor %}
Read More »
{% endblock %}