From 291b1d29bf68c512c3f1db4d3910a35e34483522 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 22 Dec 2015 13:17:55 +0100 Subject: [PATCH] Update README --- AUTHORS.md | 2 +- README.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index e710866..0b9c8a5 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,5 +2,5 @@ ## Main developers -* Luc Didry, aka Sky (), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky) +* Luc Didry, aka Sky (), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky) * No one else right now diff --git a/README.md b/README.md index 609e809..5e54b0e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ The administrator of the Lufi instance you use will not be able to see what is i ## License -Lufi is licensed under the terms of the AGPL. See the LICENSE file. +Lufi is licensed under the terms of the AGPL. See the [LICENSE](LICENSE) file. ## Official instance -Not for now. Lufi is still in development. +There is a demonstration site, available at , with strong limitations on time and file size. + +To really use Lufi, you can go to , provided by the [Framasoft](http://framasoft.org) ## Logo @@ -45,6 +47,8 @@ But please, notice that some meta-datas are send unencrypted: Lufi comes with English and French languages. It will choose the language to display from the browser's settings. +If you want to add a language, merge-requests are welcome. + ## Authors See [AUTHORS.md](AUTHORS.md) file. @@ -61,9 +65,9 @@ Lufi is written in Perl with the [Mojolicious](http://mojolicio.us) framework. It uses: -* [Twitter bootstrap](http://getbootstrap.com) framework to look not too ugly +* [Materialize](http://materializecss.com/) framework to look not too ugly +* [jQuery](https://jquery.com) * [Stanford Javascript Crypto Library](http://bitwiseshiftleft.github.com/sjcl/) * [Moment.js](http://momentjs.com/) for displaying real dates instead of unix timestamps. -* [Fontello](http://fontello.com/) for the icons, licenses for the fontello icons fonts are in `public/font/LICENSE.txt` +* [Filesize.js](http://filesizejs.com/) for displaying file sizes -Yup, no jQuery here, just old good vanilla javascript.