Annotation of OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh, Revision 1.4
1.1 takayama 1: #!/bin/sh
2: # fix-link.sh ja ~/OpenXM/bin/oxreplace
1.4 ! takayama 3: # $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.3 2009/02/12 08:12:58 takayama Exp $
1.1 takayama 4: LLL=$1
5: OXREPLACE=$2
6:
7: NEW0="[[dsolv]]"
1.4 ! takayama 8: NEW1="dsolv-html/dsolv-${LLL}/dsolv-${LLL}_toc.html"
1.1 takayama 9: NEW2="dsolv (Solving the initial ideal for holonomic systems)"
1.4 ! takayama 10: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 11:
12: NEW0="[[ok_diff]]"
1.4 ! takayama 13: NEW1="ok_diff-html/ok_diff-${LLL}/ok_diff-${LLL}_toc.html"
1.1 takayama 14: NEW2="ok_diff (Okutani library for differential operators)"
1.4 ! takayama 15: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 16:
17: NEW0="[[ok_dmodule]]"
1.4 ! takayama 18: NEW1="ok_dmodule-html/ok_dmodule-${LLL}/ok_dmodule-${LLL}_toc.html"
1.1 takayama 19: NEW2="ok_dmodule (Okutani library for D-modules)"
1.4 ! takayama 20: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 21:
22: NEW0="[[plucker]]"
1.4 ! takayama 23: NEW1="plucker-html/plucker-${LLL}/plucker-${LLL}_toc.html"
1.1 takayama 24: NEW2="plucker (Plucker relations)"
1.4 ! takayama 25: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 26:
27: NEW0="[[pfpcoh]]"
1.4 ! takayama 28: NEW1="pfpcoh-html/pfpcoh-${LLL}/pfpcoh-${LLL}_toc.html"
1.1 takayama 29: NEW2="pfpcoh (Ohara library for homology/cohomology groups for p F q )"
1.4 ! takayama 30: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 31:
32: NEW0="[[gnuplot]]"
1.4 ! takayama 33: NEW1="gnuplot-html/gnuplot-${LLL}/gnuplot-${LLL}_toc.html"
1.1 takayama 34: NEW2="gnuplot (gnuplot ox server for graphics)"
1.4 ! takayama 35: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 36:
37: NEW0="[[mathematica]]"
1.4 ! takayama 38: NEW1="mathematica-html/mathematica-${LLL}/mathematica-${LLL}_toc.html"
1.1 takayama 39: NEW2="mathematica (Mathematica (TM) ox server)"
1.4 ! takayama 40: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 41:
42: NEW0="[[om]]"
1.4 ! takayama 43: NEW1="om-html/om-${LLL}/om-${LLL}_toc.html"
1.1 takayama 44: NEW2="om (om (java) ox server for translating CMO and OpenMath)"
1.4 ! takayama 45: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 46:
47: NEW0="[[phc]]"
1.4 ! takayama 48: NEW1="phc-html/phc-${LLL}/phc-${LLL}_toc.html"
1.1 takayama 49: NEW2="phc (PHC ox server for solving systems of algebraic equations by the homotopy method)"
1.4 ! takayama 50: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 51:
52: NEW0="[[sm1]]"
1.4 ! takayama 53: NEW1="sm1-html/sm1-${LLL}/sm1-${LLL}_toc.html"
1.1 takayama 54: NEW2="sm1 (Kan/sm1 ox server for the ring of differential operators)"
1.4 ! takayama 55: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 56:
57: NEW0="[[tigers]]"
1.4 ! takayama 58: NEW1="tigers-html/tigers-${LLL}/tigers-${LLL}_toc.html"
1.1 takayama 59: NEW2="tigers (tigers ox server for toric universal Grobner bases)"
1.4 ! takayama 60: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 61:
62: NEW0="[[todo_parametrize]]"
1.4 ! takayama 63: NEW1="todo_parametrize-html/todo_parametrize-${LLL}/todo_parametrize-${LLL}_toc.html"
1.1 takayama 64: NEW2="todo_parametrize (Todo library for parametrizing algebraic curves)"
1.4 ! takayama 65: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.1 takayama 66:
1.3 takayama 67: NEW0="[[mt_graph]]"
1.4 ! takayama 68: NEW1="mk_graph-html/mk_graph-${LLL}/mk_graph-${LLL}_toc.html"
1.3 takayama 69: NEW2="mt_graph (mt_graph 3D grapher)"
1.4 ! takayama 70: ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../../${NEW1}\"> ${NEW2} </a>" cman-${LLL}_toc.html
1.3 takayama 71:
1.1 takayama 72: rm -f cman-ja_toc*.old
73:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>