Skip to content
Snippets Groups Projects
Commit 12bad9b0 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

updated docs

parent ed8beabd
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,12 @@ Make pacman-mirrors silent.</p>
## pacman-mirrors package upgrade.
# NoUpdate = False
## When set to True - only https-enabled mirrors is used.
# SSL = False
## When set to False - all certificates are accepted.
## Use only if you fully trust all https-enabled mirrors.
# SSLVerify = True
</code></pre></div>
</div>
......@@ -215,5 +220,5 @@ Make pacman-mirrors silent.</p>
<!--
MkDocs version : 0.16.1
Build Date UTC : 2017-03-31 12:53:51
Build Date UTC : 2017-04-13 12:00:09
-->
......@@ -2,7 +2,7 @@
"docs": [
{
"location": "/",
"text": "Documentation of pacman-mirrors\n\n\nEnhanced pacman-mirrors for Manjaro Linux\n\n\nCommands\n\n\n-h\n, \n--help\n\nShow the help message.\n\n\n-g\n, \n--generate\n\nGenerate a new mirrorlist.\n\n\n-m [method]\n, \n--method [method]\n\nChoose the generation method:\n\n\n\n\nrank\n\n\nrandom.\n\n\n\n\n-b [branch]\n, \n--branch [branch]\n\nChoose the branch to use:\n\n\n\n\nstable\n\n\ntesting\n\n\nunstable\n\n\n\n\n-c [country]\n, \n--country [country]\n\nChoose the country to use:\n\n\n\n\nall\n\n\nFrance\n\n\nFrance, German, Spain\n\n\n\n\n--geoip\n\nDetect country by using geolocation.\n\n\n-d\n, \n--mirror_dir\n\nChange directory of mirrors to use.\n\n\n-f [n]\n, \n--fasttrack [n]\n\nGenerates an updated and responsive mirrorlist of [n] mirrors.\n\n\n-l\n, \n--list\n\nLists available mirror countries\n\n\n-o\n, \n--output\n\nChange path of the output file.\n\n\n-t\n, \n--timeout\n\nChange the server maximum waiting time.\n\n\n--no-update\n\nDon't generate mirrorlist.\n\n\n-i\n, \n--interactive\n\nLaunch a graphical tool to select mirrors to generate a custom mirrorlist.\n\n\n--default\n\nUsed in conjunction with \n-i/--interactive\n ignores custom mirrorfile,\n\nloading the default mirrorfile and executes the ranking/randomizing process\n\nafter the selection of mirrors.\n\n\n-v\n, \n--version\n\nShow the version of pacman-mirrors.\n\n\n--quiet\n\nMake pacman-mirrors silent.\n\n\n-a\n, \n--api\n [--prefix] [{--get-branch | --set-branch}]\n\n\n\n\n--prefix\n for pacman-mirrors file-handling eg. /mnt/install or $mnt\n\n\n--get-branch\n returns branch from config in prefix\nconfig_file\n. If used with \n--branch\n and you get the arguments value.\n\n\n--set-branch\n writes branch from \n--branch\n to prefix\nconfig_file\n\n\n\n\npacman-mirrors.conf\n\n\n## Branch Pacman should use (stable, testing, unstable)\n# Branch = stable\n\n## Generation method\n## 1) rank - rank mirrors depending on their access time\n## 2) random - randomly generate the output mirrorlist\n# Method = rank\n\n## Specify to use only mirrors from specific a country.\n## Can add multiple countries separated by a comma (ex: Germany,France)\n## Empty means all\n# OnlyCountry =\n\n## Mirrors directory\n# MirrorlistsDir = /var/lib/pacman-mirrors\n\n## Output file\n# OutputMirrorlist = /etc/pacman.d/mirrorlist\n\n## When set to True prevents the regeneration of the mirrorlist if\n## pacman-mirrors is invoked with the --no-update argument.\n## Useful if you don't want the mirrorlist regenerated after a\n## pacman-mirrors package upgrade.\n# NoUpdate = False\n\n# SSL = False",
"text": "Documentation of pacman-mirrors\n\n\nEnhanced pacman-mirrors for Manjaro Linux\n\n\nCommands\n\n\n-h\n, \n--help\n\nShow the help message.\n\n\n-g\n, \n--generate\n\nGenerate a new mirrorlist.\n\n\n-m [method]\n, \n--method [method]\n\nChoose the generation method:\n\n\n\n\nrank\n\n\nrandom.\n\n\n\n\n-b [branch]\n, \n--branch [branch]\n\nChoose the branch to use:\n\n\n\n\nstable\n\n\ntesting\n\n\nunstable\n\n\n\n\n-c [country]\n, \n--country [country]\n\nChoose the country to use:\n\n\n\n\nall\n\n\nFrance\n\n\nFrance, German, Spain\n\n\n\n\n--geoip\n\nDetect country by using geolocation.\n\n\n-d\n, \n--mirror_dir\n\nChange directory of mirrors to use.\n\n\n-f [n]\n, \n--fasttrack [n]\n\nGenerates an updated and responsive mirrorlist of [n] mirrors.\n\n\n-l\n, \n--list\n\nLists available mirror countries\n\n\n-o\n, \n--output\n\nChange path of the output file.\n\n\n-t\n, \n--timeout\n\nChange the server maximum waiting time.\n\n\n--no-update\n\nDon't generate mirrorlist.\n\n\n-i\n, \n--interactive\n\nLaunch a graphical tool to select mirrors to generate a custom mirrorlist.\n\n\n--default\n\nUsed in conjunction with \n-i/--interactive\n ignores custom mirrorfile,\n\nloading the default mirrorfile and executes the ranking/randomizing process\n\nafter the selection of mirrors.\n\n\n-v\n, \n--version\n\nShow the version of pacman-mirrors.\n\n\n--quiet\n\nMake pacman-mirrors silent.\n\n\n-a\n, \n--api\n [--prefix] [{--get-branch | --set-branch}]\n\n\n\n\n--prefix\n for pacman-mirrors file-handling eg. /mnt/install or $mnt\n\n\n--get-branch\n returns branch from config in prefix\nconfig_file\n. If used with \n--branch\n and you get the arguments value.\n\n\n--set-branch\n writes branch from \n--branch\n to prefix\nconfig_file\n\n\n\n\npacman-mirrors.conf\n\n\n## Branch Pacman should use (stable, testing, unstable)\n# Branch = stable\n\n## Generation method\n## 1) rank - rank mirrors depending on their access time\n## 2) random - randomly generate the output mirrorlist\n# Method = rank\n\n## Specify to use only mirrors from specific a country.\n## Can add multiple countries separated by a comma (ex: Germany,France)\n## Empty means all\n# OnlyCountry =\n\n## Mirrors directory\n# MirrorlistsDir = /var/lib/pacman-mirrors\n\n## Output file\n# OutputMirrorlist = /etc/pacman.d/mirrorlist\n\n## When set to True prevents the regeneration of the mirrorlist if\n## pacman-mirrors is invoked with the --no-update argument.\n## Useful if you don't want the mirrorlist regenerated after a\n## pacman-mirrors package upgrade.\n# NoUpdate = False\n\n## When set to True - only https-enabled mirrors is used.\n# SSL = False\n\n## When set to False - all certificates are accepted.\n## Use only if you fully trust all https-enabled mirrors.\n# SSLVerify = True",
"title": "Home"
},
{
......@@ -17,7 +17,7 @@
},
{
"location": "/#pacman-mirrorsconf",
"text": "## Branch Pacman should use (stable, testing, unstable)\n# Branch = stable\n\n## Generation method\n## 1) rank - rank mirrors depending on their access time\n## 2) random - randomly generate the output mirrorlist\n# Method = rank\n\n## Specify to use only mirrors from specific a country.\n## Can add multiple countries separated by a comma (ex: Germany,France)\n## Empty means all\n# OnlyCountry =\n\n## Mirrors directory\n# MirrorlistsDir = /var/lib/pacman-mirrors\n\n## Output file\n# OutputMirrorlist = /etc/pacman.d/mirrorlist\n\n## When set to True prevents the regeneration of the mirrorlist if\n## pacman-mirrors is invoked with the --no-update argument.\n## Useful if you don't want the mirrorlist regenerated after a\n## pacman-mirrors package upgrade.\n# NoUpdate = False\n\n# SSL = False",
"text": "## Branch Pacman should use (stable, testing, unstable)\n# Branch = stable\n\n## Generation method\n## 1) rank - rank mirrors depending on their access time\n## 2) random - randomly generate the output mirrorlist\n# Method = rank\n\n## Specify to use only mirrors from specific a country.\n## Can add multiple countries separated by a comma (ex: Germany,France)\n## Empty means all\n# OnlyCountry =\n\n## Mirrors directory\n# MirrorlistsDir = /var/lib/pacman-mirrors\n\n## Output file\n# OutputMirrorlist = /etc/pacman.d/mirrorlist\n\n## When set to True prevents the regeneration of the mirrorlist if\n## pacman-mirrors is invoked with the --no-update argument.\n## Useful if you don't want the mirrorlist regenerated after a\n## pacman-mirrors package upgrade.\n# NoUpdate = False\n\n## When set to True - only https-enabled mirrors is used.\n# SSL = False\n\n## When set to False - all certificates are accepted.\n## Use only if you fully trust all https-enabled mirrors.\n# SSLVerify = True",
"title": "pacman-mirrors.conf"
},
{
......
......@@ -4,7 +4,7 @@
<url>
<loc>/</loc>
<lastmod>2017-03-31</lastmod>
<lastmod>2017-04-13</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -12,7 +12,7 @@
<url>
<loc>/installation/</loc>
<lastmod>2017-03-31</lastmod>
<lastmod>2017-04-13</lastmod>
<changefreq>daily</changefreq>
</url>
......@@ -20,7 +20,7 @@
<url>
<loc>/usage/</loc>
<lastmod>2017-03-31</lastmod>
<lastmod>2017-04-13</lastmod>
<changefreq>daily</changefreq>
</url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment