iilab / contentascode

Content as Code
http://iilab.github.io/contentascode
GNU General Public License v3.0
34 stars 7 forks source link

Implement Proof of concept #7

Open jmatsushita opened 8 years ago

jmatsushita commented 8 years ago

Needed features for a proof of concept implementation. Existing reference implementation is on this repo https://github.com/iilab/contentascode

Workflow Integration

Authoring

jmatsushita commented 8 years ago

Added that having Build messages properly appearing in Pull requests is also a low hanging fruit to facilitate collaboration.

seamustuohy commented 8 years ago

Repositext is another implementation of a similar project that is "a collection of tools that enables a non-linear, collaborative, and distributed workflow for versioning and publishing document collections." This might be a place to look at for features to implement. The documentation and actual code is also available on github. The main site also contains some possible tools that might be useful for identifying possible tools.

jmatsushita commented 8 years ago

Just finally looked at repositext and it does have very similar goals. There are indeed probably some good ideas to be inspired by and maybe some convergence at some later point. Thanks!