/[health_html]/fix.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /fix.sh

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

revision 1.6 by ravilov, Wed Sep 19 12:23:56 2001 UTC revision 1.18 by ravilov, Tue Oct 23 16:13:59 2001 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  DIRS="img/news img/bolesti img/autori pdf templates_c med/templates_c"  DIRS="img/news img/bolesti img/autori img/autori_cv img/kongresi pdf/medicus pdf/inf_glasnik pdf/farm_glasnik templates_c med/templates_c"
3  LINKS=". edit  DIRS2="edit med/edit"
4  . med/edit  LINKS="../index.html img/bolesti/index.html
 ../index.html img/bolesti/index.html  
5  ../index.html img/autori/index.html  ../index.html img/autori/index.html
6    ../index.html img/autori_cv/index.html
7  ../index.html img/news/index.html  ../index.html img/news/index.html
8    ../index.html img/kongresi/index.html
9  ../img/index.html pdf/index.html  ../img/index.html pdf/index.html
10    ../index.html pdf/medicus/index.html
11    ../index.html pdf/inf_glasnik/index.html
12    stanja.tpl templates/lifestyle.tpl
13  ../pdf med/pdf  ../pdf med/pdf
14  ../inc med/inc  ../inc med/inc
 ../fonts med/fonts  
15  ../js med/js  ../js med/js
16  ../img/news med/img/news  ../../img/news med/img/news
17  ../img/bolesti med/img/bolesti  ../../img/banner-title.gif med/img/banner-title.gif
18  ../img/autori med/img/autori  ../../img/pisite.gif med/img/pisite.gif
19    ../../img/knjiznica01.gif med/img/hzzo.gif
20    ../../img/R-black.gif med/img/R-black.gif
21    ../../img/R-lgray.gif med/img/R-lgray.gif
22    ../../img/R-dgray.gif med/img/R-dgray.gif
23    ../../img/R-white.gif med/img/R-white.gif
24    ../../img/show-0.gif med/img/show-0.gif
25    ../../img/show-1.gif med/img/show-1.gif
26    ../../img/mali.vademecum.gif med/img/mali.vademecum.gif
27    ../../img/pio.gif med/img/pio.gif
28    ../../img/chat.gif med/img/chat.gif
29    ../../img/procitajclanak.gif med/img/procitajclanak.gif
30    ../../img/procitaj01.gif med/img/procitaj01.gif
31    ../../img/procitaj02.gif med/img/procitaj02.gif
32    ../../img/procitaj03.gif med/img/procitaj03.gif
33    ../../img/viseotemi.gif med/img/viseotemi.gif
34    ../../img/bolesti med/img/bolesti
35    ../../img/kongresi med/img/kongresi
36    ../../img/autori med/img/autori
37    ../../img/autori_cv med/img/autori_cv
38    ../../img/banneri med/img/banneri
39    ../../img/vademecum med/img/vademecum
40  ../../templates/edit.tpl med/templates/edit.tpl  ../../templates/edit.tpl med/templates/edit.tpl
41    ../../templates/show.tpl med/templates/show.tpl
42    ../../templates/search.tpl med/templates/search.tpl
43  ../../templates/links.tpl med/templates/links.tpl  ../../templates/links.tpl med/templates/links.tpl
44  ../../templates/wrapper.tpl med/templates/wrapper.tpl  ../../templates/wrapper.tpl med/templates/wrapper.tpl
45  ../../templates/print.tpl med/templates/print.tpl  ../../templates/print.tpl med/templates/print.tpl
46  ../../templates/footer.tpl med/templates/print.tpl  ../../templates/footer.tpl med/templates/footer.tpl
47    ../../templates/author.tpl med/templates/author.tpl
48    ../../templates/highlight.tpl med/templates/highlight.tpl
49    ../../templates/mnogosearch.tpl med/templates/mnogosearch.tpl
50    ../../templates/qa.tpl med/templates/qa.tpl
51    ../../templates/arhiva.tpl med/templates/arhiva.tpl
52    ../../templates/knjiznica-vademecum.tpl med/templates/vademecum.tpl
53    ../../templates/knjiznica-lijekovi.tpl med/templates/lijekovi.tpl
54    ../favicon.ico med/favicon.ico
55  ../index.php med/index.php  ../index.php med/index.php
56    ../autor.php med/autor.php
57    ../pdf.php med/pdf.php
58  ../legal.php med/legal.php  ../legal.php med/legal.php
59  ../verdanab.ttf med/verdanab.ttf  ../stil.php med/stil.php
60  ../button.php med/button.php"  ../levels.css med/levels.css
61    ../../edit/.htaccess med/edit/.htaccess"
62  # -------------  # -------------
63  cd "`dirname "${0}"`"  cd "`dirname "${0}"`"
64  echo -n "Creating dirs:"  echo -n "Creating dirs:"
# Line 31  do Line 68  do
68          echo -n " [${i}]"          echo -n " [${i}]"
69          mkdir -p "${i}"          mkdir -p "${i}"
70          chmod 777 "${i}"          chmod 777 "${i}"
71            chmod g+s "${i}"
72    done
73    for i in ${DIRS2}
74    do
75            if [ ! -e "${i}" ]
76            then
77                    echo -n " [${i}]"
78                    mkdir -p "${i}"
79            fi
80            (
81                    cd "${i}"
82                    for j in ../*
83                    do
84                            [ "`basename "${j}"`" = "CVS" ] && continue
85                            [ -e "`basename "${j}"`" ] || ln -s "${j}"
86                    done
87                    rm -f "${i}"
88            )
89  done  done
90  echo " done."  echo " done."
91  echo -n "Creating symlinks:"  echo -n "Creating symlinks:"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.26