DEV Community

Discussion on: HTML Parser - Developer Tools

Collapse
 
ssimontis profile image
Scott Simontis

Hey Sm0ke,

Thank you for sharing this article with the community, but is there any chance you can share a little more? I know that the proprietary licensing prevents you from releasing the code, but could you discuss some of the algorithms that were used or perhaps use pseudocode to demonstrate how certain sections work? Otherwise, I am afraid your article might violate section 11 of the community's Terms of Use:

Users must make a good-faith effort to share content that is on-topic, of high->quality, and is not designed primarily for the purposes of promotion or creating >backlinks.

Collapse
 
sm0ke profile image
Sm0ke

Hello @ssimontis ,

I will add more information regarding tool architecture & use.
As I mentioned the tool will provide some free assets to developers:

  • a light version to be used by anyone
  • processed themes released under a permissive license translated to Jinja, PUG .. etc.

Until then, I will add more information regarding the tool algorithms,
to make more useful to the audience.

Thank you!

Collapse
 
ssimontis profile image
Scott Simontis

Thank you, that's awesome!

Thread Thread
 
sm0ke profile image
Sm0ke

Hello @ssimontis ,
As promised, I've added more information regarding the HTML parser internals. Tell me if you find useful the updates or suggest more topics to be added.
Happy parsing!

Thread Thread
 
ssimontis profile image
Scott Simontis

Thank you so much for doing that! I found it very useful and I appreciate the time you put into it! Actually hoping I can play with parsing later today, one coding assessment left to complete for interviews...