Status

z Digitalizaciski koncept
Zur Navigation springen Zur Suche springen

TBD

  • Zaso "nowy" dokument z wěsteho stawa twarić --> "release" / "snapshot" abo tak, jako "nowu werziju" ⇒ ?
  • Wužiwarska kategorija "přepruwowana institucija" za diskusiju z institucijemi - nic jako wosobinski přistup ⇒ ?
  • E-Mail funkciju přepruwować abo hasnyć ⇒ wokomikne hasnjene
  • Impressum a datowy škit?
  • Wopisowanje we wjacorych rěčach.


Hotowe

  • Wšelakore róle:
    • Wobhladowarjo (kiž njejsu sebi přistup wobstarali) smědźa jenož čitać (woboje nastawki a diskusije)
    • Wužiwarjo (z přistupom) smědźa so na diskusiji wobdźělić, ale nastawki přeco hišće jenož čitać
    • Prawo za změnu/wutworjenje nastawka so ručne wuda/cofnje přez administratora
  • "Structured discussions" ⇒ OK
  • Schwalene werzije ⇒ OK
  • Móžnosć za archiwowanje wudiskutowanych temow (podobne wikipedii)
    • "Structured discussions" ⇒ Thema zjeć a začinić
    • Forum ⇒ Thema začinić
      • akceptablne ⇒ OK
  • Backup & Restore OK (Docker4Win)

sh: 1: cannot create /var/www/html/images/quickgv/Status-Welt.svg: Permission denied

digraph Welt {

    // Options
    // theme = warm
    // usage = record

    // default settings of graphs
    graph [
        rankdir   = LR,
        color     = "#804000",
        bgcolor   = "#fffff7",
        fontcolor = "#000000",
        fontsize  = 12,
        style     = dashed,
        gradientangle = 65,

        
        
                // * ortho, curved are bad
        // * polyline acts as line
        // * spline (default) is ok
        splines = spline,
            ];

    // default settings of nodes
    node [
                shape = record,
        style = filled,
        labelloc = l,
        
        height    = 0.3,
        fontsize  = 10,

        // theme
        color     = "#c07000",
        fontcolor = "#000000",
        fillcolor = "#ffffff:#ffffc0",
        gradientangle = 295 // left, top -> right, bottom
    ];

    // default settings of edges
    edge [
        color     = "#704000",
        fontcolor = "#704000",
        fontsize  = 10,
        arrowsize = 0.6
    ];

    
    // nodes, edges, and clusters
    start = "A";

A [label="SORBISCHE DIGITALE WELT"];
B1 [label="1. Digitale SPRACHNUTZUNG"];
B11 [label=" 1.1 Sprechende Interaktion | Zusammenfassung URL="https://koncept.serbski-inkubator.de/index.php/3.4_Digitale_Vernetzung_Gleichgesinnter_soziale_Medien"\l | Ist-Analyse\l | Soll-Konzeption\l"];

B12 [label=" 1.2 Schreibende Interaktion | Zusammenfassung\l | Ist-Analyse\l | Soll-Konzeption\l"];

A -> {B1 B2 B3 B4 B5 B6 B7 B8 B9};
B1 -> {B11:Ziel B12:Ziel};
B2 -> {B21 B22 B23};
B3 -> {B31 B32 B33};
B4 -> {B41 B42 B43};
B5 -> {B51};
B6 -> {B61 B62 B63};
B7 -> {B71};
B8 -> {B81};
B9 -> {B91 B92 B93 B94};
    
}