Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear Alan,
Sorry for my late answer to your email several months ago. Enclosed you find the changes I made to StaticVolt for my GUI.
This version is NOT usable at the moment because it is very much adjusted to my GUI.
First and foremost the following things have to be done:
The markdown support is actually disabled.
Encoding is actually always UTF-8. This is bad. We should provide an encoding option.
I think solving this is not very hard..
I changed the Template Tag style to "asp" (<% %> instead of [% %])
We should rechange this. The background was, that using [% sv_rel_base %] for example in an image HTML tag doesn't work.
I did a workaround now by replacing sv_rel_base before converting the textile markdown to html, so changing the Template tag style should not be necessary any more.
Whether the problem occurs for other variables I don't know..
I stopped developing my GUI and started developing an online CMS instead. Furthermore I started a new job so that my time for perl developing is at the moment humble. So sorry in advance if my answers will come late...