-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Adding HTML and images for new Codebase pages on publiccode.net #100
Closed
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ee93b51
Add files via upload
angelplasma 53dcbec
delete codebase overview .md files, add images folder
ElenaFdR f371af8
dummy content to force images folder to show up
ElenaFdR cba052d
more folders!
ElenaFdR 056b857
remove space OpenZaak
ElenaFdR 665a1e5
Images!
angelplasma ea6afcc
Signalen images!
angelplasma 1f1ceaa
replace codebases/index.md with index.html
ElenaFdR 27bb2f6
Merge branch 'publiccode.net-codebases-html-images' of https://github…
ElenaFdR 3771f78
Remove dummy files
ElenaFdR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<html> | ||
<head> | ||
<title>Our Codebases - OpenZaak</title> | ||
<link rel="stylesheet" href="https://publiccode.net/assets/style.css"> | ||
<link rel="stylesheet" href="assets/style_codebases.css"> | ||
<link rel="stylesheet" href="assets/lightbox.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<main> | ||
<div class="cb-section"> | ||
<div> | ||
<h1 class="title">Our Codebases</h1> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-maturity-detail-header"> | ||
<div class="cb-maturity-detail-title cb-maturity-s2"> | ||
<div class="cb-logo"><img src="images/openzaak/openzaak_logo_small.png" alt="OpenZaak logo"></div> | ||
<h1>OpenZaak</h1> | ||
</div> | ||
<div class="cb-maturity-stage cb-maturity-s2">Stage 2: <strong>Incubation</strong></div> | ||
</div> | ||
|
||
<div class="cb-detail-intro"> | ||
<div class="cb-detail-info"> | ||
<h3>What it is</h3> | ||
<p>OpenZaak is a case management platform for municipalities that want to deliver citizen-friendly services online.</p> | ||
<p>It is a ready-to-use backend solution that acts as a directory of case registration, including metadata describing the case.</p> | ||
<p>OpenZaak implements the <a href="https://www.vngrealisatie.nl/producten/api-standaarden-zaakgericht-werken" target="_blank">Dutch national API standards for case management</a>, developed by the Dutch Association of Municipalities (VNG).</p> | ||
</div> | ||
|
||
<div class="cb-detail-gallery"> | ||
<a href="#img1"> | ||
<img class="lb-thumb" src="images/openzaak/openzaak_thumb_g01.png"> | ||
</a> | ||
<!-- lightbox container hidden with CSS --> | ||
<div class="lightbox" id="img1"> | ||
<!--<a href="#img3" class="lb-btn lb-btn-prev"></a>--> | ||
<a href="#_" class="lb-btn lb-btn-close"></a> | ||
<a href="#_"><img src="images/openzaak/openzaak_g01.png"></a> | ||
<!--<a href="#img2" class="lb-btn lb-btn-next"></a>--> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>How we're helping</h3> | ||
<p>We're helping launch the OpenZaak open source ecosystem by:</p> | ||
<ul> | ||
<li>Running a <a href="https://github.com/open-zaak/open-zaak-market-consultation/blob/develop/README.md" target="_blank">market consultation</a> to co-create codebase governance and community dynamics, and better understand vendor business models and risk sharing</li> | ||
<li>Advising on decentralized procurement</li> | ||
<li>Building the community through shared events, a mailing list and marketing materials</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Technology</h3> | ||
<dl> | ||
<dt>Languages and frameworks:</dt> | ||
<dd>Python</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Community</h3> | ||
<dl> | ||
<dt>Created by:</dt> | ||
<dd>A coalition of more than 45 Dutch municipalities including Amsterdam, Arnhem, Delft, Haarlem, 's-Hertogenbosch, Rotterdam, Tilburg, Hoorn, Medemblik, Utrecht, SED (composed of Stede Broec, Enkhuizen and Drechterland) and <a href="https://www.dimpact.nl/" target="_blank">Dimpact</a> (composed of more than 30 municipalities) (2019)</dd> | ||
</dl> | ||
<dl> | ||
<dt>Replicating:</dt> | ||
<dd>The commissioning municipalities are currently looking for vendors who can offer them services using OpenZaak. They held a market consultation in spring 2020.</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Opportunity</h3> | ||
<dl> | ||
<dt>Scaling potential:</dt> | ||
<dd>Other Dutch municipalities, other industries that use a case management system (like hospitals or hotels).</dd> | ||
</dl> | ||
<p>We're working closely with the commissioning municipalities to help them grow OpenZaak to a trusted codebase with:</p> | ||
<ul> | ||
<li>Many vendors offering a range of services using OpenZaak</li> | ||
<li>Widespread adoption by municipalities</li> | ||
</ul> | ||
<p>OpenZaak maintainers see meeting the <a href="https://standard.publiccode.net" target="_blank">Standard for Public Code</a> as integral to achieving their vision.</p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section cb-section-links"> | ||
<div class="cb-detail-info"> | ||
<h3>Find out more</h3> | ||
<ul> | ||
<li><a href="https://github.com/open-zaak/open-zaak" target="_blank">Github repo</a></li> | ||
<li><a href="https://openzaak.publiccode.net" target="_blank">Draft product website</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<html> | ||
<head> | ||
<title>Our Codebases - Signalen</title> | ||
<link rel="stylesheet" href="https://publiccode.net/assets/style.css"> | ||
<link rel="stylesheet" href="assets/style_codebases.css"> | ||
<link rel="stylesheet" href="assets/lightbox.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<main> | ||
<div class="cb-section"> | ||
<div> | ||
<h1 class="title">Our Codebases</h1> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-maturity-detail-header"> | ||
<div class="cb-maturity-detail-title cb-maturity-s1"> | ||
<div class="cb-logo"><img src="images/signalen/signalen_logo_small.png" alt="Signalen logo"></div> | ||
<h1>Signalen</h1> | ||
</div> | ||
<div class="cb-maturity-stage cb-maturity-s1">Stage 1: <strong>Assessment</strong></div> | ||
</div> | ||
|
||
<div class="cb-detail-intro"> | ||
<div class="cb-detail-info"> | ||
<h3>What it is</h3> | ||
<p>Signalen makes it easier for residents to make a report, and helps the city respond to the most important things first.</p> | ||
<p><strong>It includes:</strong></p> | ||
<ul> | ||
<li>Algorithmic processing by type of complaint, and second layer triaging and prioritisation by humans</li> | ||
<li>Automatic updates to complainants about the status of their report</li> | ||
<li>Automatic alerts to city staff based on analysis of combined reports</li> | ||
<li>Allowing reports to be passed on to other city workers and subcontractors</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="cb-detail-gallery"> | ||
<a href="#img1"> | ||
<img class="lb-thumb" src="images/signalen/signalen_thumb_g01.png"> | ||
</a> | ||
<!-- lightbox container hidden with CSS --> | ||
<div class="lightbox" id="img1"> | ||
<a href="#img3" class="lb-btn lb-btn-prev"></a> | ||
<a href="#_" class="lb-btn lb-btn-close"></a> | ||
<a href="#img2"><img src="images/signalen/signalen_g01.png"></a> | ||
<a href="#img2" class="lb-btn lb-btn-next"></a> | ||
</div> | ||
<!-- lightbox container hidden with CSS --> | ||
<div class="lightbox" id="img2"> | ||
<a href="#img1" class="lb-btn lb-btn-prev"></a> | ||
<a href="#_" class="lb-btn lb-btn-close"></a> | ||
<a href="#img3"><img src="images/signalen/signalen_g02.png"></a> | ||
<a href="#img3" class="lb-btn lb-btn-next"></a> | ||
</div> | ||
<!-- lightbox container hidden with CSS --> | ||
<div class="lightbox" id="img3"> | ||
<a href="#img2" class="lb-btn lb-btn-prev"></a> | ||
<a href="#_" class="lb-btn lb-btn-close"></a> | ||
<a href="#img1"><img src="images/signalen/signalen_g03.png"></a> | ||
<a href="#img1" class="lb-btn lb-btn-next"></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>How we're helping</h3> | ||
<p>We're helping Amsterdam and the VNG define a governance structure, including shared feature roadmaps and technical steering.</p> | ||
<p>We're also helping make the codebase more conducive to collaboration, including:</p> | ||
<ul> | ||
<li>Clear branching and gitflow models</li> | ||
<li>Automated unit tests and integration testing</li> | ||
<li>Engineering guidelines</li> | ||
<li>Help prepare the community to empower market parties to offer the solution as SaaS</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Technology</h3> | ||
<dl> | ||
<dt>Languages and frameworks:</dt> | ||
<dd>Django Python</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Community</h3> | ||
<dl> | ||
<dt>Created by:</dt> | ||
<dd>Amsterdam, the Netherlands (2018)</dd> | ||
</dl> | ||
<dl> | ||
<dt>Replicating:</dt> | ||
<dd>Strong interest from other Dutch cities and the VNG (Vereniging van Nederlandse Gemeenten, representing 355 municipalities), as well as Ghent (Belgium) as part of the European SCORE project.</dd> | ||
</dl> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section"> | ||
<div class="cb-detail-info"> | ||
<h3>Opportunity</h3> | ||
<dl> | ||
<dt>Scaling potential:</dt> | ||
<dd>Other Dutch municipalities</dd> | ||
</dl> | ||
<p>The Association of Dutch Municipalities (VNG) wants to make it 'one click deployable' from their Common Ground appstore.</p> | ||
<p>Amsterdam, the VNG and Den Bosch have asked for our expertise while they refactor the codebase to be more modular and reusable while it's in production in Amsterdam.</p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="cb-section cb-section-links"> | ||
<div class="cb-detail-info"> | ||
<h3>Find out more</h3> | ||
<ul> | ||
<li><a href="https://signalen.org" target="_blank">Signalen website</a></li> | ||
<li><a href="https://youtube.com/watch?v=I2Z-mRFt3pg" target="_blank">"Signalen: helping cities manage and prioritize citizens' reports"</a> (video)</li> | ||
<li><a href="https://github.com/Amsterdam/signals" target="_blank">Github: backend</a></li> | ||
<li><a href="https://github.com/Amsterdam/signals-frontend" target="_blank">Github: fronted</a></li> | ||
<li><a href="https://meldingen.amsterdam.nl" target="_blank">Amsterdam public interface</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<html> | ||
<head> | ||
<title>Our Codebases</title> | ||
<link rel="stylesheet" href="https://publiccode.net/assets/style.css"> | ||
<link rel="stylesheet" href="assets/style_codebases.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<main> | ||
<div class="cb-section"> | ||
<div> | ||
<h1 class="title">Our Codebases</h1> | ||
<h4 class="subtitle"><p>The Foundation for Public Code supports ambitious communities and their codebases to scale effectively, including smoother collaboration and shared governance.</p> | ||
<p>Codebases are organized by their <a href="/codebase-stewardship/lifecycle.html">codebase maturity.</a></p></h4> | ||
</div> | ||
</div> | ||
|
||
<div class="cb-maturity-index-header cb-maturity-s1"> | ||
<h1 class="title">Stage 1: <strong>Assessment</strong></h1> | ||
<p><strong>In this phase, codebase communities and the Foundation for Public Code decide if:</strong></p> | ||
<ul> | ||
<li>The codebase is a good fit for Foundation stewardship</li> | ||
<li>Foundation stewardship will meet the community's goals and ambitions</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="cb-listings-container"> | ||
<div class="cb-list-title">Codebases currently in public assessment:</div> | ||
|
||
<div class="cb-listings"> | ||
|
||
<div class="cb-listing"> | ||
<div class="cb-logo"><img src="images/signalen/signalen_logo_small.png" alt="Signalen logo"></div> | ||
<div class="cb-info"> | ||
<div class="cb-name">Signalen</div> | ||
<div class="cb-desc">Receiving, automatically classifying and prioritising residents' nuisance reports</div> | ||
<a href="">Overview</a> | ||
<a href="">Visit project</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="cb-maturity-index-header cb-maturity-s2"> | ||
<h1 class="title">Stage 2: <strong>Incubation</strong></h1> | ||
<p><strong>Codebases in incubation are working to comply with the Standard for Public Code.</strong></p> | ||
</div> | ||
|
||
<div class="cb-listings-container"> | ||
<div class="cb-list-title">Codebases currently in incubation:</div> | ||
|
||
<div class="cb-listings"> | ||
|
||
<div class="cb-listing"> | ||
<div class="cb-logo"><img src="images/openzaak/openzaak_logo_small.png" alt="OpenZaak logo"></div> | ||
<div class="cb-info"> | ||
<div class="cb-name">OpenZaak</div> | ||
<div class="cb-desc">Backend component to help municipalities manage and share data internally</div> | ||
<a href="">Overview</a> | ||
<a href="">Visit project</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="cb-maturity-index-header cb-maturity-s3"> | ||
<h1 class="title">Stage 3: <strong>Mature</strong></h1> | ||
<p><strong>Mature codebases and communities fully meet the Standard for Public Code.</strong></p> | ||
</div> | ||
|
||
<div class="cb-listings-container"> | ||
<div class="cb-list-none">There are currently no mature codebases under Foundation stewardship.</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="cb-maturity-index-header cb-maturity-s4"> | ||
<h1 class="title">Stage 4: <strong>Attic</strong></h1> | ||
<p><strong>Codebases and communitities that were once Standard compliant but aren't any more are in the attic.</strong></p> | ||
</div> | ||
|
||
<div class="cb-listings-container"> | ||
<div class="cb-list-none">There are currently no codebases in our attic.</div> | ||
</div> | ||
|
||
</main> | ||
|
||
<!-- | ||
<div id="hex-hint" style="opacity:0;"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="242.5" height="280" viewbox="0 0 242.5 280" id="hex-hint-bg"> | ||
<path d="M121.2435565298214 0L242.4871130596428 70L242.4871130596428 210L121.2435565298214 280L0 210L0 70Z"></path> | ||
</svg> | ||
<div id="hex-hint-text">Lorem ipsum click to read more about the<br><strong>Stewardship lifecycle</strong>.</div> | ||
</div> | ||
--> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.