t2-web 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,5 +1,12 @@
1
1
  = Changes log for the Taverna via the Web Gem
2
2
 
3
+ == Version 0.0.7
4
+ * Updated sinatra dependency
5
+ * Updated copyright year
6
+
7
+ == Version 0.0.6
8
+ * Initial rdoc documentation
9
+
3
10
  == Version 0.0.5
4
11
  * Updated to new myexperiment-rest API
5
12
 
data/README CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
  Authors:: Konstantinos Karasavvas
5
- Gem Version:: 0.0.6
5
+ Gem Version:: 0.0.7
6
6
  Contact:: mailto:kostas.karasavvas@nbic.nl
7
7
  Licence:: MIT (See LICENCE or http://www.opensource.org/licenses/mit-license)
8
- Copyright:: (c) 2010 Netherlands Bioinformatics Centre, The Netherlands
8
+ Copyright:: (c) 2012 Netherlands Bioinformatics Centre, The Netherlands
9
9
 
10
10
 
11
11
  == Synopsis
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rdoc/task'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 't2-web'
15
- s.version = '0.0.6'
15
+ s.version = '0.0.7'
16
16
  s.extra_rdoc_files = ['README', 'LICENSE', 'CHANGES']
17
17
  s.summary = 'Web application that generates a Web UI form for a Taverna2 workflow, given its myExperiment id, for ease of execution. The only requirement for the user is a web browser.'
18
18
  s.description = s.summary
@@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
22
22
  s.files = %w(LICENSE README CHANGES Rakefile) + Dir.glob("{bin,lib,doc,spec,public,views}/**/*")
23
23
  s.require_path = "lib"
24
24
  s.bindir = "bin"
25
- s.add_dependency 'sinatra', '~> 1.2.6'
25
+ s.add_dependency 'sinatra', '~> 1.3.0'
26
26
  s.add_dependency 'haml', '~> 3.1.2'
27
27
  s.add_dependency 'rest-client', '~> 1.6.3'
28
28
  s.add_dependency 't2-server', '~> 0.6.1'
@@ -0,0 +1,127 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: CHANGES [web-t2 Docs]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./CHANGES.html">CHANGES</a></li>
43
+
44
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
+
46
+ <li class="file"><a href="./README.html">README</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ </ul>
68
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
69
+ </div>
70
+
71
+
72
+ </div>
73
+ </div>
74
+
75
+ <div id="documentation">
76
+
77
+ <h1>Changes log for the Taverna via the Web Gem</h1>
78
+
79
+ <h2>Version 0.0.7</h2>
80
+ <ul><li>
81
+ <p>Updated sinatra dependency</p>
82
+ </li><li>
83
+ <p>Updated copyright year</p>
84
+ </li></ul>
85
+
86
+ <h2>Version 0.0.6</h2>
87
+ <ul><li>
88
+ <p>Initial rdoc documentation</p>
89
+ </li></ul>
90
+
91
+ <h2>Version 0.0.5</h2>
92
+ <ul><li>
93
+ <p>Updated to new myexperiment-rest API</p>
94
+ </li></ul>
95
+
96
+ <h2>Version 0.0.4</h2>
97
+ <ul><li>
98
+ <p>Improved the UI (added logos, tooltips, changed colours).</p>
99
+ </li><li>
100
+ <p>Made some code abstractions</p>
101
+ </li></ul>
102
+
103
+ <h2>Version 0.0.3</h2>
104
+ <ul><li>
105
+ <p>Improved the UI (changed divs with frames).</p>
106
+ </li></ul>
107
+
108
+ <h2>Version 0.0.2</h2>
109
+ <ul><li>
110
+ <p>Added upload functionality option for each input.</p>
111
+ </li></ul>
112
+
113
+ <h2>Version 0.0.1</h2>
114
+ <ul><li>
115
+ <p>Works. Very basic functionality and UI.</p>
116
+ </li></ul>
117
+
118
+ </div>
119
+
120
+ <div id="validator-badges">
121
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
122
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
123
+ Rdoc Generator</a> 2</small>.</p>
124
+ </div>
125
+ </body>
126
+ </html>
127
+
@@ -0,0 +1,111 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: LICENSE [web-t2 Docs]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./CHANGES.html">CHANGES</a></li>
43
+
44
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
+
46
+ <li class="file"><a href="./README.html">README</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ </ul>
68
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
69
+ </div>
70
+
71
+
72
+ </div>
73
+ </div>
74
+
75
+ <div id="documentation">
76
+
77
+ <h2>t2-web </h2>
78
+
79
+ <p>The MIT License</p>
80
+
81
+ <p>Copyright © 2010 - Netherlands Bioinformatics Centre</p>
82
+
83
+ <p>Permission is hereby granted, free of charge, to any person obtaining a
84
+ copy of this software and associated documentation files (the
85
+ “Software”), to deal in the Software without restriction, including
86
+ without limitation the rights to use, copy, modify, merge, publish,
87
+ distribute, sublicense, and/or sell copies of the Software, and to permit
88
+ persons to whom the Software is furnished to do so, subject to the
89
+ following conditions:</p>
90
+
91
+ <p>The above copyright notice and this permission notice shall be included in
92
+ all copies or substantial portions of the Software.</p>
93
+
94
+ <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
95
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
96
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
97
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
98
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
99
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
100
+ DEALINGS IN THE SOFTWARE.</p>
101
+
102
+ </div>
103
+
104
+ <div id="validator-badges">
105
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
106
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
107
+ Rdoc Generator</a> 2</small>.</p>
108
+ </div>
109
+ </body>
110
+ </html>
111
+
@@ -0,0 +1,141 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: README [web-t2 Docs]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./CHANGES.html">CHANGES</a></li>
43
+
44
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
45
+
46
+ <li class="file"><a href="./README.html">README</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ </ul>
68
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
69
+ </div>
70
+
71
+
72
+ </div>
73
+ </div>
74
+
75
+ <div id="documentation">
76
+
77
+ <h1>t2-web interface generator</h1>
78
+ <table class="rdoc-list"><tr><td class="rdoc-term"><p>Authors</p></td>
79
+ <td>
80
+ <p>Konstantinos Karasavvas</p>
81
+ </td></tr><tr><td class="rdoc-term"><p>Gem Version</p></td>
82
+ <td>
83
+ <p>0.0.7</p>
84
+ </td></tr><tr><td class="rdoc-term"><p>Contact</p></td>
85
+ <td>
86
+ <p><a href="mailto:kostas.karasavvas@nbic.nl">kostas.karasavvas@nbic.nl</a></p>
87
+ </td></tr><tr><td class="rdoc-term"><p>Licence</p></td>
88
+ <td>
89
+ <p>MIT (See LICENCE or <a
90
+ href="http://www.opensource.org/licenses/mit-license">www.opensource.org/licenses/mit-license</a>)</p>
91
+ </td></tr><tr><td class="rdoc-term"><p>Copyright</p></td>
92
+ <td>
93
+ <p>© 2012 Netherlands Bioinformatics Centre, The Netherlands</p>
94
+ </td></tr></table>
95
+
96
+ <h2>Synopsis</h2>
97
+
98
+ <p>This web application accepts a myExperiment workflow identifier and
99
+ constructs a web form to allow end-users to configure and execute that
100
+ workflow via a web browser with no other dependencies.. The web form
101
+ interface is as good as the description provided in the workflow itself in
102
+ myExperiment.</p>
103
+
104
+ <h2>Installation</h2>
105
+
106
+ <pre>[sudo] gem install t2-web</pre>
107
+
108
+ <h2>Usage</h2>
109
+
110
+ <p>t2_webapp</p>
111
+
112
+ <p>Runs the web application at port 9494 and waits for incoming requests.</p>
113
+
114
+ <h2>References</h2>
115
+ <table class="rdoc-list"><tr><td class="rdoc-term"><p>Taverna to Web Form Generator</p></td>
116
+ <td>
117
+ <p><a
118
+ href="https://trac.nbic.nl/elabfactory/wiki/t2web">trac.nbic.nl/elabfactory/wiki/t2web</a></p>
119
+ </td></tr><tr><td class="rdoc-term"><p>Taverna2</p></td>
120
+ <td>
121
+ <p><a href="http://www.taverna.org.uk">www.taverna.org.uk</a></p>
122
+ </td></tr><tr><td class="rdoc-term"><p>myExperiment</p></td>
123
+ <td>
124
+ <p><a href="http://www.myexperiment.org">www.myexperiment.org</a></p>
125
+ </td></tr></table>
126
+
127
+ <h2>Semantic Versioning</h2>
128
+
129
+ <p>This module uses semantic versioning concepts from <a
130
+ href="http://semver.org/.">semver.org/.</a></p>
131
+
132
+ </div>
133
+
134
+ <div id="validator-badges">
135
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
136
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
137
+ Rdoc Generator</a> 2</small>.</p>
138
+ </div>
139
+ </body>
140
+ </html>
141
+
@@ -0,0 +1,4 @@
1
+ Tue, 13 Mar 2012 14:19:31 +0100
2
+ LICENSE Fri, 22 Jul 2011 16:33:48 +0200
3
+ README Tue, 13 Mar 2012 14:18:56 +0100
4
+ CHANGES Tue, 13 Mar 2012 14:19:07 +0100
Binary file
Binary file
Binary file
Binary file