Dave Syer
b9c19b653c
Sync docs from master to gh-pages
2015-02-13 14:42:47 +00:00
Dave Syer
bb51db244d
Sync docs from master to gh-pages
2015-02-04 14:43:52 +00:00
Dave Syer
55c2029c35
Update gh pages with new versions
2015-02-02 12:09:39 +01:00
Dave Syer
9e67021884
Sync docs from master to gh-pages
2015-02-02 12:06:52 +01:00
Dave Syer
f615fc4211
Sync docs from master to gh-pages
2015-02-02 11:05:47 +00:00
Dave Syer
b332a5420e
Sync docs from master to gh-pages
2015-01-29 15:28:24 +00:00
Dave Syer
165286fffe
Sync docs from master to gh-pages
2015-01-29 13:37:56 +00:00
Dave Syer
cdc1dbd90a
Sync docs from master to gh-pages
2015-01-29 12:54:31 +00:00
Dave Syer
14262ff2e2
Sync docs from master to gh-pages
2015-01-02 14:18:17 +00:00
Dave Syer
4d8a0b00f6
Sync docs from master to gh-pages
2015-01-02 10:13:22 +00:00
Dave Syer
2919c136e1
Sync docs from master to gh-pages
2014-12-19 17:10:59 +00:00
Dave Syer
88ba72d241
Sync docs from master to gh-pages
2014-12-19 17:05:30 +00:00
Dave Syer
84d336537c
Sync docs from master to gh-pages
2014-12-19 15:57:52 +00:00
Dave Syer
74ee7abc18
Sync docs from master to gh-pages
2014-12-19 15:53:24 +00:00
Dave Syer
61cca18843
Sync docs from master to gh-pages
2014-12-15 07:37:50 +00:00
Dave Syer
b9704482e2
Sync docs from master to gh-pages
2014-12-11 15:51:01 +00:00
Dave Syer
a5f9460b3d
Sync docs from master to gh-pages
2014-12-04 21:25:51 +00:00
Dave Syer
dd826d60a6
Sync docs from master to gh-pages
2014-11-26 09:34:34 +00:00
Dave Syer
2a3f0dc0f9
Sync docs from master to gh-pages
2014-11-25 09:51:34 +00:00
Dave Syer
5b790abf6a
Sync docs from master to gh-pages
2014-11-24 17:23:39 +00:00
Dave Syer
3b138622cc
Sync docs from master to gh-pages
2014-11-24 17:22:44 +00:00
Dave Syer
6a39a49440
Sync docs from master to gh-pages
2014-11-24 17:07:39 +00:00
Dave Syer
5dcff442ca
Sync docs from master to gh-pages
2014-11-24 16:50:50 +00:00
Dave Syer
75cc9ef391
Sync docs from master to gh-pages
2014-11-22 17:02:43 +00:00
Dave Syer
e369179db6
Sync docs from master to gh-pages
2014-11-20 18:25:23 +00:00
Dave Syer
9b931928b8
Remove custom pom
2014-11-17 11:16:51 +00:00
Dave Syer
10efb35395
Sync docs from master to gh-pages
2014-11-17 11:09:49 +00:00
Dave Syer
d3629bbabf
Add initial gh-pages
2014-11-17 11:05:14 +00:00
Brian Clozel
1690b17cb4
Merge pull request #9 from dsyer/patch-2
...
Gem installation instructions updated
2014-10-20 10:25:27 +02:00
Dave Syer
fc0cf54962
Add "gem install bundler" for people using vanilla Ruby
2014-09-30 11:36:48 +01:00
Brian Clozel
650b0f71b1
Merge pull request #10 from dsyer/patch-3
...
Fix directory name for sample pages
2014-09-30 11:55:08 +02:00
Dave Syer
b67c026a16
Fix directory name for sample pages
2014-09-30 09:43:46 +01:00
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
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
Brian Clozel
9c7287c64f
Merge pull request #4 from bclozel/zclip
...
Fix ZeroClipboard integration in gh-pages
2014-06-19 21:38:06 +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
171918e41a
Initialize shared gh-pages infrastructure
2013-09-09 01:41:47 -07:00