use Mir.Name config instead of hardcoded mir.indymedia.de for the site name used...
authormh <mh>
Mon, 23 Dec 2002 03:33:36 +0000 (03:33 +0000)
committermh <mh>
Mon, 23 Dec 2002 03:33:36 +0000 (03:33 +0000)
etc/producer/article.template
etc/producer/featurearchive.template
etc/producer/newswirearchive.template
etc/producer/startpage.template
etc/producer/topicpage.template

index ede6f8a..3ede838 100755 (executable)
@@ -5,8 +5,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">        
-    <title>${lang("general.htmltitle")} | ${article.title}</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">       
+    <title>${config["Mir.Name"]} | ${article.title}</title>
        <meta name="keywords" content="indymedia,imc">
        <meta name="description" content="indymedia,imc">
        <meta http-equiv="expires" content="599">
index 29dd0fb..8fd5fc5 100755 (executable)
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>${lang("general.htmltitle")} | ${lang("featurearchive.title")}</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">
+    <title>${config["Mir.Name"]} | ${lang("featurearchive.title")}</title>
        <meta name="keywords" content="${lang("general.keywords")}">
        <meta name="description" content="${lang("featurearchive.title")}">
        <meta name="dc:title" content="${lang("featurearchive.title")}">
index 9f2ff83..5b9b800 100755 (executable)
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>${lang("general.htmltitle")} | ${lang("newswirearchive.title")}</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">
+    <title>${config["Mir.Name"]} | ${lang("newswirearchive.title")}</title>
        <meta name="keywords" content="${lang("general.keywords")}">
        <meta name="description" content="${lang("newswirearchive.title")}">
        <meta name="dc:title" content="${lang("newswirearchive.title")}">
index c6e1ca1..485d385 100755 (executable)
@@ -7,8 +7,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">        
-       <title>${lang("general.htmltitle")}</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">       
+       <title>${config["Mir.Name"]}</title>
        <meta name="keywords" content="indymedia,imc">
        <meta name="description" content="indymedia,imc">
        <meta http-equiv="expires" content="599">
index f763b97..e372834 100755 (executable)
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>${lang("general.htmltitle")} | ${topic.title}</title>
+       <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">
+    <title>${config["Mir.Name"]} | ${topic.title}</title>
        <meta name="keywords" content="${lang("general.keywords")}">
        <meta name="description" content="${topic.description}">
        <meta name="dc:title" content="${topic.title}">