]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dillo/dillo2-0.6.6/fix_about_syntax.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dillo / dillo2-0.6.6 / fix_about_syntax.patch
1 diff -urNd ../dillo2-0.6.6-r0/dillo2-0.6.6/src/IO/about.c dillo2-0.6.6/src/IO/about.c
2 --- ../dillo2-0.6.6-r0/dillo2-0.6.6/src/IO/about.c      2003-04-21 19:36:31.000000000 +0100
3 +++ dillo2-0.6.6/src/IO/about.c 2004-09-11 10:58:48.000000000 +0100
4 @@ -28,88 +28,88 @@
5   * HTML text for startup screen
6   */
7  static char *Splash=
8 -"Content-type: text/html
9 -
10 -<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\">
11 -<html>
12 -<head>
13 -<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
14 -</head>
15 -
16 -<body  bgcolor=\"gray\" link=\"aqua\" vlink=\"black\">
17 -
18 -<table WIDTH=\"100%\" BORDER=0 CELLSPACING=0 CELLPADDING=5>
19 -<tr>
20 -<td BGCOLOR=\"gray\">
21 -<hr>
22 - <A HREF='http://dillo.cipsga.org.br/dillo-help.html'>Help</A><br>
23 - <A HREF='http://dillo.cipsga.org.br/'>Home Page</A><br>
24 - <A HREF='http://dillo.cipsga.org.br/ChangeLog.html'>
25 -  Full&nbsp;ChangeLog</A><br>
26 - <A HREF='http://www.google.com/'>Google</A><br>
27 -<hr>
28 -</td>
29 -
30 -<td BGCOLOR=\"#9090F0\">
31 -<h1><b>Dillo 0.6.7-pre</b></h1>
32 -
33 -<hr>
34 - <h1>Dillo project<br>
35 -     <h3>Version 0.6.7-pre<BR> <EM>(this is alpha code)</EM> </h3></h1>
36 -<h4> License: </h4>
37 -<p>
38 -    This program is free software; you can redistribute it and/or modify
39 -    it under the terms of the GNU General Public License as published by
40 -    the Free Software Foundation; either version 2 of the License, or
41 -    (at your option) any later version.
42 -<p>
43 -    This program is distributed in the hope that it will be useful,
44 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
45 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
46 -    GNU General Public License for more details.
47 -
48 -<hr>
49 -<h4> Release overview: </h4>
50 -<BLOCKQUOTE>
51 - [...]
52 -</BLOCKQUOTE><BLOCKQUOTE>
53 - Remember that dillo project uses a release model where every new
54 -browser shall be better than the former.
55 -<EM>Keep up with the latest one!</EM>
56 -</BLOCKQUOTE>
57 -<hr>
58 -<h4>NOTES:</h4>
59 -<p>
60 -<ul>
61 -<li> There's a <STRONG>dillorc</STRONG> (readable config) file within the
62 -tarball; It is well commented and has plenty of options to customize dillo,
63 -so <STRONG>copy it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory,
64 -and modify to your taste.
65 -<li> There's documentation for developers in the <CODE>/doc</CODE>
66 -dir within the tarball;
67 -you can find directions on everything else at the home page. </li>
68 -<li> Dillo has context sensitive menus on the right-mouse-button
69 - (pages, links, Back and Forward buttons)</li>
70 -<li> Dillo behaves very nice when browsing local files, images, and HTML.
71 -It's also very good for Internet searching (try Google!).</li>
72 -<li> This release is mainly intended <strong>for developers</strong>
73 -and <em>advanced users</em></li>
74 -</ul>
75 -<hr>
76 -<h4>Notes to Xfce users:</h4>
77 -<P> Please bear in mind that dillo is alpha code; it is not ready for
78 -end users yet. Anyway, local browsing (files and local HTTP) is quite stable
79 -and chances are you'll not be disappointed.
80 -<P> Tip: if you set BROWSER=dillo, Xfce's help will be a sweet tour!
81 -<P> TABLES are a work in progress.
82 -<P> FRAMES, Java, and Javascript are not supported.
83 -<hr>
84 -<hr>
85 -
86 -</td>
87 -</table>
88 -</body>
89 -</html>
90 +"Content-type: text/html \
91 + \
92 +<!doctype html public \"-//w3c//dtd html 4.0 transitional//en\"> \
93 +<html> \
94 +<head> \
95 +<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"> \
96 +</head> \
97 + \
98 +<body  bgcolor=\"gray\" link=\"aqua\" vlink=\"black\"> \
99 + \
100 +<table WIDTH=\"100%\" BORDER=0 CELLSPACING=0 CELLPADDING=5> \
101 +<tr> \
102 +<td BGCOLOR=\"gray\"> \
103 +<hr> \
104 + <A HREF='http://dillo.cipsga.org.br/dillo-help.html'>Help</A><br> \
105 + <A HREF='http://dillo.cipsga.org.br/'>Home Page</A><br> \
106 + <A HREF='http://dillo.cipsga.org.br/ChangeLog.html'> \
107 +  Full&nbsp;ChangeLog</A><br> \
108 + <A HREF='http://www.google.com/'>Google</A><br> \
109 +<hr> \
110 +</td> \
111 + \
112 +<td BGCOLOR=\"#9090F0\"> \
113 +<h1><b>Dillo 0.6.7-pre</b></h1> \
114 + \
115 +<hr> \
116 + <h1>Dillo project<br> \
117 +     <h3>Version 0.6.7-pre<BR> <EM>(this is alpha code)</EM> </h3></h1> \
118 +<h4> License: </h4> \
119 +<p> \
120 +    This program is free software; you can redistribute it and/or modify \
121 +    it under the terms of the GNU General Public License as published by \
122 +    the Free Software Foundation; either version 2 of the License, or \
123 +    (at your option) any later version. \
124 +<p> \
125 +    This program is distributed in the hope that it will be useful, \
126 +    but WITHOUT ANY WARRANTY; without even the implied warranty of \
127 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the \
128 +    GNU General Public License for more details. \
129 + \
130 +<hr> \
131 +<h4> Release overview: </h4> \
132 +<BLOCKQUOTE> \
133 + [...] \
134 +</BLOCKQUOTE><BLOCKQUOTE> \
135 + Remember that dillo project uses a release model where every new \
136 +browser shall be better than the former. \
137 +<EM>Keep up with the latest one!</EM> \
138 +</BLOCKQUOTE> \
139 +<hr> \
140 +<h4>NOTES:</h4> \
141 +<p> \
142 +<ul> \
143 +<li> There's a <STRONG>dillorc</STRONG> (readable config) file within the \
144 +tarball; It is well commented and has plenty of options to customize dillo, \
145 +so <STRONG>copy it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory, \
146 +and modify to your taste. \
147 +<li> There's documentation for developers in the <CODE>/doc</CODE> \
148 +dir within the tarball; \
149 +you can find directions on everything else at the home page. </li> \
150 +<li> Dillo has context sensitive menus on the right-mouse-button \
151 + (pages, links, Back and Forward buttons)</li> \
152 +<li> Dillo behaves very nice when browsing local files, images, and HTML. \
153 +It's also very good for Internet searching (try Google!).</li> \
154 +<li> This release is mainly intended <strong>for developers</strong> \
155 +and <em>advanced users</em></li> \
156 +</ul> \
157 +<hr> \
158 +<h4>Notes to Xfce users:</h4> \
159 +<P> Please bear in mind that dillo is alpha code; it is not ready for \
160 +end users yet. Anyway, local browsing (files and local HTTP) is quite stable \
161 +and chances are you'll not be disappointed. \
162 +<P> Tip: if you set BROWSER=dillo, Xfce's help will be a sweet tour! \
163 +<P> TABLES are a work in progress. \
164 +<P> FRAMES, Java, and Javascript are not supported. \
165 +<hr> \
166 +<hr> \
167 + \
168 +</td> \
169 +</table> \
170 +</body> \
171 +</html> \
172  ";
173  
174