Browse Source

modello vuoto

kiki 3 years ago
parent
commit
8273f7bc8b
3 changed files with 196 additions and 37 deletions
  1. 48 16
      README.md
  2. 50 21
      slides/dossier.md
  3. 98 0
      slides/images.md

+ 48 - 16
README.md

@@ -12,20 +12,52 @@ I comandi sono:
 
 	go run main.go
 
-## Intestazione
-
- MODELLO IN bianco per VALUTAZIONE STRUMENTO:
-* nome
-* obiettivo del software
-* feature per cui lo abbiamo selezionato
-* tutte le sue features
-* Localizzazione in italiano
-* Pro
-* Contro
-* Hosting immediatamente disponibili
-* Costi
-* possibilità di selfhosting
-* note/opinioni
-* usato già da qual di conosciuto?
-
+## Modello in bianco
+
+## Modello di esplorazione
+
+- Nome
+- Obiettivo del software
+- Feature per cui lo abbiamo selezionato
+- Tutte le sue CARATTERISTICHE
+- Pro e Contro *
+- Hosting immediato, Costi, selfhosting?
+- Note/opinioni (usato già da qualq di conosciuto?)
+---
+
+### Pro e contro, Criteri
+
+* tradotto in italiano?
+* funziona offline?
+* app per lo smarpthone?
+* ha una comunità ampia?
+* è in sviluppo stabile?
+* si possono esportare i dati?
+* installazione mantenibile nel tempo?
+* interoperabile con altri software/formati?
+* interoperabile su win e mac?
+* personalizzabile?
+
+---
+
+## Tabella Pro-contro
+
+<small>
+****
+
+|Pro e contro|si|no|
+|-|-|-|
+|tradotto in italiano?|si| |
+|funziona offline?| |no|
+|app per lo smarpthone?| |no|
+|ha una comunità ampia? >=1000pp|si| |
+|è in sviluppo stabile?|si||
+|si possono esportare i dati?|si||
+|installazione mantenibile nel tempo?|si||
+|interoperabile con altri software/formati?|||
+|interoperabile su win e mac?|web||
+|personalizzabile?|si|no|
+
+****
+</small>
 e moooltissimii screenshot!

+ 50 - 21
slides/dossier.md

@@ -51,46 +51,75 @@ E' tutto software Libre ed Opens Source
 ## Iniziamo? <!-- .element: class="fragment" -->
 
 Note:
+
 * fragment grow <!-- .element: class="fragment grow" -->
 * fragment highlight-red <!-- .element: class="fragment highlight-red" -->
 * press key down <!-- .element: class="fragment fade-up" -->
 
+---
+
+## Dolibarr
+
+* Enterprise Resource Planning (ERP)
+= Pianificazione delle risorse aziendali
+* Customer Relationship Management (CRM) = Gestione delle relazioni con i clienti
+
+https://www.dolibarr.org
+
+https://www.dolibarr.it/
+
+https://www.dolistore.com/it/
+
 --
 
-## More markdown (tables)
+## CARATTERISTICA per cui lo abbiamo scelto
 
-****
+* gestione dei soci e loro pagamenti
+* gestione delle sale
 
-|h1|h2|h3|
-|-|-|-|
-|a|b|c|
+--
 
-****
+## screenshot 1
 
 --
 
-## More markdown (code)
+## screenshot 2
 
-```
-version: '2'
-services:
-  slides:
-    image: msoedov/hacker-slides
+--
+
+## altre caratteristiche
 
-    ports:
-      - 8080:8080
-    volumes:
-      - ./slides:/app/slides
-    restart: always
+--
 
-    environment:
-     - USER=bob
-     - PASSWORD=pa55
+### valutazioni
 
-```
+<small>
+****
+
+|Pro e contro|si|no|
+|-|-|-|
+|tradotto in italiano?|si| |
+|funziona offline?| |no|
+|app per lo smarpthone?| |no|
+|ha una comunità ampia? >=1000pp|si| |
+|è in sviluppo stabile?|si||
+|si possono esportare i dati?|si||
+|installazione mantenibile nel tempo?|si||
+|interoperabile con altri software/formati?|||
+|interoperabile su win e mac?|web||
+|personalizzabile?|si|no|
+
+****
+</small>
 
 --
 
+## hosting
+
+Coop19, val di Susa
+
+
+
 ## Local images
 
 ![demoPicture](/images/demo.png)

+ 98 - 0
slides/images.md

@@ -0,0 +1,98 @@
+# Hacker Slides
+
+### Hack together simple slides
+
+<!-- .slide: data-transition="zoom" -->
+
+---
+
+## The Basics
+
+- Separate slides using '`---`' on a blank line
+- For vertical slides use '`--`'  
+- Write github flavored markdown
+- Click 'Present' (top right) when you're ready to talk
+
+---
+
+## Quick tips
+
+- There is also a speaker view, with notes - press '`s`'
+- Press '`?`' with focus on the presentation for shortcuts
+- <em>You can use html when necessary</em>
+- Share the 'Present' URL with anyone you like!
+
+Note:
+- Anything after `Note:` will only appear here
+
+---
+
+## More markdown (fragments)
+
+* static text
+* fragment <!-- .element: class="fragment" -->
+* fragment grow <!-- .element: class="fragment grow" -->
+* fragment highlight-red <!-- .element: class="fragment highlight-red" -->
+* press key down <!-- .element: class="fragment fade-up" -->
+
+--
+
+## More markdown (tables)
+
+****
+
+|h1|h2|h3|
+|-|-|-|
+|a|b|c|
+
+****
+
+--
+
+## More markdown (code)
+
+```
+version: '2'
+services:
+  slides:
+    image: msoedov/hacker-slides
+
+    ports:
+      - 8080:8080
+    volumes:
+      - ./slides:/app/slides
+    restart: always
+
+    environment:
+     - USER=bob
+     - PASSWORD=pa55
+
+```
+
+--
+
+## Local images
+
+![demoPicture](/images/demo.png)
+
+Copy images into slides/images/ & include with MD:
+
+```
+![demoPicture](/images/demo.png)
+
+```
+or HTML:
+
+```
+<img src="/images/demo.png">
+
+```
+
+
+---
+
+## Learn more
+
+- [RevealJS Demo/Manual](http://lab.hakim.se/reveal-js)
+- [RevealJS Project/README](https://github.com/hakimel/reveal.js)
+- [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)