Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-02-26 11:22:42 +01:00
parent 87e8aaa97e
commit 1a8a4c6e17
2 changed files with 2 additions and 1 deletions

View File

@@ -136,7 +136,7 @@
<h2 id="download-precompiled-build">Download precompiled build</h2>
<p>Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.</p>
<ul>
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.3.0.zip">v7.3.0</a></li>
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.3.1.zip">v7.3.1</a></li>
<li>Unzip files and upload them to your PHP server</li>
<li>Make sure your webserver can read and write to <code>/repository</code> and <code>/private</code> folders</li>
<li>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder</li>

View File

@@ -145,6 +145,7 @@
<li><code>bulgarian</code></li>
<li><code>serbian</code></li>
<li><code>french</code></li>
<li><code>slovak</code></li>
</ul>
<p>Please help us translating FileGator to your language by submitting a Pull Request on GitHub.</p>
<h2 id="how-to-translate">How to translate</h2>