From f40923a19d514b68bf7deec5473c92d018de46eb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 Feb 2019 13:12:48 -0500 Subject: git ls-files templates/ | xargs sed -ri \ -e 's|Arch Linux|{{ BRANDING_DISTRONAME }}|g' \ -e 's|https://wiki.archlinux.org/index.php/([^ "]*)|{% wiki_url '\''\1'\'' %}|g' \ -e 's|https://mailman.archlinux.org|{{ MAILMAN_BASE_URL }}|g' \ -e 's|Forums
  • Wiki
  • Bugs
  • -
  • AUR
  • +
  • AUR
  • Download
  • @@ -73,9 +73,9 @@ title="Contact Judd Vinet">Judd Vinet and Aaron Griffin.

    -

    The Arch Linux name and logo are recognized +

    The {{ BRANDING_DISTRONAME }} name and logo are recognized trademarks. Some rights reserved.

    + title="{{ BRANDING_DISTRONAME }} Trademark Policy">trademarks. Some rights reserved.

    The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.

    diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html index b61033cd..96fcc49d 100644 --- a/templates/mirrors/url_details.html +++ b/templates/mirrors/url_details.html @@ -3,7 +3,7 @@ {% load mirror_status %} {% load flags %} -{% block title %}Arch Linux - {{ url.url }} - URL Details{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - {{ url.url }} - URL Details{% endblock %} {% block head %}{% endblock %} diff --git a/templates/public/about.html b/templates/public/about.html index f5751d42..0c4c0d8b 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -2,9 +2,9 @@ {% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %} {% block content %}
    -

    About Arch Linux

    +

    About {{ BRANDING_DISTRONAME }}

    -Arch Linux is an independently developed, i686/x86-64 general purpose GNU/Linux +{{ BRANDING_DISTRONAME }} is an independently developed, i686/x86-64 general purpose GNU/Linux distribution versatile enough to suit any role. Development focuses on simplicity, minimalism, and code elegance. Arch is installed as a minimal base system, configured by the user upon which their own ideal @@ -15,7 +15,7 @@ simple text files. Arch strives to stay bleeding edge, and typically offers the latest stable versions of most software.

    -Arch Linux uses its own Pacman package manager, which couples simple binary +{{ BRANDING_DISTRONAME }} uses its own Pacman package manager, which couples simple binary packages with an easy-to-use package build system. This allows users to easily manage and customize packages ranging from official Arch software to the user's own personal packages to packages from 3rd party sources. The repository @@ -27,14 +27,14 @@ contribution. The minimal Arch base package set resides in the streamlined [core] repository. In addition, the official [extra], [community], and [testing] repositories provide several thousand high-quality, packages to meet your software demands. -Arch also offers an [unsupported] section in the Arch Linux User Repository +Arch also offers an [unsupported] section in the {{ BRANDING_DISTRONAME }} User Repository (AUR), which contains over 9,000 build scripts, for compiling installable -packages from source using the Arch Linux makepkg application. +packages from source using the {{ BRANDING_DISTRONAME }} makepkg application.

    -Arch Linux uses a "rolling release" system which allows one-time installation +{{ BRANDING_DISTRONAME }} uses a "rolling release" system which allows one-time installation and perpetual software upgrades. It is not generally necessary to reinstall -or upgrade your Arch Linux system from one "version" to the next. +or upgrade your {{ BRANDING_DISTRONAME }} system from one "version" to the next. By issuing one command, an Arch system is kept up-to-date and on the bleeding edge.

    @@ -45,7 +45,7 @@ compiles and runs correctly with the other packages installed on an up-to-date Arch system.

    -To summarize: Arch Linux is a versatile, and simple distribution designed to +To summarize: {{ BRANDING_DISTRONAME }} is a versatile, and simple distribution designed to fit the needs of the competent Linux® user. It is both powerful and easy to manage, making it an ideal distro for servers and workstations. Take it in any direction you like. If you share this vision of what a GNU/Linux diff --git a/templates/public/art.html b/templates/public/art.html index b8b1d886..c8a79a03 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -22,7 +22,7 @@ title="Download scalable SVG format">SVG formats.

    Arch Linux PNG logo @ 90dpi + alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" />

    Two-color inverted version (for dark backgrounds)
    Also available in print-quality @@ -32,7 +32,7 @@ title="Download scalable SVG format">SVG formats.

    Arch Linux PNG logo @ 90dpi + alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" class="inverted" />

    One-color standard version
    Also available in print-quality @@ -42,7 +42,7 @@ title="Download scalable SVG format">SVG formats.

    Arch Linux PNG logo @ 90dpi + alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" />

    One-colour inverted version (for dark backgrounds)
    Also available in print-quality @@ -52,7 +52,7 @@ title="Download scalable SVG format">SVG formats.

    Arch Linux PNG logo @ 90dpi + alt="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" title="{{ BRANDING_DISTRONAME }} PNG logo @ 90dpi" class="inverted" />

    Logos and Artwork for the Community

    diff --git a/templates/public/donate.html b/templates/public/donate.html index 2bb2a53e..b0d6868f 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -10,12 +10,12 @@

    Donate to {{ BRANDING_SHORTNAME }}

    -

    Arch Linux survives because of the tireless efforts of many people in +

    {{ BRANDING_DISTRONAME }} survives because of the tireless efforts of many people in the community and the core development circle. None of us are paid for our work, and we don't have the personal funds to sustain server costs ourselves.

    -

    There are many ways to help support Arch Linux. If technical development, +

    There are many ways to help support {{ BRANDING_DISTRONAME }}. If technical development, documentation, or support aren't your strong points, you could certainly help us by dropping a few bucks our way.

    @@ -23,15 +23,15 @@

    Monetary donations

    -

    Financial contributions are accepted via Click&Pledge. - Arch Linux is a member project of the +

    Financial contributions are accepted via Click&Pledge. + {{ BRANDING_DISTRONAME }} is a member project of the Software in the Public Interest, Inc. non-profit corporation. Funds are used for hosting costs, server hardware upgrades, and more. You are encouraged to learn more about the SPI, as well as how donations work.

    - Donate via Click&Pledge to Arch Linux + Donate via Click&Pledge to {{ BRANDING_DISTRONAME }}

    Commercial sponsors and contributions

    @@ -44,7 +44,7 @@ title="velocity network"> -

    We would also like to thank Kartenzia for sponsoring a dedicated Arch Linux Server. +

    We would also like to thank Kartenzia for sponsoring a dedicated {{ BRANDING_DISTRONAME }} Server. Kartenzia.de is a new Start-Up based in Germany and specializes in eco-friendly invitations like Weihnachten.

    diff --git a/templates/public/index.html b/templates/public/index.html index 0898a6cd..516f10c4 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -193,7 +193,7 @@ diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe index 4945868c..81767f32 100644 --- a/templates/releng/archlinux.ipxe +++ b/templates/releng/archlinux.ipxe @@ -15,14 +15,14 @@ set extrabootoptions ip=dhcp net.ifnames=0 set countrycode :main -menu Arch Linux Netboot +menu {{ BRANDING_DISTRONAME }} Netboot item --gap Settings item set_architecture Architecture: ${bootarch} item set_release Release: ${release} isset ${mirrorurl} && item set_mirror Mirror: ${mirrorurl} || item set_mirror Choose a mirror item set_options Boot options: ${extrabootoptions} item -isset ${mirrorurl} && item boot Boot Arch Linux || item --gap Boot Arch Linux +isset ${mirrorurl} && item boot Boot {{ BRANDING_DISTRONAME }} || item --gap Boot {{ BRANDING_DISTRONAME }} item shell Drop to iPXE shell item reboot Reboot item exit Exit iPXE @@ -41,7 +41,7 @@ reboot exit :set_architecture -menu Arch Linux Netboot: Select Architecture +menu {{ BRANDING_DISTRONAME }} Netboot: Select Architecture item back back item item --gap Available architectures: @@ -53,7 +53,7 @@ set bootarch ${selected} goto main :set_release -menu Arch Linux Netboot: Select Release +menu {{ BRANDING_DISTRONAME }} Netboot: Select Release item back back item item --gap Available releases: @@ -68,7 +68,7 @@ goto main goto select_mirror_country :select_mirror_country -menu Arch Linux Netboot: Select Mirror +menu {{ BRANDING_DISTRONAME }} Netboot: Select Mirror item back back item item --gap Custom Configuration: @@ -107,7 +107,7 @@ set countryname Global :select_mirror_url_{{ mirrorgroup.grouper }} set countryname {{ mirrorgroup.grouper.name }} {% endif %} -menu Arch Linux Netboot: Select Mirror +menu {{ BRANDING_DISTRONAME }} Netboot: Select Mirror item back back item item --gap Available mirrors in ${countryname} @@ -124,7 +124,7 @@ echo -n Boot options: ${} && read extrabootoptions || goto main :boot -echo Booting Arch Linux ${bootarch} ${release} from ${mirrorurl} +echo Booting {{ BRANDING_DISTRONAME }} ${bootarch} ${release} from ${mirrorurl} echo kernel ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz || goto failed_download imgverify vmlinuz ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz.ipxe.sig || goto failed_verify diff --git a/templates/releng/netboot.html b/templates/releng/netboot.html index 36404588..1b87244b 100644 --- a/templates/releng/netboot.html +++ b/templates/releng/netboot.html @@ -1,20 +1,20 @@ {% extends "base.html" %} {% load staticfiles %} -{% block title %}Arch Linux - Netboot{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Netboot{% endblock %} {% block content %}
    -

    Arch Linux Netboot

    +

    {{ BRANDING_DISTRONAME }} Netboot

    About Netboot

    -

    Netboot images are small (<1MB) images that can be used to download the latest Arch Linux release on the fly upon system boot. +

    Netboot images are small (<1MB) images that can be used to download the latest {{ BRANDING_DISTRONAME }} release on the fly upon system boot. It is unnecessary to update the netboot image, the newest release will be available automatically.

    Netboot uses customized iPXE builds. -The Linux kernel, initramfs and squashfs files for the live system are downloaded from an Arch Linux mirror. +The Linux kernel, initramfs and squashfs files for the live system are downloaded from an {{ BRANDING_DISTRONAME }} mirror. The integrity of all downloaded files is verified with cryptographic signatures.

    Requirements

    @@ -48,7 +48,7 @@ For details, check out the netboot wiki page. +

    For detailed usage instructions, check out the netboot wiki page.

    {% endblock %} diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html index 1f4a7887..3092ddc9 100644 --- a/templates/releng/release_list.html +++ b/templates/releng/release_list.html @@ -12,14 +12,14 @@

    Releases

    -

    This is a list of ISO releases made by the Arch Linux release +

    This is a list of ISO releases made by the {{ BRANDING_DISTRONAME }} release engineering team. These are typically done on a monthly cadence, containing the latest kernel and base packages from the package repositories. Click the version of each release to read any additional notes or details about each release.

    Torrents and magnet URIs are available to download the releases. Releases listed as not available may still be seeded by peers, but are no - longer registered via the official Arch Linux torrent tracker. We always + longer registered via the official {{ BRANDING_DISTRONAME }} torrent tracker. We always recommend running the latest available release.

    diff --git a/templates/sitemaps/news_sitemap.xml.jinja b/templates/sitemaps/news_sitemap.xml.jinja index 97dd17b5..cbd86578 100644 --- a/templates/sitemaps/news_sitemap.xml.jinja +++ b/templates/sitemaps/news_sitemap.xml.jinja @@ -6,7 +6,7 @@ {% if url.changefreq %}{{ url.changefreq }}{% endif %} {% if url.priority %}{{ url.priority }}{% endif %} - Arch Linux Newsen + {{ BRANDING_DISTRONAME }} Newsen {% if url.item.postdate %}{{ url.item.postdate|date("c") }}{% endif %} {% if url.item.title %}{{ url.item.title }}{% endif %} -- cgit v1.2.2