sn-revisions 0.1.5 → 0.1.6

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: 4bdda0ba6c8c6ef482dec9c9e58d9f66f58087d1
4
- data.tar.gz: baa90c1343dc7707164886d41ce5f4b4e8d41d59
3
+ metadata.gz: d9cbc8bd6b9850fa0d7ebea31c37c6310e96a5d8
4
+ data.tar.gz: d120d1a0e0659e59731c7fb16d96cacca3adeed9
5
5
  SHA512:
6
- metadata.gz: 2376947a62ed5f81b8f5f3f6f6af41da41b0816730ac31fc6f690af77c97536bd2c4b3f3531303771f1ebceb01c550bcc0f53e7c41a5d3f687afd540293d39b9
7
- data.tar.gz: 10acfea577a91bb57942cdf2f7c030e5af813e93eef0fc586b31be01499ef6173006cd7a1ca7b9dee54ac4f0518992510d8c3c5f02fb2689651e5f53502116b0
6
+ metadata.gz: 1ed42b76a2fb553dfc85aec4775f263a5dd252f8bf5f646cf931d247b6964705ba2de54e014a1e9fdc9287439b6c9177153dcdc6dedb6dc6a0fd78c152edc2d8
7
+ data.tar.gz: 428be5311db65bada60b2c30e243c1df616a509e46ef7f80030c1570d03231b4d500820767404fdf005330b188f40d65ec5d1a187ced83518dd2beb854de7556
@@ -1,11 +1,11 @@
1
1
  %h1 Note History Extension for Standard Notes
2
- %p The note history extension keeps track of changes, and allows you to restore a note to a previous version.
2
+ %p The note history extension automatically keeps track of changes to your notes, and allows you to restore a note to a previous version.
3
3
 
4
4
  - if @server_url
5
5
  %p
6
6
  %strong
7
7
  Your secret
8
- %span{:style => "text-decoration:underline;"} server extension
8
+ %span{:style => "text-decoration:underline;"} sync adapter
9
9
  URL is:
10
10
  = @server_url
11
11
  %p
@@ -21,18 +21,19 @@
21
21
  %p
22
22
  %strong To get started:
23
23
  %ol
24
- %li Press "Generate URLs" above to generate your server and app extension URLs.
24
+ %li Press "Generate URLs" above to generate your sync adapter and app extension URLs.
25
25
 
26
26
  %p Once you've generated your URLs, it's time to register the extensions.
27
27
 
28
28
  %p
29
- %strong To register your server extension:
29
+ %strong To register the sync adapter:
30
30
  %ol
31
31
  %li In the Standard Notes app, find and click "Account" in the lower left corner.
32
32
  %li Click "Standard File Dashboard".
33
- %li After logging in, click "Extensions" in the left panel.
34
- %li In the add new extension section, paste in the server secret URL, and submit.
35
- %p Registering the server extension allows your main Standard File server to forward encrypted data to the Note History extension server.
33
+ %li After logging in, click "Sync Adapters" in the left panel.
34
+ %li In the add new section, paste in the server secret URL, and submit.
35
+
36
+ %p Registering the sync adapter allows your main Standard File server to forward encrypted data to your note history server.
36
37
 
37
38
  %p
38
39
  %strong To register your app extension:
@@ -1,3 +1,3 @@
1
1
  module Revisions
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sn-revisions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard Notes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-21 00:00:00.000000000 Z
11
+ date: 2017-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails