Update README

This commit is contained in:
Luc Didry 2015-12-22 13:17:55 +01:00 committed by Luc Didry
parent d3222b1d5e
commit 291b1d29bf
2 changed files with 10 additions and 6 deletions

View File

@ -2,5 +2,5 @@
## Main developers ## Main developers
* Luc Didry, aka Sky (<http://www.fiat-tux.fr>), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky) * Luc Didry, aka Sky (<https://www.fiat-tux.fr>), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky)
* No one else right now * No one else right now

View File

@ -13,11 +13,13 @@ The administrator of the Lufi instance you use will not be able to see what is i
## License ## 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 ## Official instance
Not for now. Lufi is still in development. There is a demonstration site, available at <https://demo.lufi.io>, with strong limitations on time and file size.
To really use Lufi, you can go to <https://framadrop.org>, provided by the [Framasoft](http://framasoft.org)
## Logo ## 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. 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 ## Authors
See [AUTHORS.md](AUTHORS.md) file. See [AUTHORS.md](AUTHORS.md) file.
@ -61,9 +65,9 @@ Lufi is written in Perl with the [Mojolicious](http://mojolicio.us) framework.
It uses: 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/) * [Stanford Javascript Crypto Library](http://bitwiseshiftleft.github.com/sjcl/)
* [Moment.js](http://momentjs.com/) for displaying real dates instead of unix timestamps. * [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.