ZCU-PUB/Remove all /static-files HTML pages - #1479
Merged
Merged
Conversation
The /static/* pages contained LINDAT/DSpace content that is not wanted for this customer. Removes all HTML pages under src/static-files/ and src/static-files/cs/, keeping the folders via .gitkeep placeholders. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Kasinhou
force-pushed
the
remove-about-page/zcu-pub
branch
from
August 21, 2026 08:29
cb37dd8 to
822e9c5
Compare
There was a problem hiding this comment.
Pull request overview
This PR removes the previously bundled LINDAT/DSpace static HTML content from the Angular UI’s src/static-files/ tree (including the Czech subfolder), while keeping the directories present in git via .gitkeep placeholders.
Changes:
- Deleted all legacy static HTML pages under
src/static-files/. - Deleted all legacy static HTML pages under
src/static-files/cs/. - Retained both directories with
.gitkeepso build/scripts can still target these paths.
Reviewed changes
Copilot reviewed 57 out of 59 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/static-files/terms-of-service.html | Remove legacy static HTML page |
| src/static-files/search.html | Remove legacy static HTML page |
| src/static-files/metadata.html | Remove legacy static HTML page |
| src/static-files/license-ud-1.0.html | Remove legacy static HTML page |
| src/static-files/license-templateXXXX-versionXX.html | Remove legacy static HTML page |
| src/static-files/license-pdt2.html | Remove legacy static HTML page |
| src/static-files/license-pcedt2.html | Remove legacy static HTML page |
| src/static-files/license-PAWS.html | Remove legacy static HTML page |
| src/static-files/license-NLPC-WeC.html | Remove legacy static HTML page |
| src/static-files/license-corefud-0.2.html | Remove legacy static HTML page |
| src/static-files/license-corefud-0.1.html | Remove legacy static HTML page |
| src/static-files/license-cnc.html | Remove legacy static HTML page |
| src/static-files/license-cnc-data.html | Remove legacy static HTML page |
| src/static-files/licence-unisegs-1.0.html | Remove legacy static HTML page |
| src/static-files/licence-UDer-1.1.html | Remove legacy static HTML page |
| src/static-files/licence-UDer-1.0.html | Remove legacy static HTML page |
| src/static-files/licence-UDer-0.5.html | Remove legacy static HTML page |
| src/static-files/licence-UD-2.0.html | Remove legacy static HTML page |
| src/static-files/licence-UD-1.4.html | Remove legacy static HTML page |
| src/static-files/licence-UD-1.3.html | Remove legacy static HTML page |
| src/static-files/licence-UD-1.2.html | Remove legacy static HTML page |
| src/static-files/licence-UD-1.1.html | Remove legacy static HTML page |
| src/static-files/licence-pdtsl.html | Remove legacy static HTML page |
| src/static-files/licence-mwe-literal.html | Remove legacy static HTML page |
| src/static-files/licence-mwe-1.2.html | Remove legacy static HTML page |
| src/static-files/licence-mwe-1.2-raw.html | Remove legacy static HTML page |
| src/static-files/licence-mwe-1.1.html | Remove legacy static HTML page |
| src/static-files/licence-mwe-1.0.html | Remove legacy static HTML page |
| src/static-files/licence-hamledt.html | Remove legacy static HTML page |
| src/static-files/item-lifecycle.html | Remove legacy static HTML page |
| src/static-files/faq.html | Remove legacy static HTML page |
| src/static-files/error.html | Remove legacy static HTML page |
| src/static-files/disco-juice.html | Remove legacy static HTML page |
| src/static-files/deposit.html | Remove legacy static HTML page |
| src/static-files/cookies.html | Remove legacy static HTML page |
| src/static-files/cite.html | Remove legacy static HTML page |
| src/static-files/about.html | Remove legacy static HTML page |
| src/static-files/cs/metadata.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/item-lifecycle.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/error.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/deposit.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/cookies.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/cite.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/about.html | Remove legacy static HTML page (cs) |
| src/static-files/cs/.gitkeep | Keep src/static-files/cs/ in git |
| src/static-files/.gitkeep | Keep src/static-files/ in git |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes all HTML pages under
src/static-files/andsrc/static-files/cs/, keeping both folders in place via.gitkeepplaceholders.Why
The
/static/*pages contained LINDAT/DSpace content that is not wanted for this customer.🤖 Generated with Claude Code