doc/source/tararchive.page in webgen-0.5.10 vs doc/source/tararchive.page in webgen-0.5.11
- old
+ new
@@ -9,23 +9,23 @@
> This extension is only available if you have installed the [archive-tar-minitar][1] library. The
> preferred way to do this is via Rubygems:
>
> gem install archive-tar-minitar
-{.warning}
+{:.warning}
The first parameter for the tar archive source is the URL of the archive and the second, optional,
parameter specifies a glob (see [File.fnmatch]) for selecting the to-be-used files/directories in the
tar archive.
[File.fnmatch]: http://ruby-doc.org/core/classes/File.html#M002603
[1]: http://raa.ruby-lang.org/project/minitar/
## Examples
-The used sources can be specified via the [`sources` configuration option]({relocatable:
-../reference_configuration.html#sources}), so each of the examples below can be specified in the
-`config.yaml` file.
+The used sources can be specified via the [`sources` configuration
+option](../reference_configuration.html#sources), so each of the examples below can be specified in
+the `config.yaml` file.
1. Using all files/directories from a local tar archive in addition the default configuration:
sources:
- [/, Webgen::Source::FileSystem, src]