User:Mnoorenberghe/etherpad to wiki.sh
Jump to navigation
Jump to search
Example
wget -O - https://public.etherpad-mozilla.org/p/fx-desktop-meeting/export/html | ~/etherpad_to_wiki.sh
Script
#!/bin/bash sed 's/<br>/\n/g' | sed 's/<a[^>]*>//g' | sed 's/<\/a>//g'
Known issues
- URLs aren't linkified