Summary
Factor out the spiffy-related functionality of qwiki
Metadata
- Id: 0ab12f01410a3b0c79fb13b3167ed09f934184dd
- Trac id: 200
- Type: enhancement
- Reporter: iraikov
- Owner: sjamaan
- Cc: sjamaan
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: wontfix
- Priority: major
- Milestone:
- Version: 4.4.x
- Changetime: 2010-09-07 15:31:12 UTC
- Created: 2010-03-30 03:26:30 UTC
- Keywords: qwiki
Description
Currently, qwiki seems to be rather closely tied up with spiffy and intarweb, which impedes testing on a local directory of wiki files. Perhaps it will be better to refactor qwiki so that frontends to different web servers (or CGI) can be created.
Changes and comments
[2010-03-30 20:25:03 UTC] sjamaan changed status from new to accepted
[2010-03-30 20:25:03 UTC] sjamaan set owner to sjamaan
[2010-03-30 20:25:03 UTC] sjamaan wrote:
The best approach to achieve this would probably be to revive web-unity.
In the meanwhile, for testing, you could just generate static html files using qwiki-update-file!. For an example on how to use it, see qwiki-install.scm.
[2010-09-07 15:31:12 UTC] sjamaan changed status from accepted to closed
[2010-09-07 15:31:12 UTC] sjamaan set resolution to wontfix
[2010-09-07 15:31:12 UTC] sjamaan wrote:
Refactoring would mean duplicating a lot of stuff, I guess. I don't think it's worth the effort.