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