Show More
@@ -60,6 +60,9 b' coverage.xml' | |||||
60 | *.mo |
|
60 | *.mo | |
61 | *.pot |
|
61 | *.pot | |
62 |
|
62 | |||
|
63 | # Mac stuff: | |||
|
64 | *.DS_Store | |||
|
65 | ||||
63 | # Django stuff: |
|
66 | # Django stuff: | |
64 | *.log |
|
67 | *.log | |
65 | local_settings.py |
|
68 | local_settings.py |
@@ -5748,10 +5748,10 b' function kickstartAE() {' | |||||
5748 | "\n" + |
|
5748 | "\n" + | |
5749 | "<p>\n" + |
|
5749 | "<p>\n" + | |
5750 | " <span class=\"point\">1</span>\n" + |
|
5750 | " <span class=\"point\">1</span>\n" + | |
5751 | " For App Enlight to operate you need to\n" + |
|
5751 | " For App Enlight to operate, you need to\n" + | |
5752 | " <a data-ui-sref=\"applications.update({resourceId:'new'})\" target=\"_blank\"><strong>create app profile</strong></a> that allows\n" + |
|
5752 | " <a data-ui-sref=\"applications.update({resourceId:'new'})\" target=\"_blank\"><strong>create an app profile</strong></a> that allows\n" + | |
5753 | " you to\n" + |
|
5753 | " you to\n" + | |
5754 | " obtain <strong>API key</strong> that one of the clients can use.\n" + |
|
5754 | " obtain an <strong>API key</strong> that one of the clients can use.\n" + | |
5755 | "</p>\n" + |
|
5755 | "</p>\n" + | |
5756 | "\n" + |
|
5756 | "\n" + | |
5757 | "<div class=\"clear\"></div>\n" + |
|
5757 | "<div class=\"clear\"></div>\n" + | |
@@ -5767,7 +5767,7 b' function kickstartAE() {' | |||||
5767 | "\n" + |
|
5767 | "\n" + | |
5768 | "<p>\n" + |
|
5768 | "<p>\n" + | |
5769 | " It can be the same email account you used to register withing App Enlight -\n" + |
|
5769 | " It can be the same email account you used to register withing App Enlight -\n" + | |
5770 | " although we often recommend using separate <em>errors@...</em> account\n" + |
|
5770 | " although we often recommend using a separate <em>errors@...</em> account\n" + | |
5771 | " designated for alert notifications.\n" + |
|
5771 | " designated for alert notifications.\n" + | |
5772 | "</p>\n" + |
|
5772 | "</p>\n" + | |
5773 | "\n" + |
|
5773 | "\n" + |
@@ -13,20 +13,20 b'' | |||||
13 | <h2 style="text-align: center">{{_('App Enlight quickstart')}}</h2> |
|
13 | <h2 style="text-align: center">{{_('App Enlight quickstart')}}</h2> | |
14 | <h3 style="text-align: center"><span class="point">1 Create application</span></h3> |
|
14 | <h3 style="text-align: center"><span class="point">1 Create application</span></h3> | |
15 | <p> |
|
15 | <p> | |
16 | For App Enlight to operate you need to |
|
16 | For App Enlight to operate, you need to | |
17 | <a href="{{request.route_url('/', _app_url=_mail_url)}}ui/applications/new/update" target="_blank"><strong>create application profile</strong></a> that allows you to |
|
17 | <a href="{{request.route_url('/', _app_url=_mail_url)}}ui/applications/new/update" target="_blank"><strong>create an application profile</strong></a> that allows you to | |
18 | obtain <strong>API key</strong> that one of the clients can use. |
|
18 | obtain an <strong>API key</strong> that one of the clients can use. | |
19 | </p> |
|
19 | </p> | |
20 | <div class="clear"></div> |
|
20 | <div class="clear"></div> | |
21 |
|
21 | |||
22 | <h3 style="text-align: center"><span class="point">2 Integrate our client</span></h3> |
|
22 | <h3 style="text-align: center"><span class="point">2 Integrate our client</span></h3> | |
23 | <p> |
|
23 | <p> | |
24 | In order for your application to stream meaningful information you will need to |
|
24 | In order for your application to stream meaningful information, you will need to | |
25 | integrate a compatible client for your language of choice. |
|
25 | integrate a compatible client for your language of choice. | |
26 | </p> |
|
26 | </p> | |
27 |
|
27 | |||
28 | <p>Head over to <strong>developers section</strong></a> for information on currently available |
|
28 | <p>Head over to the <strong>developers section</strong></a> for information on currently available | |
29 | clients that you can plug into your software</p> |
|
29 | clients that you can plug into your software</p>. | |
30 |
|
30 | |||
31 | <p>In case of any issues or questions you might be having with integration, |
|
31 | <p>In case of any issues or questions you might be having with integration, | |
32 | feel free to contact us: <a href="mailto:info@appenlight.com"><strong>info@appenlight.com</strong></a></p> |
|
32 | feel free to contact us: <a href="mailto:info@appenlight.com"><strong>info@appenlight.com</strong></a></p> | |
@@ -41,7 +41,7 b'' | |||||
41 |
|
41 | |||
42 | <p> |
|
42 | <p> | |
43 | It can be the same email account you used to register with App Enlight - |
|
43 | It can be the same email account you used to register with App Enlight - | |
44 | although we often recommend using separate <em>errors@...</em> account |
|
44 | although we often recommend using a separate <em>errors@...</em> account | |
45 | designated for alert notifications. |
|
45 | designated for alert notifications. | |
46 | </p> |
|
46 | </p> | |
47 | <div class="clear"></div> |
|
47 | <div class="clear"></div> |
@@ -2,10 +2,10 b'' | |||||
2 |
|
2 | |||
3 | <p> |
|
3 | <p> | |
4 | <span class="point">1</span> |
|
4 | <span class="point">1</span> | |
5 | For App Enlight to operate you need to |
|
5 | For App Enlight to operate, you need to | |
6 | <a data-ui-sref="applications.update({resourceId:'new'})" target="_blank"><strong>create app profile</strong></a> that allows |
|
6 | <a data-ui-sref="applications.update({resourceId:'new'})" target="_blank"><strong>create an app profile</strong></a> that allows | |
7 | you to |
|
7 | you to | |
8 | obtain <strong>API key</strong> that one of the clients can use. |
|
8 | obtain an <strong>API key</strong> that one of the clients can use. | |
9 | </p> |
|
9 | </p> | |
10 |
|
10 | |||
11 | <div class="clear"></div> |
|
11 | <div class="clear"></div> | |
@@ -21,7 +21,7 b'' | |||||
21 |
|
21 | |||
22 | <p> |
|
22 | <p> | |
23 | It can be the same email account you used to register withing App Enlight - |
|
23 | It can be the same email account you used to register withing App Enlight - | |
24 | although we often recommend using separate <em>errors@...</em> account |
|
24 | although we often recommend using a separate <em>errors@...</em> account | |
25 | designated for alert notifications. |
|
25 | designated for alert notifications. | |
26 | </p> |
|
26 | </p> | |
27 |
|
27 | |||
@@ -30,10 +30,10 b'' | |||||
30 |
|
30 | |||
31 | <p> |
|
31 | <p> | |
32 | <span class="point">3</span> |
|
32 | <span class="point">3</span> | |
33 | In order for your application to stream meaningful information you will need to |
|
33 | In order for your application to stream meaningful information, you will need to | |
34 | integrate a compatible client for your language of choice. |
|
34 | integrate a compatible client for your language of choice. | |
35 | </p> |
|
35 | </p> | |
36 |
|
36 | |||
37 | <p>Head over to <a href="{{AeConfig.urls.docs}}" target="_blank"> |
|
37 | <p>Head over to the <a href="{{AeConfig.urls.docs}}" target="_blank"> | |
38 | <strong>developers section</strong></a> for information on currently available |
|
38 | <strong>developers section</strong></a> for information on currently available | |
39 | clients that you can plug into your software</p> |
|
39 | clients that you can plug into your software</p> |
General Comments 0
You need to be logged in to leave comments.
Login now