Skip to content

Commit efc1279

Browse files
authored
Merge branch 'gh-pages' into patch-3
2 parents 1244c66 + 2b58320 commit efc1279

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@ language: ruby
22
script: "./script/cibuild"
33
notifications:
44
email: false
5+
6+
env:
7+
global:
8+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
9+
10+
addons:
11+
apt:
12+
packages:
13+
- libcurl4-openssl-dev # required to avoid SSL errors
14+
515
branches:
616
only:
717
- gh-pages
818
- /.*/
19+
20+
before_install:
21+
- openssl version
22+
- openssl ciphers -v
23+
- openssl s_client -cipher ECDHE-RSA-AES256-GCM-SHA384 -connect github.blog:443 -tls1_2
24+
- curl -sSL -D - https://github.blog/2014-02-14-rendered-prose-diffs/ -o /dev/null
925
sudo: false
1026
cache: bundler

_data/governments.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Canada:
144144
- TBS-EACPD
145145
- tc-ca
146146
- thecityofcalgary
147+
- veteransaffairscanada
147148
- VilledeMontreal
148149
- wet-boew
149150

@@ -335,6 +336,7 @@ Mexico:
335336

336337
New Zealand:
337338
- CanterburyRegionalCouncil
339+
- data-govt-nz
338340
- DigitalNZ
339341
- ElectricityAuthority
340342
- GOVTNZ
@@ -475,7 +477,6 @@ Switzerland:
475477
- kanton-bern
476478
- ogdch
477479
- sitn
478-
- swiss-gov
479480

480481
The Netherlands:
481482
- Amsterdam
@@ -538,6 +539,7 @@ U.K. Central:
538539
- naouk
539540
- nationalarchives
540541
- NationalCrimeAgency
542+
- nhsuk
541543
- OfqualGovUK
542544
- ONSdigital
543545
- openglasgow
@@ -582,10 +584,11 @@ U.K. Councils:
582584
- warwickshire
583585
- wealden
584586
- west-berkshire-council
587+
- wmfs
585588

586589
United Nations:
587590
- UNGlobalPlatform
588-
591+
589592
U.S. City:
590593
- austincodeit
591594
- Baltimore-City-EGIS

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="alt-h3 mb-2">
3939
{% octicon server height:28 class:"fill-blue d-inline mr-2" aria-label:server %}
4040
On your servers or in the cloud
4141
</h2>
42-
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on <a href="{{"/aws-govcloud" | relative_url}}">AWS GovCloud</a> or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
42+
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on <a href="{{"/aws-govcloud.html" | relative_url}}">AWS GovCloud</a> or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
4343
</div>
4444
</div>
4545

@@ -104,7 +104,7 @@ <h2 class="alt-h3 mb-2">
104104
<div class="container-lg p-responsive py-5 py-md-6 ">
105105

106106
<h2 class="alt-h2 text-center mb-3 mt-lg-6" id="more-than-just-code">More than just code</h2>
107-
<p class="alt-lead text-gray text-center col-md-10 mx-auto">Agencies use GitHub to engage developers and collaborate with the public on open source, open data and open government efforts. GitHub even renders common formats like <a href="https://github.com/blog/1784-rendered-prose-diffs">text</a>, <a href="https://help.github.com/articles/rendering-csv-and-tsv-data">CSV</a>, <a href="https://github.com/blog/1974-pdf-viewing">PDF</a>, <a href="https://help.github.com/articles/mapping-geojson-files-on-github">geospatial data</a> and Jupyter Notebooks.</p>
107+
<p class="alt-lead text-gray text-center col-md-10 mx-auto">Agencies use GitHub to engage developers and collaborate with the public on open source, open data and open government efforts. GitHub even renders common formats like <a href="https://github.blog/2014-02-14-rendered-prose-diffs/">text</a>, <a href="https://help.github.com/articles/rendering-csv-and-tsv-data">CSV</a>, <a href="https://github.blog/2015-03-17-pdf-viewing/">PDF</a>, <a href="https://help.github.com/articles/mapping-geojson-files-on-github">geospatial data</a> and Jupyter Notebooks.</p>
108108

109109
<div class="my-4 my-lg-6 clearfix gutter-spacious">
110110
<div class="col-md-4 float-left animate-out mb-4">

0 commit comments

Comments
 (0)