##// END OF EJS Templates
documentation edits
lisaq -
Show More
@@ -60,6 +60,9 b' coverage.xml'
60 60 *.mo
61 61 *.pot
62 62
63 # Mac stuff:
64 *.DS_Store
65
63 66 # Django stuff:
64 67 *.log
65 68 local_settings.py
@@ -5748,10 +5748,10 b' function kickstartAE() {'
5748 5748 "\n" +
5749 5749 "<p>\n" +
5750 5750 " <span class=\"point\">1</span>\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" +
5751 " For App Enlight to operate, you need to\n" +
5752 " <a data-ui-sref=\"applications.update({resourceId:'new'})\" target=\"_blank\"><strong>create an app profile</strong></a> that allows\n" +
5753 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 5755 "</p>\n" +
5756 5756 "\n" +
5757 5757 "<div class=\"clear\"></div>\n" +
@@ -5767,7 +5767,7 b' function kickstartAE() {'
5767 5767 "\n" +
5768 5768 "<p>\n" +
5769 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 5771 " designated for alert notifications.\n" +
5772 5772 "</p>\n" +
5773 5773 "\n" +
@@ -13,20 +13,20 b''
13 13 <h2 style="text-align: center">{{_('App Enlight quickstart')}}</h2>
14 14 <h3 style="text-align: center"><span class="point">1 Create application</span></h3>
15 15 <p>
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
18 obtain <strong>API key</strong> that one of the clients can use.
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 an application profile</strong></a> that allows you to
18 obtain an <strong>API key</strong> that one of the clients can use.
19 19 </p>
20 20 <div class="clear"></div>
21 21
22 22 <h3 style="text-align: center"><span class="point">2 Integrate our client</span></h3>
23 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 25 integrate a compatible client for your language of choice.
26 26 </p>
27 27
28 <p>Head over to <strong>developers section</strong></a> for information on currently available
29 clients that you can plug into your software</p>
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>.
30 30
31 31 <p>In case of any issues or questions you might be having with integration,
32 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 42 <p>
43 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 45 designated for alert notifications.
46 46 </p>
47 47 <div class="clear"></div>
@@ -2,10 +2,10 b''
2 2
3 3 <p>
4 4 <span class="point">1</span>
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
5 For App Enlight to operate, you need to
6 <a data-ui-sref="applications.update({resourceId:'new'})" target="_blank"><strong>create an app profile</strong></a> that allows
7 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 9 </p>
10 10
11 11 <div class="clear"></div>
@@ -21,7 +21,7 b''
21 21
22 22 <p>
23 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 25 designated for alert notifications.
26 26 </p>
27 27
@@ -30,10 +30,10 b''
30 30
31 31 <p>
32 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 34 integrate a compatible client for your language of choice.
35 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 38 <strong>developers section</strong></a> for information on currently available
39 39 clients that you can plug into your software</p>
General Comments 0
You need to be logged in to leave comments. Login now