forked from substance/interior
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (170 loc) · 7.45 KB
/
index.html
File metadata and controls
185 lines (170 loc) · 7.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
layout: default
permalink: /
---
<div class="start">
{% include menu.html %}
<div class="plot">
<p>
Substance is an <strong>open</strong> platform for <strong>collaborative</strong> composition and <strong>sharing</strong> of <strong>digital</strong> documents.
</p>
<p class="smaller">
Substance is free to use and <a href="http://github.com/substance">Open Source</a> from tip to toe.
</p>
</div>
</div>
<div class="content">
<h1>Why should I care?</h1>
<p class="answer">
Substance provides a flexible architecture, involving an <a href="/modules/document.html">extensible document format</a> and protocol, <a href="/features/realtime-collaboration.html">realtime synchronization</a>, an extensible <a href="/modules/composer.html">document composer</a> as well as a <a href="http://substance.io">reference implementation</a>.
</p>
</div>
<div class="substance-features">
<div class="feature">
<img src="/images/semantic-editing.png" width="250" height="120"/>
<div class="description">
<h2>Semantic Editing</h2>
<p>
Unlike traditional word-processors, Substance focuses on content, by leaving the layout part to the system, not the user. Because of the absence of formatting utilities, it suggests structured, content-oriented writing.
</p>
</div>
</div>
<div class="feature">
<img src="/images/content-is-data.png" width="250" height="120"/>
<div class="description">
<h2>Content is data</h2>
<p>
Substance considers content as data, which allows digital documents to be queried like a database. Processing digital documents used to be a pain, with Substance it's a pleasure.
</p>
</div>
</div>
<div class="feature">
<img src="/images/collaboration.png" width="250" height="120"/>
<div class="description">
<h2>Collaboration</h2>
<p>
Substance allows open <a href="/features/realtime-collaboration.html">collaboration in realtime</a>. Every reader can be a potential contributor by submitting comments and patches to a document.
</p>
</div>
</div>
<div class="feature">
<img src="/images/modular.png" width="250" height="120"/>
<div class="description">
<h2>Modular</h2>
<p>
Substance conists of several <a href="/modules">modules</a> that are developed independently and can be used on its own.
</p>
</div>
</div>
<div class="feature">
<img src="/images/extensible.png" width="250" height="120"/>
<div class="description">
<h2>Extensible</h2>
<p>
Documents are exposed as data, ready to be analyzed, visualized, exported (PDF,ePub, etc.) or integrated with other applications. Additional content types (formulas, maps, etc.) can easily be added by the community.
</p>
</div>
</div>
<div class="feature">
<img src="/images/everywhere.png" width="250" height="120"/>
<div class="description">
<h2>Runs everywhere</h2>
<p>
Substance can be deployed easily. We are working on a <a href="/features/distributed.html">distributed architecture</a> that allows you to run Substance on your own computer and let it talk to other Substance nodes in a peer to peer fashion.
</p>
</div>
</div>
</div>
<!--<div class="darker">
<div class="content">
<h1>Who is it for?</h1>
<p class="answer">
Everyone. But in particular Substance targets journalists, writers and scientists.
</p>
</div>
</div>-->
<div class="demo">
<div class="content">
<h1>Can I see it in action?</h1>
<p class="answer">
Of course. Our prototype is fully functional but can not be considered stable yet. The current protoype is no longer maintained in favor of a completely new modular infrastructure that solves the issues we've identified while building the prototype.
</p>
<div><a href="http://substance.io/explore"><img src="/images/substance.png"></a></div>
<a class="button" href="http://substance.io/explore">Try the demo</a>
</div>
</div>
<div class="content">
<h1>When will it be ready?</h1>
<p class="answer">
The current release is 0.4.1. Our next major release, 0.5.0 will feature a compeletely new architecture and will land at the end of the year. Until then, try the demo or integrate one of our stable modules for your project.
</p>
<div class="progress-bar">
<div class="progress done">0.1.0</div>
<div class="progress done">0.2.0</div>
<div class="progress done">0.3.0</div>
<div class="progress done">0.4.0</div>
<div class="progress">0.5.0</div>
<div class="progress">0.6.0</div>
<div class="progress">0.7.0</div>
<div class="progress">0.8.0</div>
<div class="progress">0.9.0</div>
<div class="progress">1.0</div>
</div>
<div class="progress-marker">
We are here.
<div class="arrow-up"></div>
</div>
<p class="answer">
In the meanwhile, if you're looking for a reliable minimal writing environment, we recommend using <a href="http://prose.io">Prose</a>, a content editor for GitHub that is optimized for editing Markdown.
</p>
</div>
<div class="darker">
<div class="content">
<h1>How can I help?</h1>
<p class="answer">
Substance has been around since late 2010, built and used by passionate open source developers all around the world. There was no funding involved so far. We’ll continue improving it, making it an open standard for interoperable digital publishing. Support us!
</p>
</div>
<div class="substance-features">
<div class="feature">
<img src="/images/get-involved.png" width="250" height="120"/>
<div class="description">
<h2>Get involved</h2>
<p>
You can report bugs and discuss features on <a href="http://github.com/substance">GitHub</a>, on Freenode in the <strong><code>#_substance</code></strong> channel, or send tweets to <a href="http://twitter.com/_substance">@_substance</a>.
</p>
<p>
And if that's not enough, post to our <a href="https://groups.google.com/forum/?fromgroups#!forum/substance_">mailing list</a>.
</p>
</div>
</div>
<div class="feature">
<img src="/images/knight-foundation.png" width="250" height="120"/>
<div class="description">
<h2>Support our Knight News Challenge Submission</h2>
<p>
We applied for the <a href="http://newschallenge.tumblr.com/post/25422992783/substance-towards-open-digital-publishing">Knight News Challenge</a>.
</p>
<p>
Spread the word if (and only if) you like Substance and want to see more.
</p>
</div>
</div>
<div class="feature">
<img src="/images/donate.png" width="250" height="120"/>
<div class="description">
<h2>Donate</h2>
<p>
Make strategic donations and help us create a reliable system. We're totally willing to help you with your particular use-case.</p>
<p>
<form id="contribute_form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="WAP9SGX5H29HS">
Use <a href="/contribute" onclick="javascript: $('#contribute_form').submit(); return false;" id="contribute_button" class=""><strong>Paypal</strong></a> to make a donation.</p>
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
</div>
</div>
</div>
</div>