Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit a28f35e

Browse files
author
jfisher
committed
committing the possible sin of committing the docs to the repository
1 parent 9cbb1ba commit a28f35e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+5766
-0
lines changed

Rakefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ task :test do
2323
ruby "test/ts_gdata.rb"
2424
end
2525

26+
task :prepdoc do
27+
doc_files = FileList.new('doc/**/*.html')
28+
doc_files.each do |file|
29+
system "svn propset svn:mime-type 'text/html' #{file}"
30+
end
31+
end
32+
2633

2734
Rake::RDocTask.new do |rd|
2835
rd.main = 'README'

doc/classes/GData.html

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE html
3+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5+
6+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7+
<head>
8+
<title>Module: GData</title>
9+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
11+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12+
<script type="text/javascript">
13+
// <![CDATA[
14+
15+
function popupCode( url ) {
16+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17+
}
18+
19+
function toggleCode( id ) {
20+
if ( document.getElementById )
21+
elem = document.getElementById( id );
22+
else if ( document.all )
23+
elem = eval( "document.all." + id );
24+
else
25+
return false;
26+
27+
elemStyle = elem.style;
28+
29+
if ( elemStyle.display != "block" ) {
30+
elemStyle.display = "block"
31+
} else {
32+
elemStyle.display = "none"
33+
}
34+
35+
return true;
36+
}
37+
38+
// Make codeblocks hidden by default
39+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40+
41+
// ]]>
42+
</script>
43+
44+
</head>
45+
<body>
46+
47+
48+
49+
<div id="classHeader">
50+
<table class="header-table">
51+
<tr class="top-aligned-row">
52+
<td><strong>Module</strong></td>
53+
<td class="class-name-in-header">GData</td>
54+
</tr>
55+
<tr class="top-aligned-row">
56+
<td><strong>In:</strong></td>
57+
<td>
58+
<a href="../files/lib/gdata/auth/authsub_rb.html">
59+
lib/gdata/auth/authsub.rb
60+
</a>
61+
<br />
62+
<a href="../files/lib/gdata/auth/clientlogin_rb.html">
63+
lib/gdata/auth/clientlogin.rb
64+
</a>
65+
<br />
66+
<a href="../files/lib/gdata/auth_rb.html">
67+
lib/gdata/auth.rb
68+
</a>
69+
<br />
70+
<a href="../files/lib/gdata/client/gdata_rb.html">
71+
lib/gdata/client/gdata.rb
72+
</a>
73+
<br />
74+
<a href="../files/lib/gdata/client/youtube_rb.html">
75+
lib/gdata/client/youtube.rb
76+
</a>
77+
<br />
78+
<a href="../files/lib/gdata/client_rb.html">
79+
lib/gdata/client.rb
80+
</a>
81+
<br />
82+
<a href="../files/lib/gdata/http/default_service_rb.html">
83+
lib/gdata/http/default_service.rb
84+
</a>
85+
<br />
86+
<a href="../files/lib/gdata/http/request_rb.html">
87+
lib/gdata/http/request.rb
88+
</a>
89+
<br />
90+
<a href="../files/lib/gdata/http/response_rb.html">
91+
lib/gdata/http/response.rb
92+
</a>
93+
<br />
94+
</td>
95+
</tr>
96+
97+
</table>
98+
</div>
99+
<!-- banner header -->
100+
101+
<div id="bodyContent">
102+
103+
104+
105+
<div id="contextContent">
106+
107+
<div id="description">
108+
<p>
109+
Copyright (C) 2008 Google Inc.
110+
</p>
111+
<p>
112+
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
113+
you may not use this file except in compliance with the License. You may
114+
obtain a copy of the License at
115+
</p>
116+
<pre>
117+
http://www.apache.org/licenses/LICENSE-2.0
118+
</pre>
119+
<p>
120+
Unless required by applicable law or agreed to in writing, software
121+
distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
122+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123+
See the License for the specific language governing permissions and
124+
limitations under the License.
125+
</p>
126+
127+
</div>
128+
129+
130+
</div>
131+
132+
133+
</div>
134+
135+
136+
<!-- if includes -->
137+
138+
<div id="section">
139+
140+
<div id="class-list">
141+
<h3 class="section-bar">Classes and Modules</h3>
142+
143+
Module <a href="GData/Auth.html" class="link">GData::Auth</a><br />
144+
Module <a href="GData/Client.html" class="link">GData::Client</a><br />
145+
Module <a href="GData/HTTP.html" class="link">GData::HTTP</a><br />
146+
147+
</div>
148+
149+
150+
151+
152+
153+
154+
155+
<!-- if method_list -->
156+
157+
158+
</div>
159+
160+
161+
<div id="validator-badges">
162+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
163+
</div>
164+
165+
</body>
166+
</html>

