Skip to content
@Scribouilli

Scribouilli

Scribouilli

Intention

Permettre à des non-informaticien·nes

  • de créer un petit site rapidement / facilement
  • avoir une relation sereine avec son contenu

Découvrir

Vous pouvez

Contribuer

Vous pouvez contribuer :

Merci à vous 😊🙏

Liste des dépots de code

Il y aussi des dépots spécifique pour Framalibre

Et pour la campagne legislative de 2024

Schéma d'interaction des composants de Scribouilli

  • 🔐 : Fournit l'authentification
  • 🔑 : Besoin d'authentification
graph TB

    subgraph ServeurPasANous
    Github
    Gitlab
    ScribouGit
    end

    subgraph Client
    Atelier
    end

    subgraph Github
    API-Github("API")
    Git-Github("git")
    end
    subgraph Gitlab
    API-Gitlab("API")
    Git-Gitlab("git")
    end
    subgraph ScribouGit
    API-ScribouGit("API")
    Git-ScribouGit("git")
    end
    
    subgraph Atelier
    IsomorphicGit
    end

    IsomorphicGit-->ProxyIsomorphic-git
    ProxyIsomorphic-git-->|🔑| Git-Github("git");
    ProxyIsomorphic-git-->|🔑| Git-Gitlab("git");
    ProxyIsomorphic-git-->|🔑| Git-ScribouGit("git");
    Atelier-->Toctoctoc("Toctoctoc")-->|🔐|Atelier;
    Atelier-->|🔑| API-Github("API");
    Atelier-->|🔑| API-Gitlab("API");
    Atelier-->|🔑| API-ScribouGit("API");

    style Client fill:#fff,stroke:#f66,stroke-width:2px
    style ServeurPasANous fill:#fff,stroke:#f66,stroke-width:2px
Loading

3/

graph LR
  SiteScribouilli["Sites Scribouillis"] --> Monsite@{ shape: procs, label: "Mon petit site"} -- est une copie de --> site-template;
  site-template -- importe le thème --> mimoza;
  site-template o--o deploy("github/workflows/build-and-deploy.yml dans le repo site-tempalte build avec Jekyll")
Loading

Pinned Loading

  1. scribouilli scribouilli Public

    code source de l'atelier (client)

    TypeScript 87 21

  2. toctoctoc toctoctoc Public

    outil d'authentification github, gitlab et scribougit (serveur)

    JavaScript 5 4

  3. site-template site-template Public template

    base de scribouilli pour démarrer un site

    Ruby 1 5

  4. mimoza mimoza Public

    Le thème par défaut pour Scribouilli

    SCSS 1 6

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…