/[clonezilla-sysresccd]/trunk/www/working/scripts/html2doc
ViewVC logotype

Diff of /trunk/www/working/scripts/html2doc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by sng, Thu May 20 16:24:26 2010 UTC revision 55 by sng, Thu May 20 17:17:28 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  ##############################################################################  ##############################################################################
3  #                                                                            #  #                                                                            #
4  # html2doc, (C) 2007-2010 S. Georgaras <sng@hellug.gr>                   #  # html2doc, (C) 2007-2010 S. Georgaras <sng@hellug.gr>                       #
5  #                                                                            #  #                                                                            #
6  # This file is part of Clonezilla-SysRescCD.                                 #  # This file is part of Clonezilla-SysRescCD.                                 #
7  #                                                                            #  #                                                                            #
# Line 73  s{^[ \t]*<a href="screenshots.html">Scre Line 73  s{^[ \t]*<a href="screenshots.html">Scre
73  s{[hH][rR][Ee][fF]="README.html"{href="../README.html"{g  s{[hH][rR][Ee][fF]="README.html"{href="../README.html"{g
74  s{>Documentation<{>Offline Documentation<{  s{>Documentation<{>Offline Documentation<{
75  s{Documentation:{Offline Documentation:{  s{Documentation:{Offline Documentation:{
76    /<div id="rss">/ , /<.div>/ d
77    /<div id="lphp"/d
78  ' "$n" > doc/"$n"  ' "$n" > doc/"$n"
79    rm "$n"    rm "$n"
80  done  done
# Line 87  s{<[aA] [hH][rR][Ee][fF]="\([^"]*\)">\([ Line 89  s{<[aA] [hH][rR][Ee][fF]="\([^"]*\)">\([
89  /<div id="footer">/i \  /<div id="footer">/i \
90  </div>  </div>
91    
   
   
 /<div id="rss">/ , /<.div>/ d  
 /<div id="lphp"/d  
   
92  ' doc/README.html > README.html  ' doc/README.html > README.html
93  rm doc/README.html  rm doc/README.html
94    

Legend:
Removed from v.52  
changed lines
  Added in v.55

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26