71 Commits

Author SHA1 Message Date
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`".
2014-09-30 09:09:50 +01: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
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
Rob Winch
874b7f5d2a Remove forum references 2014-06-20 08:29:21 -05:00
Andy Wilkinson
79f6cf8995 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-06-20 08:27:44 -05: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
b8773f1166 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.
2014-06-20 08:27:44 -05: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
Rob Winch
b2d37a048f Fix Spring LDAP link 2014-06-12 10:38:10 -05:00
Rob Winch
9cf6869c5d Add Spring LDAP as Related Projects 2014-06-12 10:37:18 -05: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
Rob Winch
c8c4904199 Shorter description for webinar video 2014-01-28 21:24:19 -06:00
Rob Winch
c0bf3ce1b5 Added Getting Started with Spring Security 3.2 Video 2014-01-28 21:23:11 -06: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
Rob Winch
1075f57db4 3.2.0.RC2 and add FAQ 2013-11-01 14:26:49 -05:00
Rob Winch
c50a836cd3 Fix forum link 2013-10-11 09:38:07 -05:00
Rob Winch
8281d5c33b Add project page 2013-09-09 01:42:26 -07:00
Phillip Webb
171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00