Pipes - Module Referenceの各モジュール説明の和訳を行う。
ザッと検索した限り見当たらなかったのでのんびり上から一個づつやっていこうか…と。適当に補足したり意訳しているんで本文対比もしておく。あまりにも酷い訳と思うことがあれば、やる気が失せない程度にご指摘ください。助かります。
Most Pipes begin with a data source. These modules grab data from somewhere on the internet and bring it into your Pipe for processing.
多くのPipesはデータソースからスタートする。Sourcesモジュール群を利用すると、Pipesで処理するようにインターネットなどどこか外部からデータを持ってくることが出来る。
These modules let you define parameters for your Pipe. These inputs can be fed into other modules in your Pipe.
User Inputsモジュール群はPipeの入力のためにパラメータを設定するモジュールである。これらの入力はPipe中の他のモジュールに送り込ませることが出来る。
These modules transform and filter data flowing through your Pipe.
Operatorsモジュール群を利用するとPipeを通して変換したりフィルタをかけたりすることが出来る。
This module manipulates URLs.
URLモジュールを利用するとURL情報を操作することが出来る。
These modules help manipulate and combine text strings.
Stringモジュール群を利用すると文字列を纏めたり、操作したりすることが出来る。
These modules define and format dates.
Dateモジュールを利用すると日付を設定したり、書式をつけることが出来る。
These modules help convert text strings to geographic locations.
Locationモジュールを利用すると文字列から位置情報に変換出来る。
This module provides basic arithmetic operations.
Numberモジュールを利用すると簡単な計算処理をすることが出来る。
These modules will continue to work however, we're discouraging their use because we've introduced new modules with improved functionality.
Deprecatedモジュール群は動作するが、機能改善された新モジュールをリリースしているため、利用を推奨しないモジュール群である。
で計50個。基本平日(土日は書かない)一個の牛歩の歩みで10週間の見込み。
予定通り本日2008/5/30にてpipesのモジュールのドキュメント本文の訳を完了した。全く遅滞が無かったのは嬉しい限りだ。これで終了という訳ではなく、オマケが若干つく。来週分の作業予定を別途書くので参照されたい。
以下のデータ型をPipesでは利用できる。