zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

refactor system initialization code #149

Closed zippy closed 8 years ago

zippy commented 8 years ago

currently the base_defs.pl generates all the system definitions plus more, like the HTTP and TEST receptors/contexts.

We have to split this up so that we can spin up different versions of ceptr, i.e. ones without the test/shell contexts etc. and so we can move HTTP definitions into separate files.