[gentoo-commits] sites/www:master commit in: support/security/

2017-07-27 Thread Matthew Marchese
commit: a16ff42e80251a11ec671abaffc5b0e822779a62
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 04:45:57 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 04:45:57 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=a16ff42e

Remove sparc as a supported arch (bug 621254).

sparc is still supported, just not by the security project.

 support/security/vulnerability-treatment-policy.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/security/vulnerability-treatment-policy.html 
b/support/security/vulnerability-treatment-policy.html
index bc4955e..18d6a27 100644
--- a/support/security/vulnerability-treatment-policy.html
+++ b/support/security/vulnerability-treatment-policy.html
@@ -32,7 +32,7 @@ body_class: nav-align-h2
 
 
 
-  Here is the list of currently supported architectures: alpha, amd64, 
hppa, pcc, ppc64, sparc, x86.
+  Here is the list of currently supported architectures: alpha, amd64, 
hppa, pcc, ppc64, x86.
 
 
 



[gentoo-commits] sites/www:master commit in: bin/

2017-07-27 Thread Matthew Marchese
commit: 7eff9a24227f6375b55d387771a563a7f4e17dec
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jul 27 20:48:53 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:54:05 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=7eff9a24

Make scripts have consistent output.

Signed-off-by: Matthew Marchese  gentoo.org>

 bin/update-downloads.sh | 6 +++---
 bin/update-packages.sh  | 2 +-
 bin/update-wiki.sh  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index b113fdb..6d618e4 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -70,12 +70,12 @@ main() {
   cd "$(dirname "$0")"/..
 
   local arch
-  printf 'Updating downloads... '
+  printf 'Updating downloads'
   for arch in "${ARCHES[@]}"; do
-printf '%s ' "${arch}"
+printf ' %s' "${arch}"
 update_arch "${arch}"
   done
-  echo 'done.'
+  echo '...done.'
 }
 
 main "$@"

diff --git a/bin/update-packages.sh b/bin/update-packages.sh
index 8a267a2..13b89c5 100755
--- a/bin/update-packages.sh
+++ b/bin/update-packages.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo -n 'Updating Packages information...'
+echo -n 'Updating packages information...'
 timeout 60 wget -T 60 'https://packages.gentoo.org/packages/added.atom' -O 
_data/packages.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/packages.xml.tmp _data/packages.xml
 echo 'done.'

diff --git a/bin/update-wiki.sh b/bin/update-wiki.sh
index 76196df..1d13235 100755
--- a/bin/update-wiki.sh
+++ b/bin/update-wiki.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo -n 'Updating Wiki information...'
+echo -n 'Updating wiki information...'
 wget -T 60 
'https://wiki.gentoo.org/index.php?title=Special:NewPages&feed=rss&hidebots=1&hideredirs=1&limit=50&offset=&namespace=0&username=&tagfilter='
 -O _data/wiki.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/wiki.xml.tmp _data/wiki.xml
 echo 'done.'



[gentoo-commits] sites/www:master commit in: bin/

2017-07-27 Thread Matthew Marchese
commit: cdacc9aaf60c8a4cea9500b81db6e57a75c0791d
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jul 27 20:44:38 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:53:39 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=cdacc9aa

Use HTTPS for planet RSS feed download.

Signed-off-by: Matthew Marchese  gentoo.org>

 bin/update-planet.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-planet.sh b/bin/update-planet.sh
index 5a410cb..46a9a3c 100755
--- a/bin/update-planet.sh
+++ b/bin/update-planet.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 echo -n 'Updating Planet information...'
-timeout 120 wget -T 60 'http://planet.gentoo.org/rss20.xml' -O 
_data/planet.xml.tmp 2>/dev/null
+timeout 120 wget -T 60 'https://planet.gentoo.org/rss20.xml' -O 
_data/planet.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/planet.xml.tmp _data/planet.xml
 echo 'done.'



[gentoo-commits] sites/www:master commit in: /, inside-gentoo/sponsors/, downloads/mirrors/, get-involved/, ...

2017-07-27 Thread Matthew Marchese
commit: 05417061458ac410241250c20d615145dd9441f4
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 00:38:32 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:54:15 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=05417061

Sentence case migration.

