Skip to content

create a light static version of a dynamic webpage with html annotations

Notifications You must be signed in to change notification settings

xforestfunkx/highroller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

highroller

This is your dynamic webpage:

<html><body>
<h1>It works!</h1>
all is normal
<!-- highroller: exclude start -->
dont render me
<!-- highroller: exclude end -->
<!-- highroller: additional start --><a href="index2.html">Index 2</a><!-- highroller: additional end -->
</body></html>

Highroller retrieves and saves the HTML. He removes everything between the "exculude" tags and looks for links wrapped in an "additional" tags. The additional links are gathered and then crawled as well. The link itself is rewritten to match the new static loation of the new generated link target.

About

create a light static version of a dynamic webpage with html annotations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published