John Blum
818b6ed7c5
Upgrade to new spring.io project pages format.
7 years ago
Mark Paluch
4c9f6bb94e
Replace links to SpringSource with spring.io.
8 years ago
Oliver Gierke
aac4c20d83
Removed superfluous "for" in project summary.
9 years ago
Jens Schauder
14c4be7d54
Replaces ZeroClipboard with clipboard.
...
Based on: c7ae9c6eeb
9 years ago
Jens Schauder
4391333b15
Removed Newsletter.
...
Changed URLs to https
Compare d25f656a48
9 years ago
Jens Schauder
28dad87101
Changed URLs to https.
...
The previous version tried to load http content from a page served with https.
9 years ago
Mark Paluch
d471cca194
Add defensive check for empty repository key
9 years ago
Mark Paluch
d552b5513b
Switch markdown engine to kramdown.
10 years ago
Greg Turnquist
8390d358d9
Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages
10 years ago
Brian Clozel
8227656cb0
Merge pull request #12 from gregturn/gh-6
...
Conditionalize reference doc/api doc links
10 years ago
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.
11 years ago
Brian Clozel
7d63246f6b
Revert "Display Pivotal Education related courseware"
...
This reverts commit bf15ee8a6d .
11 years ago
Greg Turnquist
99cf0c4daa
Remove forum icon
11 years ago
Greg Turnquist
7211d1c3fc
Remove forums and old tutorial link
11 years ago
Oliver Gierke
eacb5f1711
Added Spring Data presentation to sidebar.
11 years ago
Greg Turnquist
5deef5e8e2
Fix title of tut-data in sidebar.
...
Original pull request #69 .
11 years ago
Brian Dussault
ce95511557
Add project page
11 years ago
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.
11 years ago
Brian Clozel
1690b17cb4
Merge pull request #9 from dsyer/patch-2
...
Gem installation instructions updated
11 years ago
Dave Syer
fc0cf54962
Add "gem install bundler" for people using vanilla Ruby
11 years ago
Brian Clozel
650b0f71b1
Merge pull request #10 from dsyer/patch-3
...
Fix directory name for sample pages
11 years ago
Dave Syer
b67c026a16
Fix directory name for sample pages
11 years ago
Dave Syer
ccb4a8a2bb
Gem installation instructions updated
...
Using "gem install" didn't work for me because of the Gemfile.lock that is in source control (presumably for a reason).
11 years ago
Brian Clozel
1a150a334a
Merge pull request #8 from dsyer/patch-1
...
Fix "rm -rf" instruictions
11 years ago
Dave Syer
c340c6914f
Fix "rm -rf" instruictions
...
Existing copy is wrong because "git rm -rf *" fails if there are any untracked files (e.g. target/). Changed to "git rm -rf `git ls-files`".
11 years ago
Brian Clozel
77167c0d39
Fix company name and website in footer
11 years ago
Brian Clozel
1ca26dffbf
Merge pull request #7 from bclozel/forum
...
Update navbar item "Forum" -> "Questions"
11 years ago
Brian Clozel
56978cfc90
Change Forum navbar item to Questions
...
The projects navbar should mirror the one on the spring.io website.
11 years ago
Brian Clozel
9c7287c64f
Merge pull request #4 from bclozel/zclip
...
Fix ZeroClipboard integration in gh-pages
12 years ago
Chris Beams
34fb3af7d3
Merge pull request #5 from wilkinsona/optional-forum-link
...
Make the link to a project's forum optional
12 years ago
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
12 years ago
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.
12 years ago
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.
12 years ago
Phillip Webb
171918e41a
Initialize shared gh-pages infrastructure
12 years ago