Giter Site home page Giter Site logo

femsmahus2's Introduction

Fem små hus

Fem små hus är ett internetinfrastruktur-projekt med mål att designa och ta fram en robust infrastruktur för Internet i Sverige. Den tar avstamp i Internetmodellen med IPv6 som centralt protokoll för paketförmedling, och är baserad på en princip av att nätet ska gå fortare att laga än vad en antagonist kan ha sönder det.

English

Fem små hus, literally five small houses, is a Swedish Internet infrastructure design project. This repository belongs to the second cycle of the project, called Robust Internet.

Detta repo

I undermappar här finns (utkast) på specifikationer på delar av en robust internetinfrastruktur. Specifikationerna är skrivna i markdown (.md-filer) som med hjälp av pandoc och indirekt lualatex genererar färdiga pdf:er. De figurer som förekommer är beroende av mermaid och mermaid-cli.

Installation av beroenden

Ubuntu

Följande installerar nödvändiga beroenden på Ubuntu 22.04:

apt install -y pandoc # övergripande ramverk för att generera 
apt install -y texlive-latex-base texlive-latex-extra texlive-lang-european texlive-luatex # texlive och andra beroenden
apt install -y librsvg2-bin # resurser för svg:er som behövs för att generera pdf:erna
apt install -y npm # behövs för mermaid-cli
npm install -g @mermaid-js/mermaid-cli # används för att generera figurer

MacOS

Följande installerar nödvändiga beroenden på MacOS givet att Homebrew (brew) är installerat:

brew install pandoc npm # pandoc och npm
brew install --cask tex-live-utility 
npm install -g @mermaid-js/mermaid-cli # används för att generera figurer

Sedan behöver du hämta ytterligare resurser med tlmgr (dvs tex-live-utility från ovan).

sudo tlmgr install luatexbase babel-swedish biblatex fontspec hyphen-swedish

femsmahus2's People

Contributors

flindeberg avatar dansarie avatar gloinul avatar oej avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.