├── .all-contributorsrc ├── .github └── workflows │ ├── jekyll-build-pages.yml │ ├── jekyll-gh-pages.yml │ └── jekyll.yml ├── .gitignore ├── .ruby-version ├── CNAME ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Gemfile ├── LICENSE ├── README.md ├── _config.yml ├── _data ├── allsponsorships.json ├── commercial.csv ├── fiscalhost-map.json ├── foundation-template.md ├── foundations-schema.json ├── fsfe_map.json ├── kde_map.json ├── lf_map.json ├── openstack_map.json ├── p990 │ ├── 010908761.json │ ├── 042888848.json │ ├── 043091431.json │ ├── 043572618.json │ ├── 043585301.json │ ├── 043594598.json │ ├── 113390208.json │ ├── 134134071.json │ ├── 200049703.json │ ├── 200097189.json │ ├── 200105056.json │ ├── 200141248.json │ ├── 202630593.json │ ├── 203310501.json │ ├── 205118023.json │ ├── 205498932.json │ ├── 208743186.json │ ├── 222868942.json │ ├── 251720375.json │ ├── 260447503.json │ ├── 261643504.json │ ├── 262194507.json │ ├── 262708549.json │ ├── 263316567.json │ ├── 270596562.json │ ├── 271138640.json │ ├── 300040446.json │ ├── 300109876.json │ ├── 300845638.json │ ├── 383536536.json │ ├── 412165986.json │ ├── 412203632.json │ ├── 453630872.json │ ├── 454547709.json │ ├── 455230545.json │ ├── 460503801.json │ ├── 460618689.json │ ├── 460830259.json │ ├── 462060554.json │ ├── 464736052.json │ ├── 470825376.json │ ├── 471136085.json │ ├── 471491876.json │ ├── 471709705.json │ ├── 472119192.json │ ├── 473151229.json │ ├── 475236502.json │ ├── 562468025.json │ ├── 651145050.json │ ├── 721613215.json │ ├── 743183459.json │ ├── 770555413.json │ ├── 814004928.json │ ├── 815480308.json │ ├── 822037583.json │ ├── 824506840.json │ ├── 833185247.json │ ├── 841545163.json │ ├── 841611178.json │ ├── 841730246.json │ ├── 841786969.json │ ├── 843126447.json │ ├── 843279550.json │ ├── 843661535.json │ ├── 854376974.json │ ├── 862536664.json │ ├── 862791864.json │ ├── 863131901.json │ ├── 882116913.json │ ├── 882382127.json │ ├── 912037395.json │ └── foundations_990_common.csv ├── projects-asf.csv ├── projects-numfocus.csv ├── projects-sfc.csv ├── projects-spi.csv ├── python_map.json ├── research │ ├── drupal-credits.csv │ └── foundations-to-add.csv ├── sponsorship-levels.json ├── sponsorshiplevels-schema.json ├── sponsorships-schema.json ├── sponsorships │ ├── adelielinux.json │ ├── archlinux.json │ ├── asf.json │ ├── aswf.json │ ├── cd.json │ ├── cncf.json │ ├── debian.json │ ├── drupal.json │ ├── finos.json │ ├── freebsd.json │ ├── fsfe.json │ ├── gentoo.json │ ├── gnome.json │ ├── graphql.json │ ├── haskell.json │ ├── hyperledger.json │ ├── jsfoundation.json │ ├── kde.json │ ├── lf.json │ ├── lfai.json │ ├── lfenergy.json │ ├── llvm.json │ ├── numfocus.json │ ├── openmainframe.json │ ├── openssf.json │ ├── openstack.json │ ├── openstreetmap.json │ ├── org-funding.json │ ├── osgeo.json │ ├── osi.json │ ├── owasp.json │ ├── plone.json │ ├── postgresql.json │ ├── python.json │ ├── rails.json │ ├── raspberrypi.json │ ├── sfc.json │ ├── spi.json │ └── sponsor-counts.json └── taxes │ └── uk-1129409.json ├── _entities └── cncf.md ├── _foundations ├── almalinux.md ├── apereo.md ├── asf.md ├── benetech.md ├── biobricks.md ├── blender.md ├── bytecode.md ├── clojuriststogether.md ├── commonhaus.md ├── creativecommons.md ├── djangeventsna.md ├── django.md ├── dotnet.md ├── drupal.md ├── eclipse.md ├── eff.md ├── erlef.md ├── ffpc.md ├── freebsd.md ├── fsf.md ├── fsfe.md ├── fsfse.md ├── fsharp.md ├── gentoo.md ├── gnome.md ├── haiku.md ├── haskell.md ├── idcommons.md ├── isc.md ├── joomla.md ├── kde.md ├── kuali.md ├── lf.md ├── lfcharities.md ├── linuxkernel.md ├── list.json ├── llvm.md ├── lpi_org.md ├── matrix.md ├── mozilla.md ├── netbsd.md ├── numfocus.md ├── oasis.md ├── ocf.md ├── oeglobal.md ├── oisf.md ├── olpc.md ├── omsf.md ├── opencompute.md ├── openconnectivity.md ├── openhomefoundation.md ├── openid.md ├── openjsf.md ├── openrobotics.md ├── openstack.md ├── openstreetmap.md ├── opentechfund.md ├── opentransit.md ├── osc.md ├── oset.md ├── osgeo.md ├── osi.md ├── ow2_org.md ├── owasp.md ├── pculture.md ├── perl.md ├── plone.md ├── postgresql.md ├── processingfoundation.md ├── python.md ├── rails.md ├── raspberrypi.md ├── raspberrypina.md ├── rubycentral.md ├── rust.md ├── sahana.md ├── scale.md ├── sfc.md ├── sflc.md ├── signal.md ├── spi.md ├── tdf.md ├── techmatters.md ├── tug.md ├── wikimedia.md ├── wordpress.md ├── xiph.md └── xmpp.md ├── _includes ├── commercial-single.html ├── csvtable.html ├── foundation-fields.html ├── foundation-list-nav.html ├── foundation-postamble.html ├── foundation-preamble.html ├── foundation-single.html ├── nav_footer_custom.html ├── report-listitem.html ├── subproject-single.html └── subproject.html ├── _layouts ├── categories.html ├── commercial.html ├── entity.html ├── foundation.html ├── foundations.html ├── report.html ├── reports.html ├── research.html ├── sponsorship.html └── sponsorships.html ├── _pages ├── 404.md ├── about.md ├── budgets.md ├── categories.md ├── colophon.md ├── commercial.md ├── data.md ├── entities.md ├── fdnmodel.md ├── fiscalsponsor.md ├── index.md ├── listing.md ├── models.md ├── openapi.md ├── projects-asf.md ├── projects-numfocus.md ├── projects-processingfoundation.md ├── projects-sfc.md ├── projects-spi.md ├── projects.md ├── reports.md ├── research.md ├── resources.md ├── roadmap.md ├── sponsorships.md ├── taxes.md └── workflow.md ├── _reports └── coc.md ├── _sponsorships ├── adelielinux.md ├── archlinux.md ├── ardupilot.md ├── asf.md ├── aswf.md ├── cd.md ├── cncf.md ├── debian.md ├── drupal.md ├── eclipse.md ├── finos.md ├── freebsd.md ├── fsfe.md ├── gentoo.md ├── gnome.md ├── graphql.md ├── haskell.md ├── hyperledger.md ├── jsfoundation.md ├── kde.md ├── lf.md ├── lfai.md ├── lfenergy.md ├── llvm.md ├── numfocus.md ├── openmainframe.md ├── openssf.md ├── openstack.md ├── openstreetmap.md ├── osgeo.md ├── osi.md ├── owasp.md ├── plone.md ├── postgresql.md ├── python.md ├── rails.md ├── raspberrypi.md ├── sfc.md └── spi.md ├── assets ├── ruby │ ├── coc_report.rb │ ├── foundation_reporter.rb │ ├── openapi_builder.rb │ ├── schema_utils.rb │ ├── scrapers.rb │ ├── sponsor_reports.rb │ └── sponsor_utils.rb └── script │ └── build_liquid └── openapi ├── index.html └── v1 ├── foundation-schema.yaml └── openapi.yaml /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.github/workflows/jekyll-build-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/.github/workflows/jekyll-build-pages.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/.github/workflows/jekyll.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/.gitignore -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.3.0 -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | fossfoundation.info -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/allsponsorships.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/allsponsorships.json -------------------------------------------------------------------------------- /_data/commercial.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/commercial.csv -------------------------------------------------------------------------------- /_data/fiscalhost-map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/fiscalhost-map.json -------------------------------------------------------------------------------- /_data/foundation-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/foundation-template.md -------------------------------------------------------------------------------- /_data/foundations-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/foundations-schema.json -------------------------------------------------------------------------------- /_data/fsfe_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/fsfe_map.json -------------------------------------------------------------------------------- /_data/kde_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/kde_map.json -------------------------------------------------------------------------------- /_data/lf_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/lf_map.json -------------------------------------------------------------------------------- /_data/openstack_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/openstack_map.json -------------------------------------------------------------------------------- /_data/p990/010908761.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/010908761.json -------------------------------------------------------------------------------- /_data/p990/042888848.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/042888848.json -------------------------------------------------------------------------------- /_data/p990/043091431.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/043091431.json -------------------------------------------------------------------------------- /_data/p990/043572618.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/043572618.json -------------------------------------------------------------------------------- /_data/p990/043585301.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/043585301.json -------------------------------------------------------------------------------- /_data/p990/043594598.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/043594598.json -------------------------------------------------------------------------------- /_data/p990/113390208.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/113390208.json -------------------------------------------------------------------------------- /_data/p990/134134071.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/134134071.json -------------------------------------------------------------------------------- /_data/p990/200049703.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/200049703.json -------------------------------------------------------------------------------- /_data/p990/200097189.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/200097189.json -------------------------------------------------------------------------------- /_data/p990/200105056.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/200105056.json -------------------------------------------------------------------------------- /_data/p990/200141248.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/200141248.json -------------------------------------------------------------------------------- /_data/p990/202630593.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/202630593.json -------------------------------------------------------------------------------- /_data/p990/203310501.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/203310501.json -------------------------------------------------------------------------------- /_data/p990/205118023.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/205118023.json -------------------------------------------------------------------------------- /_data/p990/205498932.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/205498932.json -------------------------------------------------------------------------------- /_data/p990/208743186.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/208743186.json -------------------------------------------------------------------------------- /_data/p990/222868942.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/222868942.json -------------------------------------------------------------------------------- /_data/p990/251720375.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/251720375.json -------------------------------------------------------------------------------- /_data/p990/260447503.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/260447503.json -------------------------------------------------------------------------------- /_data/p990/261643504.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/261643504.json -------------------------------------------------------------------------------- /_data/p990/262194507.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/262194507.json -------------------------------------------------------------------------------- /_data/p990/262708549.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/262708549.json -------------------------------------------------------------------------------- /_data/p990/263316567.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/263316567.json -------------------------------------------------------------------------------- /_data/p990/270596562.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/270596562.json -------------------------------------------------------------------------------- /_data/p990/271138640.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/271138640.json -------------------------------------------------------------------------------- /_data/p990/300040446.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/300040446.json -------------------------------------------------------------------------------- /_data/p990/300109876.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/300109876.json -------------------------------------------------------------------------------- /_data/p990/300845638.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/300845638.json -------------------------------------------------------------------------------- /_data/p990/383536536.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/383536536.json -------------------------------------------------------------------------------- /_data/p990/412165986.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/412165986.json -------------------------------------------------------------------------------- /_data/p990/412203632.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/412203632.json -------------------------------------------------------------------------------- /_data/p990/453630872.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/453630872.json -------------------------------------------------------------------------------- /_data/p990/454547709.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/454547709.json -------------------------------------------------------------------------------- /_data/p990/455230545.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/455230545.json -------------------------------------------------------------------------------- /_data/p990/460503801.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/460503801.json -------------------------------------------------------------------------------- /_data/p990/460618689.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/460618689.json -------------------------------------------------------------------------------- /_data/p990/460830259.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/460830259.json -------------------------------------------------------------------------------- /_data/p990/462060554.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/462060554.json -------------------------------------------------------------------------------- /_data/p990/464736052.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/464736052.json -------------------------------------------------------------------------------- /_data/p990/470825376.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/470825376.json -------------------------------------------------------------------------------- /_data/p990/471136085.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/471136085.json -------------------------------------------------------------------------------- /_data/p990/471491876.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/471491876.json -------------------------------------------------------------------------------- /_data/p990/471709705.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/471709705.json -------------------------------------------------------------------------------- /_data/p990/472119192.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/472119192.json -------------------------------------------------------------------------------- /_data/p990/473151229.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/473151229.json -------------------------------------------------------------------------------- /_data/p990/475236502.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/475236502.json -------------------------------------------------------------------------------- /_data/p990/562468025.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/562468025.json -------------------------------------------------------------------------------- /_data/p990/651145050.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/651145050.json -------------------------------------------------------------------------------- /_data/p990/721613215.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/721613215.json -------------------------------------------------------------------------------- /_data/p990/743183459.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/743183459.json -------------------------------------------------------------------------------- /_data/p990/770555413.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/770555413.json -------------------------------------------------------------------------------- /_data/p990/814004928.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/814004928.json -------------------------------------------------------------------------------- /_data/p990/815480308.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/815480308.json -------------------------------------------------------------------------------- /_data/p990/822037583.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/822037583.json -------------------------------------------------------------------------------- /_data/p990/824506840.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/824506840.json -------------------------------------------------------------------------------- /_data/p990/833185247.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/833185247.json -------------------------------------------------------------------------------- /_data/p990/841545163.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/841545163.json -------------------------------------------------------------------------------- /_data/p990/841611178.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/841611178.json -------------------------------------------------------------------------------- /_data/p990/841730246.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/841730246.json -------------------------------------------------------------------------------- /_data/p990/841786969.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/841786969.json -------------------------------------------------------------------------------- /_data/p990/843126447.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/843126447.json -------------------------------------------------------------------------------- /_data/p990/843279550.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/843279550.json -------------------------------------------------------------------------------- /_data/p990/843661535.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/843661535.json -------------------------------------------------------------------------------- /_data/p990/854376974.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/854376974.json -------------------------------------------------------------------------------- /_data/p990/862536664.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/862536664.json -------------------------------------------------------------------------------- /_data/p990/862791864.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/862791864.json -------------------------------------------------------------------------------- /_data/p990/863131901.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/863131901.json -------------------------------------------------------------------------------- /_data/p990/882116913.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/882116913.json -------------------------------------------------------------------------------- /_data/p990/882382127.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/882382127.json -------------------------------------------------------------------------------- /_data/p990/912037395.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/912037395.json -------------------------------------------------------------------------------- /_data/p990/foundations_990_common.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/p990/foundations_990_common.csv -------------------------------------------------------------------------------- /_data/projects-asf.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/projects-asf.csv -------------------------------------------------------------------------------- /_data/projects-numfocus.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/projects-numfocus.csv -------------------------------------------------------------------------------- /_data/projects-sfc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/projects-sfc.csv -------------------------------------------------------------------------------- /_data/projects-spi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/projects-spi.csv -------------------------------------------------------------------------------- /_data/python_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/python_map.json -------------------------------------------------------------------------------- /_data/research/drupal-credits.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/research/drupal-credits.csv -------------------------------------------------------------------------------- /_data/research/foundations-to-add.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/research/foundations-to-add.csv -------------------------------------------------------------------------------- /_data/sponsorship-levels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorship-levels.json -------------------------------------------------------------------------------- /_data/sponsorshiplevels-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorshiplevels-schema.json -------------------------------------------------------------------------------- /_data/sponsorships-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships-schema.json -------------------------------------------------------------------------------- /_data/sponsorships/adelielinux.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/adelielinux.json -------------------------------------------------------------------------------- /_data/sponsorships/archlinux.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/archlinux.json -------------------------------------------------------------------------------- /_data/sponsorships/asf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/asf.json -------------------------------------------------------------------------------- /_data/sponsorships/aswf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/aswf.json -------------------------------------------------------------------------------- /_data/sponsorships/cd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/cd.json -------------------------------------------------------------------------------- /_data/sponsorships/cncf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/cncf.json -------------------------------------------------------------------------------- /_data/sponsorships/debian.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/debian.json -------------------------------------------------------------------------------- /_data/sponsorships/drupal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/drupal.json -------------------------------------------------------------------------------- /_data/sponsorships/finos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/finos.json -------------------------------------------------------------------------------- /_data/sponsorships/freebsd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/freebsd.json -------------------------------------------------------------------------------- /_data/sponsorships/fsfe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/fsfe.json -------------------------------------------------------------------------------- /_data/sponsorships/gentoo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/gentoo.json -------------------------------------------------------------------------------- /_data/sponsorships/gnome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/gnome.json -------------------------------------------------------------------------------- /_data/sponsorships/graphql.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/graphql.json -------------------------------------------------------------------------------- /_data/sponsorships/haskell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/haskell.json -------------------------------------------------------------------------------- /_data/sponsorships/hyperledger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/hyperledger.json -------------------------------------------------------------------------------- /_data/sponsorships/jsfoundation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/jsfoundation.json -------------------------------------------------------------------------------- /_data/sponsorships/kde.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/kde.json -------------------------------------------------------------------------------- /_data/sponsorships/lf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/lf.json -------------------------------------------------------------------------------- /_data/sponsorships/lfai.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/lfai.json -------------------------------------------------------------------------------- /_data/sponsorships/lfenergy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/lfenergy.json -------------------------------------------------------------------------------- /_data/sponsorships/llvm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/llvm.json -------------------------------------------------------------------------------- /_data/sponsorships/numfocus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/numfocus.json -------------------------------------------------------------------------------- /_data/sponsorships/openmainframe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/openmainframe.json -------------------------------------------------------------------------------- /_data/sponsorships/openssf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/openssf.json -------------------------------------------------------------------------------- /_data/sponsorships/openstack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/openstack.json -------------------------------------------------------------------------------- /_data/sponsorships/openstreetmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/openstreetmap.json -------------------------------------------------------------------------------- /_data/sponsorships/org-funding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/org-funding.json -------------------------------------------------------------------------------- /_data/sponsorships/osgeo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/osgeo.json -------------------------------------------------------------------------------- /_data/sponsorships/osi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/osi.json -------------------------------------------------------------------------------- /_data/sponsorships/owasp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/owasp.json -------------------------------------------------------------------------------- /_data/sponsorships/plone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/plone.json -------------------------------------------------------------------------------- /_data/sponsorships/postgresql.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/postgresql.json -------------------------------------------------------------------------------- /_data/sponsorships/python.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/python.json -------------------------------------------------------------------------------- /_data/sponsorships/rails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/rails.json -------------------------------------------------------------------------------- /_data/sponsorships/raspberrypi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/raspberrypi.json -------------------------------------------------------------------------------- /_data/sponsorships/sfc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/sfc.json -------------------------------------------------------------------------------- /_data/sponsorships/spi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/spi.json -------------------------------------------------------------------------------- /_data/sponsorships/sponsor-counts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/sponsorships/sponsor-counts.json -------------------------------------------------------------------------------- /_data/taxes/uk-1129409.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_data/taxes/uk-1129409.json -------------------------------------------------------------------------------- /_entities/cncf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_entities/cncf.md -------------------------------------------------------------------------------- /_foundations/almalinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/almalinux.md -------------------------------------------------------------------------------- /_foundations/apereo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/apereo.md -------------------------------------------------------------------------------- /_foundations/asf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/asf.md -------------------------------------------------------------------------------- /_foundations/benetech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/benetech.md -------------------------------------------------------------------------------- /_foundations/biobricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/biobricks.md -------------------------------------------------------------------------------- /_foundations/blender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/blender.md -------------------------------------------------------------------------------- /_foundations/bytecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/bytecode.md -------------------------------------------------------------------------------- /_foundations/clojuriststogether.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/clojuriststogether.md -------------------------------------------------------------------------------- /_foundations/commonhaus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/commonhaus.md -------------------------------------------------------------------------------- /_foundations/creativecommons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/creativecommons.md -------------------------------------------------------------------------------- /_foundations/djangeventsna.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/djangeventsna.md -------------------------------------------------------------------------------- /_foundations/django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/django.md -------------------------------------------------------------------------------- /_foundations/dotnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/dotnet.md -------------------------------------------------------------------------------- /_foundations/drupal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/drupal.md -------------------------------------------------------------------------------- /_foundations/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/eclipse.md -------------------------------------------------------------------------------- /_foundations/eff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/eff.md -------------------------------------------------------------------------------- /_foundations/erlef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/erlef.md -------------------------------------------------------------------------------- /_foundations/ffpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/ffpc.md -------------------------------------------------------------------------------- /_foundations/freebsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/freebsd.md -------------------------------------------------------------------------------- /_foundations/fsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/fsf.md -------------------------------------------------------------------------------- /_foundations/fsfe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/fsfe.md -------------------------------------------------------------------------------- /_foundations/fsfse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/fsfse.md -------------------------------------------------------------------------------- /_foundations/fsharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/fsharp.md -------------------------------------------------------------------------------- /_foundations/gentoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/gentoo.md -------------------------------------------------------------------------------- /_foundations/gnome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/gnome.md -------------------------------------------------------------------------------- /_foundations/haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/haiku.md -------------------------------------------------------------------------------- /_foundations/haskell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/haskell.md -------------------------------------------------------------------------------- /_foundations/idcommons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/idcommons.md -------------------------------------------------------------------------------- /_foundations/isc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/isc.md -------------------------------------------------------------------------------- /_foundations/joomla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/joomla.md -------------------------------------------------------------------------------- /_foundations/kde.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/kde.md -------------------------------------------------------------------------------- /_foundations/kuali.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/kuali.md -------------------------------------------------------------------------------- /_foundations/lf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/lf.md -------------------------------------------------------------------------------- /_foundations/lfcharities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/lfcharities.md -------------------------------------------------------------------------------- /_foundations/linuxkernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/linuxkernel.md -------------------------------------------------------------------------------- /_foundations/list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/list.json -------------------------------------------------------------------------------- /_foundations/llvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/llvm.md -------------------------------------------------------------------------------- /_foundations/lpi_org.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/lpi_org.md -------------------------------------------------------------------------------- /_foundations/matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/matrix.md -------------------------------------------------------------------------------- /_foundations/mozilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/mozilla.md -------------------------------------------------------------------------------- /_foundations/netbsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/netbsd.md -------------------------------------------------------------------------------- /_foundations/numfocus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/numfocus.md -------------------------------------------------------------------------------- /_foundations/oasis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/oasis.md -------------------------------------------------------------------------------- /_foundations/ocf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/ocf.md -------------------------------------------------------------------------------- /_foundations/oeglobal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/oeglobal.md -------------------------------------------------------------------------------- /_foundations/oisf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/oisf.md -------------------------------------------------------------------------------- /_foundations/olpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/olpc.md -------------------------------------------------------------------------------- /_foundations/omsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/omsf.md -------------------------------------------------------------------------------- /_foundations/opencompute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/opencompute.md -------------------------------------------------------------------------------- /_foundations/openconnectivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openconnectivity.md -------------------------------------------------------------------------------- /_foundations/openhomefoundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openhomefoundation.md -------------------------------------------------------------------------------- /_foundations/openid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openid.md -------------------------------------------------------------------------------- /_foundations/openjsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openjsf.md -------------------------------------------------------------------------------- /_foundations/openrobotics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openrobotics.md -------------------------------------------------------------------------------- /_foundations/openstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openstack.md -------------------------------------------------------------------------------- /_foundations/openstreetmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/openstreetmap.md -------------------------------------------------------------------------------- /_foundations/opentechfund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/opentechfund.md -------------------------------------------------------------------------------- /_foundations/opentransit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/opentransit.md -------------------------------------------------------------------------------- /_foundations/osc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/osc.md -------------------------------------------------------------------------------- /_foundations/oset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/oset.md -------------------------------------------------------------------------------- /_foundations/osgeo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/osgeo.md -------------------------------------------------------------------------------- /_foundations/osi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/osi.md -------------------------------------------------------------------------------- /_foundations/ow2_org.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/ow2_org.md -------------------------------------------------------------------------------- /_foundations/owasp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/owasp.md -------------------------------------------------------------------------------- /_foundations/pculture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/pculture.md -------------------------------------------------------------------------------- /_foundations/perl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/perl.md -------------------------------------------------------------------------------- /_foundations/plone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/plone.md -------------------------------------------------------------------------------- /_foundations/postgresql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/postgresql.md -------------------------------------------------------------------------------- /_foundations/processingfoundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/processingfoundation.md -------------------------------------------------------------------------------- /_foundations/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/python.md -------------------------------------------------------------------------------- /_foundations/rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/rails.md -------------------------------------------------------------------------------- /_foundations/raspberrypi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/raspberrypi.md -------------------------------------------------------------------------------- /_foundations/raspberrypina.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/raspberrypina.md -------------------------------------------------------------------------------- /_foundations/rubycentral.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/rubycentral.md -------------------------------------------------------------------------------- /_foundations/rust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/rust.md -------------------------------------------------------------------------------- /_foundations/sahana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/sahana.md -------------------------------------------------------------------------------- /_foundations/scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/scale.md -------------------------------------------------------------------------------- /_foundations/sfc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/sfc.md -------------------------------------------------------------------------------- /_foundations/sflc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/sflc.md -------------------------------------------------------------------------------- /_foundations/signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/signal.md -------------------------------------------------------------------------------- /_foundations/spi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/spi.md -------------------------------------------------------------------------------- /_foundations/tdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/tdf.md -------------------------------------------------------------------------------- /_foundations/techmatters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/techmatters.md -------------------------------------------------------------------------------- /_foundations/tug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/tug.md -------------------------------------------------------------------------------- /_foundations/wikimedia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/wikimedia.md -------------------------------------------------------------------------------- /_foundations/wordpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/wordpress.md -------------------------------------------------------------------------------- /_foundations/xiph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/xiph.md -------------------------------------------------------------------------------- /_foundations/xmpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_foundations/xmpp.md -------------------------------------------------------------------------------- /_includes/commercial-single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/commercial-single.html -------------------------------------------------------------------------------- /_includes/csvtable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/csvtable.html -------------------------------------------------------------------------------- /_includes/foundation-fields.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/foundation-fields.html -------------------------------------------------------------------------------- /_includes/foundation-list-nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/foundation-list-nav.html -------------------------------------------------------------------------------- /_includes/foundation-postamble.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/foundation-postamble.html -------------------------------------------------------------------------------- /_includes/foundation-preamble.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/foundation-preamble.html -------------------------------------------------------------------------------- /_includes/foundation-single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/foundation-single.html -------------------------------------------------------------------------------- /_includes/nav_footer_custom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/nav_footer_custom.html -------------------------------------------------------------------------------- /_includes/report-listitem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/report-listitem.html -------------------------------------------------------------------------------- /_includes/subproject-single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/subproject-single.html -------------------------------------------------------------------------------- /_includes/subproject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_includes/subproject.html -------------------------------------------------------------------------------- /_layouts/categories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/categories.html -------------------------------------------------------------------------------- /_layouts/commercial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/commercial.html -------------------------------------------------------------------------------- /_layouts/entity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/entity.html -------------------------------------------------------------------------------- /_layouts/foundation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/foundation.html -------------------------------------------------------------------------------- /_layouts/foundations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/foundations.html -------------------------------------------------------------------------------- /_layouts/report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/report.html -------------------------------------------------------------------------------- /_layouts/reports.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/reports.html -------------------------------------------------------------------------------- /_layouts/research.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/research.html -------------------------------------------------------------------------------- /_layouts/sponsorship.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/sponsorship.html -------------------------------------------------------------------------------- /_layouts/sponsorships.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_layouts/sponsorships.html -------------------------------------------------------------------------------- /_pages/404.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/404.md -------------------------------------------------------------------------------- /_pages/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/about.md -------------------------------------------------------------------------------- /_pages/budgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/budgets.md -------------------------------------------------------------------------------- /_pages/categories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/categories.md -------------------------------------------------------------------------------- /_pages/colophon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/colophon.md -------------------------------------------------------------------------------- /_pages/commercial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/commercial.md -------------------------------------------------------------------------------- /_pages/data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/data.md -------------------------------------------------------------------------------- /_pages/entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/entities.md -------------------------------------------------------------------------------- /_pages/fdnmodel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/fdnmodel.md -------------------------------------------------------------------------------- /_pages/fiscalsponsor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/fiscalsponsor.md -------------------------------------------------------------------------------- /_pages/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/index.md -------------------------------------------------------------------------------- /_pages/listing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/listing.md -------------------------------------------------------------------------------- /_pages/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/models.md -------------------------------------------------------------------------------- /_pages/openapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/openapi.md -------------------------------------------------------------------------------- /_pages/projects-asf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects-asf.md -------------------------------------------------------------------------------- /_pages/projects-numfocus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects-numfocus.md -------------------------------------------------------------------------------- /_pages/projects-processingfoundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects-processingfoundation.md -------------------------------------------------------------------------------- /_pages/projects-sfc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects-sfc.md -------------------------------------------------------------------------------- /_pages/projects-spi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects-spi.md -------------------------------------------------------------------------------- /_pages/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/projects.md -------------------------------------------------------------------------------- /_pages/reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/reports.md -------------------------------------------------------------------------------- /_pages/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/research.md -------------------------------------------------------------------------------- /_pages/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/resources.md -------------------------------------------------------------------------------- /_pages/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/roadmap.md -------------------------------------------------------------------------------- /_pages/sponsorships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/sponsorships.md -------------------------------------------------------------------------------- /_pages/taxes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/taxes.md -------------------------------------------------------------------------------- /_pages/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_pages/workflow.md -------------------------------------------------------------------------------- /_reports/coc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_reports/coc.md -------------------------------------------------------------------------------- /_sponsorships/adelielinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/adelielinux.md -------------------------------------------------------------------------------- /_sponsorships/archlinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/archlinux.md -------------------------------------------------------------------------------- /_sponsorships/ardupilot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/ardupilot.md -------------------------------------------------------------------------------- /_sponsorships/asf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/asf.md -------------------------------------------------------------------------------- /_sponsorships/aswf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/aswf.md -------------------------------------------------------------------------------- /_sponsorships/cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/cd.md -------------------------------------------------------------------------------- /_sponsorships/cncf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/cncf.md -------------------------------------------------------------------------------- /_sponsorships/debian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/debian.md -------------------------------------------------------------------------------- /_sponsorships/drupal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/drupal.md -------------------------------------------------------------------------------- /_sponsorships/eclipse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/eclipse.md -------------------------------------------------------------------------------- /_sponsorships/finos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/finos.md -------------------------------------------------------------------------------- /_sponsorships/freebsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/freebsd.md -------------------------------------------------------------------------------- /_sponsorships/fsfe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/fsfe.md -------------------------------------------------------------------------------- /_sponsorships/gentoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/gentoo.md -------------------------------------------------------------------------------- /_sponsorships/gnome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/gnome.md -------------------------------------------------------------------------------- /_sponsorships/graphql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/graphql.md -------------------------------------------------------------------------------- /_sponsorships/haskell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/haskell.md -------------------------------------------------------------------------------- /_sponsorships/hyperledger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/hyperledger.md -------------------------------------------------------------------------------- /_sponsorships/jsfoundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/jsfoundation.md -------------------------------------------------------------------------------- /_sponsorships/kde.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/kde.md -------------------------------------------------------------------------------- /_sponsorships/lf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/lf.md -------------------------------------------------------------------------------- /_sponsorships/lfai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/lfai.md -------------------------------------------------------------------------------- /_sponsorships/lfenergy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/lfenergy.md -------------------------------------------------------------------------------- /_sponsorships/llvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/llvm.md -------------------------------------------------------------------------------- /_sponsorships/numfocus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/numfocus.md -------------------------------------------------------------------------------- /_sponsorships/openmainframe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/openmainframe.md -------------------------------------------------------------------------------- /_sponsorships/openssf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/openssf.md -------------------------------------------------------------------------------- /_sponsorships/openstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/openstack.md -------------------------------------------------------------------------------- /_sponsorships/openstreetmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/openstreetmap.md -------------------------------------------------------------------------------- /_sponsorships/osgeo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/osgeo.md -------------------------------------------------------------------------------- /_sponsorships/osi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/osi.md -------------------------------------------------------------------------------- /_sponsorships/owasp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/owasp.md -------------------------------------------------------------------------------- /_sponsorships/plone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/plone.md -------------------------------------------------------------------------------- /_sponsorships/postgresql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/postgresql.md -------------------------------------------------------------------------------- /_sponsorships/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/python.md -------------------------------------------------------------------------------- /_sponsorships/rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/rails.md -------------------------------------------------------------------------------- /_sponsorships/raspberrypi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/raspberrypi.md -------------------------------------------------------------------------------- /_sponsorships/sfc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/sfc.md -------------------------------------------------------------------------------- /_sponsorships/spi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/_sponsorships/spi.md -------------------------------------------------------------------------------- /assets/ruby/coc_report.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/coc_report.rb -------------------------------------------------------------------------------- /assets/ruby/foundation_reporter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/foundation_reporter.rb -------------------------------------------------------------------------------- /assets/ruby/openapi_builder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/openapi_builder.rb -------------------------------------------------------------------------------- /assets/ruby/schema_utils.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/schema_utils.rb -------------------------------------------------------------------------------- /assets/ruby/scrapers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/scrapers.rb -------------------------------------------------------------------------------- /assets/ruby/sponsor_reports.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/sponsor_reports.rb -------------------------------------------------------------------------------- /assets/ruby/sponsor_utils.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/ruby/sponsor_utils.rb -------------------------------------------------------------------------------- /assets/script/build_liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/assets/script/build_liquid -------------------------------------------------------------------------------- /openapi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/openapi/index.html -------------------------------------------------------------------------------- /openapi/v1/foundation-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/openapi/v1/foundation-schema.yaml -------------------------------------------------------------------------------- /openapi/v1/openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Punderthings/fossfoundation/HEAD/openapi/v1/openapi.yaml --------------------------------------------------------------------------------