1
0
mirror of synced 2026-08-04 17:27:13 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Brian Clozel 2620d036ab Replace ZeroClipboard with clipboard.js
For copy/paste support in our code samples, we are using the
ZeroClipboard library which relies heavily on Flash.
Because many browsers/extensions are disabling this plugin nowadays,
this commit replaces ZeroClipboard with a native, lightweight solution
for this feature.
2017-01-04 08:18:41 -06:00
Dave Syer 005e0a6730 Update for changes in github pages 2017-01-04 08:18:41 -06:00
Brian Clozel 36978a49e8 Revert "Display Pivotal Education related courseware"
This reverts commit bf15ee8a6d.
2017-01-04 08:18:41 -06:00
Brian Clozel 06a7a5099a Display Pivotal Education related courseware
This change adds a new "Related Courseware" section in the side
container; this section lists links to courses and talks that are
relevant to the current project page.

Relevant content is fetched by the browser, with an AJAX request sent to
the Pivotal Education LMS API. This API uses the Referrer HTTP header as
input parameter to its content selection algorithm.

Note that CORS HTTP headers are also used to allow/disallow AJAX cross
domain requests.
2017-01-04 08:18:41 -06:00
Brian Clozel c3ac7c0412 Add missing ZeroClipbpard SWF file
Flash support for ZeroClipboard is not working in project pages since
the SWF file is missing. There was a typo in the .gitignore file that
ignored "*.sw?" files.
2014-06-20 08:27:44 -05:00
Phillip Webb 171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00