Merge pull request #32 from bclozel/gh-pages

Delete links to forum.spring.io
This commit is contained in:
Brian Clozel
2014-06-19 22:37:34 +02:00
7 changed files with 11 additions and 14 deletions

2
.gitignore vendored
View File

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

View File

@@ -22,8 +22,9 @@ project: spring-webflow
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-webflow
# Project forum URL
forum: http://forum.spring.io/forum/spring-projects/web/web-flow
# 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

View File

@@ -17,10 +17,12 @@
<a href="{{ site.github_repo_url }}" class="project-link">
<i class="icon-github"></i>
</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>

View File

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

View File

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

View File

@@ -16,10 +16,6 @@ badges:
url: http://jira.springsource.org/browse/SWF
icon: tracking
- name: Forum
url: http://forum.spring.io/forum/spring-projects/web/web-flow
icon: forum
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-webflow
icon: stackoverflow
@@ -87,4 +83,4 @@ Spring Web Flow provides a solution to the above issues.
{% include project_page.html %}
</html>
</html>

BIN
js/ZeroClipboard.swf Normal file

Binary file not shown.