Skip to content
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

add Open Source Project Template to codebases in incubation #303

Merged
merged 1 commit into from
Oct 23, 2023
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
10 changes: 10 additions & 0 deletions codebases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ <h1 class="title">Stage 2: <strong>Incubation</strong></h1>

<div class="cb-listings">

<div class="cb-listing">
<!-- div class="cb-logo"><img src="/photos/codebases/open-source-project-template/open-source-project-template.png" alt="Open Source Project Template logo"></div -->
<div class="cb-info">
<div class="cb-name">Open Source Project Template</div>
<div class="cb-desc">Open Source project helper and getting started template(s)</div>
<a href="open-source-project-template.html">Overview</a>
<a href="https://github.com/diggsweden/open-source-project-template">Visit project</a>
</div>
</div>

<div class="cb-listing">
<div class="cb-logo"><img src="/photos/codebases/openzaak/openzaak_logo_small.png" alt="OpenZaak logo"></div>
<div class="cb-info">
Expand Down
117 changes: 117 additions & 0 deletions codebases/open-source-project-template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
---
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021-2023 The Foundation for Public Code <[email protected]>
layout: codebase
title: Codebases we work with - Open Source Project Template
---

<div class="cb-section">
<div>
<h1 class="title">Codebases we work with</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="/photos/codebases/open-source-project-template/open-source-project-template.png" alt="Open Source Project Template logo"></div -->
<h1>Open Source Project Template</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>A template project containing 'Community Health Files' and relevant checklists.</p>
<p>Its intention is to be a practical starter when releasing a project as Open Source.</p>
<p>It was created in a general way to be usable for anyone, and proposes well known conventions and de-facto standards when possible.</p>
</div>

<div class="cb-detail-gallery">
<a href="#img1">
<img class="lb-thumb" src="../photos/codebases/open-source-project-template/open-source-project-template-templates-screenshot.png" alt="Screenshot of templates contained in the open-source-project-template repository">
</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"><span class="lb-btn-text">close</span></a>
<a href="#img1">
<img src="../photos/codebases/open-source-project-template/open-source-project-template-templates-screenshot.png" alt="Screenshot of templates contained in the open-source-project-template repository">
</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 Open Source Project Template development by:</p>
<ul>
<li>Providing feedback on the contents</li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li>Providing feedback on the contents</li>
<li>Providing feedback on the content</li>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me, "contents" seems correct, as the templates and other files in the repository are specific and can be listed with the ls command, like a table of contents ... we're not talking about something abstract or amorphous like "web content".

<li>Identifying possible international collaborators</li>
<li>Supporting sustainable development</li>
</ul>
</div>
</div>

<hr>

<div class="cb-section">
<div class="cb-detail-info">
<h3>Technology</h3>
<dl>
<dt>Languages and frameworks:</dt>
<dd>Markdown</dd>
<dd>ASCIIdoc</dd>
</dl>
</div>
</div>

<hr>

<div class="cb-section">
<div class="cb-detail-info">
<h3>Community</h3>
<dl>
<dt>Created by:</dt>
<dd><a href="https://www.digg.se" target="_blank">Digg's Open Source Guild</a> and asom (arbetsgruppen för samordning av mjukvara, which translates to working group for coordination of software), Sweden</dd>
</dl>
<dl>
<dt>Used by:</dt>
<dd><a href="https://github.com/diggsweden/jitsi-outlook" target="_blank">Jitsi Outlook Plugin</a></dd>
</dl>
</div>
</div>

<hr>

<div class="cb-section">
<div class="cb-detail-info">
<h3>Opportunity</h3>
<dl>
<dt>Scaling potential:</dt>
<dd>Any new open source repository, especially public code.</dd>
</dl>
<p>Open Source Project Template maintainers have made a <a href="https://github.com/diggsweden/open-source-project-template/blob/main/CONTRIBUTING.adoc#standard-for-public-code" target="_blank">commitment</a> to meeting the criteria of the <a href="https://standard.publiccode.net" target="_blank">Standard for Public Code</a>.</p>
<p>Repositories which use the Open Source Project Template will be naturally well positioned to meet the criteria of the Standard for Public Code.
</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/diggsweden/open-source-project-template" target="_blank">Github repository</a></li>
<li><a href="https://github.com/diggsweden/open-source-project-template/blob/main/docs/public_code/standard-for-public-code-assessment.html">Assessment towards the Standard for Public Code</a>
</ul>
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading