pombreda / txt2tags

Automatically exported from code.google.com/p/txt2tags
GNU General Public License v2.0
0 stars 0 forks source link

txt2tags must have 100 targets #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Today we have only 25 targets.

$ txt2tags --targets
adoc    AsciiDoc document
art ASCII Art text
bbcode  BBCode document
creole  Creole 1.0 document
dbk DocBook document
doku    DokuWiki page
gwiki   Google Wiki page
html    HTML page
html5   HTML5 page
lout    Lout document
man UNIX Manual page
md  Markdown document
mgp MagicPoint presentation
moin    MoinMoin page
pm6 PageMaker document
pmw PmWiki page
red Redmine Wiki page
rtf RTF document
sgml    SGML document
spip    SPIP article
tex LaTeX document
txt Plain Text
wiki    Wikipedia page
xhtml   XHTML page
xhtmls  XHTML Strict page

$ txt2tags --targets | wc -l
      25

This is a shame. We have hundreds of file formats out there, waiting to be 
glorified by an entry in that sacred list.

We must do a collaborative effort to bring at least 75 more targets, so we can 
change our slogan to "one source, HUNDRED targets".

;)

PS: Sorry, I just couldn't miss this opportunity to joke with issue 100.

Original issue reported on code.google.com by aureliojargas@gmail.com on 10 Dec 2010 at 10:00

GoogleCodeExporter commented 9 years ago
ODT and ODP.

Original comment by fgalla...@gmail.com on 10 Dec 2010 at 10:21

GoogleCodeExporter commented 9 years ago
txt2tags --targets | wc -l
31

=> now we have 31 :)

Original comment by eforg...@gmail.com on 23 Dec 2011 at 1:24

GoogleCodeExporter commented 9 years ago
odt would be great !

Original comment by Anne.Pac...@gmail.com on 29 Apr 2013 at 12:25

GoogleCodeExporter commented 9 years ago
yes it would be a good feature to support this open format. Meanwhile, you can 
also export to rtf, and if it's not enough you can convert from rtf to odt 
using unoconv:

   unoconv -f odt sample.rtf 

The full process from a sample.t2t file would be:

   unoconv --listener & 
   txt2tags -t rtf sample.t2t && unoconv -f odt sample.rtf

Original comment by eforg...@gmail.com on 29 Apr 2013 at 2:33