Browse Source

Add robots.txt

pull/4/head
falkTX 9 years ago
parent
commit
a09f6db652
2 changed files with 5 additions and 3 deletions
  1. +3
    -3
      Repositories.php
  2. +2
    -0
      robots.txt

+ 3
- 3
Repositories.php View File

@@ -32,15 +32,15 @@ include_once("includes/header.php");

<p>
All Debian and Ubuntu users can enable our repositories by installing this deb file:
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.2.3%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.3.1%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
You can install it manually by running this:<br/>
</p>
<pre>
<span style="color: rgb(110, 110, 110);"># Download package file</span>
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.2.3~kxstudio1_all.deb
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.3.1~kxstudio1_all.deb

<span style="color: rgb(110, 110, 110);"># Install it</span>
sudo dpkg -i kxstudio-repos_8.2.3~kxstudio1_all.deb
sudo dpkg -i kxstudio-repos_8.3.1~kxstudio1_all.deb
</pre>

<p><br/>


+ 2
- 0
robots.txt View File

@@ -0,0 +1,2 @@
User-Agent: *
Disallow: /.git

Loading…
Cancel
Save