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

Separating pure HTML and new ViUR Flare parts #20

Open
phorward opened this issue Jul 13, 2020 · 1 comment
Open

Separating pure HTML and new ViUR Flare parts #20

phorward opened this issue Jul 13, 2020 · 1 comment

Comments

@phorward
Copy link
Member

In a local meeting last week, we decided about splitting HTML5 into two separate parts:

  1. the pure HTML5 library including any base Widgets and HTML-parser
  2. an separate framework called "flare" which provides further components, including
    • extended Widgets, for example the tools in html5.ext for dialogs, buttons, etc.
    • unified Ajax requests (network.py)
    • unified icon management (embedsvg.py) of some projects
    • ViUR related form management, including ViUR/vi styled EditWidgets
  3. Existing projects need to be ported to use flare together with HTML5
  4. HTML5 will remain as a library separately for several reasons, not only for modularity.

This issue serves as a reminder.

@phorward
Copy link
Member Author

Flare was now started as a separate project with self-containted html5 library at https://github.com/mausbrand/flare. The html5 code bases of both libraries will be held synchronous.

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

No branches or pull requests

1 participant