|
From: HARUYAMA S. <har...@qu...> - 2003-01-14 04:07:10
|
Message-ID:<c40...@de...> Subject:Re: [Coderidge-devel-ja] データ構造 にて Daiki Ueno <ue...@un...> さんは書きました。 上野さん> >>>>> In <m3p...@ho...> 上野さん> >>>>> HARUYAMA Seigo <har...@qu...> wrote: 上野さん> > データ構造とKeywordsファイルの Basic Set 的なもの 上野さん> > (とりあえずこれだけはサポートするという各Peerに共通するもの) 上野さん> > を示してください。>上野さん 上野さん> 先日のミーティングで挙げられたものは以下の通りです. では Keywordsファイルとしては以下でよいでしょうか。 plathome と programingLanguage は categoryやlicenseのように 扱ったほうがよさそうですが、とりあえずはやりません。 ---------- name = "http://coderidge.org/schemas/core/1.0#Name"; license = "http://coderidge.org/schemas/core/1.0#License"; download = "http://coderidge.org/schemas/core/1.0#Download"; homepage = "http://coderidge.org/schemas/core/1.0#Homepage"; description = "http://coderidge.org/schemas/core/1.0#Description"; author = "http://coderidge.org/schemas/core/1.0#Author"; category = "http://coderidge.org/schemas/core/1.0#Category"; version = "http://coderidge.org/schemas/core/1.0#Version"; status = "http://coderidge.org/schemas/core/1.0#Status"; plathome = "http://coderidge.org/schemas/core/1.0#Platform"; programmingLanguage = "http://coderidge.org/schemas/core/1.0#ProgrammingLanguage"; authorName = author "http://coderidge.org/schemas/author/1.0#Name"; authorEmail = author "http://coderidge.org/schemas/author/1.0#Email"; authorHomepage = author "http://coderidge.org/schemas/author/1.0#Homepage"; categoryName = category "http://coderidge.org/schemas/category/1.0#Name"; licenseName = license "http://coderidge.org/schemas/license/1.0#formalName"; |