Adding the ‘site_id’ attribute for multi-site hosting.
We are migrating the current code base to make it possible to host multiple instances of Zena in a single application and database thus optimizing resources management.
We are doing this in such a way that users can be shared between instances, thus a company with multiple domains only needs to handle one list of users and these users have all their redactions, todos, etc in one place.
Linkable might also be cross-site.
All this work to make it as attractive as possible for hosting companies to provide great support for Zena through:
fast and cheap hostings
Fast because the application is always running (not a fastcgi newborn on each request) and cheap because Zena will not need 100Mb (2 processes) per client !
Gaspard Bucher