Commit Graph

129 Commits

Author SHA1 Message Date
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).
2014-09-30 09:37:55 +01:00
Brian Clozel
1a150a334a Merge pull request #8 from dsyer/patch-1
Fix "rm -rf" instruictions
2014-09-30 10:13:28 +02:00
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
Dave Syer
e8413c08f4 Correct spelling of Cloud Foundry 2014-09-27 13:46:22 +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
Dave Syer
d45830521d Switch to github domain for subprojects 2014-09-01 14:06:07 +01:00
Dave Syer
2e0c717cf1 Change project base URL 2014-09-01 13:42:42 +01:00
Dave Syer
a1cd506d51 Migrate to new Umbrella content 2014-09-01 12:27:48 +01:00
Ramnivas Laddad
9691dea236 Fixing some more broken links 2014-07-17 12:55:27 -07:00
Ramnivas Laddad
da4e7ee2d4 Fixed broken link 2014-07-16 14:15:38 -07:00
Ramnivas Laddad
a3c5e21b17 Merge pull request #44 from bclozel/gh-pages
Delete links to forums.spring.io
2014-07-06 09:41:10 -07:00
Brian Clozel
dc6632559e Delete links to forum.spring.io 2014-06-19 21:53:33 +02:00
Brian Clozel
73d146ea69 Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages 2014-06-19 21:52:43 +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
Ramnivas Laddad
7df958a6a3 Adjusted artifact ids to add spring-cloud- prefix 2014-05-15 12:44:49 -07:00
Ramnivas Laddad
2bb14f31a8 Merge pull request #39 from bclozel/gh-pages
Fix project root and duplicate repository declaration
2014-05-14 12:52:15 -07:00
Brian Clozel
45f5296ea7 Fix project root and duplicate repository declaration 2014-05-14 21:36:04 +02:00
Ramnivas Laddad
7dd7f14c8c Revert "Remove extra repository info from pom.xml"
This reverts commit ff087929c3.
2014-05-14 10:49:46 -07:00
Ramnivas Laddad
ff087929c3 Remove extra repository info from pom.xml 2014-05-14 10:48:50 -07:00
Ramnivas Laddad
a9e543aa09 Added project icon 2014-05-14 10:39:21 -07:00
Ramnivas Laddad
954b95f87a Adjusted gitignore to count for the spring-cloud- artifactId prefix 2014-05-14 10:38:23 -07:00
Ramnivas Laddad
3f9263828d First version of spring.io page 2014-05-13 16:58:54 -07: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
171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00