Don't like MiniHtml2?

aeric

Expert
Licensed User
Longtime User
Then talk to me.

If you have been using MiniHtml v0.90 or below and you are feeling more comfortable with it then just continue to use it.

If you want some features from the older library but also like to use the newer library, how?

Answer: Fork my project on GitHub and create a new library on your own.

Inform me you are creating a new library and mention my name as Credits.

For example you prefer the object to be call Tag instead of MiniHtml.

Then create a new library with any name you like but just mention that it is based on my library.

You have the freedom to extend the library as you wish.
 

aeric

Expert
Licensed User
Longtime User
Since no one is using both library and the later version is not compatible with older version, I am considering to drop the older library and made MiniHtml2 as MiniHtml v1.00
Would this be a good move?
 

aeric

Expert
Licensed User
Longtime User
I will be trying this out with SithasoDaisy and see how it works.
How?
You don't use MiniHtml right?
You mean to use the same idea to reverse HTML to SithasoDaisy code?
 

Mashiane

Expert
Licensed User
Longtime User
How?
You don't use MiniHtml right?
You mean to use the same idea to reverse HTML to SithasoDaisy code?
Remember, BANAno does not generate static content and there is an approach of me wanting to generate full websites and pages for static content that one can use with b4j server just like you do it and then make them dynamic.

For example, you build your html per page and it can completely work independently, for example you might have, dashboard.html, contacts.html etc etc in your apps, so I want to do that and learn your tools.
 
Top