Skip to content

Commit 516c5e0

Browse files
authored
Merge branch 'gh-pages' into dsc
2 parents 124a558 + 7771095 commit 516c5e0

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Canada:
117117
- csbp-cpse
118118
- ECCC-MSC
119119
- electionsquebec
120+
- esdc-iitb
120121
- fgpv-vpgf
121122
- gc-proto
122123
- GCTC-NTGC
@@ -136,13 +137,15 @@ Canada:
136137
- open-data
137138
- phac-nml
138139
- pspc-spac
140+
- PSPC-SPAC-buyandsell
139141
- RAMP-PCAR
140142
- RDOQ
141143
- ServiceCanada
142144
- StatCan
143145
- TBS-EACPD
144146
- tc-ca
145147
- thecityofcalgary
148+
- veteransaffairscanada
146149
- VilledeMontreal
147150
- wet-boew
148151

@@ -334,6 +337,7 @@ Mexico:
334337

335338
New Zealand:
336339
- CanterburyRegionalCouncil
340+
- data-govt-nz
337341
- DigitalNZ
338342
- ElectricityAuthority
339343
- GOVTNZ
@@ -474,7 +478,6 @@ Switzerland:
474478
- kanton-bern
475479
- ogdch
476480
- sitn
477-
- swiss-gov
478481

479482
The Netherlands:
480483
- Amsterdam
@@ -538,6 +541,7 @@ U.K. Central:
538541
- naouk
539542
- nationalarchives
540543
- NationalCrimeAgency
544+
- nhsuk
541545
- OfqualGovUK
542546
- ONSdigital
543547
- openglasgow

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)