phx_literate/template/$PROJECT_NAME$
Ryan Rix 86861b24ca rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
..
assets remove binary files from template 2020-09-09 13:00:46 -07:00
lisp make it work tho 2020-09-07 19:20:14 -07:00
$PROJECT_NAME$.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
$PROJECT_NAME$_web.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
Makefile make it work tho 2020-09-07 19:20:14 -07:00
README.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
aesthetics.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
page_controller.org make it work tho 2020-09-07 19:20:14 -07:00
phoenix.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
testing.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00
usersocket.org rip @real_name out of templates, gdi trying to make that work sucked 2020-09-09 13:04:01 -07:00

README.org

<%= @project_name %>

This project is a repository of Org Mode formatted documents which describe and implement a web service written in Elixir using the Phoenix Framework.

Rather than directly editing the source code, these documents are edited instead source code, justification and the links between disparate modules and data-flows expressed in text as well as code.

Building

There is a Makefile to make it easier to tangle the files. You will need Emacs and Org-mode installed for this to work. Some day all of this will be in Mix tasks that can contain the whole set of dependencies.

make tangle will tangle any org document which is newer than a handle left in _build. It's important to keep your tangled documents up to date with the file system, but for development it's likely that you're sending the Elixir code to a running IEx session, there will be an org-mode documentation providing for this at some point soon.

make init will tangle, download dependencies, and compile them.