doc/classes/GData/Auth.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE html
3+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5+
6+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7+
<head>
8+
<title>Module: GData::Auth</title>
9+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
11+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12+
<script type="text/javascript">
13+
// <![CDATA[
14+
15+
function popupCode( url ) {
16+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17+
}
18+
19+
function toggleCode( id ) {
20+
if ( document.getElementById )
21+
elem = document.getElementById( id );
22+
else if ( document.all )
23+
elem = eval( "document.all." + id );
24+
else
25+
return false;
26+
27+
elemStyle = elem.style;
28+
29+
if ( elemStyle.display != "block" ) {
30+
elemStyle.display = "block"
31+
} else {
32+
elemStyle.display = "none"
33+
}
34+
35+
return true;
36+
}
37+
38+
// Make codeblocks hidden by default
39+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40+
41+
// ]]>
42+
</script>
43+
44+
</head>
45+
<body>
46+
47+
48+
49+
<div id="classHeader">
50+
<table class="header-table">
51+
<tr class="top-aligned-row">
52+
<td><strong>Module</strong></td>
53+
<td class="class-name-in-header">GData::Auth</td>
54+
</tr>
55+
<tr class="top-aligned-row">
56+
<td><strong>In:</strong></td>
57+
<td>
58+
<a href="../../files/lib/gdata/auth/authsub_rb.html">
59+
lib/gdata/auth/authsub.rb
60+
</a>
61+
<br />
62+
<a href="../../files/lib/gdata/auth/clientlogin_rb.html">
63+
lib/gdata/auth/clientlogin.rb
64+
</a>
65+
<br />
66+
<a href="../../files/lib/gdata/auth_rb.html">
67+
lib/gdata/auth.rb
68+
</a>
69+
<br />
70+
</td>
71+
</tr>
72+
73+
</table>
74+
</div>
75+
<!-- banner header -->
76+
77+
<div id="bodyContent">
78+
79+
80+
81+
<div id="contextContent">
82+
83+
84+
85+
</div>
86+
87+
88+
</div>
89+
90+
91+
<!-- if includes -->
92+
93+
<div id="section">
94+
95+
<div id="class-list">
96+
<h3 class="section-bar">Classes and Modules</h3>
97+
98+
Class <a href="Auth/AuthSub.html" class="link">GData::Auth::AuthSub</a><br />
99+
Class <a href="Auth/ClientLogin.html" class="link">GData::Auth::ClientLogin</a><br />
100+
101+
</div>
102+
103+
<div id="constants-list">
104+
<h3 class="section-bar">Constants</h3>
105+
106+
<div class="name-list">
107+
<table summary="Constants">
108+
<tr class="top-aligned-row context-row">
109+
<td class="context-item-name">SOURCE_LIB_STRING</td>
110+
<td>=</td>
111+
<td class="context-item-value">'GoogleDataRubyUtil-'</td>
112+
</tr>
113+
</table>
114+
</div>
115+
</div>
116+
117+
118+
119+
120+
121+
122+
<!-- if method_list -->
123+
124+
125+
</div>
126+
127+
128+
<div id="validator-badges">
129+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
130+
</div>
131+
132+
</body>
133+
</html>

0 commit comments

Comments
 (0)