From 3c64bde9c8897398b0e2dc896a9fc5fce93d98a9 Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Sat, 14 Apr 2018 12:53:34 -0700 Subject: Sentence case site. Closes: https://bugs.gentoo.org/653176 Signed-off-by: Matthew Marchese Signed-off-by: Thomas Deutschmann --- lib/helpers.rb | 6 +++--- views/glsa/glsav1.erb | 6 +++--- views/index.erb | 6 +++--- views/layout.erb | 8 ++++---- views/subscribe.erb | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/helpers.rb b/lib/helpers.rb index ab2e42c..2d7e902 100644 --- a/lib/helpers.rb +++ b/lib/helpers.rb @@ -67,11 +67,11 @@ helpers do def feed(type, items) RSS::Maker.make(type) do |maker| - maker.channel.author = 'Gentoo Security Team' + maker.channel.author = 'Gentoo security team' maker.channel.about = 'https://security.gentoo.org/glsa' maker.channel.link = 'https://security.gentoo.org/glsa' - maker.channel.description = 'This feed contains new Gentoo Linux Security Advisories. Contact security@gentoo.org with questions.' - maker.channel.title = 'Gentoo Linux Security Advisories' + maker.channel.description = 'This feed contains new Gentoo Linux security advisories. Contact security@gentoo.org with questions.' + maker.channel.title = 'Gentoo Linux security advisories' maker.channel.updated = items.first.revised.to_s items.each do |input_item| diff --git a/views/glsa/glsav1.erb b/views/glsa/glsav1.erb index 29e75c4..276ecb7 100644 --- a/views/glsa/glsav1.erb +++ b/views/glsa/glsav1.erb @@ -9,7 +9,7 @@ <%= h @glsa.synopsis %>

-

Affected Packages

+

Affected packages

<% @glsa.packages.each_pair do |package, data| @@ -55,12 +55,12 @@

- Release Date + Release date
<%= date_format @glsa.date %>

- Latest Revision + Latest revision
<%= date_format @glsa.revised %>: <%= h @glsa.revision %>

diff --git a/views/index.erb b/views/index.erb index 56e81ea..78fca01 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,4 +1,4 @@ -

Gentoo Security Database

+

Gentoo security database

This page contains security data related to the Gentoo distribution. @@ -13,13 +13,13 @@

- Security Documentation + Security documentation
If you want to learn more about keeping your Gentoo system secure please visit our security documentation.
-

Most recent Gentoo Linux Security Advisories

+

Most recent Gentoo Linux security advisories

diff --git a/views/layout.erb b/views/layout.erb index 3adadff..46a2a9b 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -1,11 +1,11 @@ - <%= "#{h @title} — " if @title %>Gentoo Security + <%= "#{h @title} — " if @title %>Gentoo security - "> + "> @@ -34,7 +34,7 @@
  • Archives
  • Sources
  • -
  • Infra Status
  • +
  • Infra status
  • @@ -107,7 +107,7 @@ Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-3.0 license. - The Gentoo Name and Logo Usage Guidelines apply. + The Gentoo name and logo usage guidelines apply. diff --git a/views/subscribe.erb b/views/subscribe.erb index 45ad15c..64f0e82 100644 --- a/views/subscribe.erb +++ b/views/subscribe.erb @@ -14,7 +14,7 @@

    If you don't have the utility installed, run emerge -va app-portage/gentoolkit.
    - For more information, review the documentation on our Wiki.

    + For more information, review the documentation on our wiki.

    @@ -25,7 +25,7 @@
    -

    Subscribe via E-Mail

    +

    Subscribe via e-mail

    Our advisories are posted to the gentoo-announce mailing list.

    @@ -73,4 +73,4 @@ -->
    - \ No newline at end of file + -- cgit v1.2.3-65-gdbad