... |
... |
@@ -1,85
+1,7 @@ |
1 |
|
-{{velocity}} |
2 |
|
-#set ($mainCards = [{ |
3 |
|
- 'iconfc': 'square-edit-outline', |
4 |
|
- 'title': 'Form designer', |
5 |
|
- 'description': 'Working with the form designer', |
6 |
|
- 'documentation': "Formcycle.FormDesigner" |
7 |
|
-}, { |
8 |
|
- 'iconfc': 'wrench', |
9 |
|
- 'title': 'Administation', |
10 |
|
- 'description': 'User management, Databases, LDAP, files, templates and much more', |
11 |
|
- 'documentation': 'Formcycle.UserInterface' |
12 |
|
-}, { |
13 |
|
- 'iconfc': 'inbox', |
14 |
|
- 'title': 'Inbox', |
15 |
|
- 'description': 'Organize submitted forms', |
16 |
|
- 'documentation': 'Formcycle.Inbox' |
17 |
|
-}, { |
18 |
|
- 'iconfc': 'workflow-fill', |
19 |
|
- 'title': 'Workflow', |
20 |
|
- 'description': 'Process submitted forms', |
21 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
22 |
|
-}, { |
23 |
|
- 'icon': 'fa fa-download', |
24 |
|
- 'title': 'Installation', |
25 |
|
- 'description': 'INstall or update FORMCYCLE', |
26 |
|
- 'documentation': 'Formcycle.Installation' |
27 |
|
-}, { |
28 |
|
- 'icon': 'fa fa-play-circle', |
29 |
|
- 'title': 'Einführungsvideos', |
30 |
|
- 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
31 |
|
- 'documentation': 'https://formcycle.eu/de/features' |
32 |
|
-}, { |
33 |
|
- 'iconfc': 'puzzle', |
34 |
|
- 'title': 'Anwendungsfälle', |
35 |
|
- 'description': 'Formulardaten verarbeiten', |
36 |
|
- 'documentation': 'doc:Anwendungsfälle.WebHome' |
37 |
|
-}, { |
38 |
|
- 'iconfc': 'form', |
39 |
|
- 'title': 'Examples', |
40 |
|
- 'description': 'Examples of form integration and forms', |
41 |
|
- 'documentation': 'doc:Examples.WebHome' |
42 |
|
-}]) |
|
1 |
+These help pages documents all the functionality provided by {{formcycle/}} and mentions several technical details. |
43 |
43 |
|
44 |
|
-#set ($smallCards = [{ |
45 |
|
- 'iconfc': 'comment-faq-outline', |
46 |
|
- 'title': 'Frequently asked questions', |
47 |
|
- 'description': 'Frequently asked questions', |
48 |
|
- 'documentation': "https://faq.formcycle.eu/" |
49 |
|
-}, { |
50 |
|
- 'iconfc': 'puzzle', |
51 |
|
- 'title': 'Plugin-Documentation', |
52 |
|
- 'description': 'Documentation of the plugins available for FORMCYCLE', |
53 |
|
- 'documentation': 'Formcycle.PluginDocumentation' |
54 |
|
-}, { |
55 |
|
- 'iconfc': 'action-change-status', |
56 |
|
- 'title': 'Integration into external systems', |
57 |
|
- 'description': 'Integration of FORMCYCLE into CMS/DMS-Systems', |
58 |
|
- 'documentation': 'Formcycle.CMSExtension' |
59 |
|
-}, { |
60 |
|
- 'icon': 'fa fa-share-square', |
61 |
|
- 'title': 'Daten extern weiterverarbeiten', |
62 |
|
- 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', |
63 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
64 |
|
-}, { |
65 |
|
- 'icon': 'fa fa-cloud', |
66 |
|
- 'title': 'FORM.CLOUD', |
67 |
|
- 'description': 'Information about the XIMA FORM.CLOUD', |
68 |
|
- 'documentation': 'doc:FORMCLOUD.WebHome' |
69 |
|
-}, { |
70 |
|
- 'icon': 'fa fa-list', |
71 |
|
- 'title': 'Release Notes', |
72 |
|
- 'description': 'Release Notes and download of the current version', |
73 |
|
- 'documentation': 'doc:Blog.WebHome' |
74 |
|
-}]) |
|
3 |
+See also |
75 |
75 |
|
76 |
|
-{{html}} |
77 |
|
-##$jsontool.serialize(${mainCards})<br> |
78 |
|
-##$jsontool.serialize($mainCards)<br> |
79 |
|
-{{/html}} |
80 |
|
- |
81 |
|
-{{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}} |
82 |
|
- |
83 |
|
-{{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}} |
84 |
|
- |
85 |
|
-{{/velocity}} |
|
5 |
+* [[Examples>>Examples]] |
|
6 |
+* [[Getting started>>GettingStarted]] |
|
7 |
+* [[Videos>>Videos]] |