diff options
author | sajolida <sajolida@pimienta.org> | 2015-08-26 18:50:13 +0000 |
---|---|---|
committer | sajolida <sajolida@pimienta.org> | 2015-08-26 18:58:35 +0000 |
commit | 29f34782f5ee9439d188e06add3f5179682a5c92 (patch) | |
tree | 80bfa964dac8431a14eb4147b1f4929520f4a7ad /wiki/src | |
parent | d8b45b534e37f8d456eb8f8e6be6561aa5b74979 (diff) |
Add into to explain what's the point (#9018)
Diffstat (limited to 'wiki/src')
-rw-r--r-- | wiki/src/contribute/build/website.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/src/contribute/build/website.mdwn b/wiki/src/contribute/build/website.mdwn index 16f9e92..9de3705 100644 --- a/wiki/src/contribute/build/website.mdwn +++ b/wiki/src/contribute/build/website.mdwn @@ -1,5 +1,15 @@ [[!meta title="Build the website offline"]] +The website [[https://tails.boum.org/]] is built using +[Ikiwiki](https://ikiwiki.info) from source code that is available in +our main Git repository, along with the rest of the Tails code. + +You can build a local copy of the website on your computer. Building the +website produces a set a HTML pages stored on your system that you can +open in your usual web browser even while working offline. Doing so is +useful for documentation writers and translators to see how their +changes will apply on the website. + [[!toc]] Build the website in Linux |