Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-18 18:37:41 +02:00
parent 67e392dd88
commit 86a6e4db44
6 changed files with 16 additions and 15 deletions

View File

@@ -104,10 +104,10 @@
<h2 id="filegator">FileGator</h2>
<p><a href="https://filegator.io">FileGator</a> is a free, open-source PHP script for managing files and folders.</p>
<p>You can manage files inside your local repository folder (on your server's hard drive) or connect to other storage adaptes (see below).</p>
<p>FileGator has multi-user support so you can have admins and other users managing files with different access permissions, roles and home folders.</p>
<p>FileGator has multi-user support so you can have admins and other users managing the files with different access permissions, roles and home folders.</p>
<p>All basic file operations are supported: copy, move, rename, create, delete, zip, unzip, download, upload.</p>
<p>If allowed, users can download multiple files or folders at once.</p>
<p>File upload supports drag&amp;drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server configuration.</p>
<p>File upload supports drag&amp;drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server's configuration.</p>
<h2 id="features-amp-goals">Features &amp; Goals</h2>
<ul>
<li>Multiple storage adapters (Local, FTP, S3, Dropbox and many others via <a href="https://github.com/thephpleague/flysystem">Flysystem</a>)</li>