User Tools

Site Tools


communitycloud:services:etherpad_lite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
communitycloud:services:etherpad_lite [2012/02/05 02:06]
tkilla
communitycloud:services:etherpad_lite [2012/02/05 04:24]
tkilla
Line 1: Line 1:
 ====== Etherpad Live Editor ====== ====== Etherpad Live Editor ======
  
-Etherpad **Lite - node.js alternative** to a fat java beast :-D+Etherpad **Lite - node.js alternative** to a fat java beast :-D "//...really real-time document collaboration for groups of users.."//
  
  
Line 35: Line 35:
     * CREATE USER 'etherpad'@'localhost' IDENTIFIED BY 'PUT YOUR PASS HERE!';     * CREATE USER 'etherpad'@'localhost' IDENTIFIED BY 'PUT YOUR PASS HERE!';
     * GRANT ALL PRIVILEGES ON `etherpad` . * TO 'etherpad'@'localhost' WITH GRANT OPTION ;     * GRANT ALL PRIVILEGES ON `etherpad` . * TO 'etherpad'@'localhost' WITH GRANT OPTION ;
 +    * **Edit settings.json** in your Etherpad Lite root folder and change the database settings to these values
 +
 +
 +  * **branches do not work** currently (02.2012) :: no headline buttons, not tables, yet :-/
 +
 +  * **development templates:** look in **/static/custom**. These template files are included in index, pad and timeslider pages  
 +    * https://github.com/Pita/etherpad-lite/wiki/How-to-customize-your-Etherpad-Lite-installation
 +
 +
 +\\
 +=== Importing and Exporting ===
 +
 +
 +  aptitude install abiword
 +
 +
 +**Edit settings.json to point to abiword:**
 +
 +  "abiword" : "/usr/bin/abiword",
 +
 +\\
 +**Export current pad as** 
 +  * HTML
 +  * Plain text
 +  * Microsoft Word
 +  * PDF
 +  * OpenDocument
 +  * DokuWiki text
 +  * Wordle
 +
 +**works completly!!**
 +
 +\\
 +**Import from** 
 +  * text file
 +  * HTML
 +  * PDF   -- not much formatting, but text is complete
 +  * Word  -- works!! - even russian texts :-)
 +  * ODT   -- encoding probs
 +  * RTF
 +
 +\\
 +sometimes abiword dies, - most often when importing ODT: "Abiword died with exit code null"
 +
 +
 +\\
 +
 +
  
-  * **Edit settings.json** in your Etherpad Lite root folder and change the database settings to these values 
  
  
communitycloud/services/etherpad_lite.txt ยท Last modified: 2012/02/05 04:43 by tkilla