Skip to content

Commit

Permalink
Substance.app -> Substance Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Dec 20, 2012
1 parent 2bdd585 commit c16967e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions _posts/features/0100-01-03-distributed.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ published: true

The architecture basically consists of two parts.

# The App
# The Composer

Substance can be installed on your computer as a native application. It doesn't even need an internet connection to compose documents. When it comes to collaborative editing and sharing your documents, you will need to connect your application to a [Substance Hub](/modules/hub).
The Substance Composer can be installed on your computer as a native application. It doesn't even need an internet connection to create documents. When it comes to collaborative editing and sharing your documents, you will need to connect your application to a [Substance Hub](/modules/hub) like [Substance.io](http://substance.io).


# The Hub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: module
title: Substance
abstract: The new Substance runs locally, natively supporting your operating system. However Substance is still built almost exclusively using web technology.
title: Composer
abstract: The new Substance Composer runs locally, natively supporting your operating system. However Substance is still built almost exclusively using web technology.
author_twitter: _mql
author: Michael Aufreiter
links:
Expand All @@ -20,7 +20,7 @@ categories:
published: true
---

# The Substance Application
# The Substance Composer

Below you can see the lastest dev-build of the **Substance** application. We're working out the kinks to provide you with a solid release as soon as possible.

Expand All @@ -32,7 +32,7 @@ Not only Substance keeps the UI-noise as low as possible, it also can also contr

# Fast

Substance is fast. With Substance all operations are performed locally, giving it a huge speed advantage on centralized systems that constantly have to communicate with a server somewhere. The Substance editor applies operations locally first, then distributes the changes over the network.
Substance is fast. With Substance all operations are performed locally, giving it a huge speed advantage on centralized systems that constantly have to communicate with a server somewhere. The Substance Composer applies operations locally first, then distributes the changes over the network.

# Secure

Expand All @@ -52,7 +52,7 @@ or

## Clone repository

$ git clone git@github.com:substance/substance.git
$ git clone git@github.com:substance/composer.git
$ cd substance

## Build externals
Expand All @@ -62,7 +62,7 @@ or
$ cmake -DEXTERNALS_ONLY=ON ..
$ make

## Build Substance App
## Build Substance Composer

$ cd ..
$ mkdir build
Expand All @@ -86,4 +86,4 @@ or

# License

The Substance App is released under the MIT license. We chose a very libaral license because we wanted to make it easy for you to use Substance in your environment and also get involved into the development.
The Substance Composer is released under the MIT license. We chose a very libaral license because we wanted to make it easy for you to use Substance in your environment and also get involved into the development.
2 changes: 1 addition & 1 deletion _posts/modules/0100-01-02-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contributors:
avatar: https://secure.gravatar.com/avatar/d5a959d7e57daa5433fcb9f8da40be4b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png
categories:
- modules
published: true
published: false
---

The Substance Hub is an open content distribution platform. It's a response to proprietory publishing platforms (Amazon Kindle, Apple iBooks, Elsevier, etc.). We believe that vendor lock-ins are pure evil. The imcompatibilities between different closed formats and platforms consume a lot of time and resources that should better be spent on research, writing or having fun.
Expand Down
4 changes: 2 additions & 2 deletions modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<div class="article-navigation">

{% for item in site.categories.modules reversed limit:40 offset:0 %}
<a class="article-link{% if item.title == "Substance" %} active{% endif %}" href="{{site.baseurl}}{{item.url}}" title="{{item.title}}">
<a class="article-link{% if item.title == "Composer" %} active{% endif %}" href="{{site.baseurl}}{{item.url}}" title="{{item.title}}">
<div class="title" style="padding-top: 43px">{{item.title}}</div>
</a>
{% endfor %}
</div>
</div>

{% for page in site.categories.modules reversed limit:1 offset:3 %}
{% for page in site.categories.modules reversed limit:1 offset:2 %}

<div class="intro">
<div class="title">
Expand Down

0 comments on commit c16967e

Please sign in to comment.