Skip to content

Commit

Permalink
Disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
kotrfa committed Jul 5, 2014
1 parent 25c178d commit d953a8c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 1 deletion.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/source/intro.doctree
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/_build/html/_sources/source/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Everything I've learned I've learned on the internet, which is full of great gui

There is also missing bridge between guides for beginners (or **normal** users) and for professionals. Unfortunately for me I'm somewhere middle of this two groups.

Second motivation for me was also the fact that I've terrible memory and started to forget all useful things. So this also serves as kind of a notebook for me.

What are these guides about
----------------------------

Expand All @@ -23,6 +25,15 @@ Main areas of these guides are:
* Configuration of server
* Domains, IP addresses, redirecting

Disclaimer
----------

Keep in mind that I'm not profesional.

Everything you find here is without absolutly no waranty and I'm not responsible for any inconveniences or issues that might occurs.

Solutions I propose also don't have to be the best or might be far from perfect! On several parts of these guides exists different configurations, tools, packages... This is just one of them which I chose. Feel free to find more about them and find which fits you best!

Some remarks
------------

Expand Down
1 change: 1 addition & 0 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h1>Welcome to Kotrfa&#8217;s guides<a class="headerlink" href="#welcome-to-kotr
<li class="toctree-l1"><a class="reference internal" href="source/intro.html">Introduction</a><ul>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#who-am-i">Who am I?</a></li>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#what-are-these-guides-about">What are these guides about</a></li>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#disclaimer">Disclaimer</a></li>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#some-remarks">Some remarks</a></li>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#my-english">My English</a></li>
<li class="toctree-l2"><a class="reference internal" href="source/intro.html#feedback">Feedback</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/_build/html/source/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h2>Who am I?<a class="headerlink" href="#who-am-i" title="Permalink to this hea
<p>I&#8217;m student of technical university in Czech republic and one of my hobbies is IT. I&#8217;m user of Arch Linux on my laptop and I&#8217;m also running small home server hosting several websites of my friends and myself.</p>
<p>Everything I&#8217;ve learned I&#8217;ve learned on the internet, which is full of great guides and tips. But sometimes it was really stressful - 10 different guides from different authors on different versions of specific software.</p>
<p>There is also missing bridge between guides for beginners (or <strong>normal</strong> users) and for professionals. Unfortunately for me I&#8217;m somewhere middle of this two groups.</p>
<p>Second motivation for me was also the fact that I&#8217;ve terrible memory and started to forget all useful things. So this also serves as kind of a notebook for me.</p>
</div>
<div class="section" id="what-are-these-guides-about">
<h2>What are these guides about<a class="headerlink" href="#what-are-these-guides-about" title="Permalink to this headline"></a></h2>
Expand All @@ -69,6 +70,12 @@ <h2>What are these guides about<a class="headerlink" href="#what-are-these-guide
<li>Domains, IP addresses, redirecting</li>
</ul>
</div>
<div class="section" id="disclaimer">
<h2>Disclaimer<a class="headerlink" href="#disclaimer" title="Permalink to this headline"></a></h2>
<p>Keep in mind that I&#8217;m not profesional.</p>
<p>Everything you find here is without absolutly no waranty and I&#8217;m not responsible for any inconveniences or issues that might occurs.</p>
<p>Solutions I propose also don&#8217;t have to be the best or might be far from perfect! On several parts of these guides exists different configurations, tools, packages... This is just one of them which I chose. Feel free to find more about them and find which fits you best!</p>
</div>
<div class="section" id="some-remarks">
<h2>Some remarks<a class="headerlink" href="#some-remarks" title="Permalink to this headline"></a></h2>
<p>When I feel that some topic is covered solidly somewhere else, I will
Expand Down Expand Up @@ -105,6 +112,7 @@ <h3><a href="../index.html">Table Of Contents</a></h3>
<li><a class="reference internal" href="#">Introduction</a><ul>
<li><a class="reference internal" href="#who-am-i">Who am I?</a></li>
<li><a class="reference internal" href="#what-are-these-guides-about">What are these guides about</a></li>
<li><a class="reference internal" href="#disclaimer">Disclaimer</a></li>
<li><a class="reference internal" href="#some-remarks">Some remarks</a></li>
<li><a class="reference internal" href="#my-english">My English</a></li>
<li><a class="reference internal" href="#feedback">Feedback</a></li>
Expand Down
11 changes: 11 additions & 0 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Everything I've learned I've learned on the internet, which is full of great gui

There is also missing bridge between guides for beginners (or **normal** users) and for professionals. Unfortunately for me I'm somewhere middle of this two groups.

Second motivation for me was also the fact that I've terrible memory and started to forget all useful things. So this also serves as kind of a notebook for me.

What are these guides about
----------------------------

Expand All @@ -23,6 +25,15 @@ Main areas of these guides are:
* Configuration of server
* Domains, IP addresses, redirecting

Disclaimer
----------

Keep in mind that I'm not profesional.

Everything you find here is without absolutly no waranty and I'm not responsible for any inconveniences or issues that might occurs.

Solutions I propose also don't have to be the best or might be far from perfect! On several parts of these guides exists different configurations, tools, packages... This is just one of them which I chose. Feel free to find more about them and find which fits you best!

Some remarks
------------

Expand Down

0 comments on commit d953a8c

Please sign in to comment.