[Codeigniter-users] ユーザガイド Sphinx への移行について

アーカイブの一覧に戻る

Kenji Suzuki kenji****@gmail*****
2011年 10月 7日 (金) 09:52:49 JST


Kenji です。


On Fri, 7 Oct 2011 09:29:00 +0900
Kenji Suzuki <kenji****@gmail*****> wrote:

> gist の fork って diff は GitHub でみれるのでしょうか?
> 
> 他にもいじる人がいるかも知れませんから、リポジトリ作りましょうか。

作りました。
https://github.com/codeigniter-jp/html2sphinx

水野さんのものをコミットしてあります。


私の書いた他のスクリプトもすべてコミットしておきました。

本家の user_guide_src を ci-ja/user_guide_ja_src にコピーし、
ci-ja/user_guide_ja_src/srouce に上のリポジトリのすべてのファイルを
置いて

$ sh convert.sh

とすると日本語 rst が作成されます。なんかエラーがでるファイルも
ありますが (w


// Kenji


> On Fri, 7 Oct 2011 08:53:33 +0900
> Fumito Mizuno <ounzi****@gmail*****> wrote:
> 
> > 水野です。
> > 
> > html2rest.py を少しいじりました。
> > ■ python -> php へ変更
> > ■ 元のHTMLで<code>で括ってあるので、pre -> code へ変更
> > 
> > ● コード (Kenjiさんのものをフォークして書き換えた)
> > https://gist.github.com/1269027
> > 32: CODEBLOCK = '.. sourcecode:: php'
> > 224: def start_code(self, attrs):
> > 232: def end_code(self):
> > 
> > ● date helper に適用してみたサンプル
> > http://php-web.net/ci_sample/ja.html
> > http://codeigniter.sourceforge.jp/kenji/html/helpers/date_helper.html
> > 
> > 
> > 
> > -- 
> > Fumito Mizuno
> > Standing on the Shoulder of Linus
> > http://ounziw.com/
> > 
> > _______________________________________________
> > Codeigniter-users mailing list
> > Codei****@lists*****
> > http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users




Codeigniter-users メーリングリストの案内
アーカイブの一覧に戻る