Signed-off-by: Matthew Marchese  gentoo.org>

 README |  2 +-
 _includes/downloads/alpha.html |  8 ++---
 _includes/downloads/amd64-advanced.html| 16 -
 _includes/downloads/amd64.html |  6 ++--
 _includes/downloads/arm.html   |  6 ++--
 _includes/downloads/experimental.html  | 10 +++---
 _includes/downloads/hppa.html  |  6 ++--
 _includes/downloads/ia64.html  | 10 +++---
 _includes/downloads/ppc.html   | 12 +++
 _includes/downloads/sparc.html |  6 ++--
 _includes/downloads/x86-advanced.html  | 12 +++
 _includes/downloads/x86.html   |  6 ++--
 _posts/2015-03-31-website-update.md| 10 +++---
 donate/thanks.html |  4 +--
 downloads/index.html   | 10 +++---
 downloads/mirrors/index.html   | 14 
 downloads/signatures/index.html|  4 +--
 get-involved/become-developer/index.md | 14 
 get-involved/contribute/index.html | 41 +++---
 get-involved/discussion-forums/index.html  |  2 +-
 get-involved/get-code/index.html   | 26 +++---
 get-involved/index.html| 20 +--
 get-involved/irc-channels/all-channels.html| 12 +++
 get-involved/irc-channels/index.html   | 10 +++---
 get-involved/mailing-lists/all-lists.html  | 10 +++---
 get-involved/mailing-lists/index.html  | 14 
 get-involved/mailing-lists/instructions.md | 12 +++
 get-started/about/index.html   |  4 +--
 get-started/index.html | 24 ++---
 get-started/philosophy/index.md|  4 +--
 get-started/philosophy/social-contract.md  |  6 ++--
 get-started/screenshots/index.html | 12 +++
 index.html |  4 +--
 inside-gentoo/artwork/gentoo-logo.html | 18 +-
 inside-gentoo/artwork/index.html   | 18 +-
 inside-gentoo/contact/index.html   | 20 +--
 inside-gentoo/developers/herds.html|  2 +-
 inside-gentoo/developers/index.html|  8 ++---
 inside-gentoo/developers/map.html  |  8 ++---
 inside-gentoo/developers/retired-developers.html   |  6 ++--
 .../developers/unavailable-developers.html |  8 ++---
 inside-gentoo/foundation/index.md  | 16 -
 inside-gentoo/foundation/name-logo-guidelines.md   | 36 +--
 inside-gentoo/index.html   | 14 
 inside-gentoo/sponsors/former-sponsors.html|  4 +--
 inside-gentoo/sponsors/index.html  |  6 ++--
 inside-gentoo/stores/index.md  |  8 ++---
 news/index.html|  2 +-
 search/archives-gentoo-org.xml |  6 ++--
 search/bugs-gentoo-org.xml |  4 +--
 search/forums-gentoo-org.xml   |  6 ++--
 search/packages-gentoo-org.xml |  2 +-
 search/www-gentoo-org.xml  |  6 ++--
 support/documentation/index.html   | 25 ++---
 support/index.html | 12 +++
 support/news-items/index.html  | 12 +++
 support/package-database.html  |  2 +-
 support/rsync-mirrors/index.html   | 20 +--
 support/security/index.html| 34 +-
 .../security/vulnerability-treatment-policy.html   | 32 -
 support/use-flags/index.html   | 10 +++---
 61 files changed, 349 insertions(+), 353 deletions(-)

diff --git a/README b/README
index a7bac90..ac44b66 100644
--- a/README
+++ b/README
@@ -4,4 +4,4 @@
 
 ## Dynamic information 
 
-Once the dependencies have been emerged, run `bash ./bin/update.sh` from the 
base directory to update the site's dynamically generated information. Expect 
"LDAP user information" to be skipped when not running from a Gentoo box.
+Once the dependencies have been emerged, run `bash ./bin/update.sh` from the 
base directory to update the site's dynamically generated information. Expect 
"LDAP user information" to be skipped when on systems t

[gentoo-commits] sites/www:master commit in: /

2017-07-27 Thread Matthew Marchese
commit: ce50ec964c2781390d6ac0f8c69238df80bfcab7
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 04:14:53 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 04:14:53 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=ce50ec96

Fix another sentence case.

 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 7b98684..7ad411a 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ nav1: home
 nav1-show: true
 nav1-weight: 1
 description: 'The website of Gentoo, a flexible Linux or BSD distribution.'
-meta: ''
+meta: ''
 ---
 {% include hero-section/start class="emergehdr" %}
 



[gentoo-commits] sites/www:master commit in: get-involved/become-developer/

2017-07-27 Thread Matthew Marchese
commit: 10ad86222f5488756e4d559f5cc73504c8c66ca8
Author: Matthew Marchese  gentoo  org>
AuthorDate: Wed Jul 26 23:52:38 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:50:57 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=10ad8622

Fix weird highlighting.

Signed-off-by: Matthew Marchese  gentoo.org>

 get-involved/become-developer/index.md | 50 +++---
 1 file changed, 22 insertions(+), 28 deletions(-)

diff --git a/get-involved/become-developer/index.md 
b/get-involved/become-developer/index.md
index 7bc243f..33fa070 100644
--- a/get-involved/become-developer/index.md
+++ b/get-involved/become-developer/index.md
@@ -1,5 +1,5 @@
 ---
-title: Become a Developer
+title: Become a developer
 
 nav1: get-involved
 nav2: become-dev
@@ -7,36 +7,35 @@ nav2-show: true
 nav2-weight: 50
 ---
 
-  Getting Guidance:
+  Getting guidance:
   Your central point of contact for all questions about becoming a developer
-  is the mailto:recruit...@gentoo.org"; class="alert-link">Gentoo 
Recruiters team.
+  is the mailto:recruit...@gentoo.org"; class="alert-link">Gentoo 
recruiters team.
   Please do not hesitate to contact them!
 
 
 ## Becoming a developer
 
 There are two interwoven paths for becoming a Gentoo developer. If you would
