File: README.md

package info (click to toggle)
fpdf2 2.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,352 kB
  • sloc: python: 50,410; sh: 133; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributors map

The `build_contributors_html_page.py` script queries the GitHub v3 API
in order to generate the web page [`contributors.html`](https://py-pdf.github.io/fpdf2/contributors.html)
with all the locations of `fpdf2` contributors that included such information on their profile page.

Then the `contributors.html` page uses [LeafletJS](https://leafletjs.com)
and [Leaflet Control Geocoder](https://github.com/perliedman/leaflet-control-geocoder)
in order to place all contributors on a world map.

As of January 2023, the map looks like this (click on it to access the up-to-date online version):

[![Contributors map](contributors-map-small.png)](https://py-pdf.github.io/fpdf2/contributors.html)

The page is built by the [GitHub Actions pipeline](https://github.com/py-pdf/fpdf2/blob/master/.github/workflows/continuous-integration-workflow.yml)
on every push on the `master` branch, and deployed on the project dedicated [GitHub page](https://pages.github.com).

The code in this directory can be freely re-used.
It is under [CC-0 license](https://creativecommons.org/publicdomain/zero/1.0/deed.en).