You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### How user can update site after spreadsheet change?
80
-
It is definitely possible - see the tool Remote https://github.com/JPalounek/restatic-tools and this blogpost - http://jpalounek.github.com/posts/2012/03/19/serverside-restatic-sites-actualization/
80
+
We have this feature in roadmap - <ahref="mailto:jan@binaryage.com">tell us</a> that you need it!
81
81
82
82
### Do we plan a hosting solution?
83
83
We're thinking about it. Want you have hosting service for your restatic powered sites? <ahref="mailto:jan@binaryage.com">Let us know!</a>
84
84
85
85
### Do we plan windows version?
86
-
No, we don't.
86
+
Restatic is not tested on windows, but it doesn't use any linux specific scripts - so try it.
87
87
88
88
### How to integrate Restatic with Jekyll?
89
89
Easilly - You could run restatic on jekyll generated site.
90
90
91
91
### How to use multiple spreadsheets?
92
-
We dont have now support for multiple spreadsheets.
92
+
You can run `restatic /source /target fetch` more times with another input data.
93
93
94
94
### Can I use another data sources?
95
-
You could write your own extractor. Extend the class Extractor and create function extract which will return the associative array with markup in key and data in value - eg. array('/-Posts-2B-/' => 'Hello world')
95
+
You could write your own extractor. Just create your Extractor (anywhere you want) and specify it in config using "extractor" : "/path/to/FooExtractor.js" - it should contain function extract which will return the associative array with markup in key and data in value - eg. {"/-Posts-2B-/" : "Hello world"}
0 commit comments