From 8b5d926c603b335bcebd4db3a388b4a55e214e6f Mon Sep 17 00:00:00 2001 From: Maxime Sinclair <maxime.sinclair@gmail.com> Date: Thu, 9 Jan 2014 16:54:14 +0100 Subject: [PATCH] [TASK] Demo purpose Will not be pushed on master --- src/main/resources/config.properties | 3 ++- src/main/webapp/resource/socialbuttons1.html | 1 + src/main/webapp/resource/socialbuttons2.jspf | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/resource/socialbuttons1.html create mode 100644 src/main/webapp/resource/socialbuttons2.jspf diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index 5b1521f..ae40dc8 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,3 +1,4 @@ #PlantUML configuration file # -#USE_GOOGLE_TRACKER=on \ No newline at end of file +USE_GOOGLE_TRACKER=on +SHOW_SOCIAL_BUTTONS=on diff --git a/src/main/webapp/resource/socialbuttons1.html b/src/main/webapp/resource/socialbuttons1.html new file mode 100644 index 0000000..4a31414 --- /dev/null +++ b/src/main/webapp/resource/socialbuttons1.html @@ -0,0 +1 @@ +SOCIAL BUTTONS are ON \ No newline at end of file diff --git a/src/main/webapp/resource/socialbuttons2.jspf b/src/main/webapp/resource/socialbuttons2.jspf new file mode 100644 index 0000000..d47a500 --- /dev/null +++ b/src/main/webapp/resource/socialbuttons2.jspf @@ -0,0 +1,3 @@ +<p style="text-align:center"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.plantuml.com%2Fplantuml%2Fform%3Furl%3D${encoded}&media=http%3A%2F%2Fwww.plantuml.com%2Fplantuml%2Fpng%2F${encoded}&description=My%20awesome%20diagram" data-pin-do="buttonPin" data-pin-config="none" data-pin-color="white"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_white_20.png" /></a> +<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script> +</p> \ No newline at end of file -- GitLab