Skip to content
CSS JavaScript HTML Python Other
Branch: master
Clone or download
Latest commit 6a36443 Jan 1, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add PR template Sep 11, 2019
_includes Make font a time bit bolder. May 7, 2017
_practicalities
_sections
assets Add Bottleneck project Dec 31, 2019
img Run optipng on img/ May 4, 2019
practicalities 'finish up practicalities' Apr 17, 2017
scripts
.gitignore Start working on the practicalities section. Nov 21, 2016
CNAME
COPYING.md
Gemfile
README.md Update Readme. Nov 23, 2019
_config.yml
combo.css Be friendlier with SVG logos, Jun 20, 2019
index.html enable https on all the URLs that can be Jul 14, 2016
site.js Merge pull request #276 from Kami/add_apache_libcloud Dec 2, 2019

README.md

A pledge to migrate to Python 3.

This is the main website for a pledge to stop supporting Python 2 for free in open source software.

Run locally

Install Jekyll : gem install jekyll, gem install github-pages

Clone this locally, cd in the newly created directory.

Run jekyll serve -w in one terminal, open your browser to localhost:4000.

Modify the various files, refresh your browser and enjoy.

PRs welcomed.

Add your project

If you just want to add your project to the list of participating projects, add a line in the list of participating projects. It's markdown so feel free to just list your project name or add a link, and make a pull request. You should even be able to edit it online.

There is no need to install Jekyll: A check creating a preview will be run on your pull request. Please check this preview.

Add timeline information

The front page also has a timeline chart, with past release dates and future (planned) releases. You can also add your project there, if you have a specific date where you plan to drop Python 2 support.

See site.js around line 100 to see how to add this kind of data.

Base template

This site is based on github.com/t413/SinglePaged.

You can’t perform that action at this time.