r'static/activity-data.json', activity_json, name='activity_json', distill_func=get_index, distill_file='static/activity-data.json', ), distill_url( r'activity/', TemplateView.as_view(template_name='activity.html'), name='activity', distill_func=get_index, distill_file='activity/index.html', ), distill_url( r'gci/tasks/rss.xml', gci_tasks_rss(), name='gci-tasks-rss', distill_func=get_index, distill_file='gci/tasks/rss.xml', ), distill_url( r'gci/', gci_index, name='community-gci', distill_func=get_index, distill_file='gci/index.html', ), distill_url( r'twitter/', twitter_index, name='twitter',
distill_file='info.txt', ), distill_url( r'static/activity-data.json', activity_json, name='activity_json', distill_func=get_index, distill_file='static/activity-data.json', ), distill_url( r'activity/', TemplateView.as_view(template_name='activity.html'), name='activity', distill_func=get_index, distill_file='activity/index.html', ), distill_url( r'gci/tasks/rss.xml', gci_tasks_rss(), name='gci-tasks-rss', distill_func=get_index, distill_file='gci/tasks/rss.xml', ), distill_url( r'gci/', gci_index, name='community-gci', distill_func=get_index, distill_file='gci/index.html', ), distill_url( r'twitter/', twitter_index, name='twitter', distill_func=get_index, distill_file='twitter/index.html',