Luc Didry 99abed
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
Luc Didry c0530c
Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('What is Lufi?') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('Lufi is a free (as in free speech) file hosting software.') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('Privacy') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('The files uploaded on a Lufi instance are encrypted before the upload to the server: the administrator of the server can not see the file\'s content.') %>
Luc Didry c0530c
        
Luc Didry c0530c
        <%= l('The administrator can only see the file\'s name, its size and its mimetype (what kind of file it is: video, text, etc.).') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('You don\'t need to register yourself to upload files but be aware that, for legal reasons, your IP address will be stored when you send a file. Don\'t panic, this is normally the case for all sites on which you send files.') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('How does it work?') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('Drag and drop files in the appropriate area or use the traditional way to send files and the files will be chunked, encrypted and sent to the server. You will get two links per file: a download link, that you give to the people you want to share the file with and a deletion link, allowing you to delete the file whenever you want.') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('You can see the list of your files by clicking on the "My files" link at the top right of this page.') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('How to report an illegal file?') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%== l('Please contact the administrator: %1', config('contact')) %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('Who wrote this software?') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%== l('The original (and only for now) author is Luc Didry.') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= l('How to install the software on my server?') %>
Luc Didry c0530c
    
Luc Didry c0530c
    

Luc Didry c0530c
        <%== l('As Lufi is a free software licensed under of the terms of the AGPLv3, you can install it on you own server. Have a look on the Wiki for the procedure.') %>
Luc Didry c0530c
        
Luc Didry c0530c
        <%== l('Get the source code on the official repository or on its Github mirror') %>
Luc Didry c0530c
    

Luc Didry c0530c
    

Luc Didry c0530c
        <%= link_to url_for('/') => ( class => "btn" ) => begin %>
Luc Didry c0530c
            <%= l('Back to homepage') %>
Luc Didry c0530c
        <% end%>
Luc Didry c0530c
    

Luc Didry 99abed