Commit 2313dba9 authored by Leo Iannacone's avatar Leo Iannacone

add target="_blank" to external links

parent 2e5871bb
......@@ -66,7 +66,7 @@ cannot be downloaded and processed by Deb-o-Matic.
<h3>Porter uploads</h3>
<p>You could want to prepare a porter upload, a binary-only upload which generates
architecture dependent binaries only. Additional information can be found in
<a class="reference external" href="http://www.debian.org/doc/manuals/developers-reference/pkgs.html#porter-guidelines">Debian Developer’s Reference</a>.</p>
<a class="reference external" href="http://www.debian.org/doc/manuals/developers-reference/pkgs.html#porter-guidelines" target="_blank">Debian Developer’s Reference</a>.</p>
<p>In order to do so, you must use the <code>porter</code> command:</p>
<pre>echo "porter foo_version dist Joe Doe &lt;j.doe@acme.com&gt;" &gt; foo.commands</pre>
<p>where foo is the name of the source package you want to rebuild, version is
......
......@@ -3,7 +3,7 @@
<article id="home" class="page row">
<header class="col-md-12">
<h1>Welcome!</h1>
<p class="text-muted lead">This is <%= web.debomatic.architecture %> Debian source package build service powered by <a class="alert-link" href="http://launchpad.net/debomatic">Deb-o-Matic</a></p>
<p class="text-muted lead">This is <%= web.debomatic.architecture %> Debian source package build service powered by <a class="alert-link" href="http://launchpad.net/debomatic" target="_blank">Deb-o-Matic</a></p>
</header>
<section>
......@@ -104,7 +104,7 @@ scp_compress = 1
<p>It is also extendable using modules that are loaded and executed
during the build phases.</p>
<p><a class="btn btn-primary" href="http://launchpad.net/debomatic">Get more!</a></p>
<p><a class="btn btn-primary" href="http://launchpad.net/debomatic" target="_blank">Get more!</a></p>
</section>
</article>
......@@ -114,12 +114,12 @@ scp_compress = 1
<p><strong>debomatic-webui</strong> is a web interface for Deb-o-Matic aims to give to users a simple
way to browse logs and to know what's going on debomatic build service providing a real-time packages status.</p>
<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>
<p>This interface is built up on <a href="//nodejs.org" target="_blank">node</a> platform
and uses intensely <a href="//socket.io" target="_blank">socket.io</a> and <a href="//jquery.com/" target="_blank">jquery</a> technologies.</p>
<p>Whenever you want to leave a suggestion or file a bug report, please open a <a href="https://github.com/debomatic/debomatic-webui/issues">new issue</a>.</p>
<p>Whenever you want to leave a suggestion or file a bug report, please open a <a href="https://github.com/debomatic/debomatic-webui/issues" target="_blank">new issue</a>.</p>
<p><a class="btn btn-primary" href="https://github.com/debomatic/debomatic-webui">Get more!</a></p>
<p><a class="btn btn-primary" href="https://github.com/debomatic/debomatic-webui" target="_blank">Get more!</a></p>
</section>
</article>
......
......@@ -26,7 +26,7 @@
<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> enable 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" target="_blank">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>
</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