-like to focus your work on ebuilds, then you are probably interested in becoming a developer with commit access to ::gentoo. 
If
-you are interested primarily in other areas of contribution, you may prefer to
-become a developer without commit access.
+like to focus your work on ebuilds, then you are probably interested in 
+becoming a developer with commit access to ::gentoo. If you are interested 
+primarily in other areas of contribution, you may prefer to become a developer
+without commit access.
 
 ### Step 1. Contribute
 
 If you would like to help Gentoo, first find yourself something to do. You may
 want to look at our [contribution guide](/get-involved/contribute/), and
 subsequently look through the [Gentoo
-projects](https://wiki.gentoo.org/wiki/Project:Gentoo). For ebuild work, you can try helping out one of the projects
+projects](https://wiki.gentoo.org/wiki/Project:Gentoo). 
+For ebuild work, you can try helping out one of the projects
 that focus on maintaining packages, such as the
 [GNOME](https://wiki.gentoo.org/wiki/Project:GNOME) or
 [KDE](https://wiki.gentoo.org/wiki/Project:KDE) projects. Alternatively, you 
can
 maintain your own packages or co-maintain other Gentoo packages via the [Proxy
 Maintainers](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers)
-project. For non-ebuild work, you may want to look
-at other projects, such as [Bug
+project. For non-ebuild work, you may want to look at other projects, such as 
[Bug
 Wranglers](https://wiki.gentoo.org/wiki/Project:Bug-wranglers) or [Gentoo
-Forums](https://wiki.gentoo.org/wiki/Project:Forums).
+forums](https://wiki.gentoo.org/wiki/Project:Forums).
 
 ### Step 2. Participate
 
@@ -44,7 +43,7 @@ If you enjoy working on Gentoo and would like to stay longer, 
you should
 consider starting to participate in the community. You should consider joining
 some of [our IRC channels](/get-involved/irc-channels/), subscribing to some of
 [the mailing lists](/get-involved/mailing-lists/) and/or using [Gentoo
-Forums](https://forums.gentoo.org/). This way you get to know more of the 
Gentoo
+forums](https://forums.gentoo.org/). This way you get to know more of the 
Gentoo
 developers and users, and they get to know you!
 
 ### Step 3. Find a mentor
@@ -58,21 +57,16 @@ project](https://wiki.gentoo.org/wiki/Project:Mentors).
 ### Step 4. Take quizzes
 
 Before you become an officially recognized Gentoo developer, you are expected 
to
-learn a few basics on how Gentoo is structured and how it operates. To get commit access, you will also need to know a fair bit
-about ebuilds. To help you get yourself knowledgeable, we have prepared
-one or two quizzes
-for you to take.
-
-The prospective developers aiming to obtain commit
-access should take the [ebuild
+learn a few basics on how Gentoo is structured and how it operates. To get 
commit
+access, you will also need to know a fair bit about ebuilds. To help you get 
+yourself knowledgeable, we have prepared one or two quizzes for you to take.
+
+The prospective developers aiming to obtain commit access should take the 
[ebuild
 quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/ebuild-quiz.txt),
-followed by the [end
-quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/end-quiz.txt).
-For candidates for developers without commit access, we
-have prepared a less technical [developer
-quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/developer-quiz.txt)
-instead.
+followed by the [end 
quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/end-quiz.txt).
+For candidates for developers without commit access, w

[gentoo-commits] sites/www:master commit in: _includes/layout/

2017-06-22 Thread Matthew Marchese
commit: 1c4950c991dfa0f3102602f83fea023c8c695453
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jun 22 11:11:29 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Jun 22 11:11:29 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=1c4950c9

Add Privacy Policy link to footer (bug 613938).

Signed-off-by: Matthew Marchese  gentoo.org>

 _includes/layout/footer.html | 5 +
 1 file changed, 5 insertions(+)

diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html
index 6640143..4bf4104 100644
--- a/_includes/layout/footer.html
+++ b/_includes/layout/footer.html
@@ -23,6 +23,11 @@
   https://plus.google.com/+Gentoo"; title="+Gentoo on 
Google+">
   https://www.facebook.com/gentoo.org"; title="Gentoo on 
Facebook">
 
+  
+
+  https://wiki.gentoo.org/wiki/Foundation:Privacy_Policy";>Privacy Policy
+
+  
   
   
 © {{ site.copyrightyears }} Gentoo Foundation, 
Inc.



[gentoo-commits] data/api:master commit in: files/overlays/

2017-06-22 Thread Matthew Marchese
commit: 94995d79de11c27de1ce8d41643b0a470d9dd1dd
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jun 22 08:28:39 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Jun 22 08:28:39 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=94995d79

Fix X11 project's homepage (bug 606800).

Signed-off-by: Matthew Marchese  gentoo.org>

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e7616a3..1ada8e6 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5244,8 +5244,8 @@ FIN
   
   
 x11
-Gentoo X11 team overlay
-http://www.gentoo.org/proj/en/desktop/x/x11/
+Gentoo X11 team ebuild repository
+https://cgit.gentoo.org/proj/x11.git
 
   x...@gentoo.org
 



[gentoo-commits] sites/www:master commit in: _data/

2017-06-22 Thread Matthew Marchese
commit: 6d7703d6ecbd7d5f92f02d3d04a7580efa6193a2
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jun 22 07:00:31 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Jun 22 07:00:31 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=6d7703d6

IRC gentoo.de to gentoo-de (bug 621606).

Signed-off-by: Matthew Marchese  gentoo.org>

 _data/irc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_data/irc.yaml b/_data/irc.yaml
index 7b23ca3..f3b257b 100644
--- a/_data/irc.yaml
+++ b/_data/irc.yaml
@@ -163,7 +163,7 @@ international:
 description: "česky a slovensky"
   - name: "gentoo-cn"
 description: "简体中文"
-  - name: "gentoo.de"
+  - name: "gentoo-de"
 description: "Auf Deutsch"
   - name: "gentoo-dk"
 description: "På Dansk"



[gentoo-commits] sites/www:master commit in: support/rsync-mirrors/

2017-06-05 Thread Matthew Marchese
commit: 64134ffd8560228b03c643dffce17ef232752fbc
Author: Matthew Marchese  gentoo  org>
AuthorDate: Tue Jun  6 06:50:44 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Tue Jun  6 06:50:44 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=64134ffd

Add sync netiquette warning (#616622).

Now there is a place other than over the rsync protocol that displays
the netiquette warning to the users.

Signed-off-by: Matthew Marchese  gentoo.org>

 support/rsync-mirrors/index.html | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/support/rsync-mirrors/index.html b/support/rsync-mirrors/index.html
index 154e25c..38fd327 100644
--- a/support/rsync-mirrors/index.html
+++ b/support/rsync-mirrors/index.html
@@ -13,20 +13,26 @@ nav2-show: true
 
 
   Using rsync Mirrors
-  
+  
   The mirrors listed on this page are used for updating your 
Portage tree.
-  
+  
   To use an rsync mirror, set the sync-uri variable in the 
[gentoo] section of repos.conf to a URL from the list below.
   https://wiki.gentoo.org/wiki//etc/portage/repos.conf/gentoo.conf"; 
class="alert-link">More information is available in our Wiki.
 
 
 
   Source Mirrors
-  
+  
   We also have a second type of mirrors that you use for fetching installation 
files as well as package sources (configured via GENTOO_MIRRORS).
   They are available on a separate page.
 
 
+
+  Sync netiquette
+  
+  Please note: common gentoo-netiquette says you should not sync more than 
once a day. Users who abuse the rsync.gentoo.org rotation may be added to a 
temporary ban list.
+
+
 
   We would like to thank the many organizations and individuals that are 
providing mirroring services to the Gentoo project. If you would like to 
contribute a mirror, please consult the https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Rsync";>relevant
 documentation.
 



[gentoo-commits] sites/www:master commit in: inside-gentoo/stores/

2017-06-05 Thread Matthew Marchese
commit: f44928c018ee2656a2bffd7ccf74faa593b422b9
Author: Matthew Marchese  gentoo  org>
AuthorDate: Tue Jun  6 06:43:32 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Tue Jun  6 06:43:32 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=f44928c0

Add sticker vendor (#608088).

Upgrade some links on Stores page to HTTPS.
Describe vendor offerings (except India, which is down currently).

Signed-off-by: Matthew Marchese  gentoo.org>

 inside-gentoo/stores/index.md | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/inside-gentoo/stores/index.md b/inside-gentoo/stores/index.md
index 57af4b4..fc9a192 100644
--- a/inside-gentoo/stores/index.md
+++ b/inside-gentoo/stores/index.md
@@ -14,25 +14,26 @@ Or, if you simply don't have the ability to download the 
large DVD or CD images,
 ## Approved Vendors
 
 Gentoo merchanise may be purchased from the following vendors who have been 
licensed to use the
-Gentoo Logo by either the [Gentoo Foundation 
Inc](http://foundation.gentoo.org) (in the USA) or
-[Friends of Gentoo e.V.](http://www.gentoo-ev.org) within the European Union.
+Gentoo Logo by either the [Gentoo Foundation 
Inc](https://foundation.gentoo.org) (in the USA) or
+[Friends of Gentoo e.V.](https://www.gentoo-ev.org) within the European Union.
 
 Approved Vendors make a small contribution to Gentoo from sales of Gentoo 
related merchandise.
 
 ### Americas
 
-* [Offical Gentoo Cafepress Store](http://www.cafepress.com/officialgentoo/) 
located in the USA
-* [Techiant, 
LLC](http://www.case-badges.com/gentoo-logo-3d-domed-computer-case-badges-p-212.html)
 for Case Badges located in the USA
-* [Stormfront Gentoo 
Section](http://www.jbox.ca/product-category/computers-tablets/software/linux-cds-dvds/gentoo-cds-dvds/)
 for DVDs located in Canada
+* [Offical Gentoo Cafepress Store](http://www.cafepress.com/officialgentoo/) - 
Clothing and schwag. Located in the USA.
+* [Techiant, 
LLC](https://www.case-badges.com/gentoo-logo-3d-domed-computer-case-badges-p-212.html)
 - Case badges (stickers). Located in the USA
+* [Stickermule (by 
tecknicaltom)](https://www.stickermule.com/user/1070792095/stickers) - Case 
badges (stickers). Located in the USA.
+* [Stormfront Gentoo 
Section](https://www.jbox.ca/product-category/computers-tablets/software/linux-cds-dvds/gentoo-cds-dvds/)
 - DVDs. Located in Canada.
 
 ### Asia
 
-* [Zyxware Technologies](http://www.zyxware.com/requestcd?title=gentoo) 
located in India
+* [Zyxware Technologies](http://www.zyxware.com/requestcd?title=gentoo) - 
Located in India.
 
 ### Europe
 
-* [Offical Friends of Gentoo e.V 
Store](http://22258.spreadshirt.net/de/DE/Shop) located in Germany
-* [LinuxPusher](http://www.linuxpusher.com/distributions/Gentoo-Linux) located 
in Denmark
+* [Offical Friends of Gentoo e.V 
Store](https://22258.spreadshirt.net/de/DE/Shop) - Tee shirts, keychains, and 
mugs. Located in Germany.
+* [LinuxPusher](http://www.linuxpusher.com/distributions/Gentoo-Linux) - 
Stickers, keychains, and mugs. Located in Denmark.
 
 If you buy something from a licenced vendor and you like it, tell all your 
friends.
 
@@ -60,4 +61,4 @@ or make an agreement with Gentoo for the listing.
 That agreement could be one where you donate some amount to Gentoo or could be 
free, at Gentoo's discretion.
 Vendors supporting open source will be considered heavily for free listing.
 We do not list commercial vendors who do not give back to Gentoo because we 
already have a Gentoo store.
-If you are making a profit, contact the Gentoo foundation to negotiate an 
agreement.
\ No newline at end of file
+If you are making a profit, contact the Gentoo foundation to negotiate an 
agreement.



[gentoo-commits] sites/www:master commit in: support/security/

2017-06-05 Thread Matthew Marchese
commit: 93217b6070c3efe4f09c8436df116f9cf205b5ab
Author: Matthew Marchese  gentoo  org>
AuthorDate: Tue Jun  6 06:14:47 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Tue Jun  6 06:14:47 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=93217b60

Confidential contacts update (#616772).

Update confidential contacts.
Fix spelling error.

Signed-off-by: Matthew Marchese  gentoo.org>

 support/security/index.html | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/support/security/index.html b/support/security/index.html
index 859707a..994348f 100644
--- a/support/security/index.html
+++ b/support/security/index.html
@@ -92,27 +92,27 @@ layout: page-nav3
 
 
   Name
-  Responsability
+  Responsibility
   Email
   GPG keyID (click to retrieve public key)
 
 
-  Alex Legler
-  Operational co-manager
-  mailto:a...@gentoo.org";>a...@gentoo.org
-  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x36BA656112EE3000";>0x12EE3000
+  Yury German
+  Security team lead
+  mailto:bluekni...@gentoo.org";>bluekni...@gentoo.org
+  https://pgp.mit.edu/pks/lookup?op=get&search=0xEEAFED89024C043D";>0xEEAFED89024C043D
 
 
-  Tobias Heinlein
-  Operational co-manager
-  mailto:keytoas...@gentoo.org";>keytoas...@gentoo.org
-  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1C8D2E6BDC33B0EE";>0xDC33B0EE
+  Kristian Fiskerstrand
+  GLSA coordinator
+  mailto:k...@gentoo.org";>k...@gentoo.org
+  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x0B7F8B60E3EDFAE3";>0x0B7F8B60E3EDFAE3
 
 
   Jason A. Donenfeld
   Security Auditing Lead
   mailto:zx...@gentoo.org";>zx...@gentoo.org
-  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x06C4536755758000";>0x55758000
+  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x49FC7012A5DE03AE";>0x49FC7012A5DE03AE
 
 
 



[gentoo-commits] sites/www:master commit in: /

2017-06-05 Thread Matthew Marchese
commit: 4be0f29ecf4213416dfb1a8db6190558f6562c70
Author: Matthew Marchese  gentoo  org>
AuthorDate: Tue Jun  6 04:32:15 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Tue Jun  6 04:33:43 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=4be0f29e

Sentence case for headers.

Signed-off-by: Matthew Marchese  gentoo.org>

 index.html | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 635890a..6ced905 100644
--- a/index.html
+++ b/index.html
@@ -31,22 +31,22 @@ meta: '
   
-Developer Blogs live from https://planet.gentoo.org";>Planet Gentoo
+Developer blogs live from https://planet.gentoo.org";>Planet Gentoo
 {% include frontpage/planet %}
   
   
-Security Advisories from our https://security.gentoo.org/";>Security database
+Security advisories from our https://security.gentoo.org/";>Security database
 {% include frontpage/glsa %}
   
 
 
 
   
-New Packages more at the https://packages.gentoo.org";>Gentoo Packages database
+New packages more at the https://packages.gentoo.org";>Gentoo Packages database
 {% include frontpage/packages %}
   
   
-Fresh Documentation on the https://wiki.gentoo.org/";>Gentoo Wiki
+Fresh documentation on the https://wiki.gentoo.org/";>Gentoo Wiki
 {% include frontpage/wiki %}
   
 



[gentoo-commits] sites/www:master commit in: get-started/philosophy/

2017-05-16 Thread Matthew Marchese
commit: 53f997f98f04830bbe13687576caa57489e0e793
Author: Matthew Marchese  gentoo  org>
AuthorDate: Wed May 17 06:06:13 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Wed May 17 06:06:13 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=53f997f9

Add whitespace after #. Closes bug 618692.

 get-started/philosophy/social-contract.md | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/get-started/philosophy/social-contract.md 
b/get-started/philosophy/social-contract.md
index 6b91746..51796bd 100644
--- a/get-started/philosophy/social-contract.md
+++ b/get-started/philosophy/social-contract.md
@@ -11,7 +11,7 @@ navtitle: 'Social Contract'
 ---
 This social contract is intended to clearly describe the overall development 
policies and standards of the Gentoo project development team. Parts of this 
document have been derived from the [Debian Social 
Contract](https://www.debian.org/social_contract). It is generally very similar 
to it except that certain parts have been clarified and augmented while other 
parts deemed redundant have been removed. Comments are welcome. Please send 
them to our [gentoo-...@lists.gentoo.org](mailto:gentoo-...@lists.gentoo.org) 
mailing list.
 
-##What is Gentoo?
+## What is Gentoo?
 
 Gentoo in itself is a collection of free knowledge.
 Knowledge in this context can be defined as documentation and metadata 
concerned with concepts or domains relevant to operating systems and their 
components,
@@ -25,7 +25,7 @@ If a product associated with an official Gentoo project does 
not satisfy these r
 An official list of Gentoo projects is listed under the Gentoo Metastructure.
 A Gentoo project does not need to produce a Gentoo operating system in order 
to be officially recognized.
 
-##Gentoo is and will remain Free Software
+## Gentoo is and will remain Free Software
 
 We will release our contributions to Gentoo as free software, metadata or 
documentation,
 under the GNU General Public License version 2 (or later, at our discretion) 
or the Creative Commons - Attribution / Share Alike version 2 (or later, at our 
discretion).
@@ -39,11 +39,11 @@ Note: We are considering extending the above clause to 
require that all core Gen
 to a license approved by the OSI and Free Software Foundation (https://www.gnu.org/";>FSF).
 
 
-##We will give back to the Free Software Community
+## We will give back to the Free Software Community
 
 We will establish relationships with Free Software authors and collaborate 
with them when possible. We will submit bug-fixes, improvements, user requests, 
etc. to the "upstream" authors of software included in our system. We will also 
clearly document our contributions to Gentoo as well as any improvements or 
changes we make to external sources used by Gentoo (whether in the form of 
patches, "sed tweaks" or some other form). We acknowledge that our improvements 
and changes are much more meaningful to the larger Free Software community if 
they are clearly documented and explained, since not everyone has the time or 
ability to understand the literal changes contained in the patches or tweaks 
themselves.
 
-##We will not hide problems
+## We will not hide problems
 
 We will keep our [bug report database](https://bugs.gentoo.org/) open for 
public view at all times; reports that users file online will immediately 
become visible to others.
 



[gentoo-commits] sites/www:master commit in: get-involved/contribute/

2017-05-13 Thread Matthew Marchese
commit: 2182e29b62f271ee5aee21aea8b402740952875a
Author: Matthew Marchese  gentoo  org>
AuthorDate: Sat May 13 16:27:37 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Sat May 13 16:27:37 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=2182e29b

Bugzilla HOWTO -> Guide to reflect wiki.

 get-involved/contribute/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-involved/contribute/index.html 
b/get-involved/contribute/index.html
index cfd75fb..48c3653 100644
--- a/get-involved/contribute/index.html
+++ b/get-involved/contribute/index.html
@@ -133,8 +133,8 @@ nav2-weight: 40
 
 
 
-  https://wiki.gentoo.org/wiki/Bugzilla_HOWTO"; class="btn 
btn-primary">
- Bugzilla Howto
+  https://wiki.gentoo.org/wiki/Bugzilla/Guide"; class="btn 
btn-primary">
+ Bugzilla guide
   
   https://wiki.gentoo.org/wiki/Beautiful_bug_reports"; class="btn 
btn-primary">
  Reporting beautiful bugs



[gentoo-commits] sites/www:master commit in: /

2017-04-27 Thread Matthew Marchese
commit: 84afed882764e9e0a34d3ad5e60cd6521f0110af
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Apr 27 07:42:42 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Apr 27 07:42:42 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=84afed88

Update README a bit.

 README | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 3bd0c85..a7bac90 100644
--- a/README
+++ b/README
@@ -1 +1,7 @@
-# emerge nokogiri jekyll kramdown
+## Dependencies
+
+`emerge dev-ruby/nokogiri www-apps/jekyll dev-ruby/kramdown`
+
+## Dynamic information 
+
+Once the dependencies have been emerged, run `bash ./bin/update.sh` from the 
base directory to update the site's dynamically generated information. Expect 
"LDAP user information" to be skipped when not running from a Gentoo box.



[gentoo-commits] sites/www:master commit in: /

2017-04-27 Thread Matthew Marchese
commit: 06defaf09aeb4b1d5f39b1d168844a5a4361b7b7
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Apr 27 07:43:37 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Apr 27 07:43:37 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=06defaf0

Make git ignore wget-log* files.

These files are generated in the base of the repository
when running bash ./bin/update.sh. They can be safely
ignored.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6435568..8ee12f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ CVS
 .DS_Store
 ._*
 *~
+wget-log*



[gentoo-commits] sites/www:master commit in: support/, get-started/philosophy/, get-involved/get-code/, ...

2017-03-05 Thread Matthew Marchese
commit: bd838a463e04dd60a279777d0c7231572774d3c8
Author: Matthew Marchese  gentoo  org>
AuthorDate: Sun Mar  5 13:14:49 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Sun Mar  5 13:14:49 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=bd838a46

Use HTTPS when available at destination.

 get-involved/get-code/index.html  |  8 
 get-started/philosophy/social-contract.md | 10 +-
 inside-gentoo/artwork/index.html  | 10 +-
 support/package-database.html |  4 ++--
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
index 43840b2..e4e2a94 100644
--- a/get-involved/get-code/index.html
+++ b/get-involved/get-code/index.html
@@ -34,8 +34,8 @@ nav2-weight: 60
 You can find them all under the https://github.com/gentoo/";>Gentoo organization.
   
   
-http://anongit.gentoo.org/"; class="btn btn-primary btn-sm"> AnonGit
-http://gitweb.gentoo.org/"; class="btn btn-primary btn-sm"> Source Code Browser
+https://anongit.gentoo.org/"; class="btn btn-primary btn-sm"> AnonGit
+https://gitweb.gentoo.org/"; class="btn btn-primary btn-sm"> Source Code Browser
 https://github.com/gentoo/"; class="btn btn-primary btn-sm"> Gentoo on GitHub
   
 
@@ -50,8 +50,8 @@ nav2-weight: 60
 We offer anonymous read-only access (AnonCVS) as well as a 
web-based source code browser for CVS repositories.
   
   
-http://anoncvs.gentoo.org/"; class="btn btn-primary btn-sm"> AnonCVS
-http://sources.gentoo.org/"; class="btn btn-primary btn-sm"> Source Code Browser
+https://anoncvs.gentoo.org/"; class="btn btn-primary btn-sm"> AnonCVS
+https://sources.gentoo.org/"; class="btn btn-primary btn-sm"> Source Code Browser
   
 
 

diff --git a/get-started/philosophy/social-contract.md 
b/get-started/philosophy/social-contract.md
index 0d4e31d..6b91746 100644
--- a/get-started/philosophy/social-contract.md
+++ b/get-started/philosophy/social-contract.md
@@ -9,13 +9,13 @@ layout: page-nav3
 title: 'Gentoo Social Contract'
 navtitle: 'Social Contract'
 ---
-This social contract is intended to clearly describe the overall development 
policies and standards of the Gentoo project development team. Parts of this 
document have been derived from the [Debian Social 
Contract](http://www.debian.org/social_contract). It is generally very similar 
to it except that certain parts have been clarified and augmented while other 
parts deemed redundant have been removed. Comments are welcome. Please send 
them to our [gentoo-...@lists.gentoo.org](mailto:gentoo-...@lists.gentoo.org) 
mailing list.
+This social contract is intended to clearly describe the overall development 
policies and standards of the Gentoo project development team. Parts of this 
document have been derived from the [Debian Social 
Contract](https://www.debian.org/social_contract). It is generally very similar 
to it except that certain parts have been clarified and augmented while other 
parts deemed redundant have been removed. Comments are welcome. Please send 
them to our [gentoo-...@lists.gentoo.org](mailto:gentoo-...@lists.gentoo.org) 
mailing list.
 
 ##What is Gentoo?
 
 Gentoo in itself is a collection of free knowledge.
 Knowledge in this context can be defined as documentation and metadata 
concerned with concepts or domains relevant to operating systems and their 
components,
-as well as [free software](http://www.fsf.org/philosophy/free-sw.html) 
contributed by various developers to the Gentoo Project.
+as well as [free software](https://www.fsf.org/philosophy/free-sw.html) 
contributed by various developers to the Gentoo Project.
 
 Gentoo, the operating system, is derived from the base concept of knowledge 
described above.
 A Gentoo operating system should satisfy the self-hosting requirement.
@@ -36,7 +36,7 @@ the Creative Commons - Attribution/Share Alike or some other 
license approved by
 
 
 Note: We are considering extending the above clause to require that all core 
Gentoo components must conform
-to a license approved by the OSI and Free Software Foundation (http://www.gnu.org/";>FSF).
+to a license approved by the OSI and Free Software Foundation (https://www.gnu.org/";>FSF).
 
 
 ##We will give back to the Free Software Community
@@ -45,6 +45,6 @@ We will establish relationships with Free Software authors 
and collaborate with
 
 ##We will not hide problems
 
-We will keep our [bug report database](http://bugs.gentoo.org/) open for 
public view at all times; reports that users file online will immediately 
become visible to others.
+We will keep our [bug report database](https://bugs.gentoo.org/) open for 
public view at all times; repor

[gentoo-commits] sites/www:master commit in: _includes/partials/

2017-03-05 Thread Matthew Marchese
commit: 21336b65dae90ebd40021b0f252d1853e6cfbec1
Author: Matthew Marchese  gentoo  org>
AuthorDate: Sun Mar  5 12:56:59 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Sun Mar  5 12:56:59 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=21336b65

Use HTTPS for dynamic mailing list links.

 _includes/partials/mailinglist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/partials/mailinglist.html 
b/_includes/partials/mailinglist.html
index ac9fef0..8202689 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -16,7 +16,7 @@
 
   mailto:{{ list.name }}@lists.gentoo.org" title="Post to this 
list" class="btn btn-default">
   mailto:{{ list.name }}%2bsubscr...@lists.gentoo.org" 
title="Subscribe to this list" class="btn btn-default">
-  http://archives.gentoo.org/{{ list.name }}/" title="Archives of 
this list" class="btn btn-default">
+  https://archives.gentoo.org/{{ list.name }}/" title="Archives 
of this list" class="btn btn-default">
 
 {% endif %}
   



[gentoo-commits] sites/www:master commit in: get-involved/mailing-lists/

2017-03-05 Thread Matthew Marchese
commit: 87f354a2ac72d228c63455938d4fafb33f6f7557
Author: Matthew Marchese  gentoo  org>
AuthorDate: Sun Mar  5 12:40:56 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Sun Mar  5 12:49:38 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=87f354a2

Use HTTPS for mailing list static links.

 get-involved/mailing-lists/index.html  | 10 +-
 get-involved/mailing-lists/instructions.md |  8 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/get-involved/mailing-lists/index.html 
b/get-involved/mailing-lists/index.html
index 3795340..0008036 100644
--- a/get-involved/mailing-lists/index.html
+++ b/get-involved/mailing-lists/index.html
@@ -33,7 +33,7 @@ title: 'Mailing Lists'
 
   mailto:gentoo-u...@lists.gentoo.org"; title="Post to this list" 
class="btn btn-primary"> Post to 
gentoo-user
   mailto:gentoo-user%2bsubscr...@lists.gentoo.org"; title="Subscribe 
to this list" class="btn btn-default"> Subscribe to gentoo-user
-  http://archives.gentoo.org/gentoo-user/"; title="Archives of this 
list" class="btn btn-default"> Browse 
Archives
+  https://archives.gentoo.org/gentoo-user/"; title="Archives of this 
list" class="btn btn-default"> Browse 
Archives
 
 
 
@@ -44,7 +44,7 @@ title: 'Mailing Lists'
 
   mailto:gentoo-...@lists.gentoo.org"; title="Post to this list" 
class="btn btn-primary"> Post to 
gentoo-dev
   mailto:gentoo-dev%2bsubscr...@lists.gentoo.org"; title="Subscribe to 
this list" class="btn btn-default"> Subscribe to gentoo-dev
-  http://archives.gentoo.org/gentoo-dev/"; title="Archives of this 
list" class="btn btn-default"> Browse 
Archives
+  https://archives.gentoo.org/gentoo-dev/"; title="Archives of this 
list" class="btn btn-default"> Browse 
Archives
 
 
 
@@ -54,7 +54,7 @@ title: 'Mailing Lists'
 
 
   mailto:gentoo-announce%2bsubscr...@lists.gentoo.org"; 
title="Subscribe to this list" class="btn btn-primary"> Subscribe to gentoo-announce
-  http://archives.gentoo.org/gentoo-announce/"; title="Archives of 
this list" class="btn btn-default"> 
Browse Archives
+  https://archives.gentoo.org/gentoo-announce/"; title="Archives of 
this list" class="btn btn-default"> 
Browse Archives
 
 
 
@@ -64,12 +64,12 @@ title: 'Mailing Lists'
 
   All of our public mailing lists are archived in the Gentoo Archives:
   
-  http://archives.gentoo.org"; class="btn btn-primary btn-sm"> Gentoo Archives
+  https://archives.gentoo.org"; class="btn btn-primary btn-sm"> Gentoo Archives
 
 
 
   The following sites also host archives of the mailing lists:
   
   https://marc.info/?w=2&r=1&s=gentoo&q=l"; class="btn btn-default 
btn-sm"> MARC: Mailing list 
ARChives
-  http://www.mail-archive.com/search?l=all&q=gentoo&e=listname"; 
class="btn btn-default btn-sm"> 
Mail-Archive
+  https://www.mail-archive.com/search?l=all&q=gentoo&e=listname"; 
class="btn btn-default btn-sm"> 
Mail-Archive
 

diff --git a/get-involved/mailing-lists/instructions.md 
b/get-involved/mailing-lists/instructions.md
index 13d8833..7d04826 100644
--- a/get-involved/mailing-lists/instructions.md
+++ b/get-involved/mailing-lists/instructions.md
@@ -130,19 +130,19 @@ Choose just one list when sending a message.
 
   Note
   
-  Note: For general email list etiquette, http://www.ietf.org/rfc/rfc1855.txt";>these guidelines are an 
excellent primer.
+  Note: For general email list etiquette, https://www.ietf.org/rfc/rfc1855.txt";>these guidelines are an 
excellent primer.
 
 
 ### My question isn't answered above, whom do I ask for help?
 
-If you need additional help beyond the above, please [file a 
bug](http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Infrastructure&version=unspecified&component=Mailing%20Lists&rep_platform=All&op_sys=Linux&priority=P2&bug_severity=normal&bug_status=NEW&alias=&bug_file_loc=http%3A%2F%2F&short_desc=&comment=&commentprivacy=0&keywords=&dependson=&blocked=&bit-25=1&maketemplate=Remember%20values%20as%20bookmarkable%20template&form_name=enter_bug&assigned_to=infra-bugs%40gentoo.org),
 or contact `listname+ow...@lists.gentoo.org`.
+If you need additional help beyond the above, please [file a 
bug](https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Infrastructure&version=unspecified&component=Mailing%20Lists&rep_platform=All&op_sys=Linux&priority=P2&bug_severity=normal&bug_status=NEW&alias=&bug_file_loc=https%3A%2F%2F&short

[gentoo-commits] sites/www:master commit in: _posts/

2017-02-02 Thread Matthew Marchese
commit: d2026ee4754581c9eb506c3b2a7cda24478e8b15
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Feb  2 21:01:30 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Thu Feb  2 21:01:30 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=d2026ee4

Add news announcement on FOSDEM Gentoo dev talks.

 ...2-02-five-gentoo-devs-give-talks-at-fosdem-2017.md | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md 
b/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md
new file mode 100644
index 000..97c8903
--- /dev/null
+++ b/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md
@@ -0,0 +1,19 @@
+---
+title: 'Five Gentoo developers scheduled for talks at FOSDEM'
+---
+
+https://fosdem.org/2017/"; class="news-img-right">
+  
+
+
+As FOSDEM 2017 approaches we are happy to announce there are a total of five 
Gentoo developers scheduled to give talks!
+
+Developers and their talks include:
+
+* [Vladimir 
Smirnov](https://fosdem.org/2017/schedule/speaker/vladimir_smirnov/) ([civil ](https://wiki.gentoo.org/wiki/User:Civil)) – 
[Graphite@Scale or How to store millions metrics per 
second](https://fosdem.org/2017/schedule/event/graphite_at_scale/)
+* [Andrew 
Savchenko](https://fosdem.org/2017/schedule/speaker/andrew_savchenko/) 
([bircoph ](https://wiki.gentoo.org/wiki/User:Bircoph)) – [Quantum 
computing and post-quantum 
cryptography](https://fosdem.org/2017/schedule/event/quantum/)
+* [Rafael Martins](https://fosdem.org/2017/schedule/speaker/rafael_martins/) 
([rafaelmartins ](https://wiki.gentoo.org/wiki/User:RafaelMartins)) – 
[Improving your virtualization development workflow with 
Lago](https://fosdem.org/2017/schedule/event/iaas_impyouvir/)
+* [Hanno Böck](https://fosdem.org/2017/schedule/speaker/hanno_bock/) ([hanno 
](https://wiki.gentoo.org/wiki/User:Hanno)) – [Is the 
Linux Desktop less secure than Windows 
10?](https://fosdem.org/2017/schedule/event/linux_desktop_versus_windows10/)
+* [Jason A. 
Donenfeld](https://fosdem.org/2017/schedule/speaker/jason_a_donenfeld/) ([zx2c4 
](https://wiki.gentoo.org/wiki/User:Zx2c4)) – 
[WireGuard: Next Generation Secure Kernel Network 
Tunnel](https://fosdem.org/2017/schedule/event/wireguard/)
+
+Only a few hours remain until the event kicks off. See you at FOSDEM!



[gentoo-commits] sites/www:master commit in: support/consulting/

2017-01-23 Thread Matthew Marchese
commit: 2c2ebea4dbb20229b3b4cd1a5eb40c7075c444c7
Author: Matthew Marchese  gentoo  org>
AuthorDate: Tue Jan 24 02:37:32 2017 +
Commit:     Matthew Marchese  gentoo  org>
CommitDate: Tue Jan 24 02:37:32 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=2c2ebea4

Add consultants page. Closes bug 43477.

Links to https://wiki.gentoo.org/wiki/Foundation:Consultants.

 support/consulting/index.html | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/support/consulting/index.html b/support/consulting/index.html
new file mode 100644
index 000..d97180b
--- /dev/null
+++ b/support/consulting/index.html
@@ -0,0 +1,14 @@
+---
+title: 'Consulting'
+navtitle: 'Consulting'
+nav1: support
+nav2: consulting
+nav2-show: true
+---
+
+Gentoo is free, open-source software. Its users provide assistance through 
the many venues of the Gentoo community. On occasion companies or individuals 
have specialized needs and are willing to hire someone to maintain or add 
additional functionality to their Gentoo systems.
+
+As a service to the Gentoo community and to advance the use of Gentoo in the 
corporate sector, the Gentoo Foundation maintains a list of technical 
consultants ready to furnish professional support.
+The companies and individual consultants found in the list are not 
officially endorsed by the Gentoo Foundation.
+
+The list of Gentoo technical consultants can be https://wiki.gentoo.org/wiki/Foundation:Consultants"; 
class="alert-link">found here.