autogram-is / spidergram

Structural analysis tools for complex web sites
GNU General Public License v3.0
111 stars 4 forks source link

0.7.0 dev bump #39

Closed eaton closed 1 year ago

eaton commented 1 year ago

Final major addition before the release of 0.7.0 — the HtmlTools.findPatterns() function. It scans pages for specific markup patterns and extracts their content; the resulting pattern instances can then be analyzed, saved to the database for future reporting and processing, etc. This makes it quite a bit easier to build quick and dirty design pattern inventories, among other things.