Prepare for public release#19
Merged
Merged
Conversation
- Ta bort lokal Claude-konfiguration - Uppdatera .gitignore för .claude/ - Ta bort TODO-kommentarer från sfs_processor.py - Lägg till CONTRIBUTING.md med bidragsinstruktioner - Lägg till DEVELOPMENT.md med utvecklardokumentation - Förbättra README.md med status, community-info och licens 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
ac6de35 to
7c7dacf
Compare
marcarl
commented
Jan 4, 2026
| 1. **Forka repositoryt** på GitHub | ||
| 2. **Klona din fork** lokalt: | ||
| ```bash | ||
| git clone https://github.com/ditt-användarnamn/sfs-processor.git |
| - Hämta SFS-dokument från Riksdagens öppna data | ||
| - Konvertera JSON till välformaterad Markdown | ||
| - Generera HTML med temporal hantering av ändringar | ||
| - Exportera till Git-repositories med historik |
Collaborator
Author
There was a problem hiding this comment.
Ska va singular Git-repository
| Om du har frågor som inte täcks här: | ||
|
|
||
| - Öppna ett issue med etiketten "question" | ||
| - Kontakta projektmaintainer via GitHub |
Collaborator
Author
There was a problem hiding this comment.
Skriv ut Martin Rimskog och LinkedIn länk
| Temporal Processing | ||
| ``` | ||
|
|
||
| 1. **Nedladdning**: Hämta rådata från Riksdagens API |
Collaborator
Author
There was a problem hiding this comment.
Det här är inte korrekt, datan hämtas från RK (Regeringskansliet)
| ### `downloaders/` (Nedladdning) | ||
|
|
||
| **`download_sfs_docs.py`**: | ||
| - Ladda ner specifika SFS-dokument från Riksdagens API |
Collaborator
Author
There was a problem hiding this comment.
inte korrekt, RK är primära källan
| För att integrera en ny källa (t.ex. annan myndighet): | ||
|
|
||
| 1. **Skapa downloader**: `downloaders/download_<källa>.py` | ||
| 2. **Mappa till JSON**: Konvertera till samma JSON-schema som Riksdagen |
|
|
||
| ### API rate limiting | ||
|
|
||
| - Riksdagen API: Respektera rate limits |
Collaborator
Author
There was a problem hiding this comment.
RK istället för Riksdagen
| ### Externa APIer | ||
|
|
||
| - [Riksdagens öppna data](https://data.riksdagen.se/) | ||
| - [Rättsbaser API](https://beta.rkrattsbaser.gov.se/) |
Collaborator
Author
There was a problem hiding this comment.
Förklara att det är från Regeringskansliet
|
|
||
| 1. Kolla [README.md](README.md) för grundläggande användning | ||
| 2. Läs [CONTRIBUTING.md](CONTRIBUTING.md) för bidragsriktlinjer | ||
| 3. Sök i [GitHub Issues](https://github.com/yourusername/sfs-processor/issues) |
Collaborator
Author
There was a problem hiding this comment.
Ändra yourusername till se-lex
| Detta projekt är licensierat under Business Source License 1.1 (BSL 1.1) - se [LICENSE](LICENSE) filen för detaljer. Efter 2 år övergår licensen för aktuell version automatiskt till MIT. | ||
| Projektet är licensierat under **Business Source License 1.1 (BSL 1.1)**. | ||
|
|
||
| ### Sammanfattning |
Collaborator
Author
There was a problem hiding this comment.
Ta bort denna sammanfattning, det förvirrar bara
- Update data source references from Riksdagen to Regeringskansliet - Change GitHub URL to se-lex organization - Add maintainer contact information with email and LinkedIn - Fix plural to singular for Git-repository - Clean up external API links formatting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Remove license summary from README to avoid confusion - Update JSON schema reference to RK - Fix GitHub Issues URL to use se-lex organization 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Sammanfattning
Denna PR förbereder repositoryt för offentlig publicering på GitHub med fokus på säkerhet, dokumentation och community-välkomnande.
Ändringar
Säkerhet & Rensning
.claude/settings.local.json(innehöll lokala sökvägar).gitignoreför att exkludera.claude/Kod-rensning
sfs_processor.py(rad 225, 228)Dokumentation
Verifiering
.gitignorekonfigurerad korrektNästa steg efter merge
main🤖 Generated with Claude Code