View Single Post
Old 06-08-2012, 02:55 AM   #5
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Thanks. Very keen to look at it.

While waiting to download the Linux version after the end of the beta phase (?).
In the meantime, I performed a quick style occurrence study, just for the fun of it:

Spoiler:

Code:
roger@lmde64 ~/Bureau/Sigil user guide/OEBPS/Text $ pcregrep -o -h 'class=".+?"' * >fic_tmp.$$
roger@lmde64 ~/Bureau/Sigil user guide/OEBPS/Text $ for i in $(sort -u fic_tmp.$$); do echo "$i $(grep -rc $i fic_tmp.$$)"; done | sort -t ' ' -k2 -nr
class="example" 208
class="listheading" 164
sigilNotInTOC" 162
class="sigilNotInTOC" 160
class="tiptext" 123
class="tipheader" 98
class="tip" 97
class="image" 85
class="menuitem" 74
class="h2subheading" 23
class="button" 23
class="first" 22
class="indent" 16
class="toolbar" 15
class="reference 15
class="reference 15
external" 13
class="shortcut" 9
class="simple" 8
class="heading 8
class="heading" 6
class="h1subheading" 5
class="dropcap" 3
internal" 2
class="version" 1
class="title" 1
class="superscript" 1
class="subscript" 1
class="rights" 1
class="logo" 1
class="coverimage" 1
class="boldtext" 1
class="author" 1
roger@lmde64 ~/Bureau/Sigil user guide/OEBPS/Text $

Master work!

Last edited by roger64; 06-08-2012 at 03:51 AM. Reason: spoiler
roger64 is offline