Lines Matching refs:n
74 $lines = preg_split("/\n/", $index_page);
161 $RSS .= "<" . "?xml version=\"1.0\" encoding=\"utf-8\"?>\n" .
162 "<rdf:RDF\n" .
163 "\txmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n" .
164 "\txmlns=\"http://purl.org/rss/1.0/\"\n" .
165 "\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n" .
166 ">\n" .
167 "<channel rdf:about=\"$aboutLink\">\n" .
168 "\t<title>PHP: Hypertext Preprocessor</title>\n" .
169 "\t<link>$aboutLink</link>\n" .
170 "\t<description>The PHP scripting language web site</description>\n" .
171 "\t<items>\n" .
172 "\t\t<rdf:Seq>\n";
176 $RSS .= "\t\t\t<rdf:li rdf:resource=\"" . $headline['link'] . "\" />\n";
179 $RSS .= "\t\t</rdf:Seq>\n\t</items>\n</channel>\n";
184 $RSS .= "</rdf:RDF>\n";
190 $s = "\t<dc:subject>$subject</dc:subject>\n";
194 $RSS .= "\n<item rdf:about=\"$href\">\n" .
195 "\t<title>$title</title>\n" .
196 "\t<link>$href</link>\n" .
198 "\t<description>$text</description>\n" .
199 "\t<dc:date>" . $date . "</dc:date>\n" .
200 "</item>\n";
217 $RSS .= "<!-- RSS-Items -->\n";
225 $RSS .= "<!-- / RSS-Items PHP/RSS -->\n";