This is the whitepaper and documentation that specifies the FREEDERATION protocol, a DAO community platform that provides economic support to Open Source projects (Free Software and Public Domain Intellectual Works).
Building the book requires a custom fork of mdBook:
$ cargo install mdbook --git https://github.com/freederation/freederation-docs.gitTo build the book, type:
$ mdbook buildThe output will be in the book subdirectory. To check it out, open it in
your web browser.
Firefox:
$ firefox book/index.html # Linux
$ open -a "Firefox" book/index.html # OS X
$ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
$ start firefox.exe .\book\index.html # Windows (Cmd)Chrome:
$ google-chrome book/index.html # Linux
$ open -a "Google Chrome" book/index.html # OS X
$ Start-Process "chrome.exe" .\book\index.html # Windows (PowerShell)
$ start chrome.exe .\book\index.html # Windows (Cmd)To run the tests:
$ mdbook test