タグ

Sporkに関するlax34のブックマーク (2)

  • Spork - Hatena::Diary::Neko::kak 500 Internal Server Error

    YAPCでの発表の際、どんなプレゼンツールをつかおうかなーと考えていたのですが、 自分でつくるのも面倒になってきたので IngyのSporkを試しに使ってみたら、すげー簡単にできたのでご紹介。 まずはともあれSporkのインストール。 cpan> install Spork私の環境ではKwiki::Cacheがないよーとかおこられたので cpan> install Kwiki::Cacheも入れました。 インストールが終わったら、以下のようにするだけです。 $ mkdir presen; cd presen $ spork -new $ vi config.yaml # author_nameとかcopyrightとかPlugin使う場合はそれを設定 $ vi Spork.slides # プレゼン内容を書く $ spork -make # プレゼンHTMLの生成 $ spork -sta

    Spork - Hatena::Diary::Neko::kak 500 Internal Server Error
  • KwikiFormattingRules - Kwiki

    This page describes the wiki markup language used by this kwiki. Level 1 Heading (H1) = Level 1 Heading (H1) = Level 2 Heading (H2) == Level 2 Heading (H2) == Level 3 Heading (H3) === Level 3 Heading (H3) === Level 4 Heading (H4) ==== Level 4 Heading (H4) Level 5 Heading (H5) ===== Level 5 Heading (H5) Level 6 Heading (H6) ====== Level 6 Heading (H6) The horizontal lines in this page are made with

    lax34
    lax34 2008/05/27
  • 1