Collaborative notebook based on framapad https://github.com/zamentur/libreto
Find a file
2024-07-06 00:25:11 +02:00
dist Added 2 options : 2018-12-08 10:15:52 +01:00
libreto Update version of HTMLPurifier to fix errors caused by string offset access with curly braces (#14) 2024-07-06 00:25:11 +02:00
views - Fix export bug when book.js not existing 2019-08-07 17:04:15 +02:00
.gitignore Pads now have an ID option 2018-05-28 12:45:36 +02:00
.gitmodules work now with instances without markdown export 2018-03-19 17:58:12 +01:00
index.php work now with instances without markdown export 2018-03-19 17:58:12 +01:00
LICENSE Create LICENSE 2018-03-20 14:05:48 +01:00
readme.md [enh] Add Libreto Yunohost package 2018-11-29 03:17:37 +01:00

Libreto

Un Libreto est un carnet de note collaboratif fondé sur etherpad. Il peut devenir un mini-site, le carnet de bord d'un workshop, le support de rédaction d'un livre collectif ou tout autre chose.

Libreto est libre, gratuit, et minimaliste.

Pas d'inscription, pas de connexion, tout le monde peut éditer un Libreto, comme un wiki.

Installer Libreto (apache)

git clone https://github.com/Ventricule/libreto.git
cp libreto/dist/config* libreto/config.php
cp libreto/dist/.htaccess libreto/.htaccess
git submodule update --init --recursive

Modifier les variables de configuration du nouveau fichier config.php en fonction de votre propre personnalisation.

Faites de même pour le fichier .htaccess puis configurer un virtual host apache avec pour dossier racine /<path-to>/libreto

Installer Libreto avec YunoHost

Un package Libreto pour YunoHost existe.

Install Libreto with YunoHost