Skip to content

Commit

Permalink
Regenerate after broken links fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Aug 28, 2014
1 parent c684bff commit 1cb7899
Show file tree
Hide file tree
Showing 12 changed files with 1,555 additions and 2,523 deletions.
2 changes: 1 addition & 1 deletion public/doc/aptly/mirror/create/index.html
Expand Up @@ -377,7 +377,7 @@ <h2 id="toc_0">aptly mirror create</h2>

<p>If components are not specified, aptly will download packages from all
components and merge them into one. If components should
be left separate, please create <a href="/doc/feature/multiple-component/">separate mirror for each component</a>.</p>
be left separate, please create <a href="/doc/feature/multi-component/">separate mirror for each component</a>.</p>

<p>If PPA url is specified, aptly would expand it to HTTP url using
configuration options <code>ppaDistributorID</code> &amp; <code>ppaCodename</code>. If you&rsquo;re
Expand Down
2 changes: 1 addition & 1 deletion public/doc/aptly/publish/repo/index.html
Expand Up @@ -400,7 +400,7 @@ <h2 id="toc_0">aptly publish repo</h2>
<pre><code>$ aptly publish repo -component=main,contrib mysoft-main mysoft-contrib
</code></pre>

<p>Please see <a href="/doc/feature/multiple/">multiple-component publishing</a>
<p>Please see <a href="/doc/feature/multi-component/">multiple-component publishing</a>
for more examples.</p>

<p>Example:</p>
Expand Down
2 changes: 1 addition & 1 deletion public/doc/aptly/publish/snapshot/index.html
Expand Up @@ -404,7 +404,7 @@ <h2 id="toc_0">aptly publish snapshot</h2>

<p>When mirroring remote repositories in order to preserve package split by
component, create individual mirrors for each component, take snapshots
and publish them as multi-component repository. Please see <a href="/doc/feature/multiple/">multiple-component publishing</a>
and publish them as multi-component repository. Please see <a href="/doc/feature/multi-component/">multiple-component publishing</a>
for more examples.</p>

<p>Example:</p>
Expand Down
6 changes: 3 additions & 3 deletions public/doc/features/index.html
Expand Up @@ -336,7 +336,7 @@ <h2 id="toc_0">Features</h2>
<li>regular and flat repositories</li>
<li>HTTP servers are supported</li>
<li>mirror only specified architectures/components</li>
<li><a href="/doc/aptly/feature/query/">partial mirrors</a> (with filters on packages)</li>
<li><a href="/doc/feature/query/">partial mirrors</a> (with filters on packages)</li>
</ul></li>
<li>local repositories handling:

Expand All @@ -355,7 +355,7 @@ <h2 id="toc_0">Features</h2>
<li>package file is kept in package pool until there&rsquo;s at least a single reference</li>
<li>pool could be <a href="/doc/aptly/db/cleanup/">cleaned up</a></li>
</ul></li>
<li>handling of <a href="/doc/aptly/feature/duplicate/">duplicate</a> packages</li>
<li>handling of <a href="/doc/feature/duplicate/">duplicate</a> packages</li>
<li>snapshots for mirrors and local repositories:

<ul>
Expand All @@ -372,7 +372,7 @@ <h2 id="toc_0">Features</h2>
<ul>
<li>publishing <a href="/doc/aptly/publish/snapshot/">snapshots</a> created from mirrors or local repositories</li>
<li>publishing <a href="/doc/aptly/publish/repo/">local repositories</a> directly</li>
<li><a href="/doc/feature/multiple-component/">multi-component</a> publishing</li>
<li><a href="/doc/feature/multi-component/">multi-component</a> publishing</li>
<li>publishing under prefix</li>
<li>publishing to <a href="/doc/feature/s3/">Amazon S3</a></li>
<li>atomic <a href="/doc/aptly/publish/switch">switching</a> of published snapshots</li>
Expand Down
6 changes: 3 additions & 3 deletions public/doc/history/index.html
Expand Up @@ -343,9 +343,9 @@ <h3 id="toc_1">Version 0.7.1</h3>
<h3 id="toc_2">Version 0.7</h3>

<ul>
<li>direct <a href="/doc/aptly/feature/s3/">publishing to Amazon S3</a>
<li>direct <a href="/doc/feature/s3/">publishing to Amazon S3</a>
(<a href="https://github.com/smira/aptly/issues/15">#15</a>)</li>
<li>support for new, powerful <a href="/doc/aptly/feature/query/">query language</a> in many
<li>support for new, powerful <a href="/doc/feature/query/">query language</a> in many
commands: <a href="/doc/aptly/snapshot/pull/">aptly snapshot pull</a>, <a href="/doc/aptly/repo/move/">aptly repo
move</a>, <a href="/doc/aptly/repo/copy/">aptly repo copy</a>, <a href="/doc/aptly/repo/import/">aptly
repo import</a> and <a href="/doc/aptly/repo/remove/">aptly repo
Expand Down Expand Up @@ -496,7 +496,7 @@ <h3 id="toc_7">Version 0.4</h3>
<ul>
<li>new command: <a href="/doc/aptly/db/cleanup/">aptly db cleanup</a> to remove
unreferenced DB entries and files</li>
<li>new flags: <code>-keyring</code> &amp; <code>-secret-keyring</code> for <a href="/doc/aptly/snapshot/publish/">aptly snapshot
<li>new flags: <code>-keyring</code> &amp; <code>-secret-keyring</code> for <a href="/doc/aptly/publish/snapshot/">aptly snapshot
publish</a> command</li>
<li>aptly supports mirroring remote repos with source packages and
publishing repositories with sources</li>
Expand Down
110 changes: 55 additions & 55 deletions public/doc/index.html

Large diffs are not rendered by default.

1,340 changes: 439 additions & 901 deletions public/doc/index.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/examples/index.html
Expand Up @@ -136,7 +136,7 @@ <h3 id="toc_2">Pulling new version of packages from backports</h3>
<p>Pulling new version of <code>nginx</code> from <code>backports</code>:</p>

<p><a href="/doc/aptly/mirror/create">Create</a> <code>backports</code> mirror,
<a href="/doc/aptly/mirror/update">download</a> it and <a href="/doc/aplty/snapshot/create">take</a>
<a href="/doc/aptly/mirror/update">download</a> it and <a href="/doc/aptly/snapshot/create">take</a>
snapshot:</p>

<pre class="code">
Expand Down

0 comments on commit 1cb7899

Please sign in to comment.