-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupport.html
182 lines (170 loc) · 9.83 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html lang="en-US">
<head>
<link rel="alternate" href="https://lsfusion.org/support" hreflang="en" />
<link rel="alternate" href="https://lsfusion.org/ru/support" hreflang="ru" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="lsFusion is the most declarative and low-code business / web application development platform ever. Language-based. Open-source." />
<meta name="keywords" content="business application, web application, development platform, DSL, low-code, ERP platform, reactive programming, function-level, RAD, rapid application development, modular, open source, free application development" />
<title>lsFusion | Support</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link href="/css/app.css" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicon/favicon_32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicon/favicon_16x16.png">
<link rel="icon" type="image/x-icon" href="/imgs/favicon/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38678623-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-38678623-1');
</script>
</head>
<body class="flex">
<nav>
<div class="inner">
<h2><a href="/" title="Go to Homepage">lsFusion</a></h2>
<a class="menu-link" href="#menu">Menu</a>
<ul class="nav">
<li><a href="/features">Features</a></li>
<li><a href="/compare">Compare</a></li>
<li><a href="https://docs.lsfusion.org/Install/" target="_blank" title="Click to open in a new window">Install</a></li>
<li><a href="https://docs.lsfusion.org" target="_blank" title="Click to open in a new window">Learn</a></li>
<li><a href="/support" class="active">Support</a></li>
<li><a href="/solutions">Solutions</a></li>
<li id="languages">
<div class="language">
<strong>EN</strong>
<ul>
<li><span class="current">En</span></li>
<li><a href="/ru/">Ру</a></li>
</ul>
</div>
</li>
</ul>
</div>
</nav>
<div class="inner">
<h1>Support</h1>
<ul class="support">
<li class="support-telegram">
<div class="inner">
<h2>Telegram</h2>
<p>For consultations and discussions of current issues and news join our <a href="https://t.me/lsfusion_official" target="_blank">group in Telegram</a>.</p>
</div>
</li>
<li class="support-chat">
<div class="inner">
<h2>Slack</h2>
<p>To get quick access to support, feel free to use our dedicated <a href="https://join.slack.com/t/lsfusion/shared_invite/zt-2klihpl2q-h6ol~nDRPky~O1uHC14Dwg" target="_blank">workspace</a> on Slack.</p>
</div>
</li>
<li class="support-qa">
<div class="inner">
<h2>Stack Overflow</h2>
<p>To ask questions (or search existing ones), use the corresponding "Stack Overflow" <a href="https://stackoverflow.com/questions/tagged/lsfusion" target="_blank">lable</a>.</p>
</div>
</li>
<li class="support-task">
<div class="inner">
<h2>Task management</h2>
<p>A task management system where you can report bugs, monitor the progress of issues, and suggest new features can be found in the corresponding GitHub <a href="https://github.com/lsFusion" target="_blank">repositories</a>.</p>
</div>
</li>
<li class="support-blog">
<div class="inner">
<h2>Blog</h2>
<p>For more articles and other information about the platform, please follow <a href="https://habr.com/ru/company/lsfusion/blog/" target="_blank">our blog</a> on Habr.com.</p>
</div>
</li>
<li class="support-news">
<div class="inner">
<h2>News</h2>
<p>You can keep track of our news and updates by <a href="https://twitter.com/lsfusion" target="_blank">following us</a> on Twitter.</p>
</div>
</li>
<li class="support-code">
<div class="inner">
<h2>Source code</h2>
<p>The source code for the platform and IDEA plugin can be found in the corresponding GitHub <a href="https://github.com/lsFusion" target="_blank">repositories</a>.</p>
</div>
</li>
<li class="support-system">
<div class="inner">
<h2>Build system</h2>
<p>You can monitor auto-build processes using the corresponding Jenkins <a href="http://jenkins.lsfusion.org/" target="_blank">Web UI</a>.</p>
</div>
</li>
<li class="support-email">
<div class="inner">
<h2>Email</h2>
<p>For all other questions, please email us at <a href="mailto:[email protected]" target="_blank">[email protected]</a>.</p>
</div>
</li>
</ul>
</div>
<footer>
<div class="inner">
<nav>
<ul>
<li><h3>Try</h3></li>
<li><a href="/try">Online</a></li>
<li><a href="https://docs.lsfusion.org/Development_auto/" target="_blank" title="Click to open in a new window">Offline</a></li>
</ul>
<ul>
<li><h3>Learn</h3></li>
<li><a href="https://docs.lsfusion.org/Paradigm/" target="_blank" title="Click to open in a new window">Paradigm</a></li>
<li><a href="https://docs.lsfusion.org/Examples/" target="_blank" title="Click to open in a new window">Examples</a></li>
<li><a href="https://www.youtube.com/playlist?list=PL8FG-RmfUn1Oc30Vaw1Em3DeSzV5ElQ43" target="_blank" title="Click to open in a new window">Video Tutorials</a></li>
</ul>
<ul>
<li><h3>Install</h3></li>
<li><a href="https://docs.lsfusion.org/Execution_auto/" target="_blank" title="Click to open in a new window">Automatically</a></li>
<li><a href="https://docs.lsfusion.org/Execution_manual/" target="_blank" title="Click to open in a new window">Manually</a></li>
</ul>
<ul>
<li><h3>Solutions</h3></li>
<li><a href="https://mycompany.lsfusion.org" target="_blank" title="Click to open in a new window">MyCompany</a></li>
<li><a href="https://lsfusion-erp.com/" target="_blank" title="Click to open in a new window">lsFusion ERP</a></li>
<li><a href="https://lsfusion-erp.com/modules.html#wms" target="_blank" title="Click to open in a new window">lsFusion WMS</a></li>
<li><a href="/solutions">More solutions</a></li>
</ul>
<ul class="social">
<li><h3>Social</h3></li>
<li class="git"><a href="https://github.com/lsfusion" target="_blank" title="Click to open in a new window">Github</a></li>
<!--li class="tw"><a href="https://twitter.com/lsfusion" target="_blank" title="Click to open in a new window">Twitter</a></li-->
<li class="blog"><a href="https://habr.com/en/company/lsfusion/blog/" target="_blank" title="Click to open in a new window">Blog</a></li>
<li class="ln"><a href="https://www.linkedin.com/company/lsfusion/" target="_blank" title="Click to open in a new window">LinkedIn</a></li>
<!--li class="fb"><a href="#" target="_blank">Facebook</a></li>
<li class="tw"><a href="#" target="_blank">Twitter</a></li-->
</ul>
<ul class="community">
<li><h3>Community</h3></li>
<li class="tel"><a href="https://t.me/lsfusion_official " target="_blank" title="Follow us on Telegram">Telegram</a></li>
<li class="git"><a href="https://github.com/lsfusion/platform/issues" target="_blank" title="Click to open in a new window">Github Issues</a></li>
<li class="sl"><a href="https://join.slack.com/t/lsfusion/shared_invite/zt-2klihpl2q-h6ol~nDRPky~O1uHC14Dwg" target="_blank" title="Click to open in a new window">Slack</a></li>
<li class="st"><a href="https://stackoverflow.com/questions/tagged/lsfusion" target="_blank" title="Click to open in a new window">StackOverflow</a></li>
<li class="em"><a href="mailto:[email protected]" target="_blank" title="Click to open in a new window">Email</a></li>
</ul>
</nav>
<div id="absfooter">
<p id="copyright">© <script>document.write((new Date()).getFullYear())</script> lsFusion Foundation</p>
<ul>
<li><a href="mailto:[email protected]">Report a bug</a></li>
</ul>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
<script src="/js/app.js"></script>
</body>
</html>