Browse Source

Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages

Conflicts:
	_includes/billboard.html
pull/564/head
Brian Clozel 12 years ago
parent
commit
46a0a247e5
  1. 2
      .gitignore
  2. 4
      _config.yml
  3. 6
      _includes/billboard.html
  4. 2
      _includes/project_sidebar.html
  5. 8
      _includes/widget_templates.html
  6. BIN
      js/ZeroClipboard.swf

2
.gitignore vendored

@ -3,6 +3,6 @@
*~ *~
_site _site
.idea .idea
*.sw? *.sw[op]
.project .project
sample-pages sample-pages

4
_config.yml

@ -25,6 +25,10 @@ github_repo_url: http://github.com/spring-projects/spring-framework
# Project forum URL # Project forum URL
forum: http://forum.spring.io/forum/spring-projects/container forum: http://forum.spring.io/forum/spring-projects/container
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false
### The following properties are constant for most projects ### The following properties are constant for most projects

6
_includes/billboard.html

@ -17,6 +17,12 @@
<a href="{{ site.github_repo_url }}" class="project-link"> <a href="{{ site.github_repo_url }}" class="project-link">
<i class="icon-github"></i> <i class="icon-github"></i>
</a> </a>
{% if site.forum %}
<a href="{{ site.forum }}" class="project-link project-link-forum">
<div class="spring-icon spring-icon-forum">
</div>
</a>
{% endif %}
</div> </div>
</div> </div>

2
_includes/project_sidebar.html

@ -1,11 +1,9 @@
{% include documentation.html %} {% include documentation.html %}
{%unless badges contains 'not found in _includes directory' %}
<div class="right-pane-widget--container no-top-border"> <div class="right-pane-widget--container no-top-border">
<div class="project-sub-link--wrapper"> <div class="project-sub-link--wrapper">
{% include badges.html %} {% include badges.html %}
</div> </div>
</div> </div>
{%endunless%}
<div class="right-pane-widget--container no-top-border project-sidebar-resource--wrapper"> <div class="right-pane-widget--container no-top-border project-sidebar-resource--wrapper">
{{ related_resources | markdownify }} {{ related_resources | markdownify }}
</div> </div>

8
_includes/widget_templates.html

@ -62,11 +62,11 @@
</script> </script>
{% if site.custom_pom_template %}
{% capture maven_pom_template %} {% capture maven_pom_template %}
{% include pom.xml %} {% include pom.xml %}
{% endcapture %} {% endcapture %}
{% else %}
{%if maven_pom_template contains 'not found in _includes directory' %}
{% capture maven_pom_template %} {% capture maven_pom_template %}
<dependencies> <dependencies>
<dependency> <dependency>
@ -99,11 +99,11 @@
{% endhighlight %} {% endhighlight %}
</script> </script>
{% if site.custom_gradle_template %}
{% capture gradle_template %} {% capture gradle_template %}
{% include build.gradle %} {% include build.gradle %}
{% endcapture %} {% endcapture %}
{% else %}
{%if gradle_template contains 'not found in _includes directory' %}
{% capture gradle_template %} {% capture gradle_template %}
dependencies { dependencies {
compile '{@= groupId @}:{@= artifactId @}:{@= version @}' compile '{@= groupId @}:{@= artifactId @}:{@= version @}'

BIN
js/ZeroClipboard.swf

Binary file not shown.
Loading…
Cancel
Save