Commit b09999de authored by Leo Iannacone's avatar Leo Iannacone

fixed some typo

parent a727e3c3
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
<section> <section>
<article id="about" class="col-md-6"> <article id="about" class="col-md-6">
<section> <section>
<p>Welcome to debomatic web interface. Here you can control the status of the service, <p>Welcome to debomatic web interface. Here you can monitor the status of debomatic,
browse the packages already built and real-time check the building of a new incoming browse the packages already built and real-time check the building process of a new incoming
package. package.
<p>Most of these actions can be taken in <p>Most of these actions can be taken in
<a href="<%= web.paths.distribution %>">distribution</a> page. </p> <a href="<%= web.paths.distribution %>">distribution</a> page. </p>
<p>If you want a bit customization <p>If you want a bit customization
please visit page <a href="<%= web.paths.preferences %>">preferences</a>.</p> please visit the page <a href="<%= web.paths.preferences %>">preferences</a>.</p>
</section> </section>
</article> </article>
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
<h3 class="panel-title">Account Request</h3> <h3 class="panel-title">Account Request</h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p>For a build account requests please mail <span class="email"><%= web.debomatic.admin.email %></span>.</p> <p>For build account requests please mail <span class="email"><%= web.debomatic.admin.email %></span>.</p>
</div> </div>
</div> </div>
<section> <section>
<p class="alert alert-warning"><strong>Remember:</strong> if you do not find here what you are <p class="alert alert-warning"><strong>Remember:</strong> if you do not find here what you are
looking for you are always able to browse debomatic static directory looking for, you are always able to browse debomatic static directory
in <a class="alert-link" href="<%= web.paths.debomatic %>">this page</a>.</p> in <a class="alert-link" href="<%= web.paths.debomatic %>">this page</a>.</p>
</section> </section>
</article> </article>
...@@ -115,7 +115,7 @@ scp_compress = 1 ...@@ -115,7 +115,7 @@ scp_compress = 1
<p>This interface is built up on <a href="//nodejs.org">node</a> platform <p>This interface is built up on <a href="//nodejs.org">node</a> platform
and uses intensely <a href="//socket.io">socket.io</a> and <a href="//jquery.com/">jquery</a> technologies.</p> and uses intensely <a href="//socket.io">socket.io</a> and <a href="//jquery.com/">jquery</a> technologies.</p>
<p>Whenever you want leave a suggestion or file a bug report, please open a new <a href="https://github.com/LeoIannacone/debomatic-webui/issues">issue</a>.</p> <p>Whenever you want to leave a suggestion or file a bug report, please open a new <a href="https://github.com/LeoIannacone/debomatic-webui/issues">issue</a>.</p>
<p><a class="btn btn-primary" href="https://github.com/LeoIannacone/debomatic-webui">Get more!</a></p> <p><a class="btn btn-primary" href="https://github.com/LeoIannacone/debomatic-webui">Get more!</a></p>
</section> </section>
......
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
<dt>Enable sidebar</dt><dd>Enable sidebar in <a href="<%= web.paths.distribution %>">distribution</a> page.</dd> <dt>Enable sidebar</dt><dd>Enable sidebar in <a href="<%= web.paths.distribution %>">distribution</a> page.</dd>
<dt>Glossy theme</dt><dd>Use a little glossy theme for the interface.</dd> <dt>Glossy theme</dt><dd>Use a glossy theme for the interface. Not too much changes, just fancy.</dd>
<dt>Enable autoscroll</dt><dd>Enable scroll down page automatically when viewing a file and a new line is received.</dd> <dt>Enable autoscroll</dt><dd>Enable scroll down page automatically while you are viewing a file and a new line is received.</dd>
<dt>File background</dt><dd>Remove file background if it makes you uncomfortable while reading a log.</dd> <dt>File background</dt><dd>Remove file background if it makes you uncomfortable while reading a log.</dd>
<dt>File font-size</dt><dd>Increase the font size for files content.</dd> <dt>File font-size</dt><dd>Increase the font size for files content.</dd>
<dt class="debug">Debug level</dt><dd class="debug">Set debug level, please take a look at <a href="/javascripts/debug.js">debug.js</a> for more information. Level <code>0</code> means no debug. Please <strong>DO NOT</strong> set debug if you do not really need it. Debug can affect perfomance.</dd> <dt class="debug">Debug level</dt><dd class="debug">Set debug level, please take a look at <a href="/javascripts/debug.js">debug.js</a> for more information. Level <code>0</code> means no debug. Please <strong>DO NOT</strong> enable debug if you do not really need it. Debug can affect perfomance.</dd>
</dl> </dl>
</section> </section>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment