Changeset 15232 for lang/gauche
- Timestamp:
- 07/06/08 00:54:46 (5 months ago)
- Location:
- lang/gauche/oldtype/trunk
- Files:
-
- 3 modified
-
Kahua/oldtype/oldtype/util.kahua (modified) (1 diff)
-
bin/ot_RecentChanges (modified) (1 diff)
-
command/blog (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/util.kahua
r15055 r15232 349 349 (tr/ (td/ 350 350 (input/ (@/ (type "submit") (value "Submit comment")))))))) 351 351 352 ;; no listing to !RecentChanges 353 ((nolist) 354 (p/ "")) 355 352 356 (else 353 357 `(p/ ,(format "!!Error : no such macro \"~a\"!!" command)))))) -
lang/gauche/oldtype/trunk/bin/ot_RecentChanges
r10961 r15232 20 20 eval ${line} 21 21 name=`basename ${name} .ot` 22 echo "- ##(timestamp ${commit_utc}) ##(since ${commit_utc}): [[${name}]] by ([[${commit_author}]])" 22 if `grep '##(nolist)' ${OT_EDITHOME}/edit/${name}.ot > /dev/null` ; then 23 status=0 24 else 25 echo "- ##(timestamp ${commit_utc}) ##(since ${commit_utc}): [[${name}]] by ([[${commit_author}]])" 26 fi 23 27 fi 24 28 done | sort -r | head -${DISPLAY_LINES} >> ${OT_EDITHOME}/edit/!RecentChanges.ot.tmp -
lang/gauche/oldtype/trunk/command/blog
r14617 r15232 22 22 "[.]([0-9]+)"))))) 23 23 24 (define (output-blog save-filename entrylist )24 (define (output-blog save-filename entrylist appendix) 25 25 (with-output-to-file save-filename 26 26 (lambda () … … 37 37 (string-append "* [[" (oldtype:otpath->wikiname filename) "]]")))) 38 38 (for-each print (port->string-list (current-input-port)))))) 39 entrylist)))) 39 entrylist) 40 (display appendix) 41 (newline)))) 40 42 41 43 … … 58 60 (cons 59 61 ot-blog-header 60 (take (ot-blog-entrylist) ot-new-entry-limit))) 62 (take (ot-blog-entrylist) ot-new-entry-limit)) 63 "") 61 64 (output-blog-list (string-append ot-blog ".list.ot") 62 65 (ot-blog-entrylist)) … … 68 71 (cons 69 72 ot-blog-header 70 (reverse entries))))) 73 (reverse entries)) 74 "##(nolist)"))) 71 75 (oldtype:grouping-blog-entries 72 76 (ot-blog-entrylist)))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)