Changeset 8342 for lang/gauche/oldtype
- Timestamp:
- 03/24/08 21:00:44 (5 years ago)
- Location:
- lang/gauche/oldtype/trunk
- Files:
-
- 8 modified
-
Kahua/oldtype/oldtype/util.scm (modified) (1 diff)
-
Kahua/oldtype/oldtype/version.kahua (modified) (1 diff)
-
bin/batch.sh (modified) (1 diff)
-
bin/convert_all.sh (modified) (1 diff)
-
bin/lib.sh (modified) (1 diff)
-
bin/ot_AllPages (modified) (1 diff)
-
bin/ot_RecentChanges (modified) (1 diff)
-
config.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/util.scm
r8211 r8342 79 79 (define (oldtype:editpath) 80 80 (string-append 81 (sys-getenv "OT_ EDITHOME")82 "/ edit"))81 (sys-getenv "OT_SITE") 82 "/tmp/oldtype/edit")) 83 83 84 84 (define (oldtype:user-local) -
lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/version.kahua
r7924 r8342 7 7 8 8 ;;--------------------------------------------------------- 9 (define *oldtype-version* "0. 1.9")9 (define *oldtype-version* "0.2.0") -
lang/gauche/oldtype/trunk/bin/batch.sh
r7811 r8342 13 13 . ${OT_HOME}/config.sh 14 14 15 if [ "$OT_ EDITHOME" = "" ] ; then16 echo "Please environment variables OT_ EDITHOME"15 if [ "$OT_SITE" = "" ] ; then 16 echo "Please environment variables OT_SITE" 17 17 exit 1 18 18 fi -
lang/gauche/oldtype/trunk/bin/convert_all.sh
r7811 r8342 30 30 mkdir -p ${OT_EDITHOME}/_tmp 31 31 32 # copy images 33 mkdir -p ${OT_STATICHOME}/img 34 /bin/cp -f ${OT_EDITHOME}/img/* ${OT_STATICHOME}/img 32 35 33 36 /bin/ls -1 *.ot > ../_tmp/all.list -
lang/gauche/oldtype/trunk/bin/lib.sh
r7811 r8342 1 1 #!/bin/bash 2 3 if [ "$OT_SITE" = "" ] ; then 4 echo "Please environment variables OT_SITE" 5 exit 1 6 fi 7 8 export OT_EDITHOME=${OT_SITE}/tmp/oldtype 9 export OT_STATICHOME=${OT_SITE}/static/oldtype 2 10 3 11 _svn() { -
lang/gauche/oldtype/trunk/bin/ot_AllPages
r7811 r8342 6 6 export LC_CTYPE=ja_JP.UTF-8 7 7 8 if [ "$OT_EDITHOME" = "" ] ; then9 echo "Please environment variables OT_EDITHOME"10 exit 111 fi12 13 8 cd ${OT_EDITHOME}/edit 14 9 _svn t ls > /tmp/svn.ls -
lang/gauche/oldtype/trunk/bin/ot_RecentChanges
r8205 r8342 6 6 export LANG=ja_JP.UTF-8 7 7 export LC_CTYPE=ja_JP.UTF-8 8 9 if [ "$OT_EDITHOME" = "" ] ; then10 echo "Please environment variables OT_EDITHOME"11 exit 112 fi13 8 14 9 cd ${OT_EDITHOME}/edit -
lang/gauche/oldtype/trunk/config.sh
r7811 r8342 4 4 export OT_MASTER=nil # t or nil 5 5 6 export OT_ EDITHOME=/home/kiyoka/work/site-unstable/tmp/oldtype6 export OT_SITE=/home/kiyoka/work/site-unstable 7 7 export OT_USER_BACKEND=oldtype 8 8 export OT_PASS_BACKEND=${OT_PASSWORD}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)