ODF reader

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


[FR]
Bonsoir,

Je viens d'ajouter la recette pour odt2txt dans le wok, qui est plus
récent et plus perfectionné qu'o3read pour extraire le texte des documents
ODF. On pourrait l'utiliser pour inclure une mini-"visionneuse" ODF dans
SliTaz.

Je vois 2 manières de faire :
- soit en écrivant une petite interface en GTKDialog qui afficherait le
résultat de la commande '''odt2txt foo.odt''', mais je n'ai pas trouvé le
moyen de le faire
- soit en écrivant un script qui affiche le texte dans un éditeur de
texte, le tout étant de déterminer quel éditeur utiliser, peut-être avec
une structure du type :
'''
if test -f /usr/bin/leafpad; then EDITEUR=leafpad; elif test -f
/usr/bin/beaver; then EDITEUR=beaver; ... ;fi
odt2txt $1 --ouput=/tmp/fichier.txt && $EDITEUR /tmp/fichier.txt
'''

Qu'en pensez-vous ?

Cordialement,
MilkaJinka

------------------------------

[EN]
Good evening,

I've just committed a receipt for odt2txt, which is more recent and more
advanced than o3ead for extracting text from ODF documents. We could use
it to provide a mini ODF "viewer" in SliTaz.

I see 2 ways to do it:
- either by coding an interface with GTKDialog, which would display the
result of '''odt2txt foo.odt''', but I couldn't find a way to achieve this
- or writing a script which would display the text in a standard text
editor, the difficulty being knowing which editor to use, maybe with a
structure like:
'''
if test -f /usr/bin/leafpad; then EDITEUR=leafpad; elif test -f
/usr/bin/beaver; then EDITEUR=beaver; ... ;fi
odt2txt $1 --ouput=/tmp/fichier.txt && $EDITEUR /tmp/fichier.txt
'''

What do you think?

Best regards,
MilkaJinka

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/