Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas for StaticVolt #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Ideas for StaticVolt #6

wants to merge 4 commits into from

Conversation

MaxPerl
Copy link
Contributor

@MaxPerl MaxPerl commented Jan 24, 2017

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...

At the moment necessary because in Template TAG_STYLE is set to "asp"
Will be changed in further releases to the standard!
@MaxPerl
Copy link
Contributor Author

MaxPerl commented Jan 24, 2017

Enclosed you find the structure of the $self object.
The keys can be accessed in the template via at the moment for example <% page.title %> and late hopefully again [% page.title %]

STRUKTUR_NEU.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant