Support archiving plaintext files/markdown files#1153
Conversation
|
Hi @LVerneyEC! Thank you for this suggestion 🙂 Thank you! |
|
Not directly a contractual document, but an example would be https://github.com/xai-org/grok-prompts/blob/main/ask_grok_summarizer.j2. Would be way easier to track through the raw github endpoint :) |
|
Thanks for clarifying the intention @LVerneyEC and for this suggestion! Considering that adding a feature to the engine means guaranteeing its maintenance, we want to make sure that every additional feature aligns with Open Terms Archive’s Design Principles, that there are clear use cases associated with each of them, and that software quality is ensured 🙂 In the current case, we do appreciate the upcoming relevance of prompts, and would add software licenses as potential cases as well. We will request the following elements before proceeding with merging:
For the provided example (grok prompts stored on GitHub), while the topic is definitely exciting, the relevance of Open Terms Archive for tracking seems a bit remote, as one could simply clone the repository for history preservation, and directly subscribe to RSS to be notified of changes to that specific file 🙂 |
|
Quick update on this one because we just got another use case with a TXT file served by X: https://code.europa.eu/dsa/terms-and-conditions-database/vlops-and-vloses/vlop-vlose-declarations/-/merge_requests/82. The current workaround is to have a dummy selector (e.g. |
|
Hi @LVerneyEC, Thanks for keeping this moving and for the additional use case. Quick recap on where things stand:
Happy to take a closer look at the PR once (1) and (2) are addressed. |
Hi,
This adds the possibility to archive raw content serve over HTTP (plaintext or markdown). This would typically cover archiving of content served through https://raw.githubusercontent.com.
Best,