index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2013-03-13 22:18:59 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-15 13:21:32 +1000 |
commit | 9cd344fb0d9b51125e6e18fb90d6d818c5952b0d (patch) | |
tree | 851f3ca20a56e185535b38767e2bfc1be36ebaa2 /doc/index.txt | |
parent | b2ea5f6860dda8267cc7468e975b073be5321228 (diff) |
-rw-r--r-- | doc/index.txt | 24 |
diff --git a/doc/index.txt b/doc/index.txt index a7a82d42..8f1e17d1 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -53,11 +53,11 @@ configuration files dealing with pacman. Changelog ~~~~~~~~~ For a good idea of what is going on in pacman development, take a look at the -link:http://projects.archlinux.org/pacman.git/[Git summary page] for the +link:https://projects.archlinux.org/pacman.git/[Git summary page] for the project. See the most recent -link:http://projects.archlinux.org/pacman.git/tree/NEWS[NEWS] +link:https://projects.archlinux.org/pacman.git/tree/NEWS[NEWS] file for a not-as-frequently-updated list of changes. However, this should contain the biggest changes in a format more concise than the commit log. @@ -185,8 +185,8 @@ Development Mailing List ~~~~~~~~~~~~ There is a mailing list devoted to pacman development, hosted by Arch Linux. -link:http://mailman.archlinux.org/mailman/listinfo/pacman-dev/[Subscribe] or -link:http://mailman.archlinux.org/pipermail/pacman-dev/[view the archives]. +link:https://mailman.archlinux.org/mailman/listinfo/pacman-dev/[Subscribe] or +link:https://mailman.archlinux.org/pipermail/pacman-dev/[view the archives]. Source Code ~~~~~~~~~~~ @@ -201,7 +201,7 @@ The current development tree can be fetched with the following command: which will fetch the full development history into a directory named pacman. You can browse the source as well using -link:http://projects.archlinux.org/pacman.git/[cgit]. HTTP/HTTPS URLs are also +link:https://projects.archlinux.org/pacman.git/[cgit]. HTTP/HTTPS URLs are also available for cloning purposes; these URLs are listed at the above page. If you are interested in hacking on pacman, it is highly recommended you join @@ -218,17 +218,17 @@ Other Utilities ~~~~~~~~~~~~~~~ Although the package manager itself is quite simple, many scripts have been developed that help automate building and installing packages. These are used -extensively in link:http://www.archlinux.org/[Arch Linux]. Most of these utilities +extensively in link:https://www.archlinux.org/[Arch Linux]. Most of these utilities are available in the Arch Linux projects -link:http://projects.archlinux.org/[code browser]. +link:https://projects.archlinux.org/[code browser]. Utilities available: -* link:http://projects.archlinux.org/abs.git/[abs] - ABS (Arch Build System), scripts to download & use the Arch Linux PKGBUILD tree -* link:http://projects.archlinux.org/dbscripts.git/[dbscripts] - scripts used by Arch Linux to manage the main package repositories -* link:http://projects.archlinux.org/devtools.git/[devtools] - tools to assist in packaging and dependency checking -* link:http://projects.archlinux.org/namcap.git/[namcap] - a package analysis utility written in python -* link:http://projects.archlinux.org/srcpac.git/[srcpac] - a bash build-from-source pacman wrapper +* link:https://projects.archlinux.org/abs.git/[abs] - ABS (Arch Build System), scripts to download & use the Arch Linux PKGBUILD tree +* link:https://projects.archlinux.org/dbscripts.git/[dbscripts] - scripts used by Arch Linux to manage the main package repositories +* link:https://projects.archlinux.org/devtools.git/[devtools] - tools to assist in packaging and dependency checking +* link:https://projects.archlinux.org/namcap.git/[namcap] - a package analysis utility written in python +* link:https://projects.archlinux.org/srcpac.git/[srcpac] - a bash build-from-source pacman wrapper Bugs ---- |