Skip to content

Commit 1ad0152

Browse files
committed
Fixing for linter checks
Works towards #170, everything fixed except the MD033 Inline HTML.
1 parent 2b8ef45 commit 1ad0152

14 files changed

+27
-25
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ This site builds with [Jekyll](http://jekyllrb.com/), as is the default of [GitH
1414

1515
1. To build the site locally make sure you have [Ruby](https://www.ruby-lang.org/en/) and [Bundlr](https://bundler.io/) installed.
1616
2. Install the dependencies of this repo with
17+
1718
```bash
1819
$ bundle install
1920
```
2021

2122
## Serving Locally
2223

2324
1. Run the Jekyll server with
25+
2426
```bash
2527
$ bundle exec jekyll serve
2628
```
29+
2730
2. You can now view the website locally on `http://localhost:4000`
2831

2932
The server will rebuild the site every time a file changes, with the exception of `_config.yml`.

_posts/2019-12-13-notes-from-community-call-5-december-2019.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ categories:
1111
# Notes from the 5 December 2019 Community Call
1212

1313
## Attendees
14+
1415
* [Ali Gonzalez Garcia](https://twitter.com/basicavisual)
1516
* [Boris](https://publiccode.net/team/boris-van-hoytema.html)
1617
* [Jan](https://publiccode.net/team/jan-ainali.html)

_posts/2020-02-07-video-decidimfest-ben-cerveny.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ categories:
1212

1313
[![Ben Cerveny at DecdimFest 2019]({{site.url}}/assets/ben-cerveny-decidimfest-2019.png)](https://www.youtube.com/watch?v=cnJtnZ9Cx1o)
1414

15-
16-
[Ben Cerveny's](https://publiccode.net/team/ben-cerveny.html) [DecidimFest 2019](https://meta.decidim.org/conferences/decidimfest19) talk 'Collaborative Code is the Future of Cities' gives a good overview of why we believe [public code](https://about.publiccode.net/glossary/public-code-definition.html) will become basic infrastructure. It's available now on YouTube at <https://www.youtube.com/watch?v=cnJtnZ9Cx1o>.
15+
[Ben Cerveny's](https://publiccode.net/team/ben-cerveny.html) [DecidimFest 2019](https://meta.decidim.org/conferences/decidimfest19) talk 'Collaborative Code is the Future of Cities' gives a good overview of why we believe [public code](https://about.publiccode.net/glossary/public-code-definition.html) will become basic infrastructure. It's available now on YouTube at <https://www.youtube.com/watch?v=cnJtnZ9Cx1o>.

_posts/2020-02-21-notes-from-community-call-20-february-2020.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ categories:
1212

1313
## Attendees
1414

15-
- [Elena](https://github.com/ElenaFdR) (chair)
16-
- [Jan](https://github.com/Ainali) (notes)
17-
- [Alba](https://github.com/AlbaRoza)
18-
- [Eric](https://github.com/ericherman)
15+
* [Elena](https://github.com/ElenaFdR) (chair)
16+
* [Jan](https://github.com/Ainali) (notes)
17+
* [Alba](https://github.com/AlbaRoza)
18+
* [Eric](https://github.com/ericherman)
1919

2020
## Foundation updates since December 2019
2121

_posts/2020-03-20-notes-from-community-call-5-march-2020.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ categories:
2020

2121
On the call:
2222

23-
- [Jan](https://publiccode.net/team/jan-ainali.html) (chair)
24-
- [Alba](https://web.archive.org/web/20210225190155/https://publiccode.net/who-we-are/team/alba-roza.html) (notes)
25-
- [Boris](https://publiccode.net/team/boris-van-hoytema.html)
23+
* [Jan](https://publiccode.net/team/jan-ainali.html) (chair)
24+
* [Alba](https://web.archive.org/web/20210225190155/https://publiccode.net/who-we-are/team/alba-roza.html) (notes)
25+
* [Boris](https://publiccode.net/team/boris-van-hoytema.html)
2626

2727
## Call notes
2828

_posts/2020-03-23-notes-from-community-call-19-march-2020.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ categories:
1111
# 19 March 2020 community call
1212

1313
## Attendees
14+
1415
* [Jan](https://publiccode.net/team/jan-ainali.html) (chair)
1516
* [Laura](https://web.archive.org/web/20210225183245/https://publiccode.net/who-we-are/team/laura-scheske.html) (notes)
1617
* [Boris](https://publiccode.net/team/boris-van-hoytema.html)
@@ -30,12 +31,11 @@ We discussed our experiences working remotely under COVID-19 quarantine times. W
3031
We discussed tools that call participants deemed new or useful.
3132

3233
1. Figma, an online collaborative graphic design and layout tool.
33-
3434
2. Various chat apps (like Odoo, Slack and Mumble) were praised for the ability to separate multiple conversations into themes using 'channels'.
3535
3. Video calling apps (such as Zoom and VNC) for ability to screen share and hang out with larger groups. We also noted the difference a good headset makes.
3636

3737
An important consideration while using all these tools (often several at once!), is to have a clear understanding within your organization on what to use each tool for. i.e. develop a clear **communications etiquette** that everyone adheres to. For example:
3838

39-
- when it is important that your message is read: send an e-mail
40-
- if you want to interrupt someone: call them
41-
- low priority chatter/information sharing: use a chat app
39+
* when it is important that your message is read: send an e-mail
40+
* if you want to interrupt someone: call them
41+
* low priority chatter/information sharing: use a chat app

_posts/2020-06-03-notes-from-community-call-7-may-2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This call discussed two topics: code coverage and design principles.
3232

3333
### Code coverage
3434

35-
Boris started by giving a brief introduction to the [Standard for Public Code](https://standard.publiccode.net/). Then Eric gave an introduction to why he wrote [a blog post on code coverage](https://opensource.com/article/20/4/testing-code-coverage) and what he learned from that. The discussion that followed was mostly based around the central questions: "What are we measuring?" and "What do we want to achieve by measuring that?"
35+
Boris started by giving a brief introduction to the [Standard for Public Code](https://standard.publiccode.net/). Then Eric gave an introduction to why he wrote [a blog post on code coverage](https://opensource.com/article/20/4/testing-code-coverage) and what he learned from that. The discussion that followed was mostly based around the central questions: "What are we measuring?" and "What do we want to achieve by measuring that?"
3636

3737
There was a consensus that there is a risk that measuring just percentage of lines covered by tests will lead to poorer tests that cover all code rather than good tests that cover the important functionality of the code. Different strategies for mitigating that risk was discussed - for example, stewardship by the Foundation for Public Code could steer codebases from blindly trying to achieve complete coverage. The call did not come up with concrete suggestions to change the Standard but acknowledged that this might be worth further thought and discussion.
3838

_posts/2020-06-22-notes-from-community-call-3-june-2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ categories:
2929
Renato joined the call for the first time and was curious about the Standard, and had heard about the new 'open by default' policy in the Netherlands. He shared a couple of links he found inspiring:
3030

3131
* [Creating new collaborative organisations to operate shared services](https://www.dxw.com/2020/02/creating-new-collaborative-organisations-to-operate-shared-services/), a blogpost by Richard Pope and DXW
32-
* [How to Build an Open Source Business](https://www.youtube.com/watch?v=c9SJAPxU5bs), a video by Peter Levine and Andreessen Horowitz
32+
* [How to Build an Open Source Business](https://www.youtube.com/watch?v=c9SJAPxU5bs), a video by Peter Levine and Andreessen Horowitz
3333

3434
We gave a general introduction to the Foundation for Public Code, the [Standard for Public Code](https://standard.publiccode.net/), and the concept of [codebase stewardship](https://about.publiccode.net/activities/explaining-codebase-stewardship/). We will stay in touch to see how we can collaborate further.
3535

_posts/2020-06-26-notes-from-community-call-18-june-2020.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ categories:
1212

1313
## Update from the Foundation
1414

15-
- we're excited to have completed our support for the [OpenZaak market consultation](https://github.com/open-zaak/open-zaak-market-consultation) - this was a big new area of work for the codebase stewardship team, and we're not aware of any other market consultations hosted by public organizations that asked vendors how they'd like an open source codebase community to be structured
16-
- not a milestone, but it feels like [the team](https://publiccode.net/team/) has really settled into productive new working rhythms after having a new person join each month for the first 4 months of the year
15+
* we're excited to have completed our support for the [OpenZaak market consultation](https://github.com/open-zaak/open-zaak-market-consultation) * this was a big new area of work for the codebase stewardship team, and we're not aware of any other market consultations hosted by public organizations that asked vendors how they'd like an open source codebase community to be structured
16+
* not a milestone, but it feels like [the team](https://publiccode.net/team/) has really settled into productive new working rhythms after having a new person join each month for the first 4 months of the year
1717

1818
## Attendees
1919

@@ -32,7 +32,7 @@ Are there other aims (professionalism, public values?) that could be better achi
3232

3333
### Background reading
3434

35-
- [Standard for Public Code issue 330: Code of conduct could cater to public organizations better ](https://github.com/publiccodenet/standard/issues/330)
35+
- [Standard for Public Code issue 330: Code of conduct could cater to public organizations better](https://github.com/publiccodenet/standard/issues/330)
3636
- [Standard for Public Code issue 331: Code of conduct is licenced CC-BY](https://github.com/publiccodenet/standard/issues/331)
3737
- [Open source guide on code of conducts](https://opensource.guide/code-of-conduct/)
3838

_posts/2020-08-11-overdue-socially-distant-socializing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With this transition to a virtual working reality we were in dire need of some o
1515

1616
![Strolling through cool Dutch forests]({{site.url}}/assets/team-outing-walking-2020.jpeg)
1717

18-
We spent the day hiking through this very diverse national park (temperate forests, heath, dunes), tried to spot the former Queen Beatrix in her castle, refueled for lunch at restaurant "Buiten in de Kuil", and stopped for ice cream on our way back. Check out the locations on the map below!
18+
We spent the day hiking through this very diverse national park (temperate forests, heath, dunes), tried to spot the former Queen Beatrix in her castle, refueled for lunch at restaurant "Buiten in de Kuil", and stopped for ice cream on our way back. Check out the locations on the map below!
1919

2020
<iframe src="https://www.komoot.com/tour/233215987/embed?profile=1&gallery=1" width="100%" height="680" frameborder="0" scrolling="no"></iframe>
2121

0 commit comments

Comments
 (0)