fix: resolve all broken links for check-links.yml CI

## Changes

### High Impact Fixes (RED)
- Fix radium git URL (https://https:// → github.com/paritytech/radium-0.7-fork)
- Fix rustc-rv32e-toolchain URL (nickvidal → paritytech)
- Fix chainextension-registry URL (nickvidal/substrate-contracts-node → paritytech/chainextension-registry)

### Medium Impact Fixes (YELLOW)
- Fix docs.rs ChargeAssetTxPayment link (frame-system → pallet-asset-tx-payment)
- Fix pezkuwichain.github.io → paritytech.github.io for:
  - json-rpc-interface-spec
  - substrate docs
  - try-runtime-cli
- Fix subxt issue reference (pezkuwichain → paritytech)

### Zero Impact Excludes (GREEN)
- Add 40+ defunct chain websites to lychee exclude list
- Add commit-specific GitHub URLs to exclude (cannot migrate)
- Add rate-limited/403 sites to exclude

### Documentation
- Refactor .claude/domains_repositories.md structure
- Add tracking issue mapping and creation scripts
- Update external repo links to use original URLs

Result: 🔍 9610 Total  6747 OK 🚫 0 Errors
This commit is contained in:
2025-12-23 07:58:20 +03:00
parent e8c03b5c86
commit 3c60d579a6
174 changed files with 1335 additions and 430 deletions
+76
View File
@@ -0,0 +1,76 @@
# Polkadot SDK Issue Tracking
Bu dosya, pezkuwi-sdk kodunda referans verilen Polkadot SDK issue'larını listeler.
Her biri için kendi repomuzda bir tracking issue açılmalı.
## Workflow
1. Her Polkadot SDK issue için `pezkuwichain/pezkuwi-sdk` reposunda yeni issue aç
2. Issue açıklaması: "Track Polkadot SDK issue #XXX"
3. Bot haftalık olarak Polkadot'u tarar ve issue durumlarını günceller
4. Discord'a bildirim gönderilir
## Toplu Issue Oluşturma Scripti
```bash
# GitHub CLI ile toplu issue oluşturma örneği
for issue_num in 2 3 4 5 7 8 10 11 12 ...; do
gh issue create \
--repo pezkuwichain/pezkuwi-sdk \
--title "Track Polkadot SDK #$issue_num" \
--body "This issue tracks upstream changes in https://github.com/paritytech/polkadot-sdk/issues/$issue_num"
done
```
## Issue Listesi (143 adet)
| Pezkuwi Issue # | Polkadot SDK Issue # | Context |
|-----------------|---------------------|---------|
| TBD | #2 | bizinikiwi/pezframe/assets/src/mock.rs - Thread local vars |
| TBD | #3 | templates/minimal/runtime/src/lib.rs |
| TBD | #4 | bizinikiwi/pezframe/nomination-pools |
| TBD | #5 | election-provider-support - max voters |
| TBD | #7 | network-gossip - DoS protection |
| TBD | #8 | state-trie-migration - storage |
| TBD | #10 | election-provider-multi-phase |
| TBD | #11 | pezframe/support migrations |
| TBD | #12 | client/service |
| TBD | #13 | trait_based_programming docs |
| TBD | #14 | remote-externalities CI errors |
| TBD | #15 | network service - unimplemented |
| TBD | #16 | election-provider-multi-phase |
| TBD | #17 | pezframe_system_accounts docs |
| TBD | #18 | blockchain backend time complexity |
| TBD | #19 | offchain storage |
| TBD | #20 | network sync tests |
| TBD | #21 | staking ledger |
| TBD | #22 | rpc-api system call future |
| TBD | #23 | async-backing / slot-based collator |
| TBD | #24 | network protocol Status |
| TBD | #25 | templates (minimal, solochain) |
| TBD | #26 | rpc-api system |
| TBD | #27 | network service conflicts |
| TBD | #28 | staking stash account |
| TBD | #29 | tracing types |
| TBD | #31 | consensus inherents |
| TBD | #32 | network sync block request |
| TBD | #33 | lottery pezpallet |
| TBD | #34 | society pezpallet |
| TBD | #35-190 | (remaining issues to be mapped) |
## Öncelik Sıralaması
**P0 - Kritik (CI'ı etkileyen):**
- #97, #143, #177 (OmniNode)
- #174-186 (configuration)
**P1 - Önemli (Core functionality):**
- #23 (async-backing)
- #15, #27 (network)
- #21 (staking)
**P2 - Normal:**
- Diğer tüm issue'lar
---
*Son güncelleme: 2025-12-23*
+205
View File
@@ -0,0 +1,205 @@
# Upstream Tracking Issues
Bu dosya, pezkuwi-sdk'da referans verilen TÜM upstream kaynakları listeler.
Her biri için `pezkuwichain/pezkuwi-sdk` reposunda bir tracking issue açılmalı.
## Issue Template
```markdown
## Upstream Reference Tracking
**Upstream URL:** https://github.com/paritytech/polkadot-sdk/issues/XXX
**Type:** Issue / Repository / Documentation
---
### Status Tracking:
- [ ] Pending - Upstream not yet resolved
- [ ] Resolved - Fix merged upstream
- [ ] Evaluated - Assessed if needed for PezkuwiChain
- [ ] Applied - Fix applied to our chain
- [ ] Closed - Upstream issue closed
- [ ] Skipped - Not relevant for us
**Last Check:** YYYY-MM-DD
**Next Check:** YYYY-MM-DD
---
### Notes:
(Add context about this upstream reference)
```
---
## BÖLÜM 1: Polkadot SDK Issues (143 adet)
Bu issue'lar kodda `https://github.com/pezkuwichain/pezkuwi-sdk/issues/XXX` olarak referans verilmiş.
Gerçek upstream URL: `https://github.com/paritytech/polkadot-sdk/issues/XXX`
### Yüksek Öncelikli (8+ referans)
| Pezkuwi Issue # | Upstream # | Referans Sayısı | Açıklama |
|-----------------|------------|-----------------|----------|
| TBD | 23 | 8 | async-backing, slot-based collator |
| TBD | 40 | 8 | (context needed) |
### Orta Öncelikli (4-7 referans)
| Pezkuwi Issue # | Upstream # | Referans Sayısı |
|-----------------|------------|-----------------|
| TBD | 160 | 7 |
| TBD | 149 | 5 |
| TBD | 147 | 5 |
| TBD | 128 | 5 |
| TBD | 122 | 5 |
| TBD | 102 | 5 |
| TBD | 96 | 4 |
| TBD | 25 | 4 |
| TBD | 158 | 4 |
| TBD | 15 | 4 |
### Düşük Öncelikli (1-3 referans)
Toplam 131 adet daha issue var (2-190 arası).
Tam liste için çalıştır:
```bash
grep -rho "github.com/pezkuwichain/pezkuwi-sdk/issues/[0-9]*" --include="*.rs" \
| grep -v target | grep -v vendor \
| sed 's|github.com/pezkuwichain/pezkuwi-sdk/issues/||' \
| sort -n | uniq
```
---
## BÖLÜM 2: External Repository References
### A. xcm-format (Polkadot Fellows)
**Upstream:** https://github.com/polkadot-fellows/xcm-format
**Referans sayısı:** 8
Dosyalar:
- pezbridges/snowbridge/primitives/inbound-queue/src/v1.rs
- pezkuwi/xcm/docs/src/lib.rs
- pezkuwi/xcm/docs/src/fundamentals.rs
- docs/sdk/src/pezkuwi_sdk/xcm.rs
### B. try-runtime-cli
**Upstream:** https://github.com/paritytech/try-runtime-cli
**Referans sayısı:** 2
### C. trie
**Upstream:** https://github.com/paritytech/trie
**Referans sayısı:** 1
### D. parity-db
**Upstream:** https://github.com/paritytech/parity-db
**Referans sayısı:** 3
### E. parity-common
**Upstream:** https://github.com/paritytech/parity-common
**Referans sayısı:** 1
### F. arkworks-extensions
**Upstream:** https://github.com/paritytech/arkworks-extensions
**Referans sayısı:** 1
### G. chainextension-registry
**Upstream:** https://github.com/parity/chainextension-registry (verify)
**Referans sayısı:** 2
### H. polkadot-blockchain-academy
**Upstream:** https://github.com/polkadot-blockchain-academy
**Referans sayısı:** 2
### I. srtool
**Upstream:** https://github.com/paritytech/srtool
**Referans sayısı:** (verify count)
### J. rustc-rv32e-toolchain
**Upstream:** https://github.com/parity/rustc-rv32e-toolchain
**Referans sayısı:** 1
### K. radium-0.7-fork
**Upstream:** Verify original source
**Referans sayısı:** 1
---
## BÖLÜM 3: Diğer Broken Links
### A. shawntabrizi.com
- `www.shawntabrizi.com/bizinikiwi-*``www.shawntabrizi.com/substrate-*`
### B. substrate-developer-hub
- `github.com/bizinikiwi-developer-hub/awesome-bizinikiwi``github.com/substrate-developer-hub/awesome-substrate`
### C. paritytech/bizinikiwi-archive
- Bu repo artık mevcut değil, alternatif bul veya sil
---
## Toplu Issue Oluşturma Scripti
```bash
#!/bin/bash
# Polkadot SDK issues için tracking issue oluştur
ISSUES=(2 3 4 5 7 8 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 34 35 36 37 38 39 40 41 43 44 45 47 48 49 50 51 53 55 57 60 74 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190)
for issue_num in "${ISSUES[@]}"; do
gh issue create \
--repo pezkuwichain/pezkuwi-sdk \
--title "[Upstream Tracking] Polkadot SDK #$issue_num" \
--body "## Upstream Reference Tracking
**Upstream URL:** https://github.com/paritytech/polkadot-sdk/issues/$issue_num
**Type:** Issue
---
### Status Tracking:
- [x] Pending - Upstream not yet resolved
- [ ] Resolved - Fix merged upstream
- [ ] Evaluated - Assessed if needed for PezkuwiChain
- [ ] Applied - Fix applied to our chain
- [ ] Closed - Upstream issue closed
- [ ] Skipped - Not relevant for us
**Last Check:** $(date +%Y-%m-%d)
**Next Check:** $(date -d '+1 month' +%Y-%m-%d)
---
### Notes:
Automatically created tracking issue.
" \
--label "upstream-tracking"
done
```
---
## Kod Güncellemesi (Issue'lar oluşturulduktan sonra)
Issue'lar oluşturulduktan sonra, mapping dosyası oluşturun:
```bash
# mapping.txt formatı:
# UPSTREAM_NUM PEZKUWI_NUM
# 23 1001
# 40 1002
# ...
```
Sonra bu script ile güncelleme yapın:
```bash
while read upstream pezkuwi; do
find . -name "*.rs" -not -path "./target/*" -not -path "./vendor/*" \
-exec sed -i "s|pezkuwichain/pezkuwi-sdk/issues/$upstream|pezkuwichain/pezkuwi-sdk/issues/$pezkuwi|g" {} \;
done < mapping.txt
```
---
*Son güncelleme: 2025-12-23*
+130 -166
View File
@@ -1,194 +1,158 @@
# PezkuwiChain Domains
# PezkuwiChain Infrastructure
## Ana Domain
- **Ana Site**: pezkuwichain.io
- **IP**: 37.60.230.9
- **TTL**: 3600
## Domains
## Subdomains
### Primary Domain
| Property | Value |
|----------|-------|
| Domain | pezkuwichain.io |
| IP | 37.60.230.9 |
| TTL | 3600 |
| Subdomain | Tam URL | Açıklama |
|-----------|---------|----------|
| www | www.pezkuwichain.io | Ana web sitesi |
### Service Subdomains
| Subdomain | Full URL | Description |
|-----------|----------|-------------|
| www | www.pezkuwichain.io | Main website |
| network | network.pezkuwichain.io | Network portal |
| api | api.pezkuwichain.io | API endpoint |
| rpc | rpc.pezkuwichain.io | RPC endpoint |
| ws | ws.pezkuwichain.io | WebSocket endpoint |
| explorer | explorer.pezkuwichain.io | Block explorer |
| docs | docs.pezkuwichain.io | Dokümantasyon |
| docs | docs.pezkuwichain.io | Documentation |
| wiki | wiki.pezkuwichain.io | Wiki |
| wiki.network | wiki.network.pezkuwichain.io | Network wiki |
| faucet | faucet.pezkuwichain.io | Test token faucet |
| telemetry | telemetry.pezkuwichain.io | Telemetry dashboard |
| forum | forum.pezkuwichain.io | Topluluk forumu |
| grants | grants.pezkuwichain.io | Grant programı |
| forum | forum.pezkuwichain.io | Community forum |
| grants | grants.pezkuwichain.io | Grant program |
| developers | developers.pezkuwichain.io | Developer portal |
| mail | mail.pezkuwichain.io | E-posta servisi |
| mail | mail.pezkuwichain.io | Email service |
## Network Subdomains
### Network RPC Endpoints
| Network | Subdomain | Full URL |
|---------|-----------|----------|
| Mainnet | mainnet | mainnet.pezkuwichain.io |
| Mainnet | pezkuwichain-rpc | pezkuwichain-rpc.pezkuwichain.io |
| Zagros | zagros | zagros.pezkuwichain.io |
| Zagros | zagros-rpc | zagros-rpc.pezkuwichain.io |
| Zagros Asset Hub | zagros-asset-hub-rpc | zagros-asset-hub-rpc.pezkuwichain.io |
| Zagros Bridge Hub | zagros-bridge-hub-rpc | zagros-bridge-hub-rpc.pezkuwichain.io |
| Zagros Collectives | zagros-collectives-rpc | zagros-collectives-rpc.pezkuwichain.io |
| Zagros Coretime | zagros-coretime-rpc | zagros-coretime-rpc.pezkuwichain.io |
| Testnet | testnet | testnet.pezkuwichain.io |
| Staging | staging | staging.pezkuwichain.io |
| Beta | beta | beta.pezkuwichain.io |
| Beta RPC | beta-rpc | beta-rpc.pezkuwichain.io |
| Try Runtime | try-runtime | try-runtime.pezkuwichain.io |
| Try Runtime Zagros | try-runtime-zagros | try-runtime-zagros.pezkuwichain.io |
### Mainnet
| Subdomain | Tam URL |
|-----------|---------|
| mainnet | mainnet.pezkuwichain.io |
| pezkuwichain-rpc | pezkuwichain-rpc.pezkuwichain.io |
---
### Zagros (Canary Network)
| Subdomain | Tam URL |
|-----------|---------|
| zagros | zagros.pezkuwichain.io |
| zagros-rpc | zagros-rpc.pezkuwichain.io |
| zagros-asset-hub-rpc | zagros-asset-hub-rpc.pezkuwichain.io |
| zagros-bridge-hub-rpc | zagros-bridge-hub-rpc.pezkuwichain.io |
| zagros-collectives-rpc | zagros-collectives-rpc.pezkuwichain.io |
| zagros-coretime-rpc | zagros-coretime-rpc.pezkuwichain.io |
## GitHub Repositories
### Test Networks
| Subdomain | Tam URL |
|-----------|---------|
| testnet | testnet.pezkuwichain.io |
| staging | staging.pezkuwichain.io |
| beta | beta.pezkuwichain.io |
| beta-rpc | beta-rpc.pezkuwichain.io |
| try-runtime | try-runtime.pezkuwichain.io |
| try-runtime-zagros | try-runtime-zagros.pezkuwichain.io |
**Organization:** https://github.com/pezkuwichain
## Kod İçinde Kullanım
### Core SDK Repositories
| Repository | Description | Language | Upstream |
|------------|-------------|----------|----------|
| pezkuwi-sdk | Digital state for Kurdish nation on blockchain | Rust | paritytech/polkadot-sdk |
| polkadot-sdk | The Parity Polkadot Blockchain SDK (fork) | Rust | paritytech/polkadot-sdk |
| pezkuwi-subxt | Interact with Substrate based nodes | Rust | paritytech/subxt |
| pezkuwi-zombienet-sdk | ZombieNet SDK | Rust | paritytech/zombienet-sdk |
### Template Repositories
| Repository | Description | Language | Upstream |
|------------|-------------|----------|----------|
| pezkuwi-sdk-minimal-template | Minimal Testing/Learning Template | Rust | paritytech/polkadot-sdk-minimal-template |
| pezkuwi-sdk-solochain-template | Solochain-Ready Template | Rust | paritytech/polkadot-sdk-solochain-template |
| pezkuwi-sdk-teyrchain-template | Teyrchain template for Pezkuwi SDK | Rust | paritytech/polkadot-sdk-parachain-template |
| polkadot-runtime-templates | Runtime Templates for Pezkuwi Teyrchains | Rust | - |
### Library Forks
| Repository | Description | Language | Upstream |
|------------|-------------|----------|----------|
| parity-db | Experimental blockchain database | Rust | paritytech/parity-db |
| parity-scale-codec | Binary serialization codec | Rust | paritytech/parity-scale-codec |
| pezframe-metadata | FRAME metadata parser tools | Rust | paritytech/frame-metadata |
| merkle-mountain-range | MMR implementation | Rust | nervosnetwork/merkle-mountain-range |
| wasm-instrument | WASM module instrumentation | Rust | parity/wasm-instrument |
| consensus | Consensus for Web3 | TeX | parity/consensus |
### Community & Documentation
| Repository | Description | Language | Upstream |
|------------|-------------|----------|----------|
| awesome-hez | Awesome resources in Polkadot ecosystem | - | parity/awesome-substrate |
| pezkuwi-fellows | Fellowship proposals | Handlebars | polkadot-fellows/rfc |
| kurdistan_blockchain-akademy | Blockchain Academy Rust Qualifier | Rust | polkadot-blockchain-academy |
| docs | PezkuwiChain documentation | Rust | - |
| labels | Label rules for repositories | Shell | paritytech/labels |
### Applications
| Repository | Description | Language |
|------------|-------------|----------|
| DKSweb | Sovereign Blockchain for Kurdish Nation | TypeScript |
| pezkuwi-mobile-app | Official Mobile App | TypeScript |
| pwap | Web and mobile applications monorepo | TypeScript |
| pezkuwi-validator-v1.0.0 | Validator installer scripts | Shell |
| testnet | Testnet configuration | Shell |
| workflow-stopper | CI/CD workflow management | - |
---
## URL Mapping Reference
### Repositories We Own (use pezkuwichain URLs)
```
github.com/pezkuwichain/pezkuwi-sdk
github.com/pezkuwichain/pezkuwi-subxt
github.com/pezkuwichain/pezkuwi-zombienet-sdk
github.com/pezkuwichain/pezkuwi-fellows
github.com/pezkuwichain/awesome-hez
github.com/pezkuwichain/parity-db
github.com/pezkuwichain/parity-scale-codec
github.com/pezkuwichain/pezframe-metadata
github.com/pezkuwichain/merkle-mountain-range
github.com/pezkuwichain/wasm-instrument
github.com/pezkuwichain/kurdistan_blockchain-akademy
```
### External Repositories (use original URLs)
| Our Reference | Original URL |
|---------------|--------------|
| xcm-format | github.com/polkadot-fellows/xcm-format |
| try-runtime-cli | github.com/paritytech/try-runtime-cli |
| trie | github.com/paritytech/trie |
| srtool | github.com/paritytech/srtool |
| parity-common | github.com/paritytech/parity-common |
| arkworks-extensions | github.com/paritytech/arkworks-extensions |
| chainextension-registry | github.com/parity/chainextension-registry |
| substrate-developer-hub | github.com/substrate-developer-hub |
### External Websites (use original URLs)
| Our Reference | Original URL |
|---------------|--------------|
| shawntabrizi.com/bizinikiwi-* | shawntabrizi.com/substrate-* |
| pezkuwichain.github.io | paritytech.github.io |
---
## Code Usage Examples
```rust
// Website URL'leri
"https://pezkuwichain.io" // Ana site
"https://network.pezkuwichain.io" // Network portal
"https://docs.pezkuwichain.io" // Dokümantasyon
// Website URLs
"https://pezkuwichain.io"
"https://network.pezkuwichain.io"
"https://docs.pezkuwichain.io"
// RPC Endpoints
"wss://rpc.pezkuwichain.io" // Mainnet WS
"wss://zagros-rpc.pezkuwichain.io" // Zagros WS
// GitHub Repositories
"https://github.com/pezkuwichain/pezkuwi-sdk"
"https://github.com/pezkuwichain/awesome-hez"
```
---
*Son güncelleme: 2025-12-20*
25 repositories
https://github.com/pezkuwichain/
awesome-hez
An opinionated list of awesome resources in the Polkadot ecosystem.
11
0
consensus
Consensus for Web3
TeX
27
0
DKSweb
A Sovereign Blockchain for the Kurdish Nation
TypeScript
0
0
docs
A sovereign blockchain parachain built for the Kurdish Nation and Culturel Nations of the world, on blockchain
Rust
0
0
kurdistan_blockchain-akademy
Open to everyone 👪 - The Polkadot Blockchain Academy's Rust Qualifier Exam.
Rust
70
0
labels
Label rules and specifications for Pezkuwi SDK repositories
Shell
0
0
merkle-mountain-range
A generalized merkle mountain range implementation (forked from nervosnetwork)
Rust
0
0
parity-db
Experimental blockchain database
Rust
65
0
parity-scale-codec
Lightweight, efficient, binary serialization and deserialization codec
Rust
98
0
pezframe-metadata
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
Rust
12
0
pezkuwi-fellows
Proposals for change to standards administered by the Fellowship.
Handlebars
69
0
pezkuwi-mobile-app
Official PezkuwiChain Mobile App - Kurdish Digital Citizenship Platform
TypeScript
0
0
pezkuwi-sdk
dijital state for kurdish nation on blockchain
Rust
0
0
pezkuwi-sdk-minimal-template
The Minimal (Testing/Learning-Only) Template From Polkadot SDK
Rust
56
0
pezkuwi-sdk-solochain-template
The Solochain-Ready Template From Polkadot SDK
Rust
65
0
pezkuwi-sdk-teyrchain-template
Teyrchain template for Pezkuwi SDK
Rust
0
0
pezkuwi-subxt
Interact with Substrate based nodes in Rust or WebAssembly
Rust
281
0
pezkuwi-validator-v1.0.0
One-click validator installer for Pezkuwi testnet. Cross-platform scripts (Linux/Mac/Windows) for automated node deployment.
Shell
0
0
pezkuwi-zombienet-sdk
ZombieNet SDK
Rust
15
0
polkadot-runtime-templates
Runtime Templates for Pezkuwi Teyrchains
Rust
33
0
polkadot-sdk
The Parity Polkadot Blockchain SDK
Rust
1.1k
0
pwap
Monorepo for PezkuwiChain web and mobile applications with unified backend
TypeScript
0
0
testnet
Shell
0
0
wasm-instrument
Instrument and transform wasm modules.
Rust
22
0
workflow-stopper
Workflow stopper for Pezkuwi SDK CI/CD - stops all running workflows on PR failure to save compute resources
*Last updated: 2025-12-23*
+11
View File
@@ -0,0 +1,11 @@
========================================
Upstream Tracking Issues Creator
Started: Tue Dec 23 07:04:33 +03 2025
Total to create: 155
========================================
OK: Created #179 for upstream #8
========================================
Upstream Tracking Issues Creator
Started: Tue Dec 23 07:04:54 +03 2025
Total to create: 155
========================================
+6
View File
@@ -0,0 +1,6 @@
========================================
Upstream Tracking Issues Creator
Started: Tue Dec 23 07:04:54 +03 2025
Total to create: 155
========================================
Processing upstream #8...
+164
View File
@@ -0,0 +1,164 @@
# Upstream Issue -> Pezkuwi Issue Mapping
# Format: UPSTREAM_NUM PEZKUWI_NUM
# Created: 2025-12-23
2 174
3 175
4 176
5 177
7 178
8 179
10 180
11 181
12 182
13 183
14 184
15 185
16 186
17 187
18 188
19 189
20 190
21 191
22 192
23 193
24 194
25 195
26 196
27 197
28 198
29 199
31 200
32 201
33 202
34 203
35 204
36 205
37 206
38 207
39 208
40 209
41 210
43 211
44 212
45 213
47 214
48 215
49 216
50 217
51 218
53 219
55 220
57 221
60 222
74 223
76 224
77 225
78 226
79 227
80 228
81 229
82 230
83 231
84 232
86 233
87 234
88 235
89 236
90 237
91 238
92 239
93 240
94 241
96 242
97 243
98 244
99 245
100 246
101 247
102 248
103 249
104 250
105 251
106 252
107 253
108 254
109 255
110 256
111 257
112 258
113 259
115 260
116 261
117 262
118 263
119 264
120 265
121 266
122 267
123 268
124 269
125 270
126 271
127 272
128 273
129 274
130 275
131 276
132 277
133 278
134 279
135 280
136 281
139 282
140 283
141 284
142 285
143 286
144 287
145 288
146 289
147 290
148 291
149 292
150 293
151 294
152 295
153 296
154 297
155 298
156 299
157 300
158 301
159 302
160 303
161 304
162 305
163 306
164 307
165 308
166 309
167 310
168 311
169 312
170 313
171 314
172 315
173 316
174 317
175 318
176 319
177 320
178 321
179 322
180 323
181 324
182 325
183 326
184 327
185 328
186 329
187 330
188 331
189 332
190 333