syclink 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -5
  3. data/bin/syclink +17 -5
  4. data/doc/Gemfile.html +40 -0
  5. data/doc/Gemfile_lock.html +40 -0
  6. data/doc/LICENSE.html +40 -0
  7. data/doc/Object.html +3 -3
  8. data/doc/README_md.html +63 -11
  9. data/doc/README_rdoc.html +40 -0
  10. data/doc/Rakefile.html +40 -0
  11. data/doc/SycLink/Chrome.html +3 -0
  12. data/doc/SycLink/Designer.html +48 -8
  13. data/doc/SycLink/Exporter.html +2 -0
  14. data/doc/SycLink/FileImporter.html +2 -2
  15. data/doc/SycLink/Firefox.html +3 -0
  16. data/doc/SycLink/Formatter.html +2 -0
  17. data/doc/SycLink/Importer.html +57 -6
  18. data/doc/SycLink/Infrastructure.html +2 -0
  19. data/doc/SycLink/InternetExplorer.html +4 -2
  20. data/doc/SycLink/Link.html +2 -0
  21. data/doc/SycLink/LinkChecker.html +6 -4
  22. data/doc/SycLink/Website.html +5 -0
  23. data/doc/SycLink.html +28 -0
  24. data/doc/created.rid +58 -10
  25. data/doc/index.html +40 -0
  26. data/doc/js/navigation.js.gz +0 -0
  27. data/doc/js/search_index.js +1 -1
  28. data/doc/js/search_index.js.gz +0 -0
  29. data/doc/js/searcher.js.gz +0 -0
  30. data/doc/setup_md.html +40 -0
  31. data/doc/spec/syclink/fi/a_txt.html +40 -0
  32. data/doc/spec/syclink/fi/c/ie_url.html +40 -0
  33. data/doc/spec/syclink/gc/Bookmarks.html +40 -0
  34. data/doc/spec/syclink/ie/ie_url.html +40 -0
  35. data/doc/spec/syclink/ie/one/ie_url.html +40 -0
  36. data/doc/spec/syclink/ie/one/two/ie_url.html +40 -0
  37. data/doc/syclink_gemspec.html +40 -0
  38. data/doc/syclink_rdoc.html +40 -0
  39. data/doc/table_of_contents.html +118 -0
  40. data/doc/templates/example_html.html +40 -0
  41. data/doc/templates/links.html +40 -0
  42. data/doc/templates/stylesheets/style_css.html +40 -0
  43. data/doc/templates/stylesheets/style_css_map.html +40 -0
  44. data/doc/templates/stylesheets/style_css_scss.html +40 -0
  45. data/doc/templates/syc-link_html.html +40 -0
  46. data/lib/syclink/designer.rb +8 -0
  47. data/lib/syclink/file_importer.rb +2 -2
  48. data/lib/syclink/importer.rb +8 -1
  49. data/lib/syclink/internet_explorer.rb +2 -2
  50. data/lib/syclink/link_checker.rb +2 -0
  51. data/lib/syclink/version.rb +1 -1
  52. data/spec/syclink/designer_spec.rb +23 -0
  53. metadata +2 -2
@@ -87,6 +87,9 @@
87
87
 
88
88
  <section class="description">
89
89
 
90
+ <p><a href="Importer.html">Importer</a> for <a href="Firefox.html">Firefox</a>
91
+ links</p>
92
+
90
93
  <p><a href="Importer.html">Importer</a> for <a href="Firefox.html">Firefox</a>
91
94
  links</p>
92
95
 
@@ -96,6 +96,8 @@
96
96
 
97
97
  <section class="description">
98
98
 
99
+ <p>Methods to print data in a formatted way</p>
100
+
99
101
  <p>Methods to print data in a formatted way</p>
100
102
 
101
103
  </section>
@@ -80,6 +80,8 @@
80
80
 
81
81
  <li ><a href="#method-i-rows">#rows</a>
82
82
 
83
+ <li ><a href="#method-i-url_name">#url_name</a>
84
+
83
85
  </ul>
84
86
  </div>
85
87
 
@@ -93,6 +95,8 @@
93
95
 
94
96
  <section class="description">
95
97
 
98
+ <p>To be subclassed for link importers.</p>
99
+
96
100
  <p>To be subclassed for link importers.</p>
97
101
 
98
102
  </section>
@@ -106,6 +110,20 @@
106
110
 
107
111
 
108
112
 
113
+ <section class="constants-list">
114
+ <header>
115
+ <h3>Constants</h3>
116
+ </header>
117
+ <dl>
118
+
119
+ <dt id="CLEANER">CLEANER
120
+
121
+ <dd><p>REGEX to clean tags and url names</p>
122
+
123
+
124
+ </dl>
125
+ </section>
126
+
109
127
 
110
128
 
111
129
  <section class="attribute-method-details" class="method-section">
@@ -171,7 +189,7 @@ should be imported and :tags to set tags during import.</p>
171
189
 
172
190
 
173
191
  <div class="method-source-code" id="new-source">
174
- <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 17</span>
192
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 19</span>
175
193
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">path_to_bookmarks</span>, <span class="ruby-identifier">opts</span> = {})
176
194
  <span class="ruby-ivar">@path</span> = <span class="ruby-identifier">path_to_bookmarks</span>
177
195
  <span class="ruby-ivar">@opts</span> = <span class="ruby-identifier">opts</span>
@@ -213,7 +231,7 @@ should be imported and :tags to set tags during import.</p>
213
231
 
214
232
 
215
233
  <div class="method-source-code" id="links-source">
216
- <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 36</span>
234
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 38</span>
217
235
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">links</span>
218
236
  <span class="ruby-identifier">rows</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">row</span><span class="ruby-operator">|</span>
219
237
  <span class="ruby-identifier">attributes</span> = <span class="ruby-constant">Link</span><span class="ruby-operator">::</span><span class="ruby-constant">ATTRS</span>.<span class="ruby-identifier">dup</span> <span class="ruby-operator">-</span> [<span class="ruby-value">:url</span>]
@@ -250,7 +268,7 @@ file has to be provided during initialization with initialize</p>
250
268
 
251
269
 
252
270
  <div class="method-source-code" id="read-source">
253
- <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 25</span>
271
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 27</span>
254
272
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">read</span>
255
273
  <span class="ruby-identifier">raise</span> <span class="ruby-constant">NotImplementedError</span>
256
274
  <span class="ruby-keyword">end</span></pre>
@@ -284,7 +302,7 @@ from <a href="Importer.html#method-i-read">read</a>.</p>
284
302
 
285
303
 
286
304
  <div class="method-source-code" id="rows-source">
287
- <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 31</span>
305
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 33</span>
288
306
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">rows</span>
289
307
  <span class="ruby-identifier">read</span>
290
308
  <span class="ruby-keyword">end</span></pre>
@@ -328,12 +346,12 @@ tag_string. If a level is provided these tags are considered first</p>
328
346
 
329
347
 
330
348
  <div class="method-source-code" id="extract_tags-source">
