haroldcarr / especially-haskell

Thinking about writing a "book". Right now this is just experiments in book/website/blog infrastructure mechanics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have this idea for a combination book, website, blog, linked-data of functional programming/Haskell techniques.

Right now this repo just has experiments for the mechanics of putting it together, not the actual content itself (yet).

Usage

                                +-----------+         +---------------+         +---------+
+---------------------+         | rdf       |<--------| rdr extracter |-------->|         |
|                     |-------->| store     |         +---------------+         |         |
| client:             |         +-----------+                                   | raw     |
|  rdf-triple-browser |         +-----------+                                   | content |
|                     |-------->| formatted |         +---------------+         |         |
+---------------------+         | content   |<--------| formatter     |-------->|         |
                                +-----------+         +---------------+         +---------+

Build

pushd infra; stack build; popd
pushd content/graphviz-example; make clean all; popd

-TODO-

About

Thinking about writing a "book". Right now this is just experiments in book/website/blog infrastructure mechanics.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 94.5%Language:HTML 3.4%Language:Makefile 1.6%Language:TeX 0.4%