Commit Graph

27 Commits

Author SHA1 Message Date
Oleg Zhurakousky
79658589fc polishing 2018-04-11 14:38:42 -04:00
Oleg Zhurakousky
eaf31cd1db polishing 2018-04-11 14:37:36 -04:00
Oleg Zhurakousky
6b0072d0f9 polishing 2018-04-11 14:33:56 -04:00
Oleg Zhurakousky
bc8fa286e0 updated the front page 2018-04-11 14:18:55 -04:00
Marius Bogoevici
0b8e1fa223 Fix build.gradle 2017-03-24 11:35:32 -04:00
Marius Bogoevici
c010649fd4 Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages 2017-03-24 11:00:09 -04:00
Brian Clozel
d14f6c1347 Merge pull request #18 from stonio/patch-2
remove alt attribute in <div>
2016-07-11 14:06:13 +02:00
stonio
ce11407d96 remove alt attribute in <div> 2016-06-24 17:37:27 +02:00
stonio
1c2c952e2a Polish page.html
Remove default attributes and other little improvements.
2016-06-24 17:11:27 +02:00
Marius Bogoevici
29d2c6d981 Update pom.xml 2016-05-09 22:04:21 -04:00
Marius Bogoevici
a4193d2432 Update build.gradle 2016-05-09 22:01:52 -04:00
Dave Syer
6f8846e51f Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages 2016-04-26 10:39:49 +01:00
Brian Clozel
c7ae9c6eeb 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.
2016-04-26 10:17:19 +02:00
Marius Bogoevici
4196bc95c6 Removed Redis reference and updated docs 2016-03-27 09:44:45 -04:00
Mark Pollack
5c8fca1887 Remove reference to spring cloud bom for mvn/gradle coordinate generation 2015-12-18 09:59:45 -05:00
Brian Clozel
d25f656a48 Fix content warning issues over https
When served with HTTP/2 and TLS, project pages show several mixed
content errors:

* the imported Google fonts
* the AJAX call to spring.io to get the current project information
* the newsletter iframe

This commit changes URLs to use https or protocol-relative URLs when
possible. This also deletes the now defunct newsletter integration.
2015-12-16 14:23:00 +01:00
Sabby Anandan
5cdbe7700e Update maven and gradle coordinates for redis binder 2015-09-28 09:29:20 -07:00
Greg Turnquist
086e2b3d2b Conditionalize showing reference doc/api doc links
If the reference doc URL of the API doc URL is empty, don't display a hyperlink.
2015-08-04 08:12:53 -07:00
Brian Clozel
7d63246f6b Revert "Display Pivotal Education related courseware"
This reverts commit bf15ee8a6d.
2015-07-16 18:56:19 +02:00
Dave Syer
13b7cbbc62 Add bom finder javascript 2015-07-10 15:15:39 +01:00
Dave Syer
23d8ff4da5 Add project specific content 2015-07-10 10:28:31 +01:00
Brian Clozel
bf15ee8a6d 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.
2015-03-09 11:58:27 +01:00
Brian Clozel
77167c0d39 Fix company name and website in footer 2014-09-22 18:52:09 +02:00
Brian Clozel
56978cfc90 Change Forum navbar item to Questions
The projects navbar should mirror the one on the spring.io website.
2014-09-03 23:01:21 +02:00
Andy Wilkinson
7e6493ef7b Make the link to a project's forum optional
Omit the link to the forum if the project's metadata does not provide
a forum url
2014-05-13 16:22:19 +01:00
Phillip Webb
85ed196cf4 Remove 'not found in _includes' hacks
Remove the use if "unless contains 'not found in _includes directory'"
hacks that were previously used to detect when _includes were missing.

This change is required as the hack no longer works with the latest
Jekyll release (and therefore also with GitHub).

Additional 'custom_pom_template' and 'custom_gradle_template' flags
must now be set in _config.yml if you want to include a custom pom.xml
or build.gradle file.
2013-11-14 10:11:34 -08:00
Phillip Webb
171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00