Commit Graph
23 Commits
Author SHA1 Message Date
Brian Clozel efcb224b73 Revert "Display Pivotal Education related courseware"
This reverts commit c2665868a9.
2015-06-17 15:10:58 +02:00
Brian Clozel c2665868a9 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:18:07 +01:00
Brian Clozel ee0688a2b5 Add external links to reference doc and screencast
Links added:

* part of the reference documentation listing mave/gradle coordinates
* screencast published on the Spring blog (creating and deploying a REST
app under 5 minutes)
2014-12-29 15:49:31 +01:00
Brian Clozel d777d59015 Merge remote-tracking branch 'pages/gh-pages' into gh-pages 2014-09-22 18:55:13 +02:00
Brian Clozel 77167c0d39 Fix company name and website in footer 2014-09-22 18:52:09 +02:00
Brian Clozel 1ca26dffbf Merge pull request #7 from bclozel/forum
Update navbar item "Forum" -> "Questions"
2014-09-22 18:42:32 +02:00
Brian Clozel f48c639351 Add minium JDK requirements 2014-09-09 17:59:05 -05:00
Brian Clozel a98bdb0319 Update navbar item "Forum" -> "Questions" 2014-09-09 17:58:25 -05: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
Brian Clozel f1849b0182 Add reference to Spring reference doc on Modules
Since the main example here is using the `spring-context` module,
Spring developers should be aware of all the other existing Spring
modules and their artifacts names.

A link to the corresponding section in the reference documentation is
added.

Issue: SPR-11534
2014-09-02 14:59:57 +02:00
Brian Clozel d678c886c8 Merge pull request #564 from gregturn/quick-start
Use constructor injection
2014-06-24 12:01:45 +02:00
Greg Turnquist 92396cefc2 Use constructor injection 2014-06-23 12:06:56 -04:00
Brian Clozel b69c50f073 delete forum metadata 2014-06-19 21:48:20 +02:00
Brian Clozel 46a0a247e5 Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages
Conflicts:
	_includes/billboard.html
2014-06-19 21:42:15 +02:00
Brian Clozel 9c7287c64f Merge pull request #4 from bclozel/zclip
Fix ZeroClipboard integration in gh-pages
2014-06-19 21:38:06 +02:00
Brian Clozel c83fbc7862 Delete forum link from billboard 2014-06-19 18:31:21 +02:00
Brian Clozel ecb2d3c163 Remove link to forum.spring.io 2014-06-19 18:27:01 +02:00
Chris Beams 34fb3af7d3 Merge pull request #5 from wilkinsona/optional-forum-link
Make the link to a project's forum optional
2014-05-13 18:20:08 +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
Brian Clozel 92c5b852c1 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-04-15 14:54:48 +02: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 a7890712b4 Add project page 2013-09-09 01:42:25 -07:00
Phillip Webb 171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00