Table Of Contents

This Page

Welcome to Erlang Study Project’s documentation!

Contents:

Indices and tables

本HPの説明

勉強した成果をアップしていきます。 成果物はこちら

Erlang Tutorial <http://erlang.web.fc2.com/erlangtutorial/> Vimperator Help <http://erlang.web.fc2.com/vimperator/>

つくっていく物

  • リアルタイム共同翻訳サービス
  • SCM+Blogスクリプト(Commitすると、日記になる+そのURLへのtwitterの表示) + ログを取るサービス? (次回コミット時に、取得して静的HTMLを生成する仕様?)

2010/11/21 - ドキュメント作成開始

  • Sphinxのインストール

  • HTML/ePubのビルド
    • viのエンコードに注意
    • sphinxdocスタイルを試す。
    • pandocも試す。
  • プログラミングErlang読書会
    • ネットワークプログラミング
      • ブロッキング
      • ノンブロッキング
      • ハイブリッド

Sphinxのインストール

  • ez_setup.pyをインストール。

# python ez_setup.py

  • Sphinxのインストール

# ez_install -U sphinx

reST書く pandoc -f rst -w html > test.html なんてのも試した。

プログラミングErlang読書会

第14章:ソケットを使ったプログラミング

  • ネットワークプログラミング
    • ブロッキング
    • ノンブロッキング
    • ハイブリッド

集中力どこ行った?

と、言う事で残りの時間はSphinxと格闘して、 Makefile作ってこのHPを簡単にアップロードできるようにして終わった。

inserted by FC2 system