diff --git a/.gitignore b/.gitignore index fb768ab7..017acc50 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ *~ _site .idea -*.sw? +*.sw[op] .project sample-pages diff --git a/_config.yml b/_config.yml index 5d39f7b2..3ae72a25 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/billboard.html b/_includes/billboard.html index 753c1c55..cb2ea495 100644 --- a/_includes/billboard.html +++ b/_includes/billboard.html @@ -17,10 +17,12 @@ +{% if site.forum %}
+{% endif %} diff --git a/_includes/project_sidebar.html b/_includes/project_sidebar.html index 14a24de5..cddaca62 100644 --- a/_includes/project_sidebar.html +++ b/_includes/project_sidebar.html @@ -1,11 +1,9 @@ {% include documentation.html %} -{%unless badges contains 'not found in _includes directory' %}
-{%endunless%}
{{ related_resources | markdownify }}
diff --git a/_includes/widget_templates.html b/_includes/widget_templates.html index c0253e75..4e609c6f 100644 --- a/_includes/widget_templates.html +++ b/_includes/widget_templates.html @@ -62,11 +62,11 @@ +{% 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 %} @@ -99,11 +99,11 @@ {% endhighlight %} +{% 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 @}' diff --git a/index.html b/index.html index 6546ea63..ad696723 100644 --- a/index.html +++ b/index.html @@ -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 %} - \ No newline at end of file + diff --git a/js/ZeroClipboard.swf b/js/ZeroClipboard.swf new file mode 100644 index 00000000..880e64ee Binary files /dev/null and b/js/ZeroClipboard.swf differ