Skip to content

Commit 0b791dc

Browse files
committed
old manual ideas
1 parent 32c3d39 commit 0b791dc

3,061 files changed

Lines changed: 1216462 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/manual/emrm/CREDITS.ini

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
; Credits for Embroidermodder 2, libembroidery and all other related code
2+
;
3+
; Please note that this file in not in alphabetical order. If you have contributed
4+
; and wish to be added to this list, create a new credit section and increment the
5+
; number. Fill it in with your information and submit it to us.
6+
;
7+
; Here is a summary of the values used:
8+
; Name - The full name of the contributer starting with first name.
9+
; GitHub - The GitHub account name of the contributer.
10+
; CoreDeveloper - This is reserved for long term contributers.
11+
; Documentation - If you have contributed changes to README files or help files, set this to true.
12+
; Artwork - If you have contributed artwork or related changes, set this to true
13+
; BugFixes - If you have contributed bug fixes or added new features, set this to true.
14+
; Translation - If you have provided language translations, set this to true.
15+
; Designs - If you have contributed an embroidery design sample, set this to true.
16+
; Bindings - If you have contributed programming language bindings for libembroidery, set this to true.
17+
; Commands - If you have contributed a command for Embroidermodder 2, set this to true.
18+
19+
[Credit_0]
20+
Name=Jonathan Greig
21+
GitHub=redteam316
22+
CoreDeveloper=true
23+
Artwork=true
24+
Documentation=true
25+
Designs=true
26+
Commands=true
27+
28+
[Credit_1]
29+
Name=Josh Varga
30+
GitHub=JoshVarga
31+
CoreDeveloper=true
32+
33+
[Credit_2]
34+
Name=Jens Diemer
35+
GitHub=jedie
36+
Documentation=true
37+
38+
[Credit_3]
39+
Name=Kim Howard
40+
GitHub=turbokim
41+
BugFixes=true
42+
43+
[Credit_4]
44+
Name=Martin Schneider
45+
GitHub=craftoid
46+
Documentation=true
47+
48+
[Credit_5]
49+
Name=Edward Greig
50+
GitHub=Metallicow
51+
Artwork=true
52+
BugFixes=true
53+
54+
[Credit_6]
55+
Name=Sonia Entzinger
56+
Translation=true
57+
58+
[Credit_7]
59+
Name=SushiTee
60+
GitHub=SushiTee
61+
BugFixes=true
62+
63+
[Credit_8]
64+
Name=Vathonie Lufh
65+
GitHub=x2nie
66+
BugFixes=true
67+
Bindings=true
68+
69+
[Credit_9]
70+
Name=Nina Paley
71+
Designs=true
72+
73+
[Credit_10]
74+
Name=Theodore Gray
75+
Designs=true
76+
77+
[Credit_11]
78+
Name=Jens-Wolfhard Schicke-Uffmann
79+
GitHub=Drahflow
80+
BugFixes=true
81+
82+
[Credit_12]
83+
Name=Robin Swift
84+
GitHub=robin-swift
85+
CoreDeveloper=true
86+
Documentation=true

docs/manual/emrm/LICENSE.md

Lines changed: 445 additions & 0 deletions

docs/manual/emrm/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = .
9+
BUILDDIR = _build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2.69 KB
Binary file not shown.
3.32 KB
Binary file not shown.
1.42 MB
Binary file not shown.
14.4 KB
Binary file not shown.
17.8 KB
Binary file not shown.
3.08 KB
Binary file not shown.
126 KB
Binary file not shown.

0 commit comments

Comments
 (0)