Skip to content

Commit

Permalink
Deployed d74804a to development with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2024
1 parent fb3418d commit 8f9791f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
21 changes: 11 additions & 10 deletions development/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,11 +649,12 @@ <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&
<p>Kerko was inspired by prior work accomplished by <a href="https://whiskyechobravo.com/">Whisky Echo
Bravo</a> on two projects:</p>
<ul>
<li><a href="https://bibliomontreal.uqam.ca/bibliographie/">Bibliographie sur l’histoire de
Montréal</a>, developed in 2014 by
David Lesieur and Patrick Fournier, of Whisky Echo Bravo, for the <a href="https://lhpm.uqam.ca/">Laboratoire
<li><a href="https://bibliographies.uqam.ca/bhm/">Bibliographie sur l’histoire de
Montréal</a>, developed in 2014 by David
Lesieur and Patrick Fournier, of Whisky Echo Bravo, for the <a href="https://lhpm.uqam.ca/">Laboratoire
d'histoire et de patrimoine de Montréal</a> (Université du
Québec à Montréal, Canada).</li>
Québec à Montréal, Canada). The original custom application got a few minor
updates over time, and was eventually replaced with Kerko in 2024.</li>
<li><a href="http://quescren.concordia.ca/">Bibliography on English-speaking Quebec</a>,
developed in 2017 by David Lesieur, for the <a href="https://www.concordia.ca/artsci/scpa/quescren.html">Quebec English-Speaking
Communities Research Network
Expand All @@ -666,12 +667,12 @@ <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&
order to be more adaptable to a variety of needs. That led to Kerko, whose
initial development was made possible through the following project:</p>
<ul>
<li><a href="https://bibliopiaf.ebsi.umontreal.ca/">Bibliographie francophone sur l'archivistique</a>,
funded by the
<a href="http://www.aiaf.org/">Association internationale des archives francophones (AIAF)</a>
and hosted by the
<a href="https://ebsi.umontreal.ca/">École de bibliothéconomie et des sciences de l’information (EBSI)</a>
(Université de Montréal, Canada).</li>
<li><a href="https://bibliopiaf.ebsi.umontreal.ca/">Bibliographie francophone sur
l'archivistique</a>, funded by the
<a href="https://www.piaf-archives.org/AIAF/association-internationale-des-archives-francophones">Association internationale des archives francophones
(AIAF)</a>
and hosted by the <a href="https://ebsi.umontreal.ca/">École de bibliothéconomie et des sciences de l’information
(EBSI)</a> (Université de Montréal, Canada).</li>
</ul>
<p>Since then, Kerko has continued to evolve, thanks to work by <a href="https://whiskyechobravo.com/">Whisky Echo
Bravo</a> and other contributors, often through funding provided
Expand Down
2 changes: 1 addition & 1 deletion development/config-params/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3877,7 +3877,7 @@ <h3 id="weight_2"><code>weight</code><a class="headerlink" href="#weight_2" titl
<hr />
<h2 id="kerkometa"><code>kerko.meta.</code><a class="headerlink" href="#kerkometa" title="Permanent link">&para;</a></h2>
<h3 id="google_analytics_id"><code>google_analytics_id</code><a class="headerlink" href="#google_analytics_id" title="Permanent link">&para;</a></h3>
<p>A Google Analytics stream ID, e.g., <code>'G-??????????'</code>.</p>
<p>A Google Analytics measurement ID, e.g., <code>'G-??????????'</code>.</p>
<p>If the value is not empty <em>and</em> Flask is not running in debug mode, then the
Google Analytics tag is inserted into the pages.</p>
<p>Type: String <br>
Expand Down
12 changes: 6 additions & 6 deletions development/deploying/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#deploying-on-ubuntu-2004-or-2204-with-nginx-and-gunicorn" class="md-nav__link">
<a href="#deploying-on-ubuntu-with-nginx-and-gunicorn" class="md-nav__link">
<span class="md-ellipsis">
Deploying on Ubuntu 20.04 or 22.04 with nginx and gunicorn
Deploying on Ubuntu with nginx and gunicorn
</span>
</a>

