Modify ↓
Opened 21 years ago
Closed 21 years ago
#178 closed enhancement (wontfix)
Browser as a standalone cgi
Reported by: | daniel | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
People keep requesting to be able to use just the Browser/Log/File modules as a standalone CGI, with fewer dependencies.
It probably wouldn't take too much work to allow for that.
- SQLite dependency can be removed easily
- Clearsilver dependency should be possible to remove by making 'fake' clases with the same interface, that just present the data in a static template. Crude, but will work.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is too much work to be useful. It'd be better to fork the code into a separate project if enough people like the idea.