xnlogic 1.0.43 → 1.0.44

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 667986721f6853b6a3afe0fb5aa8afa6bc527b1c
4
- data.tar.gz: 186d49b58e6f947f67ea064c17dbc9b6578aad48
3
+ metadata.gz: dc9d6daa9047e280f91635b1791a5d45a8664a82
4
+ data.tar.gz: 8f21975b102426927885585376876368cabdf14d
5
5
  SHA512:
6
- metadata.gz: f604c7eec487d2c68332732459762940bec0e5475418f325cb376f722dfabdf6061aaffdec6948617cbab5e851eea47d9a084db45eb50eb77f87d6e4d87b2c64
7
- data.tar.gz: 9f24f570e53d69c414e9c9d34dbde1760e5b892fddf65b5c1939ac3e302393a577d11ceac7bf095ba648786c40ae211f1c7f4b7ec08deb05d47529c9ed887e44
6
+ metadata.gz: e390156be00d7ca2887ff8b2d271a469cfd878b897b85e816fadf69fead7d05207237399a51c78af657888aa5ec41b3ec1b8a1a55426d11474ed3822586c1800
7
+ data.tar.gz: 0a807a9761d9ae5e4a97097a9ef46b1b6b7e97f208e76799d560d212e9df1e4a46354307812a6ae7137b04982672f949f1ce147a206758bd74ef30773a5445d9
@@ -19,13 +19,26 @@ xnlogic application my_app \-\-key my_xn_user:password \-\-up
19
19
  xnlogic help application
20
20
  .
21
21
  .SH "DESCRIPTION"
22
- XN Logic is a graph database\-backed application framework\.
22
+ XN Logic is a graph database\-backed application framework, designed for creating web applications and data\-services layers with ease\.
23
23
  .
24
24
  .P
25
- For more information, see: * XN Logic corporate \fIhttp://xnlogic\.com\fR * the XN Logic wiki \fIhttps://github\.com/xnlogic/xnlogic/wiki\fR for information on getting * Getting Started guide \fIhttp://xnlogic\.github\.io/getting_started/\fR
25
+ For more information, see:
26
26
  .
27
- .P
28
- Or for support requests, please see \fIhttps://xnlogic\.zendesk\.com/hc/en\-us\fR\.
27
+ .TP
28
+ \fBXN Logic corporate\fR
29
+ http://xnlogic\.com
30
+ .
31
+ .TP
32
+ \fBThe XN Logic wiki\fR
33
+ https://github\.com/xnlogic/xnlogic/wiki
34
+ .
35
+ .TP
36
+ \fBGetting Started guide\fR
37
+ http://xnlogic\.github\.io/getting_started/
38
+ .
39
+ .TP
40
+ \fBSupport requests\fR
41
+ https://xnlogic\.zendesk\.com/hc/en\-us
29
42
  .
30
43
  .SH "COMMANDS"
31
44
  We divide \fBxnlogic\fR subcommands into the initial command, update commands, and utilities\.
@@ -15,23 +15,30 @@ SYNOPSIS
15
15
  xnlogic help application
16
16
 
17
17
  DESCRIPTION
18
- XN Logic is a graph database-backed application framework.
18
+ XN Logic is a graph database-backed application framework, designed for
19
+ creating web applications and data-services layers with ease.
19
20
 
20
- For more information, see: * XN Logic corporate http://xnlogic.com *
21
- the XN Logic wiki https://github.com/xnlogic/xnlogic/wiki for informa-
22
- tion on getting * Getting Started guide http://xnlogic.github.io/get-
23
- ting_started/
21
+ For more information, see:
24
22
 
25
- Or for support requests, please see https://xnlogic.zen-
26
- desk.com/hc/en-us.
23
+ XN Logic corporate
24
+ http://xnlogic.com
25
+
26
+ The XN Logic wiki
27
+ https://github.com/xnlogic/xnlogic/wiki
28
+
29
+ Getting Started guide
30
+ http://xnlogic.github.io/getting_started/
31
+
32
+ Support requests
33
+ https://xnlogic.zendesk.com/hc/en-us
27
34
 
28
35
  COMMANDS
29
- We divide xnlogic subcommands into the initial command, update com-
36
+ We divide xnlogic subcommands into the initial command, update com-
30
37
  mands, and utilities.
31
38
 
32
39
  INITIAL COMMAND
33
40
  xnlogic application(1)
34
- Create a simple application, suitable for development with the
41
+ Create a simple application, suitable for development with the
35
42
  XN Framework.
36
43
 
37
44
  APPLICATION UPDATES
@@ -40,23 +47,23 @@ APPLICATION UPDATES
40
47
  figuration, or can also be used to adjust settings.
41
48
 
42
49
  xnlogic server_profile(1)
43
- Generates a server profile that can be used to configure a pro-
50
+ Generates a server profile that can be used to configure a pro-
44
51
  duction deployment.
45
52
 
46
53
  xnlogic key(1)
47
- Updates the key (i.e. xn_user:xn_password) used by an existing
54
+ Updates the key (i.e. xn_user:xn_password) used by an existing
48
55
  application.
49
56
 
50
57
  UTILITY COMMANDS
51
58
  xnlogic up(1)
52
- Starts the development VM. On the first run (only) it will also
59
+ Starts the development VM. On the first run (only) it will also
53
60
  provision it.
54
61
 
55
62
  xnlogic ssh(1)
56
63
  Interactively log into the development VM.
57
64
 
58
65
  xnlogic provision(1)
59
- Update a running VM's configuration to match the con-
66
+ Update a running VM's configuration to match the con-
60
67
  fig/vagrant.provision script.
61
68
 
62
69
  xnlogic gem_sources(1)
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.43"
2
+ VERSION = "1.0.44"
3
3
  end
data/man/xnlogic.ronn CHANGED
@@ -13,14 +13,22 @@ Example:
13
13
 
14
14
  ## DESCRIPTION
15
15
 
16
- XN Logic is a graph database-backed application framework.
16
+ XN Logic is a graph database-backed application framework, designed for creating web applications and data-services layers with ease.
17
+
17
18
 
18
19
  For more information, see:
19
- * [XN Logic corporate](http://xnlogic.com)
20
- * [the XN Logic wiki](https://github.com/xnlogic/xnlogic/wiki) for information on getting
21
- * [Getting Started guide](http://xnlogic.github.io/getting_started/)
22
20
 
23
- Or for support requests, please see [https://xnlogic.zendesk.com/hc/en-us](https://xnlogic.zendesk.com/hc/en-us).
21
+ * **XN Logic corporate**:
22
+ http://xnlogic.com
23
+
24
+ * **The XN Logic wiki**:
25
+ https://github.com/xnlogic/xnlogic/wiki
26
+
27
+ * **Getting Started guide**:
28
+ http://xnlogic.github.io/getting_started/
29
+
30
+ * **Support requests**:
31
+ https://xnlogic.zendesk.com/hc/en-us
24
32
 
25
33
  ## COMMANDS
26
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.43
4
+ version: 1.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe