Project

staticfy

0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides a simple tool to make a full online website into a static one. This can be useful for companies that needs to take system off from a client, but want to keep it online in static manner.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

= 0.6.1
 Project Readme

Staticfy

Staticfy provides an easy solution to convert entire sites into static html/javascript/css files. Sure, any dynamic things like search or contact forms will not work. But it can be still a useful tool.

Staticfy still on development, current realeases are just beta ones, but feel free to use if you want.

Instalation

Simple install the gem.

gem install staticfy

Command Line Usage

Currently staticfy only accepts simple crawling, more complex things will be enabled in future versions.

For now you need to create a folder called output and run:

staticfy http://mysite.com

Them the generated files will be placed on output folder.