Expand Down Expand Up @@ -599,9 +599,9 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#deploying-on-ubuntu-2004-or-2204-with-nginx-and-gunicorn" class="md-nav__link">
<a href="#deploying-on-ubuntu-with-nginx-and-gunicorn" class="md-nav__link">
<span class="md-ellipsis">
Deploying on Ubuntu 20.04 or 22.04 with nginx and gunicorn
Deploying on Ubuntu with nginx and gunicorn
</span>
</a>

Expand Down Expand Up @@ -656,9 +656,9 @@ <h1 id="how-to-deploy">How to deploy<a class="headerlink" href="#how-to-deploy"
<p>That said, you may refer to the guide below for step-by-step instructions. Even
if your environment is different from the one this guide was designed for, it
might provide you with some useful hints.</p>
<h2 id="deploying-on-ubuntu-2004-or-2204-with-nginx-and-gunicorn">Deploying on Ubuntu 20.04 or 22.04 with nginx and gunicorn<a class="headerlink" href="#deploying-on-ubuntu-2004-or-2204-with-nginx-and-gunicorn" title="Permanent link">&para;</a></h2>
<h2 id="deploying-on-ubuntu-with-nginx-and-gunicorn">Deploying on Ubuntu with nginx and gunicorn<a class="headerlink" href="#deploying-on-ubuntu-with-nginx-and-gunicorn" title="Permanent link">&para;</a></h2>
<p>These instructions will detail the steps and configurations required to get
<a href="https://github.com/whiskyechobravo/kerkoapp">KerkoApp</a> running on an Ubuntu 20.04 or 22.04 web server, using <a href="https://gunicorn.org/">Gunicorn</a> as
<a href="https://github.com/whiskyechobravo/kerkoapp">KerkoApp</a> running on an Ubuntu 22.04 or 24.04 web server, using <a href="https://gunicorn.org/">Gunicorn</a> as
the WSGI container and <a href="https://nginx.org/en/docs/">nginx</a> as a HTTP proxy.</p>
<p>The procedure is similar that of any Flask application, but KerkoApp-specific
steps are also covered here.</p>
Expand Down
3 changes: 3 additions & 0 deletions development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,13 @@ <h2 id="sites-using-kerko">Sites using Kerko<a class="headerlink" href="#sites-u
<p>The following sites are powered by Kerko:</p>
<ul>
<li><a href="https://bibliopiaf.ebsi.umontreal.ca/">Bibliographie francophone sur l'archivistique</a></li>
<li><a href="https://bibliographies.uqam.ca/bhm/">Bibliographie sur l'histoire de Montréal</a></li>
<li><a href="https://ckol.quescren.ca/">Community Knowledge Open Library on English-Speaking Quebec</a></li>
<li><a href="https://library.lipedema.org/">Lipedema Foundation LEGATO Lipedema Library</a></li>
<li><a href="https://docs.opendeved.net/">Open Development &amp; Education Evidence Library</a></li>
<li><a href="https://rightsandrecords.ica.org/">Rights and Records Knowledge Base</a></li>
<li><a href="http://docs.edtechhub.org/">The EdTech Hub Evidence Library</a></li>
<li><a href="https://library.transitionaljusticedata.org/">Transitional Justice Evaluation Tools Reference Library</a></li>
<li><a href="https://research.usj.edu.mo/">University of Saint Joseph Research Output</a></li>
</ul>
<div class="admonition question">
Expand Down
2 changes: 1 addition & 1 deletion development/search/search_index.json

Large diffs are not rendered by default.

Binary file modified development/sitemap.xml.gz
Binary file not shown.

0 comments on commit 8f9791f

Please sign in to comment.