Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,5 @@ plugins:
"bee/sprints.md": "contributing/sprint-guide.md"
# Historical links of significance
"community/behavior/code-of-conduct.md": "community/code-of-conduct.md"
"community/behavior.md": "community/code-of-conduct.md"
"community/members.md": "membership/index.md"
2 changes: 1 addition & 1 deletion docs/en/news/posts/2016/buzz/money-money-money.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ At PyCon AU 2015, and again at DjangoCon US 2015, I gave a talk entitled <nospel

<!-- more -->

It's been almost 18 months since I first presented this talk, but the issue persists. I haven't been alone in noticing and drawing attention to this issue, either. [<nospell>Nadia Eghbal</nospell>](https://twitter.com/nayafia) was commissioned to write a white paper for the Ford Foundation entitled [Roads and Bridges](http://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure) highlighting the chronic need for resources to support the basic infrastructure that underpins large parts of the modern economy. <nospell>Eric Holscher</nospell> (maintainer of [Read the Docs](https://readthedocs.com)) [blogged about the problems he's had raising funds](http://ericholscher.com/blog/2016/aug/31/funding-oss-marketing-money/), despite the fact that the service he delivers is a widely used - arguably indispensable - part of the Python ecosystem.
It's been almost 18 months since I first presented this talk, but the issue persists. I haven't been alone in noticing and drawing attention to this issue, either. [<nospell>Nadia Eghbal</nospell>](https://twitter.com/nayafia) was commissioned to write a white paper for the Ford Foundation entitled [Roads and Bridges](https://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure) highlighting the chronic need for resources to support the basic infrastructure that underpins large parts of the modern economy. <nospell>Eric Holscher</nospell> (maintainer of [Read the Docs](https://readthedocs.com)) [blogged about the problems he's had raising funds](https://ericholscher.com/blog/2016/aug/31/funding-oss-marketing-money/), despite the fact that the service he delivers is a widely used - arguably indispensable - part of the Python ecosystem.

However, despite this attention, it *still* doesn't get anywhere near as much attention as it should. And it's an issue that is of pressing importance to me, as the BeeWare project is looking for ways to fund the development needed to take us from "interesting technical demo" to "compelling technical solution".

Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ commands:
translate : update_machine_translations --soft-fail ar cs da de es fa fr it ja ko pl pt ru tr zh_CN zh_TW
lint : pyspelling
# MaxCDN has been acquired and their blog no longer exists
# Play store has delisted Travel Tips for now..
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://www.maxcdn.com/blog/beeware-be-sticky/,https://play.google.com/store/apps/details
# Play store has delisted Travel Tips for now.
# Github and wikipedia have an aggressive rate limiter
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-urls-containing=https://www.maxcdn.com/blog/beeware-be-sticky/,https://play.google.com/store/apps/details,https://github.com/python/cpython,https://github.com/beeware,https://github.com/freakboy3742,https://en.wikipedia.org/wiki/
en : build_md_translations {posargs} en
ar : build_md_translations {posargs} ar
cs : build_md_translations {posargs} cs
Expand Down