Name: piki Version: 0.5.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Homepage: http://www.mew.org/~kazu/proj/piki/ Synopsis: Yet another Wiki format converter Description: "piki" is a script to convert a WIKI text file to an HTML file. Unlike other WIKI systems, "piki" is not executed through a web server. You can use "piki" in the shell command line. Category: Web Cabal-Version: >= 1.6 Build-Type: Simple Data-Files: doc/en/Makefile doc/en/default.css doc/en/index.html doc/en/index.piki doc/en/template.html doc/ja/Makefile doc/ja/default.css doc/ja/index.html doc/ja/index.piki doc/ja/template.html Executable piki HS-Source-Dirs: src Main-Is: Main.hs if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Build-Depends: base >= 4.0 && < 5, parsec3, text, mtl Other-Modules: CharParser Html LineParser Notation Parsec Piki Types Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/piki.git