-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add overview readme to link all the documentation
- Loading branch information
1 parent
4e288ac
commit 9f9654f
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# COSMOS Curation System | ||
|
||
A system for managing collections of URLs through pattern-based rules and status workflows. | ||
|
||
## Documentation | ||
|
||
|
||
- [URL Pattern Overview](./README_PATTERN_OVERVIEW.md) - Core pattern system for URL filtering and modification | ||
- [Pattern System Details](./README_PATTERN_SYSTEM.md) | ||
- [URL Lifecycle Management](./README_LIFECYCLE.md) | ||
- [Pattern Resolution](./README_PATTERN_RESOLUTION.md) | ||
- [URL Inclusion/Exclusion](./README_INCLUSION.md) | ||
- [Pattern Unapplication Logic](./README_UNAPPLY_LOGIC.md) | ||
- [Collection Status Workflows](./README_STATUS_TRIGGERS.md) - Collection progression and automated triggers | ||
- [Reindexing Status System](./README_REINDEXING_STATUSES.md) - Status management for reindexing collections |