Skip to content

Commit

Permalink
Added a reference implementation matrix in relation to #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Feb 23, 2016
1 parent 42c5ad1 commit 0bf6cee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion status.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Status
## Implementations

| Name | Decription | Repo URL | Text Format | Generator | Web | Mobile | Book | Interactive |
| Name | Description | Repo URL | Text Format | Generator | Web | Mobile | Book | Interactive |
| ----------------- | --------------------------------- | ------------------------------------------ | ----------- | ---------- | --- | ------ | ---- | ----------- |
| Content as Code | Reference Implementation | iilab/contentascode | Markdown | Jekyll | Yes | No | No | No |
| Open Mentoring | Mobile Education | iilab/openmentoring | Markdown | Metalsmith | Yes | Yes | Soon | Some |
Expand All @@ -24,6 +24,19 @@ title: Status
| TOTEM | Work in Progress | coming soon | | | | | | |
| Advocacy Assembly | Work in Progress | coming soon | | | | | | |

### Reference Implementation Matrix

| Name | Description | Repo | Editor | Generator | Build | Hosting | Services |
| ------------------------------ | ---------------------------------------- | ------ | ------------ | ---------- | ------------ | ----------- | ---------------- |
| stack-github-pages | Fork and play. | Github | Prose | Jekyll | Github Pages | Github | |
| stack-github-jekyll-travis | With Jekyll and Travis CI | Github | Prose | Jekyll | Travis | Github | |
| stack-github-metalsmith-travis | With Metalsmith and Travis CI | Github | Prose | Metalsmith | Travis | Github | |
| stack-jekyll-jenkins | Open souce stack | Gitlab | Hosted Prose | Jekyll | Jenkins | Self-Hosted | |
| stack-metalsmith-gitlabci | Open souce stack with metalsmith | Gitlab | Hosted Prose | Jekyll | Gitlab CI | Self-Hosted | |
| infra-heroku | Push to deploy micro-service infra | Gitlab | Hosted Prose | Jekyll | Jenkins | Heroku | Single container |
| infra-docker | Docker single server micro-service infra | | | | | | Multi-container |
| infra-ansible | Distributed micro-service infra | | | | | | Multi-server |

## Roadmap

* TOC
Expand Down

0 comments on commit 0bf6cee

Please sign in to comment.