Changeset 15936 for lang/gauche
- Timestamp:
- 07/17/08 20:54:29 (4 months ago)
- Location:
- lang/gauche/oldtype/trunk
- Files:
-
- 2 modified
-
bin/convert.sh (modified) (1 diff)
-
command/blog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/trunk/bin/convert.sh
r15285 r15936 49 49 echo ${base} | grep "!" > /dev/null 50 50 generated=$? 51 if [ "0" = $generated] ; then51 if [ "0" = "$generated" ] ; then 52 52 diffs=`_svn t diff ${base}.ot | wc -l | awk '{ print $1; }'` 53 53 # echo diffs : ${diffs} 54 54 [ "0" != "${diffs}" -o ! -f ../_out/${base}.sexp ] 55 55 status=$? 56 57 ## TODO: fix me ( Must implement !xxxxx.ot contents converttion check ) 58 status=0 59 56 60 # echo status : ${status} 57 61 else -
lang/gauche/oldtype/trunk/command/blog
r15232 r15936 2 2 3 3 (use srfi-1) 4 (use util.list) 4 5 (use oldtype.util) 5 6 … … 36 37 (display 37 38 (string-append "* [[" (oldtype:otpath->wikiname filename) "]]")))) 38 (for-each print (port->string-list (current-input-port)))))) 39 (for-each 40 (lambda (line) 41 (if (#/##\(comment\)/ line) 42 (print (string-append "comment please => [[" (oldtype:otpath->wikiname filename) "]]")) 43 (print line))) 44 (port->string-list (current-input-port)))))) 39 45 entrylist) 40 46 (display appendix) … … 60 66 (cons 61 67 ot-blog-header 62 (take (ot-blog-entrylist) ot-new-entry-limit))68 (take* (ot-blog-entrylist) ot-new-entry-limit)) 63 69 "") 64 70 (output-blog-list (string-append ot-blog ".list.ot")
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)