Skip to content

chore(webserver): remove Dreamweaver template maquette.dwt - #88

Merged
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/remove-maquette-dwt
Jun 11, 2026
Merged

chore(webserver): remove Dreamweaver template maquette.dwt#88
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/remove-maquette-dwt

Conversation

@ngosang

@ngosang ngosang commented Jun 11, 2026

Copy link
Copy Markdown
Member

maquette.dwt is a Dreamweaver design-time template (.dwt) left over from when the default web template was authored. It is never referenced by any page, and the webserver cannot even serve it: .dwt is not among the file types handled by amuleweb, so requesting it returns "aMuleweb doesn't handle the requested file type". Despite that, it was listed in the CMake INSTALL list and shipped to every user's system as dead weight.

Delete the file and drop its entry from the INSTALL list in src/webserver/default/CMakeLists.txt. All remaining files in the INSTALL list verified present on disk; web UI verified unaffected (login, downloads, shared, prefs, log pages and static assets all serve as before).

maquette.dwt is a Dreamweaver design-time template (.dwt) left over from
when the default web template was authored. It is never referenced by any
page, and the webserver cannot even serve it: .dwt is not among the file
types handled by amuleweb, so requesting it returns "aMuleweb doesn't
handle the requested file type". Despite that, it was listed in the CMake
INSTALL list and shipped to every user's system as dead weight.

Delete the file and drop its entry from the INSTALL list in
src/webserver/default/CMakeLists.txt. All remaining files in the INSTALL
list verified present on disk; web UI verified unaffected (login,
downloads, shared, prefs, log pages and static assets all serve as
before).
@ngosang
ngosang merged commit 47936f8 into amule-org:master Jun 11, 2026
9 checks passed
@ngosang
ngosang deleted the fix/remove-maquette-dwt branch June 11, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant