Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

An appropriate T-shirt for today.

Uncategorized
13 10 0

Gli ultimi otto messaggi ricevuti dalla Federazione
  • The next BSSG release will be huge.
    I think I won't add anything else before releasing is, as the master branch is already full of changes.

    I'll wait for some more feedback then, in the coming days, I'll release it.

    Highlights
    * Introduced a new RAM-first build mode via BUILD_MODE="ram" and ./bssg.sh build --build-mode ram, aimed at faster full rebuilds with lower disk churn.
    * Added RAM-mode stage timing output so large builds now report where time is spent.
    * Overhauled the modular build pipeline across indexing, content parsing, template preloading, posts, pages, tags, authors, archives, feeds, related posts, and post-processing.
    * Improved incremental rebuild behavior with better file and metadata caching, smarter dependency checks, and more selective regeneration.
    * Expanded parallel execution support with stronger GNU parallel integration and shell-worker fallbacks when GNU parallel is unavailable or unsuitable.
    * Improved asset pre-compression so gzip generation for text assets is incremental and parallelized.
    * Extended build CLI overrides, including --build-mode, --site-title, --site-description, --site-url, --author-name, --author-email, --posts-per-page, and the global --config workflow.
    * Added RAM-mode tuning knobs and precompression tuning options in configuration and documentation.
    * Reworked RSS, sitemap, index, tag, archive, author, and secondary-page generation as part of the pipeline overhaul, with better rebuild logic and cleaner generator boundaries.
    * Improved related-post generation and cache invalidation so related-post output tracks changes more reliably.
    * Added new themes: liquid-glass, freebsd, netbsd, openbsd, field-journal, microfiche, museum-label, and mynotes.
    * Improved generate_theme_previews.sh with a faster default workflow that builds once, clones the output for each theme, swaps CSS, and rewrites SITE_URL references.
    * Added --full-build to generate_theme_previews.sh as a slower fallback when per-theme full builds are preferred.
    * Added support for Mastodon/fediverse creator metadata on posts via <meta name="fediverse:creator" ...>.
    * Added fediverse_creator frontmatter support for posts, plus site-wide FEDIVERSE_CREATOR and exact-match per-author AUTHOR_FEDIVERSE_CREATORS configuration fallbacks.
    * Added site-wide fediverse profile verification links via <link rel="me" ...>.
    * Added REL_ME_URL for single-link verification and REL_ME_URLS=(...) for multiple rel="me" links, with deduplication when both are used.
    * Updated the bundled header template with {{fediverse_creator_meta}} and {{rel_me_link}} placeholders.
    * Updated the standalone browser editor and post scaffolding to support fediverse_creator.
    * Improved the README and configuration examples to document RAM mode, performance tuning, new themes, fediverse creator metadata, and rel="me" verification.

    Fixes
    * Fixed og:title and twitter:title so they now use the page/post title only, instead of appending the site title.
    * Fixed RAM-only builds when no pages exist.
    * Hardened RAM-mode helpers and metadata parsing for empty inputs and page-list edge cases.

    Upgrade Instructions
    1. Update your checkout to the new release and review both config.sh and your config.sh.local for newly available options.
    2. Decide which build mode you want. If you want the previous disk-backed behavior, set BUILD_MODE="normal" explicitly in config.sh.local. If you want the new memory-first path, keep or set BUILD_MODE="ram".
    3. If you use custom templates, update your <head> template to include {{fediverse_creator_meta}} and {{rel_me_link}} inside <head>. The bundled templates/header.html already includes both.
    4. If you want fediverse post attribution, optionally set FEDIVERSE_CREATOR, AUTHOR_FEDIVERSE_CREATORS, or add fediverse_creator: in post frontmatter.
    5. If you want Mastodon or other fediverse profile verification, set REL_ME_URL or REL_ME_URLS in config.sh.local.
    6. If you use generate_theme_previews.sh, note that it now defaults to a faster single-build clone workflow. Use --full-build if you specifically want one full build per theme.
    7. Run a clean rebuild after upgrading:./bssg.sh build --force-rebuild --clean-output true
    8. Verify the generated homepage, post pages, archives, tags, authors, RSS, sitemap, and any theme previews you publish.
    9. No content migration is required. Existing posts and pages continue to work unchanged, and all new metadata/configuration is optional.

    read more

  • read more

  • @peterkotrcka we'll see 😆

    read more

  • @neil I've added the Fediverse options to BSSG, you can pull the master branch. There are a few configuration options that need to be added (see the examples in the provided config.sh and in the README), and the header template has been modified.

    Could you please test it and let me know if it works the way you intended?

    read more

  • @sylvia yaaaaaaaaay I'm so happy for you Sylvia!!!!!!!!!! 🥳🥳🥳🥳🥳

    read more

  • 19 parole…
    @anarchia
    … più firma. E la firma conta o forse no. Comunque la troverete, con molti link. Il corpo del bambino obeso occidentale e lo scheletro di quello africano sono il prodotto dello stesso sistema alimentare. – VANDANA SHIVA In “bottega” cfr Vandana Shiva, l’altro...

    Vedi l'articolo
    https://www.rivoluzioneanarchica.it/19-parole/

    read more

  • read more

  • La sovranità digitale ci interessa ancora?


    @informatica
    Negli ultimi mesi ai venti di guerra imperanti si sono aggiunte alcune notizie legate alla cosiddetta sovranità digitale che hanno riaperto un tema ormai noto e datato ma mai realmente […]
    L'articolo La sovranità digitale ci interessa ancora? proviene da Edoardo Limone.

    L'articolo proviene dal blog dell'esperto di

    read more
Post suggeriti
  • The next BSSG release will be huge.

    Uncategorized bssg
    1
    0 Votes
    1 Posts
    0 Views
    The next BSSG release will be huge. I think I won't add anything else before releasing is, as the master branch is already full of changes. I'll wait for some more feedback then, in the coming days, I'll release it.Highlights* Introduced a new RAM-first build mode via BUILD_MODE="ram" and ./bssg.sh build --build-mode ram, aimed at faster full rebuilds with lower disk churn.* Added RAM-mode stage timing output so large builds now report where time is spent.* Overhauled the modular build pipeline across indexing, content parsing, template preloading, posts, pages, tags, authors, archives, feeds, related posts, and post-processing.* Improved incremental rebuild behavior with better file and metadata caching, smarter dependency checks, and more selective regeneration.* Expanded parallel execution support with stronger GNU parallel integration and shell-worker fallbacks when GNU parallel is unavailable or unsuitable.* Improved asset pre-compression so gzip generation for text assets is incremental and parallelized.* Extended build CLI overrides, including --build-mode, --site-title, --site-description, --site-url, --author-name, --author-email, --posts-per-page, and the global --config workflow.* Added RAM-mode tuning knobs and precompression tuning options in configuration and documentation.* Reworked RSS, sitemap, index, tag, archive, author, and secondary-page generation as part of the pipeline overhaul, with better rebuild logic and cleaner generator boundaries.* Improved related-post generation and cache invalidation so related-post output tracks changes more reliably.* Added new themes: liquid-glass, freebsd, netbsd, openbsd, field-journal, microfiche, museum-label, and mynotes.* Improved generate_theme_previews.sh with a faster default workflow that builds once, clones the output for each theme, swaps CSS, and rewrites SITE_URL references.* Added --full-build to generate_theme_previews.sh as a slower fallback when per-theme full builds are preferred.* Added support for Mastodon/fediverse creator metadata on posts via <meta name="fediverse:creator" ...>.* Added fediverse_creator frontmatter support for posts, plus site-wide FEDIVERSE_CREATOR and exact-match per-author AUTHOR_FEDIVERSE_CREATORS configuration fallbacks.* Added site-wide fediverse profile verification links via <link rel="me" ...>.* Added REL_ME_URL for single-link verification and REL_ME_URLS=(...) for multiple rel="me" links, with deduplication when both are used.* Updated the bundled header template with {{fediverse_creator_meta}} and {{rel_me_link}} placeholders.* Updated the standalone browser editor and post scaffolding to support fediverse_creator.* Improved the README and configuration examples to document RAM mode, performance tuning, new themes, fediverse creator metadata, and rel="me" verification.Fixes* Fixed og:title and twitter:title so they now use the page/post title only, instead of appending the site title.* Fixed RAM-only builds when no pages exist.* Hardened RAM-mode helpers and metadata parsing for empty inputs and page-list edge cases.Upgrade Instructions1. Update your checkout to the new release and review both config.sh and your config.sh.local for newly available options.2. Decide which build mode you want. If you want the previous disk-backed behavior, set BUILD_MODE="normal" explicitly in config.sh.local. If you want the new memory-first path, keep or set BUILD_MODE="ram".3. If you use custom templates, update your <head> template to include {{fediverse_creator_meta}} and {{rel_me_link}} inside <head>. The bundled templates/header.html already includes both.4. If you want fediverse post attribution, optionally set FEDIVERSE_CREATOR, AUTHOR_FEDIVERSE_CREATORS, or add fediverse_creator: in post frontmatter.5. If you want Mastodon or other fediverse profile verification, set REL_ME_URL or REL_ME_URLS in config.sh.local.6. If you use generate_theme_previews.sh, note that it now defaults to a faster single-build clone workflow. Use --full-build if you specifically want one full build per theme.7. Run a clean rebuild after upgrading:./bssg.sh build --force-rebuild --clean-output true8. Verify the generated homepage, post pages, archives, tags, authors, RSS, sitemap, and any theme previews you publish.9. No content migration is required. Existing posts and pages continue to work unchanged, and all new metadata/configuration is optional.#BSSG
  • Adesso il prezzo del gas aumenta:

    Uncategorized
    1
    0 Votes
    1 Posts
    1 Views
    Adesso il prezzo del gas aumenta:https://www.ilpost.it/2026/03/17/eni-scopre-giacimenti-petrolio-libia/
  • La sovranità digitale ci interessa ancora?

    Uncategorized
    1
    0 Votes
    1 Posts
    3 Views
    La sovranità digitale ci interessa ancora?@informaticaNegli ultimi mesi ai venti di guerra imperanti si sono aggiunte alcune notizie legate alla cosiddetta sovranità digitale che hanno riaperto un tema ormai noto e datato ma mai realmente […]L'articolo La sovranità digitale ci interessa ancora? proviene da Edoardo Limone.L'articolo proviene dal blog dell'esperto di
  • Incredible.

    Uncategorized
    3
    0 Votes
    3 Posts
    4 Views
    @marleenstikker Well, it would be incredible, under previous administrations. Under MAGA? Not at all.