Skip to content

Copy website and serve it statically, using golang.

Notifications You must be signed in to change notification settings

hao1118/copyweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Copy website and serve it statically, using golang concurrency.

Go build then run. If some urls in javascript or flash are not correctly converted, just manually copy the files to the static dir then edit the filename according to the Url2Filename function.

Usage: copyweb [dir(path to save static files)] [http://weburl(client) or port number(server)]

Example: copyweb mysite http://www.mysite.com or copyweb mysite 8080

About

Copy website and serve it statically, using golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages