Projekt

Allgemein

Profil

Eval Tools » Historie » Version 2

Redmine Admin, 25.08.2021 12:13

1 1 Redmine Admin
h1. Eval Tools
2
3
h2. Redmine
4
5
Pros
6
* losgelöst vom Code, nicht-repo-projekte, Todo "Löcher bohren"
7
* Wiki fuer Eval und Manual
8
9
Cons
10
* Keine Repo-landing-page auf ein README.md
11
* Manual nicht im Repo
12
13
h2. Gitea
14
15
Pros
16
* Readme-Landing-page, Sub md-files, zusätzliches wiki
17
18
Cons
19
* Für Hardware echt ungeeignet
20
* Keine Unterprojekte
21
22
h2. Wants
23
24
* Manual als Webseite, exportiert
25 2 Redmine Admin
* Projekt existiert auch ohne tool-> Manuals ins Repo, Eval und Samples nicht direkter bestandteil des Repos
26
* Kein Widerspruch zu Gitea
27
28
h2. grip
29
30
* Standalone server und export. Stylesheets auf die schnelle nicht hinbekommen
31
32
h2. pandoc
33
34
* css possible
35
<pre><code class="shell">
36
pandoc -c pandoc.css -s README.md -o out.html --metadata pagetitle="with_pandoc"
37
</code></pre>