Commit 58ad29c
authored
docs(readme): show the PPTX backend, fix the architecture diagram, drop the dead star chart (#456)
* docs(readme): put the PPTX backend in the badges and the architecture diagram
The badge row credited PDFBox but nothing for the office formats, so the
stack the release is about was invisible. Apache POI 5.5 now sits beside
it; it backs both PPTX and DOCX.
The architecture diagram was wrong in two directions. It routed
DocxSemanticBackend through the ServiceLoader — render-docx publishes no
service file at all, and the exporter is named directly by the caller —
and it left PptxFixedLayoutBackend out entirely, though that is the
backend the seam actually discovers alongside PDF.
DOCX now branches off the node tree, which is what SemanticBackend
consumes: DocumentGraph is the semantic authoring tree, so the exporter
never sees a layout pass. The prose above the diagram said every backend
registers through the seam and now separates the two paths.
* docs(readme): drop the star-history chart
The embed has been rendering as broken alt text. It is not a wrong URL —
api.star-history.com answers 500 for this repo and for its own, with
"timeout of 10000ms exceeded" from its GitHub call, so the outage is on
their side and there is nothing here to fix.
The usual alternative is no better: starchart.cc answers 200 but the SVG
it returns carries the text "failed to talk with github api: Requires
authentication ... 401", which would paint a red error where the chart
used to be. A section that can only render broken is worse than no
section.1 parent c1b069c commit 58ad29c
1 file changed
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
303 | | - | |
| 304 | + | |
| 305 | + | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
| |||
348 | 350 | | |
349 | 351 | | |
350 | 352 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
0 commit comments