Changeset 619 for lang/io

Show
Ignore:
Timestamp:
10/23/07 08:48:04 (14 months ago)
Author:
cho45
Message:

lang/io/ioblosxom/ioblosxom.io,
lang/io/ioblosxom/template.html:

PATH_INFO によるフィルタリングを実装

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/io/ioblosxom/ioblosxom.io

    r594 r619  
    3131                self flavour    := pathInfo last afterSeq(".") ifNilEval("html") 
    3232                self pathInfo last clipAfterStartOfSeq(".") 
    33                 if (self pathInfo last == "index", self pathInfo removeLast) 
    34                 self home       := System getenv("SCRIPT_NAME") ifNilEval("/") 
    35                 self path       := System getenv("SCRIPT_NAME") ifNilEval("/") split("/") removeLast 
    36                 self serverRoot := "http://" .. System getenv("SERVER_NAME") 
    37                 self creator    := "" 
     33                self home := System getenv("SCRIPT_NAME") ifNilEval("/") 
     34                self path := System getenv("SCRIPT_NAME") ifNilEval("/") split("/") removeLast 
    3835 
    3936                self title := "IoBlosxom"