start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2026/08/06 09:03] – stephdl | start [2026/08/06 09:19] (current) – [NethServer 8 (current)] stephdl | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| see https:// | see https:// | ||
| - | {{url> | + | < |
| + | <div id=" | ||
| + | < | ||
| + | fetch(' | ||
| + | let rows = data.map(mod => { | ||
| + | let desc = (mod.description && mod.description.en) || ''; | ||
| + | let latest = (mod.versions && mod.versions[0] && mod.versions[0].tag) || ''; | ||
| + | let code = (mod.docs && mod.docs.code_url) || '#'; | ||
| + | let doc = (mod.docs && mod.docs.documentation_url) || code; | ||
| + | return '< | ||
| + | }).join('' | ||
| + | document.getElementById(' | ||
| + | }).catch(() => document.getElementById(' | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | **Note:** some of my modules are not published on this personal forge but are maintained by me directly inside **NethForge**, | ||
| + | |||
| + | To browse all NethForge modules (including mine), see the [[https:// | ||
| Bugs and issues: [[https:// | Bugs and issues: [[https:// | ||
| Line 71: | Line 89: | ||
| [[documentation|Documentation]] | [[documentation|Documentation]] | ||
| - | |||
| - | < | ||
| - | <div id=" | ||
| - | < | ||
| - | fetch(' | ||
| - | .then(r => r.json()) | ||
| - | .then(data => { | ||
| - | let rows = data.map(mod => { | ||
| - | let desc = (mod.description && mod.description.en) || ''; | ||
| - | let latest = (mod.versions && mod.versions[0] && mod.versions[0].tag) || ''; | ||
| - | let code = (mod.docs && mod.docs.code_url) || '#'; | ||
| - | let doc = (mod.docs && mod.docs.documentation_url) || code; | ||
| - | return `< | ||
| - | < | ||
| - | }).join('' | ||
| - | document.getElementById(' | ||
| - | `<table border=" | ||
| - | }) | ||
| - | .catch(() => document.getElementById(' | ||
| - | </ | ||
| - | </ | ||
start.1786006989.txt.gz · Last modified: by stephdl
