Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# html-to-sql
# HTML-to-SQL
Extract word by word all important text and meta data from an html page. Save billions of html pages in a structured way in a sql database so you can perform analysis on words and tags, minimizing storage space required and maximizing performance and still be able to reconstruct the html page with the same text, including punctuation marks and tags.


Expand All @@ -15,6 +15,11 @@ An example can be found in [htmlexample.html] (https://github.com/glienard/html-
* *TagMetaDescription*: true
#### meta keywords
* *TagMetaKeywords*:true

#### meta charset
<meta charset="UTF-8">
#### meta viewport
<meta name="viewport" content="width=device-width, initial-scale=1.0">
#### meta http-equiv
< meta http-equiv="refresh" content="30;URL=http://www.keyboost.com" >: add to Links with Type http-equiv
#### meta robots
Expand Down