From 511f4f7e69a85eb8311c06b5ad08971578e5782e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 23 May 2015 15:29:40 -0400 Subject: variables.php: remove lbProjectName and lbProjectNameCapitalized --- (limited to 'site/download') diff --git a/site/download/index.php b/site/download/index.php index f0fb84b..d3fd58f 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -29,7 +29,7 @@ - Download <?php echo $lbProjectName; ?> + Download libreboot @@ -39,7 +39,7 @@
-

Download

+

Download libreboot

Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here.

@@ -99,7 +99,7 @@

- Download from one of these mirrors. + Download libreboot from one of these mirrors.

@@ -120,9 +120,9 @@ ?> -

Rsync mirrors (for mirroring )

+

Rsync mirrors (for mirroring libreboot)

- Create a directory in your web server document root (e.g. /), + Create a directory in your web server document root (e.g. libreboot/), and add one of these to your crontab:

Main rsync mirror:

- $ rsync -avxP --delete --stats /path/to/docroot// + $ rsync -avxP --delete --stats /path/to/docroot/libreboot/

1) { @@ -141,7 +141,7 @@ - $ rsync -avxP --delete --stats /path/to/docroot//
+ $ rsync -avxP --delete --stats /path/to/docroot/libreboot/
@@ -158,7 +158,7 @@ ?>

- Are you running a mirror? Contact the project + Are you running a mirror? Contact the libreboot project (details are on the home page), and the link will be added here.

@@ -169,12 +169,12 @@

Git repositories (development)

- The git repositories are intended for developing . - For a list of current tasks in , see ../docs/tasks.html. + The git repositories are intended for developing libreboot. + For a list of current tasks in libreboot, see ../docs/tasks.html.

- Maintenance guides for can be found at + Maintenance guides for libreboot can be found at ../docs/maintain/index.html and ../docs/git/index.html.

@@ -197,7 +197,7 @@
  • Bug tracker
  • -

    Submitting patches to

    +

    Submitting patches to libreboot

    The git documentation describes how to use git.

    @@ -242,7 +242,7 @@

    - The project will not accept + The libreboot project will not accept documentation released under the GNU Free Documentation License, because we do not want to endorse or support the Invariant clauses that this license allows. Changes submitted under this license will be rejected, even if it contains no Invariant sections @@ -280,16 +280,16 @@

    Method 1: host a repository

    One way of contribiting a patch for review is to host a repository containing your modified branch. - Give the checkout details to the project, along with information + Give the checkout details to the libreboot project, along with information on which commits in what branch contain your changes. - Contact the project using the details on the home page. + Contact the libreboot project using the details on the home page.

    Method 2: git format-patch -N

    Use this method (replace N with the number of commits that you made) and send the .patch files to the - project, along with details on what branch and revision these were + libreboot project, along with details on what branch and revision these were made on top of. - Contact the project using the details on the home page. + Contact the libreboot project using the details on the home page.

    Backup repositories

    @@ -310,7 +310,7 @@ ?>

    -

    website

    +

    Libreboot website