331
- <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 49</span>
349
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 51</span>
332
350
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">extract_tags</span>(<span class="ruby-identifier">tag_string</span>)
333
351
  <span class="ruby-identifier">opts</span>[<span class="ruby-value">:tags</span>].<span class="ruby-identifier">gsub!</span>(<span class="ruby-string">&#39;,&#39;</span>, <span class="ruby-string">&#39;/&#39;</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">opts</span>[<span class="ruby-value">:tags</span>]
334
352
  <span class="ruby-identifier">tags</span> = (<span class="ruby-identifier">tag_string</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-value">:tags</span>]).<span class="ruby-identifier">compact</span>
335
353
  .<span class="ruby-identifier">join</span>(<span class="ruby-string">&#39;/&#39;</span>)
336
- .<span class="ruby-identifier">gsub</span>(<span class="ruby-node">/[^a-zA-Zäöu&amp;#\/, ]/</span>, <span class="ruby-string">&quot; &quot;</span>)
354
+ .<span class="ruby-identifier">gsub</span>(<span class="ruby-node">/[^a-zA-Zäöü&amp;#\/, ]/</span>, <span class="ruby-string">&quot; &quot;</span>)
337
355
  .<span class="ruby-identifier">squeeze</span>(<span class="ruby-string">&quot; &quot;</span>)
338
356
  .<span class="ruby-identifier">split</span>(<span class="ruby-string">&#39;/&#39;</span>)
339
357
 
@@ -352,6 +370,39 @@ tag_string. If a level is provided these tags are considered first</p>
352
370
 
353
371
 
354
372
 
373
+ </div>
374
+
375
+
376
+ <div id="method-i-url_name" class="method-detail ">
377
+
378
+ <div class="method-heading">
379
+ <span class="method-name">url_name</span><span
380
+ class="method-args">(name_source)</span>
381
+
382
+ <span class="method-click-advice">click to toggle source</span>
383
+
384
+ </div>
385
+
386
+
387
+ <div class="method-description">
388
+
389
+ <p>Create a name from the url if no name is given.</p>
390
+
391
+
392
+
393
+
394
+ <div class="method-source-code" id="url_name-source">
395
+ <pre><span class="ruby-comment"># File lib/syclink/importer.rb, line 69</span>
396
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">url_name</span>(<span class="ruby-identifier">name_source</span>)
397
+ <span class="ruby-identifier">name_source</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-constant">CLEANER</span>, <span class="ruby-string">&quot; &quot;</span>).<span class="ruby-identifier">squeeze</span>(<span class="ruby-string">&quot; &quot;</span>)
398
+ <span class="ruby-keyword">end</span></pre>
399
+ </div>
400
+
401
+ </div>
402
+
403
+
404
+
405
+
355
406
  </div>
356
407
 
357
408
 
@@ -86,6 +86,8 @@
86
86
 
87
87
  <section class="description">
88
88
 
89
+ <p>Helper methods to setup the infrastructure for syclink</p>
90
+
89
91
  <p>Helper methods to setup the infrastructure for syclink</p>
90
92
 
91
93
  </section>
@@ -85,6 +85,8 @@
85
85
 
86
86
  <section class="description">
87
87
 
88
+ <p><a href="Importer.html">Importer</a> for Internet Explorer</p>
89
+
88
90
  <p><a href="Importer.html">Importer</a> for Internet Explorer</p>
89
91
 
90
92
  </section>
@@ -135,8 +137,8 @@
135
137
 
136
138
  <span class="ruby-identifier">files</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span>
137
139
  <span class="ruby-keyword">unless</span> ((<span class="ruby-constant">File</span>.<span class="ruby-identifier">directory?</span> <span class="ruby-identifier">file</span>) <span class="ruby-operator">||</span> (<span class="ruby-constant">File</span>.<span class="ruby-identifier">extname</span>(<span class="ruby-identifier">file</span>).<span class="ruby-identifier">upcase</span> <span class="ruby-operator">!=</span> <span class="ruby-string">&quot;.URL&quot;</span>))
138
- <span class="ruby-identifier">url</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">file</span>).<span class="ruby-identifier">scan</span>(<span class="ruby-regexp">/(?&lt;=\nURL=)(.*)$/</span>).<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">first</span>
139
- <span class="ruby-identifier">name</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">file</span>, <span class="ruby-string">&quot;.*&quot;</span>)
140
+ <span class="ruby-identifier">url</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">file</span>).<span class="ruby-identifier">scan</span>(<span class="ruby-regexp">/(?&lt;=\nURL=)(.*)$/</span>).<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">chomp</span>
141
+ <span class="ruby-identifier">name</span> = <span class="ruby-identifier">url_name</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">file</span>, <span class="ruby-string">&quot;.*&quot;</span>))
140
142
  <span class="ruby-identifier">description</span> = <span class="ruby-string">&quot;&quot;</span>
141
143
  <span class="ruby-identifier">tag</span> = <span class="ruby-identifier">extract_tags</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">dirname</span>(<span class="ruby-identifier">file</span>).<span class="ruby-identifier">scan</span>(<span class="ruby-identifier">regex</span>))
142
144
  [<span class="ruby-identifier">url</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">description</span>, <span class="ruby-identifier">tag</span>]
@@ -104,6 +104,8 @@
104
104
 
105
105
  <section class="description">
106
106
 
107
+ <p>Creates a link with url, name, description and tag</p>
108
+
107
109
  <p>Creates a link with url, name, description and tag</p>
108
110
 
109
111
  </section>
@@ -84,6 +84,8 @@
84
84
 
85
85
  <section class="description">
86
86
 
87
+ <p>Methods to check links for availability. A link may be an URI or a file</p>
88
+
87
89
  <p>Methods to check links for availability. A link may be an URI or a file</p>
88
90
 
89
91
  </section>
@@ -129,7 +131,7 @@ including class has an attribute &#39;url&#39;</p>
129
131
 
130
132
 
131
133
  <div class="method-source-code" id="response-source">
132
- <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 10</span>
134
+ <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 12</span>
133
135
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">response</span>
134
136
  <span class="ruby-identifier">uri</span> = <span class="ruby-identifier">to_uri</span>(<span class="ruby-identifier">url</span>)
135
137
  <span class="ruby-identifier">uri</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">response_of_uri</span>(<span class="ruby-identifier">uri</span>) <span class="ruby-operator">:</span> <span class="ruby-identifier">response_of_file</span>(<span class="ruby-identifier">url</span>)
@@ -164,7 +166,7 @@ including class has an attribute &#39;url&#39;</p>
164
166
 
165
167
 
166
168
  <div class="method-source-code" id="response_of_file-source">
167
- <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 29</span>
169
+ <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 31</span>
168
170
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">response_of_file</span>(<span class="ruby-identifier">file</span>)
169
171
  <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">file</span>) <span class="ruby-operator">?</span> <span class="ruby-string">&quot;200&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-string">&quot;Error&quot;</span>
170
172
  <span class="ruby-keyword">end</span></pre>
@@ -199,7 +201,7 @@ not be nil</p>
199
201
 
200
202
 
201
203
  <div class="method-source-code" id="response_of_uri-source">
202
- <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 17</span>
204
+ <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 19</span>
203
205
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">response_of_uri</span>(<span class="ruby-identifier">uri</span>)
204
206
  <span class="ruby-keyword">begin</span>
205
207
  <span class="ruby-constant">Net</span><span class="ruby-operator">::</span><span class="ruby-constant">HTTP</span>.<span class="ruby-identifier">start</span>(<span class="ruby-identifier">uri</span>.<span class="ruby-identifier">host</span>, <span class="ruby-identifier">uri</span>.<span class="ruby-identifier">port</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">http</span><span class="ruby-operator">|</span>
@@ -239,7 +241,7 @@ returned</p>
239
241
 
240
242
 
241
243
  <div class="method-source-code" id="to_uri-source">
242
- <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 35</span>
244
+ <pre><span class="ruby-comment"># File lib/syclink/link_checker.rb, line 37</span>
243
245
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_uri</span>(<span class="ruby-identifier">url</span>)
244
246
  <span class="ruby-identifier">uri</span> = <span class="ruby-constant">URI</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">url</span>)
245
247
  <span class="ruby-identifier">uri</span>.<span class="ruby-identifier">host</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">false</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">uri</span>
@@ -122,6 +122,11 @@
122
122
 
123
123
  <section class="description">
124
124
 
125
+ <p>A <a href="Website.html">Website</a> is organizing a link list. The links
126
+ can be added, updated and removed. It is also possible to search for
127
+ links. And finally an html representation of the <a
128
+ href="Website.html">Website</a> can be created.</p>
129
+
125
130
  <p>A <a href="Website.html">Website</a> is organizing a link list. The links
126
131
  can be added, updated and removed. It is also possible to search for
127
132
  links. And finally an html representation of the <a
data/doc/SycLink.html CHANGED
@@ -105,6 +105,34 @@
105
105
 
106
106
  <p>Module that creates a link list and generates an html representation</p>
107
107
 
108
+ <p>Module that creates a link list and generates an html representation</p>
109
+
110
+ <p>Module that creates a link list and generates an html representation</p>
111
+
112
+ <p>Module that creates a link list and generates an html representation</p>
113
+
114
+ <p>Module that creates a link list and generates an html representation</p>
115
+
116
+ <p>Module that creates a link list and generates an html representation</p>
117
+
118
+ <p>Module that creates a link list and generates an html representation</p>
119
+
120
+ <p>Module that creates a link list and generates an html representation</p>
121
+
122
+ <p>Module that creates a link list and generates an html representation</p>
123
+
124
+ <p>Module that creates a link list and generates an html representation</p>
125
+
126
+ <p>Module that creates a link list and generates an html representation</p>
127
+
128
+ <p>Module that creates a link list and generates an html representation</p>
129
+
130
+ <p>Module that creates a link list and generates an html representation</p>
131
+
132
+ <p>Module that creates a link list and generates an html representation</p>
133
+
134
+ <p>Module that creates a link list and generates an html representation</p>
135
+
108
136
  <p>Module that creates a link list and generates an html representation</p>
109
137
 
110
138
  </section>
data/doc/created.rid CHANGED
@@ -1,25 +1,25 @@
1
- Thu, 23 Jul 2015 17:47:18 +0200
1
+ Fri, 24 Jul 2015 23:16:19 +0200
2
2
  ./Gemfile Tue, 30 Jun 2015 21:39:07 +0200
3
3
  ./Gemfile.lock Thu, 23 Jul 2015 07:10:25 +0200
4
4
  ./README.rdoc Sat, 04 Jul 2015 00:53:04 +0200
5
- ./README.md Mon, 20 Jul 2015 00:27:57 +0200
5
+ ./README.md Fri, 24 Jul 2015 23:12:54 +0200
6
6
  ./LICENSE Fri, 26 Jun 2015 23:29:52 +0200
7
7
  ./lib/syclink.rb Thu, 23 Jul 2015 17:46:45 +0200
8
8
  ./lib/syclink/infrastructure.rb Sat, 04 Jul 2015 00:33:20 +0200
9
9
  ./lib/syclink/link.rb Sun, 19 Jul 2015 13:42:15 +0200
10
10
  ./lib/syclink/exporter.rb Sun, 05 Jul 2015 21:52:38 +0200
11
- ./lib/syclink/file_importer.rb Thu, 23 Jul 2015 06:51:55 +0200
11
+ ./lib/syclink/file_importer.rb Fri, 24 Jul 2015 19:02:16 +0200
12
12
  ./lib/syclink/firefox.rb Sun, 12 Jul 2015 22:00:17 +0200
13
- ./lib/syclink/link_checker.rb Sun, 19 Jul 2015 18:00:55 +0200
13
+ ./lib/syclink/link_checker.rb Fri, 24 Jul 2015 18:42:38 +0200
14
14
  ./lib/syclink/website_example.rb Sat, 04 Jul 2015 00:48:39 +0200
15
15
  ./lib/syclink/chrome.rb Sun, 12 Jul 2015 22:01:17 +0200
16
16
  ./lib/syclink/designer_example.rb Sat, 04 Jul 2015 00:48:01 +0200
17
- ./lib/syclink/designer.rb Sun, 19 Jul 2015 21:06:50 +0200
18
- ./lib/syclink/version.rb Thu, 23 Jul 2015 07:07:48 +0200
17
+ ./lib/syclink/designer.rb Fri, 24 Jul 2015 23:06:42 +0200
18
+ ./lib/syclink/version.rb Fri, 24 Jul 2015 23:14:38 +0200
19
19
  ./lib/syclink/formatter.rb Mon, 20 Jul 2015 00:05:25 +0200
20
20
  ./lib/syclink/website.rb Sun, 19 Jul 2015 17:36:18 +0200
21
- ./lib/syclink/internet_explorer.rb Sat, 18 Jul 2015 00:14:15 +0200
22
- ./lib/syclink/importer.rb Thu, 23 Jul 2015 07:06:11 +0200
21
+ ./lib/syclink/internet_explorer.rb Fri, 24 Jul 2015 18:54:31 +0200
22
+ ./lib/syclink/importer.rb Fri, 24 Jul 2015 18:55:07 +0200
23
23
  ./spec/syclink/importer_spec.rb Sun, 19 Jul 2015 00:25:18 +0200
24
24
  ./spec/syclink/fi/b/three.pdf Sun, 12 Jul 2015 10:54:56 +0200
25
25
  ./spec/syclink/fi/b/a/four.pdf Sun, 12 Jul 2015 10:55:14 +0200
@@ -27,7 +27,7 @@ Thu, 23 Jul 2015 17:47:18 +0200
27
27
  ./spec/syclink/fi/a.txt Sun, 12 Jul 2015 13:08:19 +0200
28
28
  ./spec/syclink/fi/one.pdf Sun, 12 Jul 2015 10:51:32 +0200
29
29
  ./spec/syclink/fi/c/ie.url Sat, 18 Jul 2015 07:10:07 +0200
30
- ./spec/syclink/designer_spec.rb Sun, 12 Jul 2015 15:55:37 +0200
30
+ ./spec/syclink/designer_spec.rb Fri, 24 Jul 2015 22:41:14 +0200
31
31
  ./spec/syclink/formatter_spec.rb Fri, 17 Jul 2015 23:54:51 +0200
32
32
  ./spec/syclink/website_spec.rb Sat, 18 Jul 2015 23:08:19 +0200
33
33
  ./spec/syclink/ie/one/ie.url Wed, 08 Jul 2015 17:54:37 +0200
@@ -45,5 +45,53 @@ Thu, 23 Jul 2015 17:47:18 +0200
45
45
  ./templates/stylesheets/style.css.map Mon, 29 Jun 2015 20:40:18 +0200
46
46
  ./Rakefile Sat, 04 Jul 2015 01:14:34 +0200
47
47
  ./setup.md Sat, 04 Jul 2015 01:35:27 +0200
48
- ./bin/syclink Mon, 20 Jul 2015 00:04:14 +0200
48
+ ./pkg/syclink-0.1.2.gem Thu, 23 Jul 2015 17:48:14 +0200
49
+ ./pkg/syclink-0.1.2/Gemfile Tue, 30 Jun 2015 21:39:07 +0200
50
+ ./pkg/syclink-0.1.2/Gemfile.lock Thu, 23 Jul 2015 07:10:25 +0200
51
+ ./pkg/syclink-0.1.2/README.rdoc Sat, 04 Jul 2015 00:53:04 +0200
52
+ ./pkg/syclink-0.1.2/README.md Fri, 24 Jul 2015 23:12:54 +0200
53
+ ./pkg/syclink-0.1.2/LICENSE Fri, 26 Jun 2015 23:29:52 +0200
54
+ ./pkg/syclink-0.1.2/lib/syclink.rb Thu, 23 Jul 2015 17:46:45 +0200
55
+ ./pkg/syclink-0.1.2/lib/syclink/infrastructure.rb Sat, 04 Jul 2015 00:33:20 +0200
56
+ ./pkg/syclink-0.1.2/lib/syclink/link.rb Sun, 19 Jul 2015 13:42:15 +0200
57
+ ./pkg/syclink-0.1.2/lib/syclink/exporter.rb Sun, 05 Jul 2015 21:52:38 +0200
58
+ ./pkg/syclink-0.1.2/lib/syclink/file_importer.rb Fri, 24 Jul 2015 19:02:16 +0200
59
+ ./pkg/syclink-0.1.2/lib/syclink/firefox.rb Sun, 12 Jul 2015 22:00:17 +0200
60
+ ./pkg/syclink-0.1.2/lib/syclink/link_checker.rb Fri, 24 Jul 2015 18:42:38 +0200
61
+ ./pkg/syclink-0.1.2/lib/syclink/website_example.rb Sat, 04 Jul 2015 00:48:39 +0200
62
+ ./pkg/syclink-0.1.2/lib/syclink/chrome.rb Sun, 12 Jul 2015 22:01:17 +0200
63
+ ./pkg/syclink-0.1.2/lib/syclink/designer_example.rb Sat, 04 Jul 2015 00:48:01 +0200
64
+ ./pkg/syclink-0.1.2/lib/syclink/designer.rb Fri, 24 Jul 2015 23:06:42 +0200
65
+ ./pkg/syclink-0.1.2/lib/syclink/version.rb Fri, 24 Jul 2015 23:14:38 +0200
66
+ ./pkg/syclink-0.1.2/lib/syclink/formatter.rb Mon, 20 Jul 2015 00:05:25 +0200
67
+ ./pkg/syclink-0.1.2/lib/syclink/website.rb Sun, 19 Jul 2015 17:36:18 +0200
68
+ ./pkg/syclink-0.1.2/lib/syclink/internet_explorer.rb Fri, 24 Jul 2015 18:54:31 +0200
69
+ ./pkg/syclink-0.1.2/lib/syclink/importer.rb Fri, 24 Jul 2015 18:55:07 +0200
70
+ ./pkg/syclink-0.1.2/spec/syclink/importer_spec.rb Sun, 19 Jul 2015 00:25:18 +0200
71
+ ./pkg/syclink-0.1.2/spec/syclink/fi/b/three.pdf Sun, 12 Jul 2015 10:54:56 +0200
72
+ ./pkg/syclink-0.1.2/spec/syclink/fi/b/a/four.pdf Sun, 12 Jul 2015 10:55:14 +0200
73
+ ./pkg/syclink-0.1.2/spec/syclink/fi/a/two.pdf Sun, 12 Jul 2015 10:54:30 +0200
74
+ ./pkg/syclink-0.1.2/spec/syclink/fi/a.txt Sun, 12 Jul 2015 13:08:19 +0200
75
+ ./pkg/syclink-0.1.2/spec/syclink/fi/one.pdf Sun, 12 Jul 2015 10:51:32 +0200
76
+ ./pkg/syclink-0.1.2/spec/syclink/fi/c/ie.url Sat, 18 Jul 2015 07:10:07 +0200
77
+ ./pkg/syclink-0.1.2/spec/syclink/designer_spec.rb Fri, 24 Jul 2015 22:41:14 +0200
78
+ ./pkg/syclink-0.1.2/spec/syclink/formatter_spec.rb Fri, 17 Jul 2015 23:54:51 +0200
79
+ ./pkg/syclink-0.1.2/spec/syclink/website_spec.rb Sat, 18 Jul 2015 23:08:19 +0200
80
+ ./pkg/syclink-0.1.2/spec/syclink/ie/one/ie.url Wed, 08 Jul 2015 17:54:37 +0200
81
+ ./pkg/syclink-0.1.2/spec/syclink/ie/one/two/ie.url Wed, 08 Jul 2015 17:55:16 +0200
82
+ ./pkg/syclink-0.1.2/spec/syclink/ie/ie.url Wed, 08 Jul 2015 07:54:21 +0200
83
+ ./pkg/syclink-0.1.2/spec/syclink/gc/Bookmarks Thu, 09 Jul 2015 07:29:45 +0200
84
+ ./pkg/syclink-0.1.2/spec/syclink/link_spec.rb Sun, 19 Jul 2015 13:47:16 +0200
85
+ ./pkg/syclink-0.1.2/syclink.rdoc Sat, 04 Jul 2015 00:56:06 +0200
86
+ ./pkg/syclink-0.1.2/templates/syclink.html.erb Sat, 18 Jul 2015 09:49:46 +0200
87
+ ./pkg/syclink-0.1.2/templates/links Mon, 29 Jun 2015 23:52:40 +0200
88
+ ./pkg/syclink-0.1.2/templates/syc-link.html Tue, 30 Jun 2015 00:04:59 +0200
89
+ ./pkg/syclink-0.1.2/templates/stylesheets/style.css Mon, 29 Jun 2015 20:40:18 +0200
90
+ ./pkg/syclink-0.1.2/templates/stylesheets/style.css.scss Mon, 29 Jun 2015 20:26:50 +0200
91
+ ./pkg/syclink-0.1.2/templates/stylesheets/style.css.map Mon, 29 Jun 2015 20:40:18 +0200
92
+ ./pkg/syclink-0.1.2/Rakefile Sat, 04 Jul 2015 01:14:34 +0200
93
+ ./pkg/syclink-0.1.2/setup.md Sat, 04 Jul 2015 01:35:27 +0200
94
+ ./pkg/syclink-0.1.2/bin/syclink Fri, 24 Jul 2015 23:08:06 +0200
95
+ ./pkg/syclink-0.1.2/syclink.gemspec Thu, 09 Jul 2015 00:11:01 +0200
96
+ ./bin/syclink Fri, 24 Jul 2015 23:08:06 +0200
49
97
  ./syclink.gemspec Thu, 09 Jul 2015 00:11:01 +0200
data/doc/index.html CHANGED
@@ -69,6 +69,46 @@
69
69
 
70
70
  <li><a href="./Rakefile.html">Rakefile</a>
71
71
 
72
+ <li><a href="./pkg/syclink-0_1_2/Gemfile.html">Gemfile</a>
73
+
74
+ <li><a href="./pkg/syclink-0_1_2/Gemfile_lock.html">Gemfile.lock</a>
75
+
76
+ <li><a href="./pkg/syclink-0_1_2/LICENSE.html">LICENSE</a>
77
+
78
+ <li><a href="./pkg/syclink-0_1_2/README_md.html">README</a>
79
+
80
+ <li><a href="./pkg/syclink-0_1_2/README_rdoc.html">README</a>
81
+
82
+ <li><a href="./pkg/syclink-0_1_2/Rakefile.html">Rakefile</a>
83
+
84
+ <li><a href="./pkg/syclink-0_1_2/setup_md.html">setup</a>
85
+
86
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/fi/a_txt.html">a</a>
87
+
88
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/fi/c/ie_url.html">ie.url</a>
89
+
90
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/gc/Bookmarks.html">Bookmarks</a>
91
+
92
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/ie/ie_url.html">ie.url</a>
93
+
94
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/ie/one/ie_url.html">ie.url</a>
95
+
96
+ <li><a href="./pkg/syclink-0_1_2/spec/syclink/ie/one/two/ie_url.html">ie.url</a>
97
+
98
+ <li><a href="./pkg/syclink-0_1_2/syclink_gemspec.html">syclink.gemspec</a>
99
+
100
+ <li><a href="./pkg/syclink-0_1_2/syclink_rdoc.html">syclink</a>
101
+
102
+ <li><a href="./pkg/syclink-0_1_2/templates/links.html">links</a>
103
+
104
+ <li><a href="./pkg/syclink-0_1_2/templates/stylesheets/style_css.html">style.css</a>
105
+
106
+ <li><a href="./pkg/syclink-0_1_2/templates/stylesheets/style_css_map.html">style.css.map</a>
107
+
108
+ <li><a href="./pkg/syclink-0_1_2/templates/stylesheets/style_css_scss.html">style.css.scss</a>
109
+
110
+ <li><a href="./pkg/syclink-0_1_2/templates/syc-link_html.html">syc-link.html</a>
111
+
72
112
  <li><a href="./setup_md.html">setup</a>
73
113
 
74
114
  <li><a href="./spec/syclink/fi/a_txt.html">a</a>
Binary file
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["object","syclink","chrome","designer","exporter","fileimporter","firefox","formatter","importer","infrastructure","internetexplorer","link","linkchecker","website","add_link()","add_link()","add_links_from_file()","contains?()","copy_file_if_missing()","create_directory_if_missing()","create_website()","cut()","delete_website()","export()","extract_columns()","extract_tags()","find_links()","find_links()","formatter_string()","html_file()","import_links()","link_attribute_list()","links()","links_duplicate_on()","links_group_by()","links_group_by_separated()","list_links()","list_links()","load_config()","load_website()","match?()","max_column_widths()","merge_links()","merge_links_on()","new()","new()","new()","new_website()","print_availability_result()","print_header()","print_horizontal_line()","print_links()","print_table()","read()","read()","read()","read()","read()","remove_link()","remove_links()","report_links_availability()","report_links_availability()","response()","response_of_file()","response_of_uri()","row()","rows()","rows()","rows()","save_website()","scale_widths()","set_default_website()","table()","table_of_array()","to_csv()","to_html()","to_uri()","update()","update_link()","update_links_from_file()","yaml_file()","gemfile","gemfile.lock","license","readme","readme","rakefile","setup","a","ie.url","bookmarks","ie.url","ie.url","ie.url","syclink.gemspec","syclink","example.html","links","style.css","style.css.map","style.css.scss","syc-link.html"],"longSearchIndex":["object","syclink","syclink::chrome","syclink::designer","syclink::exporter","syclink::fileimporter","syclink::firefox","syclink::formatter","syclink::importer","syclink::infrastructure","syclink::internetexplorer","syclink::link","syclink::linkchecker","syclink::website","syclink::designer#add_link()","syclink::website#add_link()","syclink::designer#add_links_from_file()","syclink::link#contains?()","syclink::infrastructure#copy_file_if_missing()","syclink::infrastructure#create_directory_if_missing()","syclink::designer#create_website()","syclink::formatter#cut()","syclink::designer#delete_website()","syclink::designer#export()","syclink::formatter#extract_columns()","syclink::importer#extract_tags()","syclink::designer#find_links()","syclink::website#find_links()","syclink::formatter#formatter_string()","syclink::infrastructure#html_file()","syclink::designer#import_links()","syclink::website#link_attribute_list()","syclink::importer#links()","syclink::website#links_duplicate_on()","syclink::website#links_group_by()","syclink::website#links_group_by_separated()","syclink::designer#list_links()","syclink::website#list_links()","syclink::infrastructure#load_config()","syclink::designer#load_website()","syclink::link#match?()","syclink::formatter#max_column_widths()","syclink::designer#merge_links()","syclink::website#merge_links_on()","syclink::importer::new()","syclink::link::new()","syclink::website::new()","syclink::designer#new_website()","object#print_availability_result()","syclink::formatter#print_header()","syclink::formatter#print_horizontal_line()","object#print_links()","syclink::formatter#print_table()","syclink::chrome#read()","syclink::fileimporter#read()","syclink::firefox#read()","syclink::importer#read()","syclink::internetexplorer#read()","syclink::website#remove_link()","syclink::designer#remove_links()","syclink::designer#report_links_availability()","syclink::website#report_links_availability()","syclink::linkchecker#response()","syclink::linkchecker#response_of_file()","syclink::linkchecker#response_of_uri()","syclink::link#row()","syclink::firefox#rows()","syclink::importer#rows()","syclink::website#rows()","syclink::designer#save_website()","syclink::formatter#scale_widths()","object#set_default_website()","syclink::formatter#table()","syclink::formatter#table_of_array()","syclink::exporter#to_csv()","syclink::exporter#to_html()","syclink::linkchecker#to_uri()","syclink::link#update()","syclink::designer#update_link()","syclink::designer#update_links_from_file()","syclink::infrastructure#yaml_file()","","","","","","","","","","","","","","","","","","","","",""],"info":[["Object","","Object.html","",""],["SycLink","","SycLink.html","","<p>Module that creates a link list and generates an html representation\n<p>Module that creates a link list and …\n"],["SycLink::Chrome","","SycLink/Chrome.html","","<p>Importer for Google Chrome links\n"],["SycLink::Designer","","SycLink/Designer.html","","<p>Creates a designer that acts as a proxy between the user and the website.\nThe designer will create a …\n"],["SycLink::Exporter","","SycLink/Exporter.html","","<p>Methods to export data into specific formats\n"],["SycLink::FileImporter","","SycLink/FileImporter.html","",""],["SycLink::Firefox","","SycLink/Firefox.html","","<p>Importer for Firefox links\n"],["SycLink::Formatter","","SycLink/Formatter.html","","<p>Methods to print data in a formatted way\n"],["SycLink::Importer","","SycLink/Importer.html","","<p>To be subclassed for link importers.\n"],["SycLink::Infrastructure","","SycLink/Infrastructure.html","","<p>Helper methods to setup the infrastructure for syclink\n"],["SycLink::InternetExplorer","","SycLink/InternetExplorer.html","","<p>Importer for Internet Explorer\n"],["SycLink::Link","","SycLink/Link.html","","<p>Creates a link with url, name, description and tag\n"],["SycLink::LinkChecker","","SycLink/LinkChecker.html","","<p>Methods to check links for availability. A link may be an URI or a file\n"],["SycLink::Website","","SycLink/Website.html","","<p>A Website is organizing a link list. The links can be added, updated and \nremoved. It is also possible …\n"],["add_link","SycLink::Designer","SycLink/Designer.html#method-i-add_link","(url, args = {})","<p>Adds a link based on the provided arguments to the website\n"],["add_link","SycLink::Website","SycLink/Website.html#method-i-add_link","(link)","<p>Add a link to the website\n"],["add_links_from_file","SycLink::Designer","SycLink/Designer.html#method-i-add_links_from_file","(file)","<p>Reads arguments from a CSV file and creates links accordingly. The links\nare added to the websie\n"],["contains?","SycLink::Link","SycLink/Link.html#method-i-contains-3F","(search)","<p>Checks whether the search string is contained in one or more of the\nattributes. If the search string …\n"],["copy_file_if_missing","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-copy_file_if_missing","(file, to_directory)","<p>Copies a file to a target directory\n"],["create_directory_if_missing","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-create_directory_if_missing","(directory)","<p>Creates a directory if it does not exist\n"],["create_website","SycLink::Designer","SycLink/Designer.html#method-i-create_website","(directory, template_filename)","<p>Creates the html representation of the website. The website is saved to the\ndirectory with websites title …\n"],["cut","SycLink::Formatter","SycLink/Formatter.html#method-i-cut","(string, size)","<p>Cuts the string down to the specified size\n"],["delete_website","SycLink::Designer","SycLink/Designer.html#method-i-delete_website","(directory)","<p>Deletes the website if it already exists\n"],["export","SycLink::Designer","SycLink/Designer.html#method-i-export","(format)","<p>Export links to specified format\n"],["extract_columns","SycLink::Formatter","SycLink/Formatter.html#method-i-extract_columns","(rows, header)","<p>Extracts the columns to display in the table based on the header column\nnames\n"],["extract_tags","SycLink::Importer","SycLink/Importer.html#method-i-extract_tags","(tag_string)","<p>Extracts the tags from a tag string. If a level is provided during \ninitialization the level is restricting …\n"],["find_links","SycLink::Designer","SycLink/Designer.html#method-i-find_links","(search)","<p>Finds links based on a search string\n"],["find_links","SycLink::Website","SycLink/Website.html#method-i-find_links","(search)","<p>Finds all links that contain the search string\n"],["formatter_string","SycLink::Formatter","SycLink/Formatter.html#method-i-formatter_string","(widhts, separator)","<p>Creates a formatter string based on the widths and the column separator\n"],["html_file","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-html_file","(directory = '.', website)","<p>Creates an html filename to save the html representation of the website to\n"],["import_links","SycLink::Designer","SycLink/Designer.html#method-i-import_links","(importer)","<p>Accepts and SycLink::Importer to import Links and add them to the website\n"],["link_attribute_list","SycLink::Website","SycLink/Website.html#method-i-link_attribute_list","(attribute, separator = nil)","<p>List all attributes of the links\n"],["links","SycLink::Importer","SycLink/Importer.html#method-i-links","()","<p>Links returned as Link objects\n"],["links_duplicate_on","SycLink::Website","SycLink/Website.html#method-i-links_duplicate_on","(attribute, separator)","<p>Create multiple Links based on the attribute provided. The specified \nspearator will splitt the attribute …\n"],["links_group_by","SycLink::Website","SycLink/Website.html#method-i-links_group_by","(attribute, linkz = links)","<p>Groups the links on the provided attribute. If no links array is provided\nthe links from self are used …\n"],["links_group_by_separated","SycLink::Website","SycLink/Website.html#method-i-links_group_by_separated","(attribute, separator)","<p>Groups the links on the provided attribute. If the attribute&#39;s value\ncontains the provided separator, …\n"],["list_links","SycLink::Designer","SycLink/Designer.html#method-i-list_links","(args = {})","<p>List links contained in the website and optionally filter on attributes\n"],["list_links","SycLink::Website","SycLink/Website.html#method-i-list_links","(args = {})","<p>List links that match the attributes\n"],["load_config","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-load_config","(file)","<p>Loads the configuration from a file\n"],["load_website","SycLink::Designer","SycLink/Designer.html#method-i-load_website","(website)","<p>Loads a website based on the provided YAML-file and asigns it to the\ndesigner to operate on\n"],["match?","SycLink::Link","SycLink/Link.html#method-i-match-3F","(args)","<p>Checks whether the link matches the values provided by args and returns\ntrue if so otherwise false\n\n<pre>link.match?(name: ...</pre>\n"],["max_column_widths","SycLink::Formatter","SycLink/Formatter.html#method-i-max_column_widths","(columns, header, opts = {})","<p>Determines max column widths for each column based on the data and header\ncolumns.\n"],["merge_links","SycLink::Designer","SycLink/Designer.html#method-i-merge_links","()","<p>Merge links with same URL\n"],["merge_links_on","SycLink::Website","SycLink/Website.html#method-i-merge_links_on","(attribute, concat_string = ',')","<p>Merge links based on the provided attribue to one link by combining the \nvalues. The first link will …\n"],["new","SycLink::Importer","SycLink/Importer.html#method-c-new","(path_to_bookmarks, opts = {})","<p>Creates a new Importer and sets the path to the bookmarks file. Opts may be\n:level which indicates to …\n"],["new","SycLink::Link","SycLink/Link.html#method-c-new","(url, params = {})","<p>Create a new link with url and params. If params are not provided defaults\nare used for name the url …\n"],["new","SycLink::Website","SycLink/Website.html#method-c-new","(title = \"Link List\")","<p>Create a new Website\n"],["new_website","SycLink::Designer","SycLink/Designer.html#method-i-new_website","(title = \"SYC LINK\")","<p>Creates a new website where designer can operate on\n"],["print_availability_result","Object","Object.html#method-i-print_availability_result","(result, opts)","<p>Print result of links availability check eather to STDOUT or in a table\nformat\n"],["print_header","SycLink::Formatter","SycLink/Formatter.html#method-i-print_header","(header, formatter)","<p>Prints the table&#39;s header\n"],["print_horizontal_line","SycLink::Formatter","SycLink/Formatter.html#method-i-print_horizontal_line","(line, separator, widths)","<p>Prints a horizontal line below the header\n"],["print_links","Object","Object.html#method-i-print_links","(links, columns, opts = {})","<p>Print links in table format\n"],["print_table","SycLink::Formatter","SycLink/Formatter.html#method-i-print_table","(columns, formatter)","<p>Prints columns in a table format\n"],["read","SycLink::Chrome","SycLink/Chrome.html#method-i-read","()","<p>Reads the content of the Google Chrome bookmarks file\n"],["read","SycLink::FileImporter","SycLink/FileImporter.html#method-i-read","()",""],["read","SycLink::Firefox","SycLink/Firefox.html#method-i-read","()","<p>Reads the links from the Firefox database places.sqlite\n"],["read","SycLink::Importer","SycLink/Importer.html#method-i-read","()","<p>To be overridden! Read the raw data from the bookmarks file. The bookmarks\nfile has to be provided during …\n"],["read","SycLink::InternetExplorer","SycLink/InternetExplorer.html#method-i-read","()","<p>Reads the links from the Internet Explorer&#39;s bookmarks directory\n"],["remove_link","SycLink::Website","SycLink/Website.html#method-i-remove_link","(link)","<p>Remove a link from the website\n"],["remove_links","SycLink::Designer","SycLink/Designer.html#method-i-remove_links","(urls)","<p>Deletes one or more links from the website. Returns the deleted links.\nExpects the links provided in …\n"],["report_links_availability","SycLink::Designer","SycLink/Designer.html#method-i-report_links_availability","(opts)","<p>Check links availability. Takes a filter which values to return and whether\nto return available, unavailable …\n"],["report_links_availability","SycLink::Website","SycLink/Website.html#method-i-report_links_availability","()","<p>Check availability of links. Returns the links&#39; url with code\n&#39;200&#39; if reachable other …\n"],["response","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response","()","<p>Checks whether a link is reachable. If so code &#39;200&#39; is returned\notherwise &#39;Error&#39; #response …\n"],["response_of_file","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response_of_file","(file)","<p>Checks whether a file exists. If so it returns &#39;200&#39; otherwise\n&#39;error&#39;\n"],["response_of_uri","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response_of_uri","(uri)","<p>Checks whether the uri is reachable. If so it returns &#39;200&#39;\notherwise &#39;Error&#39;. uri has …\n"],["row","SycLink::Link","SycLink/Link.html#method-i-row","()","<p>Return the values of the link in an array\n\n<pre class=\"ruby\"><span class=\"ruby-identifier\">link</span>.<span class=\"ruby-identifier\">row</span>\n</pre>\n"],["rows","SycLink::Firefox","SycLink/Firefox.html#method-i-rows","()","<p>Returns row values in Arrays\n"],["rows","SycLink::Importer","SycLink/Importer.html#method-i-rows","()","<p>Links values returned in an Array. Default implementation returns values\nfrom #read.\n"],["rows","SycLink::Website","SycLink/Website.html#method-i-rows","()","<p>Return an array of all link values as rows\n"],["save_website","SycLink::Designer","SycLink/Designer.html#method-i-save_website","(directory)","<p>Saves the website to the specified directory with the downcased name of the\nwebsite and the extension …\n"],["scale_widths","SycLink::Formatter","SycLink/Formatter.html#method-i-scale_widths","(widths, opts = {})","<p>Scales the widths in regard to opts and opts. If :expand is true and :width\nis set the rows are expanded …\n"],["set_default_website","Object","Object.html#method-i-set_default_website","(current, default)","<p>If current website and default website are different ask whether current\nwebsite should be set as default …\n"],["table","SycLink::Formatter","SycLink/Formatter.html#method-i-table","(rows, header, opts = {})","<p>Based on the rows (an array of Links) provided and the header values a \ntable is printed. If the options …\n"],["table_of_array","SycLink::Formatter","SycLink/Formatter.html#method-i-table_of_array","(rows, header, opts = {})","<p>Based on the rows (an array of values) provided and the header values a \ntable is printed. If the options …\n"],["to_csv","SycLink::Exporter","SycLink/Exporter.html#method-i-to_csv","()","<p>Takes an array of row values and converts them to a csv string. Expects\nthat the importing class is having …\n"],["to_html","SycLink::Exporter","SycLink/Exporter.html#method-i-to_html","(template)","<p>Creates an html file based on an erb template\n"],["to_uri","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-to_uri","(url)","<p>Transforms an URL (String) to an URI. If URL is not valid false is \nreturned\n"],["update","SycLink::Link","SycLink/Link.html#method-i-update","(args)","<p>Updates the attributes of the link specified by args and returns the\nupdated link\n\n<pre>link.update(name: &quot;Example ...</pre>\n"],["update_link","SycLink::Designer","SycLink/Designer.html#method-i-update_link","(url, args)","<p>Updates a link. The link is identified by the URL. If there is more than\none link with the same URL, …\n"],["update_links_from_file","SycLink::Designer","SycLink/Designer.html#method-i-update_links_from_file","(file)",""],["yaml_file","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-yaml_file","(directory = '.', website)","<p>Creates the filename of the website for saving, loading and deleting\n"],["Gemfile","","Gemfile.html","","<p>source &#39;rubygems.org&#39; gemspec\n"],["Gemfile.lock","","Gemfile_lock.html","","<p>PATH\n\n<pre>remote: .\nspecs:\n syclink (0.1.2)\n gli (= 2.13.1)\n sqlite3 (= 1.3.10)</pre>\n<p>GEM\n"],["LICENSE","","LICENSE.html","","<p>The MIT License (MIT)\n<p>Copyright © 2015 sugaryourcoffee\n<p>Permission is hereby granted, free of charge, …\n"],["README","","README_md.html","","<p>syclink\n<p><em>syclink</em> is a comand line application to create a website with a\nlink\ncollection. <em>syclink</em> allows ...\n"],["README","","README_rdoc.html","","<p>syclink\n<p>syclink can be used to create link list and turn them into an html \nrepresentation.\n<p>Detailed information …\n"],["Rakefile","","Rakefile.html","","<p>require &#39;rubygems/package_task&#39; spec =\neval(File.read(&#39;syclink.gemspec&#39;))\n<p>Gem::PackageTask.new(spec) …\n"],["setup","","setup_md.html","","<p>Create Directory Structure\n<p>We follow the <em>RubyGems</em> convention to organize a Ruby project. We\ncreate a\ndirectory ...\n"],["a","","spec/syclink/fi/a_txt.html","",""],["ie.url","","spec/syclink/fi/c/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["Bookmarks","","spec/syclink/gc/Bookmarks.html","","<p>{\n\n<pre>&quot;checksum&quot;: &quot;d4c5b2eab81ffec9fd7ee32adc737f47&quot;,\n&quot;roots&quot;: {\n &quot;bookmark_bar&quot;: {\n &quot;children&quot;: [ ...</pre>\n"],["ie.url","","spec/syclink/ie/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","spec/syclink/ie/one/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","spec/syclink/ie/one/two/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["syclink.gemspec","","syclink_gemspec.html","","<p># Ensure we require the local version and not one we might have installed \n# already require File.join( …\n"],["syclink","","syclink_rdoc.html","","<p>syclink\n<p>NAME\n\n<pre>syclink - Create a link list and display it as an html page</pre>\n"],["example.html","","templates/example_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-CA”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;utf-8&quot;&gt;\n &lt;title&gt;Test&lt;/title&gt; ...</pre>\n"],["links","","templates/links.html","","<p>example.com;Example;An example website;Web\nsyc.dyndns.org:8080;Secondhand;Kinderkleider- und Spielzeugbörse;Sales …\n"],["style.css","","templates/stylesheets/style_css.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["style.css.map","","templates/stylesheets/style_css_map.html","","<p>{ “version”: 3, “mappings”:\n“AAAA,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,MAAM;EAChB,OAAO,EAAE,SAAS;;AAGpB,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,aAAa,EAAE,kBAAkB;EACjC,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,IAAI;EAEX,qBAAG;IACD,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,MAAM;IAEf,wBAAG;MACD,KAAK,EAAE,IAAI;MACX,mCAAa;QACX,KAAK,EAAE,KAAK;;AAMpB,UAAW;EACT,MAAM,EAAE,QAAQ;;AAGlB,YAAa;EACX,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;;AAGtB,eAAgB;EACd,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;EACpB,kBAAG;IACD,eAAe,EAAE,IAAI;;AAIzB,CAAE;EACA,eAAe,EAAE,IAAI;EACrB,OAAQ;IACN,eAAe,EAAE,SAAS;;AAI9B,KAAM;EAAG,eAAe,EAAE,QAAQ;EAChC,KAAK,EAAE,IAAI;EAEX,kBAAO;IACL,MAAM,EAAE,IAAI;EAGd,QAAG;IACD,gBAAgB,EAAE,OAAO;IACzB,KAAK,EAAa,IAAI;EAKpB,gCAAoB;IAClB,gBAAgB,EAAE,OAAO”,\n…\n"],["style.css.scss","","templates/stylesheets/style_css_scss.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["syc-link.html","","templates/syc-link_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-CA”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;utf-8&quot;&gt;\n &lt;title&gt;SYC ...</pre>\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["object","syclink","chrome","designer","exporter","fileimporter","firefox","formatter","importer","infrastructure","internetexplorer","link","linkchecker","website","add_link()","add_link()","add_links_from_file()","contains?()","copy_file_if_missing()","create_directory_if_missing()","create_website()","cut()","delete_website()","export()","extract_columns()","extract_tags()","find_links()","find_links()","formatter_string()","html_file()","import_links()","link_attribute_list()","links()","links_duplicate_on()","links_group_by()","links_group_by_separated()","list_links()","list_links()","load_config()","load_website()","match?()","max_column_widths()","merge_links()","merge_links_on()","new()","new()","new()","new_website()","print_availability_result()","print_header()","print_horizontal_line()","print_links()","print_table()","read()","read()","read()","read()","read()","remove_link()","remove_links()","remove_links_from_file()","report_links_availability()","report_links_availability()","response()","response_of_file()","response_of_uri()","row()","rows()","rows()","rows()","save_website()","scale_widths()","set_default_website()","table()","table_of_array()","to_csv()","to_html()","to_uri()","update()","update_link()","update_links_from_file()","url_name()","yaml_file()","gemfile","gemfile.lock","license","readme","readme","rakefile","gemfile","gemfile.lock","license","readme","readme","rakefile","setup","a","ie.url","bookmarks","ie.url","ie.url","ie.url","syclink.gemspec","syclink","links","style.css","style.css.map","style.css.scss","syc-link.html","setup","a","ie.url","bookmarks","ie.url","ie.url","ie.url","syclink.gemspec","syclink","example.html","links","style.css","style.css.map","style.css.scss","syc-link.html"],"longSearchIndex":["object","syclink","syclink::chrome","syclink::designer","syclink::exporter","syclink::fileimporter","syclink::firefox","syclink::formatter","syclink::importer","syclink::infrastructure","syclink::internetexplorer","syclink::link","syclink::linkchecker","syclink::website","syclink::designer#add_link()","syclink::website#add_link()","syclink::designer#add_links_from_file()","syclink::link#contains?()","syclink::infrastructure#copy_file_if_missing()","syclink::infrastructure#create_directory_if_missing()","syclink::designer#create_website()","syclink::formatter#cut()","syclink::designer#delete_website()","syclink::designer#export()","syclink::formatter#extract_columns()","syclink::importer#extract_tags()","syclink::designer#find_links()","syclink::website#find_links()","syclink::formatter#formatter_string()","syclink::infrastructure#html_file()","syclink::designer#import_links()","syclink::website#link_attribute_list()","syclink::importer#links()","syclink::website#links_duplicate_on()","syclink::website#links_group_by()","syclink::website#links_group_by_separated()","syclink::designer#list_links()","syclink::website#list_links()","syclink::infrastructure#load_config()","syclink::designer#load_website()","syclink::link#match?()","syclink::formatter#max_column_widths()","syclink::designer#merge_links()","syclink::website#merge_links_on()","syclink::importer::new()","syclink::link::new()","syclink::website::new()","syclink::designer#new_website()","object#print_availability_result()","syclink::formatter#print_header()","syclink::formatter#print_horizontal_line()","object#print_links()","syclink::formatter#print_table()","syclink::chrome#read()","syclink::fileimporter#read()","syclink::firefox#read()","syclink::importer#read()","syclink::internetexplorer#read()","syclink::website#remove_link()","syclink::designer#remove_links()","syclink::designer#remove_links_from_file()","syclink::designer#report_links_availability()","syclink::website#report_links_availability()","syclink::linkchecker#response()","syclink::linkchecker#response_of_file()","syclink::linkchecker#response_of_uri()","syclink::link#row()","syclink::firefox#rows()","syclink::importer#rows()","syclink::website#rows()","syclink::designer#save_website()","syclink::formatter#scale_widths()","object#set_default_website()","syclink::formatter#table()","syclink::formatter#table_of_array()","syclink::exporter#to_csv()","syclink::exporter#to_html()","syclink::linkchecker#to_uri()","syclink::link#update()","syclink::designer#update_link()","syclink::designer#update_links_from_file()","syclink::importer#url_name()","syclink::infrastructure#yaml_file()","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"info":[["Object","","Object.html","",""],["SycLink","","SycLink.html","","<p>Module that creates a link list and generates an html representation\n<p>Module that creates a link list and …\n"],["SycLink::Chrome","","SycLink/Chrome.html","","<p>Importer for Google Chrome links\n<p>Importer for Google Chrome links\n"],["SycLink::Designer","","SycLink/Designer.html","","<p>Creates a designer that acts as a proxy between the user and the website.\nThe designer will create a …\n"],["SycLink::Exporter","","SycLink/Exporter.html","","<p>Methods to export data into specific formats\n<p>Methods to export data into specific formats\n"],["SycLink::FileImporter","","SycLink/FileImporter.html","",""],["SycLink::Firefox","","SycLink/Firefox.html","","<p>Importer for Firefox links\n<p>Importer for Firefox links\n"],["SycLink::Formatter","","SycLink/Formatter.html","","<p>Methods to print data in a formatted way\n<p>Methods to print data in a formatted way\n"],["SycLink::Importer","","SycLink/Importer.html","","<p>To be subclassed for link importers.\n<p>To be subclassed for link importers.\n"],["SycLink::Infrastructure","","SycLink/Infrastructure.html","","<p>Helper methods to setup the infrastructure for syclink\n<p>Helper methods to setup the infrastructure for …\n"],["SycLink::InternetExplorer","","SycLink/InternetExplorer.html","","<p>Importer for Internet Explorer\n<p>Importer for Internet Explorer\n"],["SycLink::Link","","SycLink/Link.html","","<p>Creates a link with url, name, description and tag\n<p>Creates a link with url, name, description and tag …\n"],["SycLink::LinkChecker","","SycLink/LinkChecker.html","","<p>Methods to check links for availability. A link may be an URI or a file\n<p>Methods to check links for availability. …\n"],["SycLink::Website","","SycLink/Website.html","","<p>A Website is organizing a link list. The links can be added, updated and \nremoved. It is also possible …\n"],["add_link","SycLink::Designer","SycLink/Designer.html#method-i-add_link","(url, args = {})","<p>Adds a link based on the provided arguments to the website\n"],["add_link","SycLink::Website","SycLink/Website.html#method-i-add_link","(link)","<p>Add a link to the website\n"],["add_links_from_file","SycLink::Designer","SycLink/Designer.html#method-i-add_links_from_file","(file)","<p>Reads arguments from a CSV file and creates links accordingly. The links\nare added to the websie\n"],["contains?","SycLink::Link","SycLink/Link.html#method-i-contains-3F","(search)","<p>Checks whether the search string is contained in one or more of the\nattributes. If the search string …\n"],["copy_file_if_missing","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-copy_file_if_missing","(file, to_directory)","<p>Copies a file to a target directory\n"],["create_directory_if_missing","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-create_directory_if_missing","(directory)","<p>Creates a directory if it does not exist\n"],["create_website","SycLink::Designer","SycLink/Designer.html#method-i-create_website","(directory, template_filename)","<p>Creates the html representation of the website. The website is saved to the\ndirectory with websites title …\n"],["cut","SycLink::Formatter","SycLink/Formatter.html#method-i-cut","(string, size)","<p>Cuts the string down to the specified size\n"],["delete_website","SycLink::Designer","SycLink/Designer.html#method-i-delete_website","(directory)","<p>Deletes the website if it already exists\n"],["export","SycLink::Designer","SycLink/Designer.html#method-i-export","(format)","<p>Export links to specified format\n"],["extract_columns","SycLink::Formatter","SycLink/Formatter.html#method-i-extract_columns","(rows, header)","<p>Extracts the columns to display in the table based on the header column\nnames\n"],["extract_tags","SycLink::Importer","SycLink/Importer.html#method-i-extract_tags","(tag_string)","<p>Extracts the tags from a tag string. If a level is provided during \ninitialization the level is restricting …\n"],["find_links","SycLink::Designer","SycLink/Designer.html#method-i-find_links","(search)","<p>Finds links based on a search string\n"],["find_links","SycLink::Website","SycLink/Website.html#method-i-find_links","(search)","<p>Finds all links that contain the search string\n"],["formatter_string","SycLink::Formatter","SycLink/Formatter.html#method-i-formatter_string","(widhts, separator)","<p>Creates a formatter string based on the widths and the column separator\n"],["html_file","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-html_file","(directory = '.', website)","<p>Creates an html filename to save the html representation of the website to\n"],["import_links","SycLink::Designer","SycLink/Designer.html#method-i-import_links","(importer)","<p>Accepts and SycLink::Importer to import Links and add them to the website\n"],["link_attribute_list","SycLink::Website","SycLink/Website.html#method-i-link_attribute_list","(attribute, separator = nil)","<p>List all attributes of the links\n"],["links","SycLink::Importer","SycLink/Importer.html#method-i-links","()","<p>Links returned as Link objects\n"],["links_duplicate_on","SycLink::Website","SycLink/Website.html#method-i-links_duplicate_on","(attribute, separator)","<p>Create multiple Links based on the attribute provided. The specified \nspearator will splitt the attribute …\n"],["links_group_by","SycLink::Website","SycLink/Website.html#method-i-links_group_by","(attribute, linkz = links)","<p>Groups the links on the provided attribute. If no links array is provided\nthe links from self are used …\n"],["links_group_by_separated","SycLink::Website","SycLink/Website.html#method-i-links_group_by_separated","(attribute, separator)","<p>Groups the links on the provided attribute. If the attribute&#39;s value\ncontains the provided separator, …\n"],["list_links","SycLink::Designer","SycLink/Designer.html#method-i-list_links","(args = {})","<p>List links contained in the website and optionally filter on attributes\n"],["list_links","SycLink::Website","SycLink/Website.html#method-i-list_links","(args = {})","<p>List links that match the attributes\n"],["load_config","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-load_config","(file)","<p>Loads the configuration from a file\n"],["load_website","SycLink::Designer","SycLink/Designer.html#method-i-load_website","(website)","<p>Loads a website based on the provided YAML-file and asigns it to the\ndesigner to operate on\n"],["match?","SycLink::Link","SycLink/Link.html#method-i-match-3F","(args)","<p>Checks whether the link matches the values provided by args and returns\ntrue if so otherwise false\n\n<pre>link.match?(name: ...</pre>\n"],["max_column_widths","SycLink::Formatter","SycLink/Formatter.html#method-i-max_column_widths","(columns, header, opts = {})","<p>Determines max column widths for each column based on the data and header\ncolumns.\n"],["merge_links","SycLink::Designer","SycLink/Designer.html#method-i-merge_links","()","<p>Merge links with same URL\n"],["merge_links_on","SycLink::Website","SycLink/Website.html#method-i-merge_links_on","(attribute, concat_string = ',')","<p>Merge links based on the provided attribue to one link by combining the \nvalues. The first link will …\n"],["new","SycLink::Importer","SycLink/Importer.html#method-c-new","(path_to_bookmarks, opts = {})","<p>Creates a new Importer and sets the path to the bookmarks file. Opts may be\n:level which indicates to …\n"],["new","SycLink::Link","SycLink/Link.html#method-c-new","(url, params = {})","<p>Create a new link with url and params. If params are not provided defaults\nare used for name the url …\n"],["new","SycLink::Website","SycLink/Website.html#method-c-new","(title = \"Link List\")","<p>Create a new Website\n"],["new_website","SycLink::Designer","SycLink/Designer.html#method-i-new_website","(title = \"SYC LINK\")","<p>Creates a new website where designer can operate on\n"],["print_availability_result","Object","Object.html#method-i-print_availability_result","(result, opts)","<p>Print result of links availability check eather to STDOUT or in a table\nformat\n"],["print_header","SycLink::Formatter","SycLink/Formatter.html#method-i-print_header","(header, formatter)","<p>Prints the table&#39;s header\n"],["print_horizontal_line","SycLink::Formatter","SycLink/Formatter.html#method-i-print_horizontal_line","(line, separator, widths)","<p>Prints a horizontal line below the header\n"],["print_links","Object","Object.html#method-i-print_links","(links, columns, opts = {})","<p>Print links in table format\n"],["print_table","SycLink::Formatter","SycLink/Formatter.html#method-i-print_table","(columns, formatter)","<p>Prints columns in a table format\n"],["read","SycLink::Chrome","SycLink/Chrome.html#method-i-read","()","<p>Reads the content of the Google Chrome bookmarks file\n"],["read","SycLink::FileImporter","SycLink/FileImporter.html#method-i-read","()",""],["read","SycLink::Firefox","SycLink/Firefox.html#method-i-read","()","<p>Reads the links from the Firefox database places.sqlite\n"],["read","SycLink::Importer","SycLink/Importer.html#method-i-read","()","<p>To be overridden! Read the raw data from the bookmarks file. The bookmarks\nfile has to be provided during …\n"],["read","SycLink::InternetExplorer","SycLink/InternetExplorer.html#method-i-read","()","<p>Reads the links from the Internet Explorer&#39;s bookmarks directory\n"],["remove_link","SycLink::Website","SycLink/Website.html#method-i-remove_link","(link)","<p>Remove a link from the website\n"],["remove_links","SycLink::Designer","SycLink/Designer.html#method-i-remove_links","(urls)","<p>Deletes one or more links from the website. Returns the deleted links.\nExpects the links provided in …\n"],["remove_links_from_file","SycLink::Designer","SycLink/Designer.html#method-i-remove_links_from_file","(file)","<p>Deletes links based on URLs that are provided in a file. Each URL has to be\nin one line\n"],["report_links_availability","SycLink::Designer","SycLink/Designer.html#method-i-report_links_availability","(opts)","<p>Check links availability. Takes a filter which values to return and whether\nto return available, unavailable …\n"],["report_links_availability","SycLink::Website","SycLink/Website.html#method-i-report_links_availability","()","<p>Check availability of links. Returns the links&#39; url with code\n&#39;200&#39; if reachable other …\n"],["response","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response","()","<p>Checks whether a link is reachable. If so code &#39;200&#39; is returned\notherwise &#39;Error&#39; #response …\n"],["response_of_file","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response_of_file","(file)","<p>Checks whether a file exists. If so it returns &#39;200&#39; otherwise\n&#39;error&#39;\n"],["response_of_uri","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-response_of_uri","(uri)","<p>Checks whether the uri is reachable. If so it returns &#39;200&#39;\notherwise &#39;Error&#39;. uri has …\n"],["row","SycLink::Link","SycLink/Link.html#method-i-row","()","<p>Return the values of the link in an array\n\n<pre class=\"ruby\"><span class=\"ruby-identifier\">link</span>.<span class=\"ruby-identifier\">row</span>\n</pre>\n"],["rows","SycLink::Firefox","SycLink/Firefox.html#method-i-rows","()","<p>Returns row values in Arrays\n"],["rows","SycLink::Importer","SycLink/Importer.html#method-i-rows","()","<p>Links values returned in an Array. Default implementation returns values\nfrom #read.\n"],["rows","SycLink::Website","SycLink/Website.html#method-i-rows","()","<p>Return an array of all link values as rows\n"],["save_website","SycLink::Designer","SycLink/Designer.html#method-i-save_website","(directory)","<p>Saves the website to the specified directory with the downcased name of the\nwebsite and the extension …\n"],["scale_widths","SycLink::Formatter","SycLink/Formatter.html#method-i-scale_widths","(widths, opts = {})","<p>Scales the widths in regard to opts and opts. If :expand is true and :width\nis set the rows are expanded …\n"],["set_default_website","Object","Object.html#method-i-set_default_website","(current, default)","<p>If current website and default website are different ask whether current\nwebsite should be set as default …\n"],["table","SycLink::Formatter","SycLink/Formatter.html#method-i-table","(rows, header, opts = {})","<p>Based on the rows (an array of Links) provided and the header values a \ntable is printed. If the options …\n"],["table_of_array","SycLink::Formatter","SycLink/Formatter.html#method-i-table_of_array","(rows, header, opts = {})","<p>Based on the rows (an array of values) provided and the header values a \ntable is printed. If the options …\n"],["to_csv","SycLink::Exporter","SycLink/Exporter.html#method-i-to_csv","()","<p>Takes an array of row values and converts them to a csv string. Expects\nthat the importing class is having …\n"],["to_html","SycLink::Exporter","SycLink/Exporter.html#method-i-to_html","(template)","<p>Creates an html file based on an erb template\n"],["to_uri","SycLink::LinkChecker","SycLink/LinkChecker.html#method-i-to_uri","(url)","<p>Transforms an URL (String) to an URI. If URL is not valid false is \nreturned\n"],["update","SycLink::Link","SycLink/Link.html#method-i-update","(args)","<p>Updates the attributes of the link specified by args and returns the\nupdated link\n\n<pre>link.update(name: &quot;Example ...</pre>\n"],["update_link","SycLink::Designer","SycLink/Designer.html#method-i-update_link","(url, args)","<p>Updates a link. The link is identified by the URL. If there is more than\none link with the same URL, …\n"],["update_links_from_file","SycLink::Designer","SycLink/Designer.html#method-i-update_links_from_file","(file)","<p>Updates links read from a file\n"],["url_name","SycLink::Importer","SycLink/Importer.html#method-i-url_name","(name_source)","<p>Create a name from the url if no name is given.\n"],["yaml_file","SycLink::Infrastructure","SycLink/Infrastructure.html#method-i-yaml_file","(directory = '.', website)","<p>Creates the filename of the website for saving, loading and deleting\n"],["Gemfile","","Gemfile.html","","<p>source &#39;rubygems.org&#39; gemspec\n"],["Gemfile.lock","","Gemfile_lock.html","","<p>PATH\n\n<pre>remote: .\nspecs:\n syclink (0.1.2)\n gli (= 2.13.1)\n sqlite3 (= 1.3.10)</pre>\n<p>GEM\n"],["LICENSE","","LICENSE.html","","<p>The MIT License (MIT)\n<p>Copyright © 2015 sugaryourcoffee\n<p>Permission is hereby granted, free of charge, …\n"],["README","","README_md.html","","<p>syclink\n<p><em>syclink</em> is a comand line application to create a website with a\nlink\ncollection. <em>syclink</em> allows ...\n"],["README","","README_rdoc.html","","<p>syclink\n<p>syclink can be used to create link list and turn them into an html \nrepresentation.\n<p>Detailed information …\n"],["Rakefile","","Rakefile.html","","<p>require &#39;rubygems/package_task&#39; spec =\neval(File.read(&#39;syclink.gemspec&#39;))\n<p>Gem::PackageTask.new(spec) …\n"],["Gemfile","","pkg/syclink-0_1_2/Gemfile.html","","<p>source &#39;rubygems.org&#39; gemspec\n"],["Gemfile.lock","","pkg/syclink-0_1_2/Gemfile_lock.html","","<p>PATH\n\n<pre>remote: .\nspecs:\n syclink (0.1.2)\n gli (= 2.13.1)\n sqlite3 (= 1.3.10)</pre>\n<p>GEM\n"],["LICENSE","","pkg/syclink-0_1_2/LICENSE.html","","<p>The MIT License (MIT)\n<p>Copyright © 2015 sugaryourcoffee\n<p>Permission is hereby granted, free of charge, …\n"],["README","","pkg/syclink-0_1_2/README_md.html","","<p>syclink\n<p><em>syclink</em> is a comand line application to create a website with a\nlink\ncollection. <em>syclink</em> allows ...\n"],["README","","pkg/syclink-0_1_2/README_rdoc.html","","<p>syclink\n<p>syclink can be used to create link list and turn them into an html \nrepresentation.\n<p>Detailed information …\n"],["Rakefile","","pkg/syclink-0_1_2/Rakefile.html","","<p>require &#39;rubygems/package_task&#39; spec =\neval(File.read(&#39;syclink.gemspec&#39;))\n<p>Gem::PackageTask.new(spec) …\n"],["setup","","pkg/syclink-0_1_2/setup_md.html","","<p>Create Directory Structure\n<p>We follow the <em>RubyGems</em> convention to organize a Ruby project. We\ncreate a\ndirectory ...\n"],["a","","pkg/syclink-0_1_2/spec/syclink/fi/a_txt.html","",""],["ie.url","","pkg/syclink-0_1_2/spec/syclink/fi/c/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["Bookmarks","","pkg/syclink-0_1_2/spec/syclink/gc/Bookmarks.html","","<p>{\n\n<pre>&quot;checksum&quot;: &quot;d4c5b2eab81ffec9fd7ee32adc737f47&quot;,\n&quot;roots&quot;: {\n &quot;bookmark_bar&quot;: {\n &quot;children&quot;: [ ...</pre>\n"],["ie.url","","pkg/syclink-0_1_2/spec/syclink/ie/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","pkg/syclink-0_1_2/spec/syclink/ie/one/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","pkg/syclink-0_1_2/spec/syclink/ie/one/two/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["syclink.gemspec","","pkg/syclink-0_1_2/syclink_gemspec.html","","<p># Ensure we require the local version and not one we might have installed \n# already require File.join( …\n"],["syclink","","pkg/syclink-0_1_2/syclink_rdoc.html","","<p>syclink\n<p>NAME\n\n<pre>syclink - Create a link list and display it as an html page</pre>\n"],["links","","pkg/syclink-0_1_2/templates/links.html","","<p>example.com;Example;An example website;Web\nsyc.dyndns.org:8080;Secondhand;Kinderkleider- und Spielzeugbörse;Sales …\n"],["style.css","","pkg/syclink-0_1_2/templates/stylesheets/style_css.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["style.css.map","","pkg/syclink-0_1_2/templates/stylesheets/style_css_map.html","","<p>{ “version”: 3, “mappings”:\n“AAAA,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,MAAM;EAChB,OAAO,EAAE,SAAS;;AAGpB,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,aAAa,EAAE,kBAAkB;EACjC,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,IAAI;EAEX,qBAAG;IACD,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,MAAM;IAEf,wBAAG;MACD,KAAK,EAAE,IAAI;MACX,mCAAa;QACX,KAAK,EAAE,KAAK;;AAMpB,UAAW;EACT,MAAM,EAAE,QAAQ;;AAGlB,YAAa;EACX,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;;AAGtB,eAAgB;EACd,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;EACpB,kBAAG;IACD,eAAe,EAAE,IAAI;;AAIzB,CAAE;EACA,eAAe,EAAE,IAAI;EACrB,OAAQ;IACN,eAAe,EAAE,SAAS;;AAI9B,KAAM;EAAG,eAAe,EAAE,QAAQ;EAChC,KAAK,EAAE,IAAI;EAEX,kBAAO;IACL,MAAM,EAAE,IAAI;EAGd,QAAG;IACD,gBAAgB,EAAE,OAAO;IACzB,KAAK,EAAa,IAAI;EAKpB,gCAAoB;IAClB,gBAAgB,EAAE,OAAO”,\n…\n"],["style.css.scss","","pkg/syclink-0_1_2/templates/stylesheets/style_css_scss.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["syc-link.html","","pkg/syclink-0_1_2/templates/syc-link_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-CA”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;utf-8&quot;&gt;\n &lt;title&gt;SYC ...</pre>\n"],["setup","","setup_md.html","","<p>Create Directory Structure\n<p>We follow the <em>RubyGems</em> convention to organize a Ruby project. We\ncreate a\ndirectory ...\n"],["a","","spec/syclink/fi/a_txt.html","",""],["ie.url","","spec/syclink/fi/c/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["Bookmarks","","spec/syclink/gc/Bookmarks.html","","<p>{\n\n<pre>&quot;checksum&quot;: &quot;d4c5b2eab81ffec9fd7ee32adc737f47&quot;,\n&quot;roots&quot;: {\n &quot;bookmark_bar&quot;: {\n &quot;children&quot;: [ ...</pre>\n"],["ie.url","","spec/syclink/ie/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/base\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","spec/syclink/ie/one/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["ie.url","","spec/syclink/ie/one/two/ie_url.html","","<p>DEFAULT &mdash; BASEURL=www.example.com/long\n<p>InternetShortcut &mdash; URL=www.example.com/ IDList=\n<p>{000214A0-0000-0000-C000-000000000046} … &mdash; "],["syclink.gemspec","","syclink_gemspec.html","","<p># Ensure we require the local version and not one we might have installed \n# already require File.join( …\n"],["syclink","","syclink_rdoc.html","","<p>syclink\n<p>NAME\n\n<pre>syclink - Create a link list and display it as an html page</pre>\n"],["example.html","","templates/example_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-CA”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;utf-8&quot;&gt;\n &lt;title&gt;Test&lt;/title&gt; ...</pre>\n"],["links","","templates/links.html","","<p>example.com;Example;An example website;Web\nsyc.dyndns.org:8080;Secondhand;Kinderkleider- und Spielzeugbörse;Sales …\n"],["style.css","","templates/stylesheets/style_css.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["style.css.map","","templates/stylesheets/style_css_map.html","","<p>{ “version”: 3, “mappings”:\n“AAAA,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,MAAM;EAChB,OAAO,EAAE,SAAS;;AAGpB,kBAAmB;EACjB,gBAAgB,EAAE,OAAO;EACzB,aAAa,EAAE,kBAAkB;EACjC,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,IAAI;EAEX,qBAAG;IACD,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,MAAM;IAEf,wBAAG;MACD,KAAK,EAAE,IAAI;MACX,mCAAa;QACX,KAAK,EAAE,KAAK;;AAMpB,UAAW;EACT,MAAM,EAAE,QAAQ;;AAGlB,YAAa;EACX,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;;AAGtB,eAAgB;EACd,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,YAAY;EACpB,kBAAG;IACD,eAAe,EAAE,IAAI;;AAIzB,CAAE;EACA,eAAe,EAAE,IAAI;EACrB,OAAQ;IACN,eAAe,EAAE,SAAS;;AAI9B,KAAM;EAAG,eAAe,EAAE,QAAQ;EAChC,KAAK,EAAE,IAAI;EAEX,kBAAO;IACL,MAAM,EAAE,IAAI;EAGd,QAAG;IACD,gBAAgB,EAAE,OAAO;IACzB,KAAK,EAAa,IAAI;EAKpB,gCAAoB;IAClB,gBAAgB,EAAE,OAAO”,\n…\n"],["style.css.scss","","templates/stylesheets/style_css_scss.html","","<p>header#page_header {\n\n<pre>background-color: #888888;\ncolor: #fff;\nheight: 68px;\nmargin-bottom: 10px;\noverflow: ...</pre>\n"],["syc-link.html","","templates/syc-link_html.html","","<p>&lt;!DOCTYPE html&gt; &lt;html lang=“en-CA”&gt;\n\n<pre>&lt;head&gt;\n &lt;meta charset=&quot;utf-8&quot;&gt;\n &lt;title&gt;SYC ...</pre>\n"]]}}
Binary file
Binary file