From 949ccebf2e0b66a8f436358d4c9db160a153d1d6 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Sun, 11 Aug 2024 00:30:32 -0400 Subject: [PATCH] Replace category aliases with redirects file This change exists make use of the new plugin being introduced in https://github.com/pyvideo/pyvideo/pull/351 to resolve some long-standing broken links. --- chicago-djangonauts/category.json | 1 - chipy/category.json | 1 - django-birthday/category.json | 1 - djangocon-2009/category.json | 1 - djangocon-2010/category.json | 1 - djangocon-2011/category.json | 1 - djangocon-2012/category.json | 1 - djangocon-au-2013/category.json | 1 - djangocon-eu-2010/category.json | 1 - djangocon-eu-2011/category.json | 1 - europython-2011/category.json | 1 - europython-2012/category.json | 1 - europython-2014/category.json | 1 - euroscipy-2014/category.json | 1 - kiwi-pycon-2009/category.json | 1 - kiwi-pycon-2013/category.json | 1 - kiwi-pycon-2014/category.json | 1 - kiwi-pycon-2015/category.json | 1 - openstack-pycon-au-2013/category.json | 1 - pycon-apac-2014/category.json | 1 - pycon-apac-2015/category.json | 1 - pycon-ar-2014/category.json | 1 - pycon-au-2010/category.json | 1 - pycon-au-2011/category.json | 1 - pycon-au-2012/category.json | 1 - pycon-au-2013/category.json | 1 - pycon-au-2014/category.json | 1 - pycon-au-2015/category.json | 1 - pycon-ca-2012/category.json | 1 - pycon-ca-2013/category.json | 1 - pycon-de-2011/category.json | 1 - pycon-de-2012/category.json | 1 - pycon-de-2013/category.json | 1 - pycon-fr-2013/category.json | 1 - pycon-italia-2015/category.json | 1 - pycon-se-2015/category.json | 1 - pycon-ukraine-2014/category.json | 1 - pycon-us-2009/category.json | 1 - pycon-us-2010/category.json | 1 - pycon-us-2011/category.json | 1 - pycon-us-2012/category.json | 1 - pycon-us-2013/category.json | 1 - pycon-us-2014/category.json | 1 - pycon-us-2015/category.json | 1 - pycon-za-2012/category.json | 1 - pycon-za-2013/category.json | 1 - pycon-za-2014/category.json | 1 - pycon-za-2015/category.json | 1 - pydata-berlin-2014/category.json | 1 - pydata-paris-2015/category.json | 1 - pydata/category.json | 1 - pygotham-2011/category.json | 1 - pygotham-2012/category.json | 1 - pygotham-2014/category.json | 1 - pygotham-2015/category.json | 1 - pyohio-2010/category.json | 1 - pyohio-2011/category.json | 1 - pyohio-2012/category.json | 1 - pyohio-2013/category.json | 1 - pyohio-2014/category.json | 1 - pyohio-2015/category.json | 1 - pyohio-2016/category.json | 1 - pytexas-2011/category.json | 1 - pytexas-2014/category.json | 1 - redirects.txt | 69 +++++++++++++++++++++++++++ scipy-2012/category.json | 1 - scipy-2013/category.json | 1 - scipy-2014/category.json | 1 - twitter-university-2014/category.json | 1 - 69 files changed, 69 insertions(+), 68 deletions(-) create mode 100644 redirects.txt diff --git a/chicago-djangonauts/category.json b/chicago-djangonauts/category.json index 66a5e6b614..7a25d815cf 100644 --- a/chicago-djangonauts/category.json +++ b/chicago-djangonauts/category.json @@ -1,5 +1,4 @@ { - "alias": "category/34/Chicago-Djangonauts", "description": "We meet periodically at various locations throughout Chicagoland to talk\nof things Django. Since the group's reanimation in 2011, we've met\nseveral times at Imaginary Landscape, enjoyed a private tour of\nMetropolitan Brewing, eaten many pizzas and waxed poetic about our\nfavorite framework.\n\nMost of our ongoing conversation takes place the Chicago Djangonauts\nGoogle Group. Please follow the link and join the discussion.\n\nThe closest thing we have to an organizer is Brian Moloney. Feel free to\ncontact him directly (brian at imagescape dot com) if you find a\nbriefcase full of cash that needs safekeeping.\n", "title": "Chicago Djangonauts" } diff --git a/chipy/category.json b/chipy/category.json index 5a06128438..7fb4723323 100644 --- a/chipy/category.json +++ b/chipy/category.json @@ -1,5 +1,4 @@ { - "alias": "category/14/ChiPy", "description": "Chicago Python user group\n", "title": "ChiPy" } diff --git a/django-birthday/category.json b/django-birthday/category.json index 435f6f7433..a7552a8681 100644 --- a/django-birthday/category.json +++ b/django-birthday/category.json @@ -1,5 +1,4 @@ { - "alias": "category/71/Django-Birthday", "description": "Happy birthday Django!\n\nTime to celebrate! Django is turning 10 years old this July. We're\nthrowing a birthday party for it in the town where it was created.\n", "title": "Django Birthday" } diff --git a/djangocon-2009/category.json b/djangocon-2009/category.json index d5480ae71b..d5b521ef7b 100644 --- a/djangocon-2009/category.json +++ b/djangocon-2009/category.json @@ -1,5 +1,4 @@ { - "alias": "category/1/DjangoCon-2009", "description": "DjangoCon US is the main opportunity for djangonauts to come together in\nthe United States. It will consist of two tracks of talks over three\ndays, and will also provide for open sessions, lightning talks, and a\ndevelopment sprint after the conference.\n\nDjangoCon US provides a critical opportunity for the community members\nto socialize, share ideas, work together, and plan for continued\nsuccess.\n", "title": "DjangoCon US 2009" } diff --git a/djangocon-2010/category.json b/djangocon-2010/category.json index 1746a430c5..9c0aaf92c4 100644 --- a/djangocon-2010/category.json +++ b/djangocon-2010/category.json @@ -1,5 +1,4 @@ { - "alias": "category/2/DjangoCon-2010", "description": "DjangoCon US is the main opportunity for djangonauts to come together in\nthe United States. It will consist of two tracks of talks over three\ndays, and will also provide for open sessions, lightning talks, and a\ndevelopment sprint after the conference.\n\nDjangoCon US provides a critical opportunity for the community members\nto socialize, share ideas, work together, and plan for continued\nsuccess.\n", "title": "DjangoCon US 2010" } diff --git a/djangocon-2011/category.json b/djangocon-2011/category.json index 39ed0ee704..da23722e42 100644 --- a/djangocon-2011/category.json +++ b/djangocon-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/3/DjangoCon-2011", "description": "DjangoCon US is the main opportunity for djangonauts to come together in\nthe United States. It will consist of two tracks of talks over three\ndays, and will also provide for open sessions, lightning talks, and a\ndevelopment sprint after the conference.\n\nDjangoCon US provides a critical opportunity for the community members\nto socialize, share ideas, work together, and plan for continued\nsuccess.\n", "title": "DjangoCon US 2011" } diff --git a/djangocon-2012/category.json b/djangocon-2012/category.json index e294c270fb..fd54978e7d 100644 --- a/djangocon-2012/category.json +++ b/djangocon-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/23/DjangoCon-2012", "description": "DjangoCon US is the main opportunity for djangonauts to come together in\nthe United States. It will consist of two tracks of talks over three\ndays, and will also provide for open sessions, lightning talks, and a\ndevelopment sprint after the conference.\n\nDjangoCon US provides a critical opportunity for the community members\nto socialize, share ideas, work together, and plan for continued\nsuccess.\n", "title": "DjangoCon US 2012" } diff --git a/djangocon-au-2013/category.json b/djangocon-au-2013/category.json index 409258dfc8..a38bebd28a 100644 --- a/djangocon-au-2013/category.json +++ b/djangocon-au-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/39/DjangoCon-AU-2013", "description": "", "title": "DjangoCon AU 2013" } diff --git a/djangocon-eu-2010/category.json b/djangocon-eu-2010/category.json index e151d556b6..eb59793fb7 100644 --- a/djangocon-eu-2010/category.json +++ b/djangocon-eu-2010/category.json @@ -1,5 +1,4 @@ { - "alias": "category/46/DjangoCon-EU-2010", "description": "", "start_date": null, "title": "DjangoCon Europe 2010", diff --git a/djangocon-eu-2011/category.json b/djangocon-eu-2011/category.json index 2ad2702dcd..fc9d4646d9 100644 --- a/djangocon-eu-2011/category.json +++ b/djangocon-eu-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/47/DjangoCon-EU-2011", "description": "", "title": "DjangoCon Europe 2011", "url": "http://2011.djangocon.eu/" diff --git a/europython-2011/category.json b/europython-2011/category.json index 503d34f974..c674c57d2a 100644 --- a/europython-2011/category.json +++ b/europython-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/19/EuroPython-2011", "description": "This page contains the full archive of talks and videos from EuroPython\n2011. More than 600 participants enjoyed the conference in the beautiful\nsummer of Florence. If you want to be a part of it, don't miss the next\nEuroPython!\n", "title": "EuroPython 2011" } diff --git a/europython-2012/category.json b/europython-2012/category.json index af4ef13380..bb0f5e47e9 100644 --- a/europython-2012/category.json +++ b/europython-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/21/EuroPython-2012", "description": "EuroPython is the official European conference about the Python\nprogramming language. It is aimed at everyone in the Python community,\nof all skill levels, both users and programmers.\n", "title": "EuroPython 2012" } diff --git a/europython-2014/category.json b/europython-2014/category.json index 468b6b3f33..32c8c7a745 100644 --- a/europython-2014/category.json +++ b/europython-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/54/EuroPython-2014", "description": "\"At EuroPython, you get to hear talks by open-source project authors\nthat you admire, and then you get to meet them and contribute back. It's\na thrilling experience, and a very inspiring one that has greatly\naffected my work in Python and open source.\" -- Audrey Roy Greenfeld,\nPrincipal, Cartwheel Web\n", "title": "EuroPython 2014" } diff --git a/euroscipy-2014/category.json b/euroscipy-2014/category.json index 6738d31a72..b1335d6489 100644 --- a/euroscipy-2014/category.json +++ b/euroscipy-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/61/EuroScipy-2014", "description": "The EuroSciPy meeting is a cross-disciplinary gathering focused on the\nuse and development of the Python language in scientific research. This\nevent strives to bring together both users and developers of scientific\ntools, as well as academic research and state of the art industry.\n", "title": "EuroSciPy 2014" } diff --git a/kiwi-pycon-2009/category.json b/kiwi-pycon-2009/category.json index a2ec712616..22ca905c5f 100644 --- a/kiwi-pycon-2009/category.json +++ b/kiwi-pycon-2009/category.json @@ -1,5 +1,4 @@ { - "alias": "category/4/Kiwi-PyCon-2009", "description": "Kiwi PyCon 2009 in Christchurch, New Zealand\n", "title": "Kiwi PyCon 2009" } diff --git a/kiwi-pycon-2013/category.json b/kiwi-pycon-2013/category.json index 8263273fcc..f73e5178be 100644 --- a/kiwi-pycon-2013/category.json +++ b/kiwi-pycon-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/43/Kiwi-PyCon-2013", "description": "Kiwi PyCon is an annual conference aimed at promoting and educating\npeople about the Python programming language.\n", "title": "Kiwi PyCon 2013" } diff --git a/kiwi-pycon-2014/category.json b/kiwi-pycon-2014/category.json index 98e8bada1e..29ff58bf4f 100644 --- a/kiwi-pycon-2014/category.json +++ b/kiwi-pycon-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/57/Kiwi-PyCon-2014", "description": "Kiwi PyCon is an annual conference aimed at promoting and educating\npeople about the Python programming language.\n", "title": "Kiwi PyCon 2014" } diff --git a/kiwi-pycon-2015/category.json b/kiwi-pycon-2015/category.json index 8a37fc2ea1..a5368915eb 100644 --- a/kiwi-pycon-2015/category.json +++ b/kiwi-pycon-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/76/Kiwi-PyCon-2015", "description": "Kiwi PyCon is an annual conference aimed at promoting and educating\npeople about the Python programming language.\n\nThe New Zealand Python User Group is proud to present the seventh\nnational Python conference in New Zealand.\n\nThe conference starts on Friday the 4th with a day mostly consisting of\ntutorials, followed by the usual format of two streams of talks on\nSaturday & Sunday the 5th & 6th of September.\n\nThis year, the conference takes place at The University of Canterbury\nwhich is in the Riccarton suburb near Christchurch CBD.\n", "title": "Kiwi PyCon 2015" } diff --git a/openstack-pycon-au-2013/category.json b/openstack-pycon-au-2013/category.json index 0e3ca75081..eadc1a9d17 100644 --- a/openstack-pycon-au-2013/category.json +++ b/openstack-pycon-au-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/40/OpenStack-Pycon-AU-2013", "description": "", "title": "OpenStack Pycon AU 2013" } diff --git a/pycon-apac-2014/category.json b/pycon-apac-2014/category.json index 88bd01ab40..725362a37b 100644 --- a/pycon-apac-2014/category.json +++ b/pycon-apac-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/59/PyCon-APAC-2014", "description": "PyCon APAC (Asia Pacific) is a conference organized by the Python\ncommunity and for the community. It is an annual convention that can be\nenjoyed by Python users of all experience levels, from new users to core\ndevelopers. The original PyCon was formed in North America in 2003, and\nnow there are many other conferences being run in the PyCon spirit\naround the world.\n", "title": "PyCon APAC 2014" } diff --git a/pycon-apac-2015/category.json b/pycon-apac-2015/category.json index 450f42d9b2..573e961114 100644 --- a/pycon-apac-2015/category.json +++ b/pycon-apac-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/68/PyCon-APAC-2015", "description": "PyCon APAC/TW 2015 is for pythonistas in Asia-Pacific and Taiwan. It is for Python enthusiasts of all experience levels, from new users to core developers. PyCon APAC/TW 2015 was hosted in Taipei.", "start_date": "2015-05-30", "title": "PyCon APAC 2015", diff --git a/pycon-ar-2014/category.json b/pycon-ar-2014/category.json index c4b42b1479..689a551178 100644 --- a/pycon-ar-2014/category.json +++ b/pycon-ar-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/63/PyCon-Ar-2014", "description": "Conferencia anual argentina de Python. En este evento nos encontramos\ndesarrolladores de todos los rincones del pa\u00eds, aprendices y expertos,\npythonistas y programadores de otros lenguajes, para asistir a talleres,\ncharlas y sprints, sumados a lo agradable de conocernos en persona. Te\nesperamos! La entrada es libre y gratuita :)\n", "title": "PyCon Ar 2014" } diff --git a/pycon-au-2010/category.json b/pycon-au-2010/category.json index 9d79d4669b..8c7ecbe420 100644 --- a/pycon-au-2010/category.json +++ b/pycon-au-2010/category.json @@ -1,5 +1,4 @@ { - "alias": "category/8/PyCon-AU-2010", "description": "PyCon Australia was held in Sydney on the weekend of the 26th and 27th\nof June at the Sydney Masonic Center; 66 Goulburn Street, Sydney.\n", "title": "PyCon AU 2010" } diff --git a/pycon-au-2011/category.json b/pycon-au-2011/category.json index 4553ff386f..3151cd414f 100644 --- a/pycon-au-2011/category.json +++ b/pycon-au-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/9/PyCon-AU-2011", "description": "PyCon Australia will be held in Sydney on the weekend of the 20th and\n21st of August at the Sydney Masonic Center; 66 Goulburn Street, Sydney.\nWe will be running sprints at the same venue after the conference on the\n22nd and 23rd of August.\n", "title": "PyCon AU 2011" } diff --git a/pycon-au-2012/category.json b/pycon-au-2012/category.json index 8372661316..4b9fa3bca9 100644 --- a/pycon-au-2012/category.json +++ b/pycon-au-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/30/PyCon-AU-2012", "description": "PyCon Australia is the national conference for users of the Python\nProgramming Language. For our third conference, we're heading south to\nHobart. We've got a fantastic weekend lined up, including two days of\nfun and informative sessions on every aspect of the Python ecosystem.\n", "title": "PyCon AU 2012" } diff --git a/pycon-au-2013/category.json b/pycon-au-2013/category.json index 7dfcb30cb1..77e01e6acc 100644 --- a/pycon-au-2013/category.json +++ b/pycon-au-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/38/PyCon-AU-2013", "description": "PyCon Australia is the national conference for professionals, students\nand enthusiasts who work with the Python Programming Language. PyCon\nAustralia 2013 was held at Wrest Point in Hobart, Tasmania.\n", "title": "PyCon AU 2013" } diff --git a/pycon-au-2014/category.json b/pycon-au-2014/category.json index 463fccae2e..0599e6a14c 100644 --- a/pycon-au-2014/category.json +++ b/pycon-au-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/56/PyCon-AU-2014", "description": "PyCon Australia is the national conference for the Python Programming\nCommunity, bringing together professional, student and enthusiast\ndevelopers with a love for developing with Python. PyCon Australia\ninforms the country\u2019s Python developers with presentations, tutorials\nand panel sessions by experts and core developers of Python, as well as\nthe libraries and frameworks that they rely on.\n", "title": "PyCon AU 2014" } diff --git a/pycon-au-2015/category.json b/pycon-au-2015/category.json index 8df7e48321..6e196a2c7a 100644 --- a/pycon-au-2015/category.json +++ b/pycon-au-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/80/PyCon-AU-2015", "description": "PyCon Australia is the national conference for the Python Programming\nCommunity, bringing together professional, student and enthusiast\ndevelopers with a love for developing with Python. PyCon Australia\ninforms the country\u2019s Python developers with presentations, tutorials\nand panel sessions by experts and core developers of Python, as well as\nthe libraries and frameworks that they rely on.\n", "title": "PyCon AU 2015" } diff --git a/pycon-ca-2012/category.json b/pycon-ca-2012/category.json index 9e8909b84d..53ab3d8a5c 100644 --- a/pycon-ca-2012/category.json +++ b/pycon-ca-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/25/PyCon-CA-2012", "description": "PyCon Canada is an initiative to strengthen the Canadian Python\ncommunity.\n\nOur main goals:\n\n::\n\n Support the efforts of Montreal Python as they prepare to host PyCon North America in 2014 and 2015. This is the first time that the main PyCon conference is going to be outside of the US. Let's take this opportunity to showcase the Canadian Python community, and step up to the challenge as speakers and volunteers.\n Strengthen the Canadian Python community by providing more opportunities for us to share knowledge and ideas, encourage support and education for speaking at conferences, and increase the visibility of developers, organizations, and companies within the community.\n Host an annual Canadian PyCon conference, starting now - 2012!\n\nPyCon Canada is entirely run by volunteers who are passionate about\nthese goals. We hope to see you at the 2012 conference!\n", "title": "PyCon CA 2012" } diff --git a/pycon-ca-2013/category.json b/pycon-ca-2013/category.json index c4ecd2ab47..dac0be94a4 100644 --- a/pycon-ca-2013/category.json +++ b/pycon-ca-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/42/PyCon-CA-2013", "description": "Our main goals:\n\nSupport the efforts of Montreal Python as they prepare to host PyCon\nNorth America in 2014 and 2015. This is the first time that the main\nPyCon conference is going to be outside of the US. Let's take this\nopportunity to showcase the Canadian Python community, and step up to\nthe challenge as speakers and volunteers.\n\nStrengthen the Canadian Python community by providing more opportunities\nfor us to share knowledge and ideas, encourage support and education for\nspeaking at conferences, and increase the visibility of developers,\norganizations, and companies within the community.\n\nPyCon Canada is entirely run by volunteers who are passionate about\nthese goals.\n", "title": "PyCon CA 2013" } diff --git a/pycon-de-2011/category.json b/pycon-de-2011/category.json index 572a76f999..e22228eac1 100644 --- a/pycon-de-2011/category.json +++ b/pycon-de-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/53/PyCon-DE-2011", "description": "", "title": "PyCon DE 2011" } diff --git a/pycon-de-2012/category.json b/pycon-de-2012/category.json index 3253b4cd46..e7ad9589a5 100644 --- a/pycon-de-2012/category.json +++ b/pycon-de-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/24/PyCon-DE-2012", "description": "", "title": "PyCon DE 2012" } diff --git a/pycon-de-2013/category.json b/pycon-de-2013/category.json index ce13adf238..6143597435 100644 --- a/pycon-de-2013/category.json +++ b/pycon-de-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/44/PyCon-DE-2013", "description": "", "title": "PyCon DE 2013" } diff --git a/pycon-fr-2013/category.json b/pycon-fr-2013/category.json index 879ebacf2a..bc0aecc32c 100644 --- a/pycon-fr-2013/category.json +++ b/pycon-fr-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/73/PyCon-FR-2013", "description": "", "title": "PyCon FR 2013" } diff --git a/pycon-italia-2015/category.json b/pycon-italia-2015/category.json index a160c0c82c..0d4dfc7048 100644 --- a/pycon-italia-2015/category.json +++ b/pycon-italia-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/69/PyCon-Italia-2015", "description": "PyCon Italia \u00e8 la conferenza nazionale che raccoglie professionisti,\nricercatori e appassionati del linguaggio di programmazione pi\u00f9 bello\nche ci sia. Nella splendida cornice di Firenze, PyCon \u00e8 un weekend per\nimparare, confrontarsi e scoprire.\n", "title": "PyCon Italia 2015" } diff --git a/pycon-se-2015/category.json b/pycon-se-2015/category.json index a7a51c8825..f852d692c9 100644 --- a/pycon-se-2015/category.json +++ b/pycon-se-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/70/PyCon-SE-2015", "description": "", "title": "PyCon SE 2015" } diff --git a/pycon-ukraine-2014/category.json b/pycon-ukraine-2014/category.json index f9bb79132e..18892209b9 100644 --- a/pycon-ukraine-2014/category.json +++ b/pycon-ukraine-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/62/PyCon-Ukraine-2014", "description": "PyCon Ukraine is an independent, community-run, community-controlled and\nnot-for-profit conference dedicated to the Python programming language,\nPython applications, toolkits and frameworks and other \"related\"\ntechnologies \u2014 databases, GIS, high-load systems. It also features the\nplace for socialization of the Ukrainian Python users. It is organised\nby the Kyiv Python User Group, Lviv PUG and Kharkiv PUG.\n", "title": "PyCon Ukraine 2014" } diff --git a/pycon-us-2009/category.json b/pycon-us-2009/category.json index 078a595868..a4a26681f7 100644 --- a/pycon-us-2009/category.json +++ b/pycon-us-2009/category.json @@ -1,5 +1,4 @@ { - "alias": "category/5/PyCon-US-2009", "description": "PyCon US 2009 in Atlanta, GA\n", "title": "PyCon US 2009" } diff --git a/pycon-us-2010/category.json b/pycon-us-2010/category.json index ce03fa49a7..9d4c3e302e 100644 --- a/pycon-us-2010/category.json +++ b/pycon-us-2010/category.json @@ -1,5 +1,4 @@ { - "alias": "category/6/PyCon-US-2010", "description": "PyCon US 2010 in Atlanta, GA\n", "title": "PyCon US 2010" } diff --git a/pycon-us-2011/category.json b/pycon-us-2011/category.json index 7cc34922f4..03939710a9 100644 --- a/pycon-us-2011/category.json +++ b/pycon-us-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/7/PyCon-US-2011", "description": "The Python Software Foundation is proud to present the annual Python\ncommunity conference, PyCon 2011. PyCon 2011 will be held March 9th\nthrough the 17th, 2011 in Atlanta, Georgia. The PyCon conference days\nwill be March 11-13, preceded by two tutorial days (March 9-10), and\nfollowed by four days of development sprints (March 14-17th).\n", "title": "PyCon US 2011" } diff --git a/pycon-us-2012/category.json b/pycon-us-2012/category.json index aed64086ba..9f39f5ef85 100644 --- a/pycon-us-2012/category.json +++ b/pycon-us-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/17/PyCon-US-2012", "description": "PyCon is the largest annual gathering for the community using and\ndeveloping the open-source Python programming language. PyCon is\norganized by the Python community for the community. We try to keep\nregistration far cheaper than most comparable technology conferences, to\nkeep PyCon accessible to the widest group possible. PyCon is a diverse\nconference dedicated to providing an enjoyable experience to everyone.\nOur code of conduct is intended to help everyone maintain the PyCon\nspirit. We thank all attendees and staff for observing it.\n\nPyCon has an amazing variety of speakers, subjects and keynote speakers\n", "title": "PyCon US 2012" } diff --git a/pycon-us-2013/category.json b/pycon-us-2013/category.json index 02375db82d..029d86098c 100644 --- a/pycon-us-2013/category.json +++ b/pycon-us-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/33/PyCon-US-2013", "description": "The largest annual gathering for the community using and developing the\nopen-source Python programming language.\n", "title": "PyCon US 2013" } diff --git a/pycon-us-2014/category.json b/pycon-us-2014/category.json index 630b5b271d..d5c5dce1a2 100644 --- a/pycon-us-2014/category.json +++ b/pycon-us-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/50/PyCon-US-2014", "description": "PyCon is the largest annual gathering for the community using and\ndeveloping the open-source Python programming language. It is produced\nand underwritten by the Python Software Foundation, the 501(c)(3)\nnonprofit organization dedicated to advancing and promoting Python.\nThrough PyCon, the PSF advances its mission of growing the international\ncommunity of Python programmers.\n\nBecause PyCon is backed by the non-profit PSF, we keep registration\ncosts much lower than comparable technology conferences so that PyCon\nremains accessible to the widest group possible. The PSF also pays for\nthe ongoing development of the software that runs PyCon and makes it\navailable under a liberal open source license.\n\nPyCon is a diverse conference dedicated to providing an enjoyable\nexperience to everyone. Help us do this by following our code of\nconduct.\n", "title": "PyCon US 2014" } diff --git a/pycon-us-2015/category.json b/pycon-us-2015/category.json index dafb5eacc2..e9563f12e2 100644 --- a/pycon-us-2015/category.json +++ b/pycon-us-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/65/PyCon-US-2015", "description": "PyCon is the largest annual gathering for the community using and\ndeveloping the open-source Python programming language. `PyCon is\norganized by the Python community for the\ncommunity `__. We try to\nkeep registration far cheaper than most comparable technology\nconferences, to keep PyCon accessible to the widest group possible.\nPyCon is a `diverse `__\nconference dedicated to providing an enjoyable experience to everyone.\nOur `code of\nconduct `__ is intended\nto help everyone maintain the PyCon spirit. We thank all attendees and\nstaff for observing it.\n\nSlides can be found at: https://speakerdeck.com/pycon2015 and\nhttps://github.com/PyCon/2015-slides\n\nCaptions: https://archive.org/details/PyconUs2015Captions\n", "title": "PyCon US 2015" } diff --git a/pycon-za-2012/category.json b/pycon-za-2012/category.json index 9950bd4f5d..a2c61b7722 100644 --- a/pycon-za-2012/category.json +++ b/pycon-za-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/79/PyCon-ZA-2012", "description": "PyConZA is the annual gathering of the South African community using and\ndeveloping the open-source Python programming language. PyConZA is\norganized by the Python community for the community. We'd like PyConZA\nto be accessible to as many people as possible and to foster unique\nsolutions to the challenges we face in Africa.\n", "title": "PyCon ZA 2012" } diff --git a/pycon-za-2013/category.json b/pycon-za-2013/category.json index 947f894cb4..8fb22a5078 100644 --- a/pycon-za-2013/category.json +++ b/pycon-za-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/78/PyCon-ZA-2013", "description": "PyConZA is the annual gathering of the South African community using and\ndeveloping the open-source Python programming language. PyConZA is\norganized by the Python community for the community. We'd like PyConZA\nto be accessible to as many people as possible and to foster unique\nsolutions to the challenges we face in Africa.\n", "title": "PyCon ZA 2013" } diff --git a/pycon-za-2014/category.json b/pycon-za-2014/category.json index 7c1ccf67b6..13260ea633 100644 --- a/pycon-za-2014/category.json +++ b/pycon-za-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/75/PyCon-ZA-2014", "description": "PyConZA is the annual gathering of the South African community using and\ndeveloping the open-source Python programming language. PyConZA is\norganized by the Python community for the community. We'd like PyConZA\nto be accessible to as many people as possible and to foster unique\nsolutions to the challenges we face in Africa.\n", "title": "PyCon ZA 2014" } diff --git a/pycon-za-2015/category.json b/pycon-za-2015/category.json index 4258c2a363..e6dc302ba1 100644 --- a/pycon-za-2015/category.json +++ b/pycon-za-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/77/PyCon-ZA-2015", "description": "PyConZA is the annual gathering of the South African community using and\ndeveloping the open-source Python programming language. PyConZA is\norganized by the Python community for the community. We'd like PyConZA\nto be accessible to as many people as possible and to foster unique\nsolutions to the challenges we face in Africa.\n", "title": "PyCon ZA 2015" } diff --git a/pydata-berlin-2014/category.json b/pydata-berlin-2014/category.json index 05115bfbed..2728c8deaf 100644 --- a/pydata-berlin-2014/category.json +++ b/pydata-berlin-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/55/PyData-Berlin-2014", "description": "PyData conferences are a gathering of users and developers of data\nanalysis tools in Python. The goals are to provide Python enthusiasts a\nplace to share ideas and learn from each other about how best to apply\nthe language and tools to ever-evolving challenges in the vast realm of\ndata management, processing, analytics, and visualization.\n", "title": "PyData Berlin 2014" } diff --git a/pydata-paris-2015/category.json b/pydata-paris-2015/category.json index 6a833ecaad..351c062e7c 100644 --- a/pydata-paris-2015/category.json +++ b/pydata-paris-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/66/PyData-Paris-2015", "description": "A conference for developers and users of Python data tools\n", "title": "PyData Paris 2015" } diff --git a/pydata/category.json b/pydata/category.json index 7990eddebc..6d61d7d6a2 100644 --- a/pydata/category.json +++ b/pydata/category.json @@ -1,5 +1,4 @@ { - "alias": "category/18/PyData", "description": "The PyData conference and workshop is a semi-annual event for\nscientists, engineers, and data analysts in the Python community. The\nconference focuses on techniques and tools for management, analytics,\nand visualization of data of different types and sizes with particular\nemphasis on big data.\n", "title": "PyData" } diff --git a/pygotham-2011/category.json b/pygotham-2011/category.json index fdf9e64a05..0dd9408d95 100644 --- a/pygotham-2011/category.json +++ b/pygotham-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/10/PyGotham-2011", "description": "An eclectic Py-centric tech conference, not just Python.\n", "title": "PyGotham 2011" } diff --git a/pygotham-2012/category.json b/pygotham-2012/category.json index df4e96a710..60afe456cf 100644 --- a/pygotham-2012/category.json +++ b/pygotham-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/48/PyGotham-2012", "description": "", "start_date": null, "title": "PyGotham 2012", diff --git a/pygotham-2014/category.json b/pygotham-2014/category.json index fb35b2bee9..a1490c8e48 100644 --- a/pygotham-2014/category.json +++ b/pygotham-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/60/PyGotham-2014", "description": "", "title": "PyGotham 2014" } diff --git a/pygotham-2015/category.json b/pygotham-2015/category.json index 183111aa4d..366fa9309f 100644 --- a/pygotham-2015/category.json +++ b/pygotham-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/74/PyGotham-2015", "description": "", "title": "PyGotham 2015" } diff --git a/pyohio-2010/category.json b/pyohio-2010/category.json index 990f8fed3d..dbbe42a492 100644 --- a/pyohio-2010/category.json +++ b/pyohio-2010/category.json @@ -1,5 +1,4 @@ { - "alias": "category/11/PyOhio-2010", "description": "PyOhio is an annual conference for Python programmers in and around\nOhio. PyOhio 2010, the third annual conference, will take place July 31\n- August 1, 2010 at Ohio State University's Ohio Union.\n", "title": "PyOhio 2010" } diff --git a/pyohio-2011/category.json b/pyohio-2011/category.json index 9e40234550..a322250c10 100644 --- a/pyohio-2011/category.json +++ b/pyohio-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/12/PyOhio-2011", "description": "PyOhio is a free (thanks sponsors!) annual conference for Python\nprogrammers in and around Ohio and the entire Midwest.\n", "title": "PyOhio 2011" } diff --git a/pyohio-2012/category.json b/pyohio-2012/category.json index a5873b40a2..85a5e39ce7 100644 --- a/pyohio-2012/category.json +++ b/pyohio-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/22/PyOhio-2012", "description": "PyOhio is a free (thanks sponsors!) annual conference for Python\nprogrammers in and around Ohio and the entire Midwest.\n", "title": "PyOhio 2012" } diff --git a/pyohio-2013/category.json b/pyohio-2013/category.json index 89ce9fa562..09a55fb8dd 100644 --- a/pyohio-2013/category.json +++ b/pyohio-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/41/PyOhio-2013", "description": "PyOhio is a free (thanks sponsors!) annual conference for Python\nprogrammers in and around Ohio and the entire Midwest.\n", "title": "PyOhio 2013" } diff --git a/pyohio-2014/category.json b/pyohio-2014/category.json index 18d38e9101..ad0893713f 100644 --- a/pyohio-2014/category.json +++ b/pyohio-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/52/PyOhio-2014", "description": "PyOhio is a free (thanks sponsors!) annual conference for Python\nprogrammers in and around Ohio and the entire Midwest.\n", "title": "PyOhio 2014" } diff --git a/pyohio-2015/category.json b/pyohio-2015/category.json index 3ccb453e57..9273614e9e 100644 --- a/pyohio-2015/category.json +++ b/pyohio-2015/category.json @@ -1,5 +1,4 @@ { - "alias": "category/72/PyOhio-2015", "description": "A free annual conference for Python programmers in and around Ohio, the\nentire Midwest, maybe even the whole world.\n", "title": "PyOhio 2015" } diff --git a/pyohio-2016/category.json b/pyohio-2016/category.json index db61ae899b..e724fec878 100644 --- a/pyohio-2016/category.json +++ b/pyohio-2016/category.json @@ -1,5 +1,4 @@ { - "alias": "category/81/PyOhio-2016", "description": "A free annual conference for Python programmers in and around Ohio, the\nentire Midwest, maybe even the whole world.\n", "title": "PyOhio 2016" } diff --git a/pytexas-2011/category.json b/pytexas-2011/category.json index 1dac7c8d79..e07f59e236 100644 --- a/pytexas-2011/category.json +++ b/pytexas-2011/category.json @@ -1,5 +1,4 @@ { - "alias": "category/13/PyTexas-2011", "description": "PyTexas 2011, the fourth annual free Python programming conference for\nTexas and the surrounding region, will take place Saturday September 10\nand Sunday September 11, 2011 at Texas A&M; University in College\nStation, Texas.\n", "title": "PyTexas 2011" } diff --git a/pytexas-2014/category.json b/pytexas-2014/category.json index 1247c66be1..a0ee3f0377 100644 --- a/pytexas-2014/category.json +++ b/pytexas-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/58/PyTexas-2014", "description": "PyTexas is the annual, regional gathering for the Python community in\nTexas. PyTexas is organized and run by community volunteers. PyTexas,\nlike most of the Python community, is focused on providing a diverse and\nenjoyable experience for everyone interested in Python.\n", "title": "PyTexas 2014" } diff --git a/redirects.txt b/redirects.txt new file mode 100644 index 0000000000..df6e7fe91f --- /dev/null +++ b/redirects.txt @@ -0,0 +1,69 @@ +/category/1/DjangoCon-2009 /events/djangocon-2009.html +/category/2/DjangoCon-2010 /events/djangocon-2010.html +/category/3/DjangoCon-2011 /events/djangocon-2011.html +/category/4/Kiwi-PyCon-2009 /events/kiwi-pycon-2009.html +/category/5/PyCon-US-2009 /events/pycon-us-2009.html +/category/6/PyCon-US-2010 /events/pycon-us-2010.html +/category/7/PyCon-US-2011 /events/pycon-us-2011.html +/category/8/PyCon-AU-2010 /events/pycon-au-2010.html +/category/9/PyCon-AU-2011 /events/pycon-au-2011.html +/category/10/PyGotham-2011 /events/pygotham-2011.html +/category/11/PyOhio-2010 /events/pyohio-2010.html +/category/12/PyOhio-2011 /events/pyohio-2011.html +/category/13/PyTexas-2011 /events/pytexas-2011.html +/category/14/ChiPy /events/chipy.html +/category/17/PyCon-US-2012 /events/pycon-us-2012.html +/category/18/PyData /events/pydata.html +/category/19/EuroPython-2011 /events/europython-2011.html +/category/20/SciPy-2012 /events/scipy-2012.html +/category/21/EuroPython-2012 /events/europython-2012.html +/category/22/PyOhio-2012 /events/pyohio-2012.html +/category/23/DjangoCon-2012 /events/djangocon-2012.html +/category/24/PyCon-DE-2012 /events/pycon-de-2012.html +/category/25/PyCon-CA-2012 /events/pycon-ca-2012.html +/category/30/PyCon-AU-2012 /events/pycon-au-2012.html +/category/33/PyCon-US-2013 /events/pycon-us-2013.html +/category/33/PyCon-US-2013 /events/pycon-us-2013.html +/category/34/Chicago-Djangonauts /events/chicago-djangonauts.html +/category/37/SciPy-2013 /events/scipy-2013.html +/category/38/PyCon-AU-2013 /events/pycon-au-2013.html +/category/39/DjangoCon-AU-2013 /events/djangocon-au-2013.html +/category/40/OpenStack-Pycon-AU-2013 /events/openstack-pycon-au-2013.html +/category/41/PyOhio-2013 /events/pyohio-2013.html +/category/42/PyCon-CA-2013 /events/pycon-ca-2013.html +/category/43/Kiwi-PyCon-2013 /events/kiwi-pycon-2013.html +/category/44/PyCon-DE-2013 /events/pycon-de-2013.html +/category/46/DjangoCon-EU-2010 /events/djangocon-eu-2010.html +/category/47/DjangoCon-EU-2011 /events/djangocon-eu-2011.html +/category/48/PyGotham-2012 /events/pygotham-2012.html +/category/50/PyCon-US-2014 /events/pycon-us-2014.html +/category/51/SciPy-2014 /events/scipy-2014.html +/category/52/PyOhio-2014 /events/pyohio-2014.html +/category/53/PyCon-DE-2011 /events/pycon-de-2011.html +/category/54/EuroPython-2014 /events/europython-2014.html +/category/55/PyData-Berlin-2014 /events/pydata-berlin-2014.html +/category/56/PyCon-AU-2014 /events/pycon-au-2014.html +/category/57/Kiwi-PyCon-2014 /events/kiwi-pycon-2014.html +/category/58/PyTexas-2014 /events/pytexas-2014.html +/category/59/PyCon-APAC-2014 /events/pycon-apac-2014.html +/category/60/PyGotham-2014 /events/pygotham-2014.html +/category/61/EuroScipy-2014 /events/euroscipy-2014.html +/category/62/PyCon-Ukraine-2014 /events/pycon-ukraine-2014.html +/category/63/PyCon-Ar-2014 /events/pycon-ar-2014.html +/category/64/Twitter-University-2014 /events/twitter-university-2014.html +/category/65/PyCon-US-2015 /events/pycon-us-2015.html +/category/66/PyData-Paris-2015 /events/pydata-paris-2015.html +/category/68/PyCon-APAC-2015 /events/pycon-apac-2015.html +/category/69/PyCon-Italia-2015 /events/pycon-italia-2015.html +/category/70/PyCon-SE-2015 /events/pycon-se-2015.html +/category/71/Django-Birthday /events/django-birthday.html +/category/72/PyOhio-2015 /events/pyohio-2015.html +/category/73/PyCon-FR-2013 /events/pycon-fr-2013.html +/category/74/PyGotham-2015 /events/pygotham-2015.html +/category/75/PyCon-ZA-2014 /events/pycon-za-2014.html +/category/76/Kiwi-PyCon-2015 /events/kiwi-pycon-2015.html +/category/77/PyCon-ZA-2015 /events/pycon-za-2015.html +/category/78/PyCon-ZA-2013 /events/pycon-za-2013.html +/category/79/PyCon-ZA-2012 /events/pycon-za-2012.html +/category/80/PyCon-AU-2015 /events/pycon-au-2015.html +/category/81/PyOhio-2016 /events/pyohio-2016.html diff --git a/scipy-2012/category.json b/scipy-2012/category.json index 039a6a68c4..608b2d32b0 100644 --- a/scipy-2012/category.json +++ b/scipy-2012/category.json @@ -1,5 +1,4 @@ { - "alias": "category/20/SciPy-2012", "description": "SciPy 2012, the eleventh annual Scientific Computing with Python\nconference, was held this July in Austin, Texas. SciPy is a community\ndedicated to the advancement of scientific computing through open source\nPython software for mathematics, science, and engineering. The annual\nSciPy Conference allows participants from both academic and commercial\norganizations to showcase their latest projects, learn from skilled\nusers and developers, and collaborate on code development.\n", "title": "SciPy 2012" } diff --git a/scipy-2013/category.json b/scipy-2013/category.json index c7b2ca6ea7..8d3f03d76a 100644 --- a/scipy-2013/category.json +++ b/scipy-2013/category.json @@ -1,5 +1,4 @@ { - "alias": "category/37/SciPy-2013", "description": "SciPy 2013, the twelfth annual Scientific Computing with Python\nconference, was held June 24th-29th 2013 in Austin, Texas. SciPy is a\ncommunity dedicated to the advancement of scientific computing through\nopen source Python software for mathematics, science, and engineering.\nThe annual SciPy Conference allows participants from academic,\ncommercial, and governmental organizations to showcase their latest\nprojects, learn from skilled users and developers, and collaborate on\ncode development.\n", "title": "SciPy 2013" } diff --git a/scipy-2014/category.json b/scipy-2014/category.json index ed81896fa3..be5338dabd 100644 --- a/scipy-2014/category.json +++ b/scipy-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/51/SciPy-2014", "description": "SciPy is a community dedicated to the advancement of scientific\ncomputing through open source Python software for mathematics, science,\nand engineering. The annual SciPy Conference allows participants from\nall types of organizations to showcase their latest projects, learn from\nskilled users and developers, and collaborate on code development.\n", "title": "SciPy 2014" } diff --git a/twitter-university-2014/category.json b/twitter-university-2014/category.json index 32d55d7de1..8c022b3621 100644 --- a/twitter-university-2014/category.json +++ b/twitter-university-2014/category.json @@ -1,5 +1,4 @@ { - "alias": "category/64/Twitter-University-2014", "description": "", "title": "Twitter University 2014" }