Changeset 20565 for lang/gauche
- Timestamp:
- 10/03/08 12:09:44 (5 years ago)
- Location:
- lang/gauche/oldtype
- Files:
-
- 2 modified
-
branches/stable/Kahua/oldtype/oldtype/page.scm (modified) (5 diffs)
-
trunk/Kahua/oldtype/oldtype/page.scm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/gauche/oldtype/branches/stable/Kahua/oldtype/oldtype/page.scm
r15941 r20565 1 1 ;;; 2 ;;; oldtype/page - wiki page info mation2 ;;; oldtype/page - wiki page information 3 3 ;;; 4 4 ;;; Copyright (c) 2008 Kiyoka Nishiyama, All rights reserved. … … 26 26 ;;; $Id: $ 27 27 ;;; 28 ;;; 28 ;;; 29 29 30 30 ;; 31 31 ;; page information of single wiki page of OldType. 32 ;; it contains multi <oldtype-line> info mation32 ;; it contains multi <oldtype-line> information 33 33 ;; 34 34 … … 66 66 (define-class <oldtype-page> () 67 67 (;; Customization parameters ----------------------- 68 68 69 69 ;; page name (utf-8) 70 70 (name :accessor name-of :init-keyword :name 71 71 :init-value "none") 72 ;; sxml data in page 72 ;; sxml data in page 73 73 (sxml :accessor sxml-of :init-keyword :sxml 74 74 :init-value '()) 75 ;; <oldtype-timeline> in page 75 ;; <oldtype-timeline> in page 76 76 (timeline :accessor timeline-of :init-keyword :timeline 77 77 :init-value '()) … … 97 97 (set! (plain-of self) 98 98 (list->vector 99 (string-split 99 (string-split 100 100 (oldtype:sxml->plain-text (sxml-of self)) 101 101 #\newline))) … … 109 109 (timeline . ,(serialize (timeline-of self))) 110 110 (plain . ,(vector->list (plain-of self))))) 111 111 112 112 113 113 (define-method deserialize ((dummy <oldtype-page>) internal-data) -
lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/page.scm
r15746 r20565 1 1 ;;; 2 ;;; oldtype/page - wiki page info mation2 ;;; oldtype/page - wiki page information 3 3 ;;; 4 4 ;;; Copyright (c) 2008 Kiyoka Nishiyama, All rights reserved. … … 26 26 ;;; $Id: $ 27 27 ;;; 28 ;;; 28 ;;; 29 29 30 30 ;; 31 31 ;; page information of single wiki page of OldType. 32 ;; it contains multi <oldtype-line> info mation32 ;; it contains multi <oldtype-line> information 33 33 ;; 34 34 … … 66 66 (define-class <oldtype-page> () 67 67 (;; Customization parameters ----------------------- 68 68 69 69 ;; page name (utf-8) 70 70 (name :accessor name-of :init-keyword :name 71 71 :init-value "none") 72 ;; sxml data in page 72 ;; sxml data in page 73 73 (sxml :accessor sxml-of :init-keyword :sxml 74 74 :init-value '()) 75 ;; <oldtype-timeline> in page 75 ;; <oldtype-timeline> in page 76 76 (timeline :accessor timeline-of :init-keyword :timeline 77 77 :init-value '()) … … 97 97 (set! (plain-of self) 98 98 (list->vector 99 (string-split 99 (string-split 100 100 (oldtype:sxml->plain-text (sxml-of self)) 101 101 #\newline))) … … 109 109 (timeline . ,(serialize (timeline-of self))) 110 110 (plain . ,(vector->list (plain-of self))))) 111 111 112 112 113 113 (define-method deserialize ((dummy <oldtype-page>) internal-data)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)