A personal wiki living in a self-modifying XHTML file
You are not logged in.
I installed PHP and tried to build WoaS myself. I entered into cmd:
php -q woas\make_woas.php woas\woas\woas.htm
And it seems to work, console says:
Replaced src/aes.js Replaced ... . . . WoaS merged into single file woas-merged.htm
So i think thats ok, but when i start "woas-merged.htm" i get an error. Basically saying it could not load "index.wsif". Is there something i missed?
THX
Offline
No, you did it right - but unfortunately the current development version does not build OK because I enabled that native WSIF feature.
I will be fixing the build process within a couple of hours, check back SVN later!
Offline
The correct procedure to build WoaS is:
- open src/loadsave.js and comment lines 457~459, and lines 465~470 and line 474 (my current revision is 791
-open woas.htm and save it after modifying some page
- open src/wsif.js and set _auto_native_wsif to false
- run php -q make_woas.php woas/woas.htm
This will create correctly woas-merged.htm but it's not yet time to use it on production!!
Please use the mailing list for these develoment-related topics
Offline
Offline