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

Diff of /trunk/www/working/scripts/2site

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

revision 106 by sng, Tue Sep 14 19:24:13 2010 UTC revision 122 by sng, Thu Sep 16 13:06:07 2010 UTC
# Line 20  Line 20 
20  #                                                                            #  #                                                                            #
21  ##############################################################################  ##############################################################################
22    
23    pushd "$PWD"
24  ##############################################################################  ##############################################################################
25  # Configuration section  # Configuration section
26  #  #
# Line 31  whereIsTheISO=/e/clonezilla-sysresccd-"$ Line 31  whereIsTheISO=/e/clonezilla-sysresccd-"$
31  ##############################################################################  ##############################################################################
32  #                             Script starts here                             #  #                             Script starts here                             #
33  ##############################################################################  ##############################################################################
34  while getopts "d:" Option  noDoc=1
35    while getopts "d:n" Option
36  do  do
37   case $Option in   case $Option in
38   d) thisDate="$OPTARG"   d) thisDate="$OPTARG"
39   ;;   ;;
40     n) unset noDoc;;
41    esac    esac
42  done  done
43  ./pack-them  ./pack-them
# Line 68  tarballSizeEN=$(echo "$tarballSize" | se Line 70  tarballSizeEN=$(echo "$tarballSize" | se
70  # tarballSizeGR=$(echo "$tarballSize" | sed 's|\.|,|')  # tarballSizeGR=$(echo "$tarballSize" | sed 's|\.|,|')
71    
72    
73    #############################################################################
74    #
75    #    Copy RSS feed to trunk. No manipulation!!!
76    #
77    #############################################################################
78    pwd
79    cd working
80    cp  clonezilla-sysresccd.rss ..
81    cd ..
82    
83    
84    
85    #############################################################################
86    #
87    #    Create template.html
88    #
89    #############################################################################
90    
91  tr -d '\n' < working/clonezilla-sysresccd.rss | sed 's|<[tT][iI][tT][lL][eE]>|\n<title>|g' | sed 's|</[pP][uU][bB][Dd][aA][tT][eE]>|</pubDate>\n|g' | grep '<title>' > /tmp/iaa.$$  tr -d '\n' < working/clonezilla-sysresccd.rss | sed 's|<[tT][iI][tT][lL][eE]>|\n<title>|g' | sed 's|</[pP][uU][bB][Dd][aA][tT][eE]>|</pubDate>\n|g' | grep '<title>' > /tmp/iaa.$$
92    
# Line 148  mv p1.$$ xxx.html Line 167  mv p1.$$ xxx.html
167  sed -n '1,/<[dD][iI][vV] [iI][dD]="content">/p' xxx.html> p1.$$  sed -n '1,/<[dD][iI][vV] [iI][dD]="content">/p' xxx.html> p1.$$
168  sed '1,/<!--seperator-->/d' working/.404.html >> p1.$$  sed '1,/<!--seperator-->/d' working/.404.html >> p1.$$
169  sed -n '/<[dD][iI][vV] [iI][dD]="content">/,$p' xxx.html | sed '1d'  >> p1.$$  sed -n '/<[dD][iI][vV] [iI][dD]="content">/,$p' xxx.html | sed '1d'  >> p1.$$
170  sed '/<!--seperator-->/d' p1.$$ > 404.html  sed '/<!--seperator-->/d' p1.$$ | sed "s|myVersion|"$myVersion"|g" > 404.html
171  rm *.$$ xxx.html  rm *.$$ xxx.html
172  echo 'done'  echo 'done'
173    
# Line 439  sed " Line 458  sed "
458  s/CLONEZILLA_VERSION/$CLONEZILLA_VERSION/  s/CLONEZILLA_VERSION/$CLONEZILLA_VERSION/
459  s/SYSRESCCD_VERSION/$SYSRESCCD_VERSION/  s/SYSRESCCD_VERSION/$SYSRESCCD_VERSION/
460  " download.html > download.html.$$ && mv download.html.$$ download.html  " download.html > download.html.$$ && mv download.html.$$ download.html
461    
462    popd
463    if [ -z "$noDoc" ];then
464      ./html2doc
465      ./html2txt
466    else
467      echo
468      echo "    ****  NOT HANDLING DOCS  ****"
469    fi
470    

Legend:
Removed from v.106  
changed lines
  Added in v.122

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26