/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/SVGDocumentClass.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/SVGDocumentClass.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Feb 22 20:56:33 2003 UTC (21 years, 7 months ago) by jonen
Branch: MAIN
Changes since 1.1: +207 -322 lines
File MIME type: text/html
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.0!)

1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by PhpDoc date: 'Thu, 20 Feb 2003 16:23:10 -0800' -->
6 <TITLE>Docs For Class SVGDocumentClass</TITLE>
7 <LINK REL ='stylesheet' TYPE='text/css' HREF='../media/stylesheet.css' TITLE='Style'>
8 </HEAD>
9 <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
10 <!-- Links -->
11 <a NAME="top"></A>
12 <table WIDTH="100%" class="links">
13 <TR>
14 <TD class="font10">
15 Links:
16 <A HREF="#children_summary" class="links" title="Classes extended from SVGDocumentClass">Child Classes</A>
17 <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
18 <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
19 <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inherited Methods</A>
20 <A HREF="#method_summary" class="links" title="Method Summary">Methods</A>
21 <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
22 <A HREF="#method_detail" class="links" title="Method Detail">Method Detail</A>
23 </TD>
24 </TR>
25 </TABLE>
26 <BR>
27 <!-- Start of Class Data -->
28 <H2>
29 Class SVGDocumentClass
30 </H2> (line <span class="linenumber">24</span>)
31 <pre>
32 <a href="../phpHtmlLib/Container.html">Container</a>
33 |
34 --<a href="../phpHtmlLib/XMLDocumentClass.html">XMLDocumentClass</a>
35 |
36 --SVGDocumentClass</pre>
37 <p>
38 <b><i>Located in File: Program_Root/widgets/SVGDocumentClass.inc</i></b><br>
39 </p>
40 <hr>
41 This class lets you build a complete SVG document.
42 <br />
43 <p>SVG = Scalable Vector Graphics</p>
44 <UL>
45 <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>
46 </UL>
47 <hr>
48 <!-- =========== VAR SUMMARY =========== -->
49 <A NAME='var_summary'><!-- --></A>
50 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
51 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
52 <TD>
53 <span CLASS="font12bold">Class Variable Summary</span>
54 <A HREF="#top" CLASS="links">^TOP</A>
55 </TD>
56 </TR>
57
58 </TABLE>
59 <hr>
60 <!-- =========== VAR INHERITED SUMMARY =========== -->
61 <A NAME='var_inherited_summary'><!-- --></A>
62 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
63 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
64 <TD>
65 <span CLASS="font12bold">Inherited Class Variable Summary</span>
66 <A HREF="#top" CLASS="links">^TOP</A>
67 </TD>
68 </TR>
69
70 <!-- =========== Summary =========== -->
71 <TR BGCOLOR='white'>
72 <TD>
73 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLDocumentClass.html">XMLDocumentClass</a></span>
74 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
75 <tr CLASS="tableheadingcolor">
76 <th>Variable</th>
77 <th>Default Value</th>
78 <th>Description</th>
79 </tr>
80 <tr>
81 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$dtd">XMLDocumentClass::$dtd</a></td>
82 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
83 <td CLASS="font10">Holds the url of dtd</td>
84 </tr>
85 <tr>
86 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$root_name">XMLDocumentClass::$root_name</a></td>
87 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
88 <td CLASS="font10">Holds the name of the root xml</td>
89 </tr>
90 <tr>
91 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_doctype_links">XMLDocumentClass::$_doctype_links</a></td>
92 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
93 <td CLASS="font10">This contains the doctype links</td>
94 </tr>
95 <tr>
96 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_doctype_source">XMLDocumentClass::$_doctype_source</a></td>
97 <td CLASS="font10" STYLE="white-space: nowrap">-> "SYSTEM"<-</td>
98 <td CLASS="font10">the DOCTYPE source attribute</td>
99 </tr>
100 <tr>
101 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_http_content_type">XMLDocumentClass::$_http_content_type</a></td>
102 <td CLASS="font10" STYLE="white-space: nowrap">-> "application/xml"<-</td>
103 <td CLASS="font10">The http content-type</td>
104 </tr>
105 <tr>
106 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_root_tag">XMLDocumentClass::$_root_tag</a></td>
107 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
108 <td CLASS="font10">The root xml tag for all data</td>
109 </tr>
110 <tr>
111 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_show_char_encoding">XMLDocumentClass::$_show_char_encoding</a></td>
112 <td CLASS="font10" STYLE="white-space: nowrap">-> TRUE<-</td>
113 <td CLASS="font10">this is a hack to show the character encoding or not.</td>
114 </tr>
115 <tr>
116 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_show_http_header">XMLDocumentClass::$_show_http_header</a></td>
117 <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
118 <td CLASS="font10">This flag tells if we should output the header content type.</td>
119 </tr>
120 <tr>
121 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_xml_obj">XMLDocumentClass::$_xml_obj</a></td>
122 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
123 <td CLASS="font10">holds the xml tag object that</td>
124 </tr>
125 <tr>
126 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#var$_xml_stylesheet_container">XMLDocumentClass::$_xml_stylesheet_container</a></td>
127 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
128 <td CLASS="font10">The container for all the xml-stylesheet tags</td>
129 </tr>
130 </table>
131 <BR>
132 </TD>
133 </TR>
134 <!-- =========== Summary =========== -->
135 <TR BGCOLOR='white'>
136 <TD>
137 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
138 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
139 <tr CLASS="tableheadingcolor">
140 <th>Variable</th>
141 <th>Default Value</th>
142 <th>Description</th>
143 </tr>
144 <tr>
145 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></td>
146 <td CLASS="font10" STYLE="white-space: nowrap">-> _NEWLINEAFTERCONTENT<-</td>
147 <td CLASS="font10">The flags that tell us</td>
148 </tr>
149 </table>
150 <BR>
151 </TD>
152 </TR>
153 </TABLE>
154
155 <hr>
156 <!-- =========== METHOD SUMMARY =========== -->
157 <A NAME='method_summary'><!-- --></A>
158 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
159 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
160 <TD>
161 <span class="font12bold">Method Summary</span>
162 <A HREF="#top" CLASS="links">^TOP</A>
163 </TD>
164 </TR>
165
166 <!-- =========== Summary =========== -->
167 <TR BGCOLOR='white' CLASS='TableRowColor'>
168 <TD>
169 <CODE><B><A HREF='../phpHtmlLib/SVGDocumentClass.html#methodSVGDocumentClass'>void constructor SVGDocumentClass ( [$width = "100%"], [$height = "100%"] )</A></B></CODE>
170 <BR>
171 <blockquote> The constructor to building a SVG document. </blockquote>
172 </TD>
173 </TR>
174 </TABLE>
175 <!-- =========== INHERITED METHOD SUMMARY =========== -->
176 <A NAME='functions_inherited'><!-- --></A>
177 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
178 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
179 <TD>
180 <span CLASS="font12bold">Inherited Method Summary</span>
181 <A HREF="#top" CLASS="links">^TOP</A>
182 </TD>
183 </TR>
184
185 <!-- =========== Summary =========== -->
186 <TR BGCOLOR='white' CLASS='TableRowColor'>
187 <TD>
188 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLDocumentClass.html">XMLDocumentClass</a></span>
189 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
190 <tr CLASS="tableheadingcolor">
191 <th>Function</th>
192 <th>Description</th>
193 </tr>
194 <tr>
195 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodXMLDocumentClass">XMLDocumentClass::XMLDocumentClass()</a></td>
196 <td CLASS="font10">The constructor</td>
197 <tr>
198 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodadd">XMLDocumentClass::add()</a></td>
199 <td CLASS="font10">we override this class to make sure we push all content inside the local _xml_obj tag</td>
200 <tr>
201 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodadd_reference">XMLDocumentClass::add_reference()</a></td>
202 <td CLASS="font10">we override this class to make sure we push all content inside the local _xml_obj tag</td>
203 <tr>
204 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodadd_xml_stylesheet_link">XMLDocumentClass::add_xml_stylesheet_link()</a></td>
205 <td CLASS="font10">This function is used to add a new xml-stylesheet tag to the top portion of the document.</td>
206 <tr>
207 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methoddump_http_header">XMLDocumentClass::dump_http_header()</a></td>
208 <td CLASS="font10">This function is used to output the http header for this document.</td>
209 <tr>
210 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodget_doctype_source">XMLDocumentClass::get_doctype_source()</a></td>
211 <td CLASS="font10">This function returns the current DOCTYPE tag's source attribute</td>
212 <tr>
213 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodget_encoding">XMLDocumentClass::get_encoding()</a></td>
214 <td CLASS="font10">This function gets the current encoding type</td>
215 <tr>
216 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodget_http_content_type">XMLDocumentClass::get_http_content_type()</a></td>
217 <td CLASS="font10">This function returns the current value of the http header content type</td>
218 <tr>
219 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodget_root_attributes">XMLDocumentClass::get_root_attributes()</a></td>
220 <td CLASS="font10">This function is used to get the root xml tag's attributes</td>
221 <tr>
222 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodget_root_name">XMLDocumentClass::get_root_name()</a></td>
223 <td CLASS="font10">This function gets the document name</td>
224 <tr>
225 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodpush">XMLDocumentClass::push()</a></td>
226 <td CLASS="font10">Same as add().</td>
227 <tr>
228 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodpush_reference">XMLDocumentClass::push_reference()</a></td>
229 <td CLASS="font10">Same as add_reference NOTE : only exists for compatibility with 1.1.x</td>
230 <tr>
231 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodrender">XMLDocumentClass::render()</a></td>
232 <td CLASS="font10">function that will render the XML Document.</td>
233 <tr>
234 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodreset_content">XMLDocumentClass::reset_content()</a></td>
235 <td CLASS="font10">we override this class to make sure we push all content inside the local _xml_obj tag</td>
236 <tr>
237 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_doctype_link">XMLDocumentClass::set_doctype_link()</a></td>
238 <td CLASS="font10">This method is used to set the link attributes</td>
239 <tr>
240 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_doctype_source">XMLDocumentClass::set_doctype_source()</a></td>
241 <td CLASS="font10">this function is used to change the DOCTYPE tag's source attribute. By default it is set to SYSTEM.</td>
242 <tr>
243 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_encoding">XMLDocumentClass::set_encoding()</a></td>
244 <td CLASS="font10">set the character set</td>
245 <tr>
246 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_http_content_type">XMLDocumentClass::set_http_content_type()</a></td>
247 <td CLASS="font10">This function is used to set the http header content-type for output to browsers</td>
248 <tr>
249 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_root_attribute">XMLDocumentClass::set_root_attribute()</a></td>
250 <td CLASS="font10">This sets 1 root tag attribute value pair</td>
251 <tr>
252 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_root_attributes">XMLDocumentClass::set_root_attributes()</a></td>
253 <td CLASS="font10">This function is used to set the root xml tag's attributes</td>
254 <tr>
255 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodset_root_name">XMLDocumentClass::set_root_name()</a></td>
256 <td CLASS="font10">Set the document name and the root tag's name.</td>
257 <tr>
258 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodshow_character_encoding">XMLDocumentClass::show_character_encoding()</a></td>
259 <td CLASS="font10">method to update the flag that lets us know to show/render the character encoding string in the xml tag or not</td>
260 <tr>
261 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#methodshow_http_header">XMLDocumentClass::show_http_header()</a></td>
262 <td CLASS="font10">this function is used to set the flag that tells this class to automatically output the content type in the http header</td>
263 <tr>
264 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#method_build_doctype">XMLDocumentClass::_build_doctype()</a></td>
265 <td CLASS="font10">This method builds the DOCTYPE tag for the document</td>
266 <tr>
267 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#method_build_root_tag">XMLDocumentClass::_build_root_tag()</a></td>
268 <td CLASS="font10">This function builds the root xml</td>
269 <tr>
270 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#method_build_xml_stylesheet_container">XMLDocumentClass::_build_xml_stylesheet_container()</a></td>
271 <td CLASS="font10">This function builds the _xml_stylesheet_container</td>
272 <tr>
273 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLDocumentClass.html#method_create_xml_obj">XMLDocumentClass::_create_xml_obj()</a></td>
274 <td CLASS="font10">This function builds the local</td>
275 </table>
276 <br>
277 </TD>
278 </TR>
279 <!-- =========== Summary =========== -->
280 <TR BGCOLOR='white' CLASS='TableRowColor'>
281 <TD>
282 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
283 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
284 <tr CLASS="tableheadingcolor">
285 <th>Function</th>
286 <th>Description</th>
287 </tr>
288 <tr>
289 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></td>
290 <td CLASS="font10">The constructor.</td>
291 <tr>
292 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></td>
293 <td CLASS="font10">add content onto content stack</td>
294 <tr>
295 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></td>
296 <td CLASS="font10">Add content onto content stack so you can change the item later.</td>
297 <tr>
298 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></td>
299 <td CLASS="font10">counts the number of content objects</td>
300 <tr>
301 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></td>
302 <td CLASS="font10">This flag gets the current value of the indent flag</td>
303 <tr>
304 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></td>
305 <td CLASS="font10">Same as add().</td>
306 <tr>
307 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></td>
308 <td CLASS="font10">Same as add_reference NOTE : only exists for compatibility with 1.1.x</td>
309 <tr>
310 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></td>
311 <td CLASS="font10">This function is compatible with the rest of the phpHtmllib API spec.</td>
312 <tr>
313 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></td>
314 <td CLASS="font10">destroy existing content and start with new content.</td>
315 <tr>
316 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></td>
317 <td CLASS="font10">This function turns on the collapse flag</td>
318 <tr>
319 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></td>
320 <td CLASS="font10">function to set the indent flag</td>
321 <tr>
322 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></td>
323 <td CLASS="font10">This method is used to set the bitmask flags for this tag. It tells the class how to render the tag.</td>
324 </table>
325 <br>
326 </TD>
327 </TR>
328 </TABLE>
329 <hr>
330 <!-- ============ VARIABLE DETAIL =========== -->
331
332 <A NAME='variable_detail'></A>
333 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
334 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
335 <TD>
336 <span CLASS="font12bold">Variable Detail</span>
337 <A HREF="#top" CLASS="links">^TOP</A>
338 </TD>
339 </TR>
340 </TABLE>
341
342 <hr>
343 <!-- ============ METHOD DETAIL =========== -->
344
345 <A NAME='method_detail'></A>
346 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
347 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
348 <TD>
349 <span class="font12bold">Method Detail</span>
350 <A HREF="#top" CLASS="links">^TOP</A>
351 </TD>
352 </TR>
353 </TABLE>
354 <BR>
355 <DIV CLASS="function">
356 <A NAME='methodSVGDocumentClass'><!-- --></A>
357 <SPAN CLASS="font12bold">Constructor SVGDocumentClass</SPAN> (line <span class="linenumber">32</span>)
358 <BR>
359 <SPAN CLASS="font10bold">Usage : </SPAN>
360 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
361 <span class="font10bold" style="color: #0000FF">SVGDocumentClass(
362 [string
363 $width = "100%"], [string
364 $height = "100%"])</SPAN>
365 <BR>
366
367 <BR>
368 <SPAN CLASS="font10bold">Description : </SPAN>
369 The constructor to building a SVG document.
370 <br />
371
372 <DL>
373 <DT class="font10bold">Function Parameters:</DT>
374 <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$width</SPAN></SPAN> - the svg tag's width attribute</DD>
375 <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$height</SPAN></SPAN> - the svg tag's height attribute</DD>
376
377 <DT class="font10bold">Function Info:</DT>
378 </DL>
379 </DIV>
380 <BR>
381 <div id="credit">
382 <hr>
383 Documention generated on Thu, 20 Feb 2003 16:23:10 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
384 </div>
385 </body>
386 </html>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed