rack-blogengine 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,419 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Module: Rack::Blogengine
8
-
9
- &mdash; Documentation by YARD 0.8.7.4
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '../';
20
- framesUrl = "../frames.html#!Rack/Blogengine.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="../_index.html">Index (B)</a> &raquo;
35
- <span class='title'><span class='object_link'><a href="../Rack.html" title="Rack (module)">Rack</a></span></span>
36
- &raquo;
37
- <span class="title">Blogengine</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: Rack::Blogengine
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/rack/blogengine.rb<span class="defines">,<br />
83
- lib/rack/blogengine/version.rb,<br /> lib/rack/blogengine/document.rb,<br /> lib/rack/blogengine/application.rb,<br /> lib/rack/blogengine/document_parser.rb,<br /> lib/rack/blogengine/application_router.rb,<br /> lib/rack/blogengine/command_line_interface.rb</span>
84
- </dd>
85
-
86
- </dl>
87
- <div class="clear"></div>
88
-
89
- <h2>Overview</h2><div class="docstring">
90
- <div class="discussion">
91
-
92
- <p>BlogEngine Module used for namespacing Used in all /lib files</p>
93
-
94
-
95
- </div>
96
- </div>
97
- <div class="tags">
98
-
99
- <p class="tag_title">Author:</p>
100
- <ul class="author">
101
-
102
- <li>
103
-
104
-
105
-
106
-
107
-
108
- <div class='inline'><dl class="rdoc-list label-list"><dt>benny
109
- <dd></dd></dl>
110
- </div>
111
-
112
- </li>
113
-
114
- </ul>
115
-
116
- </div><h2>Defined Under Namespace</h2>
117
- <p class="children">
118
-
119
-
120
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Blogengine/ApplicationRouter.html" title="Rack::Blogengine::ApplicationRouter (module)">ApplicationRouter</a></span>, <span class='object_link'><a href="Blogengine/CommandLineInterface.html" title="Rack::Blogengine::CommandLineInterface (module)">CommandLineInterface</a></span>, <span class='object_link'><a href="Blogengine/DocumentParser.html" title="Rack::Blogengine::DocumentParser (module)">DocumentParser</a></span>
121
-
122
-
123
-
124
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Blogengine/Application.html" title="Rack::Blogengine::Application (class)">Application</a></span>, <span class='object_link'><a href="Blogengine/Document.html" title="Rack::Blogengine::Document (class)">Document</a></span>
125
-
126
-
127
- </p>
128
-
129
- <h2>Constant Summary</h2>
130
-
131
- <dl class="constants">
132
-
133
- <dt id="VERSION-constant" class="">VERSION =
134
- <div class="docstring">
135
- <div class="discussion">
136
-
137
- <p>Current Rack::Blogengine Version</p>
138
-
139
-
140
- </div>
141
- </div>
142
- <div class="tags">
143
-
144
-
145
- </div>
146
- </dt>
147
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0.7</span><span class='tstring_end'>&#39;</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
148
-
149
- </dl>
150
-
151
-
152
-
153
-
154
-
155
- <h2>Class Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
156
- <ul class="summary">
157
-
158
- <li class="public ">
159
- <span class="summary_signature">
160
-
161
- <a href="#config-class_method" title="config (class method)">+ (Object) <strong>config</strong> </a>
162
-
163
-
164
-
165
- </span>
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
- <span class="summary_desc"><div class='inline'>
179
- <p>Returns the value of attribute config.</p>
180
- </div></span>
181
-
182
- </li>
183
-
184
-
185
- <li class="public ">
186
- <span class="summary_signature">
187
-
188
- <a href="#documents-class_method" title="documents (class method)">+ (Object) <strong>documents</strong> </a>
189
-
190
-
191
-
192
- </span>
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
- <span class="summary_desc"><div class='inline'>
206
- <p>Returns the value of attribute documents.</p>
207
- </div></span>
208
-
209
- </li>
210
-
211
-
212
- </ul>
213
-
214
-
215
-
216
-
217
-
218
- <h2>
219
- Class Method Summary
220
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
221
- </h2>
222
-
223
- <ul class="summary">
224
-
225
- <li class="public ">
226
- <span class="summary_signature">
227
-
228
- <a href="#root-class_method" title="root (class method)">+ (String) <strong>root</strong> </a>
229
-
230
-
231
-
232
- </span>
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
- <span class="summary_desc"><div class='inline'>
243
- <p>Method to return Gem Root Dir.</p>
244
- </div></span>
245
-
246
- </li>
247
-
248
-
249
- </ul>
250
-
251
-
252
-
253
- <div id="class_attr_details" class="attr_details">
254
- <h2>Class Attribute Details</h2>
255
-
256
-
257
- <span id="config=-class_method"></span>
258
- <div class="method_details first">
259
- <h3 class="signature first" id="config-class_method">
260
-
261
- + (<tt>Object</tt>) <strong>config</strong>
262
-
263
-
264
-
265
-
266
-
267
- </h3><div class="docstring">
268
- <div class="discussion">
269
-
270
- <p>Returns the value of attribute config</p>
271
-
272
-
273
- </div>
274
- </div>
275
- <div class="tags">
276
-
277
-
278
- </div><table class="source_code">
279
- <tr>
280
- <td>
281
- <pre class="lines">
282
-
283
-
284
- 21
285
- 22
286
- 23</pre>
287
- </td>
288
- <td>
289
- <pre class="code"><span class="info file"># File 'lib/rack/blogengine.rb', line 21</span>
290
-
291
- <span class='kw'>def</span> <span class='id identifier rubyid_config'>config</span>
292
- <span class='ivar'>@config</span>
293
- <span class='kw'>end</span></pre>
294
- </td>
295
- </tr>
296
- </table>
297
- </div>
298
-
299
-
300
- <span id="documents=-class_method"></span>
301
- <div class="method_details ">
302
- <h3 class="signature " id="documents-class_method">
303
-
304
- + (<tt>Object</tt>) <strong>documents</strong>
305
-
306
-
307
-
308
-
309
-
310
- </h3><div class="docstring">
311
- <div class="discussion">
312
-
313
- <p>Returns the value of attribute documents</p>
314
-
315
-
316
- </div>
317
- </div>
318
- <div class="tags">
319
-
320
-
321
- </div><table class="source_code">
322
- <tr>
323
- <td>
324
- <pre class="lines">
325
-
326
-
327
- 21
328
- 22
329
- 23</pre>
330
- </td>
331
- <td>
332
- <pre class="code"><span class="info file"># File 'lib/rack/blogengine.rb', line 21</span>
333
-
334
- <span class='kw'>def</span> <span class='id identifier rubyid_documents'>documents</span>
335
- <span class='ivar'>@documents</span>
336
- <span class='kw'>end</span></pre>
337
- </td>
338
- </tr>
339
- </table>
340
- </div>
341
-
342
- </div>
343
-
344
-
345
- <div id="class_method_details" class="method_details_list">
346
- <h2>Class Method Details</h2>
347
-
348
-
349
- <div class="method_details first">
350
- <h3 class="signature first" id="root-class_method">
351
-
352
- + (<tt>String</tt>) <strong>root</strong>
353
-
354
-
355
-
356
-
357
-
358
- </h3><div class="docstring">
359
- <div class="discussion">
360
-
361
- <p>Method to return Gem Root Dir</p>
362
-
363
-
364
- </div>
365
- </div>
366
- <div class="tags">
367
-
368
- <p class="tag_title">Returns:</p>
369
- <ul class="return">
370
-
371
- <li>
372
-
373
-
374
- <span class='type'>(<tt>String</tt>)</span>
375
-
376
-
377
-
378
- &mdash;
379
- <div class='inline'>
380
- <p>Gem Root Folder</p>
381
- </div>
382
-
383
- </li>
384
-
385
- </ul>
386
-
387
- </div><table class="source_code">
388
- <tr>
389
- <td>
390
- <pre class="lines">
391
-
392
-
393
- 25
394
- 26
395
- 27</pre>
396
- </td>
397
- <td>
398
- <pre class="code"><span class="info file"># File 'lib/rack/blogengine.rb', line 25</span>
399
-
400
- <span class='kw'>def</span> <span class='id identifier rubyid_root'>root</span>
401
- <span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_expand_path'>expand_path</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>..</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='rparen'>)</span>
402
- <span class='kw'>end</span></pre>
403
- </td>
404
- </tr>
405
- </table>
406
- </div>
407
-
408
- </div>
409
-
410
- </div>
411
-
412
- <div id="footer">
413
- Generated on Mon Apr 21 22:58:50 2014 by
414
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
415
- 0.8.7.4 (ruby-2.1.1).
416
- </div>
417
-
418
- </body>
419
- </html>
data/doc/Rack.html DELETED
@@ -1,117 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>
7
- Module: Rack
8
-
9
- &mdash; Documentation by YARD 0.8.7.4
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
19
- relpath = '';
20
- framesUrl = "frames.html#!Rack.html";
21
- </script>
22
-
23
-
24
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
-
26
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
-
28
-
29
- </head>
30
- <body>
31
- <div id="header">
32
- <div id="menu">
33
-
34
- <a href="_index.html">Index (R)</a> &raquo;
35
-
36
-
37
- <span class="title">Rack</span>
38
-
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
- </div>
42
-
43
- <div id="search">
44
-
45
- <a class="full_list_link" id="class_list_link"
46
- href="class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="file_list.html">
57
- File List
58
- </a>
59
-
60
- </div>
61
- <div class="clear"></div>
62
- </div>
63
-
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: Rack
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/rack/blogengine.rb<span class="defines">,<br />
83
- lib/rack/blogengine/version.rb,<br /> lib/rack/blogengine/document.rb,<br /> lib/rack/blogengine/application.rb,<br /> lib/rack/blogengine/document_parser.rb,<br /> lib/rack/blogengine/application_router.rb,<br /> lib/rack/blogengine/command_line_interface.rb</span>
84
- </dd>
85
-
86
- </dl>
87
- <div class="clear"></div>
88
-
89
- <h2>Defined Under Namespace</h2>
90
- <p class="children">
91
-
92
-
93
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Rack/Blogengine.html" title="Rack::Blogengine (module)">Blogengine</a></span>
94
-
95
-
96
-
97
-
98
- </p>
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
- </div>
109
-
110
- <div id="footer">
111
- Generated on Mon Apr 21 22:58:50 2014 by
112
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
- 0.8.7.4 (ruby-2.1.1).
114
- </div>
115
-
116
- </body>
117
- </html>