Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions cache.appcache

This file was deleted.

17 changes: 17 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,20 @@ If you need to view or modify the original source code, it's best to refer to th
| 29 | `wheelnav.js` | [wheelnav](https://github.com/softwaretailoring/wheelnav) |

<!-- TODO: Add a separate column for description for libs -->

## Deprecation Policy

To keep the codebase clean and efficient, deprecated files or packages should be removed when:

- A modern alternative exists
- The item is unmaintained, unused, insecure, or adds technical debt
- There's a clear migration path for its functionality

### Steps to Deprecate

- Open an issue/discussion for major removals
- Refactor or replace any dependencies
- Remove the deprecated file/library from the codebase
- Update related docs/comments
- Use a clear commit message
- Add to changelog or release notes if relevant