[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mailman-cvs
Subject:    [Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1531: More Romanian encoding changes.
From:       noreply () launchpad ! net
Date:       2015-02-06 21:23:21
Message-ID: 20150206212321.18444.84182.launchpad () ackee ! canonical ! com
[Download RAW message or body]

------------------------------------------------------------
revno: 1531
committer: Mark Sapiro <mark@msapiro.net>
branch nick: 2.1
timestamp: Fri 2015-02-06 11:51:40 -0800
message:
  More Romanian encoding changes.
modified:
  templates/ro/admlogin.html
  templates/ro/archidxhead.html
  templates/ro/archtoc.html
  templates/ro/article.html
  templates/ro/emptyarchive.html
  templates/ro/listinfo.html
  templates/ro/options.html
  templates/ro/private.html
  templates/ro/roster.html
  templates/ro/subscribe.html


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to https://code.launchpad.net/~mailman-c=
oders/mailman/2.1/+edit-subscription

["revision-diff.txt" (revision-diff.txt)]

=== modified file 'templates/ro/admlogin.html'
--- templates/ro/admlogin.html	2015-02-05 22:10:11 +0000
+++ templates/ro/admlogin.html	2015-02-06 19:51:40 +0000
@@ -1,7 +1,7 @@
 <html>
 <head>
   <title>%(listname)s: Autentificare - %(who)s</title>
-  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
   <script>function sf(){document.f.adminpw.focus();}</script>
 </head>
 <body bgcolor="#ffffff" onLoad="sf()">

=== modified file 'templates/ro/archidxhead.html'
--- templates/ro/archidxhead.html	2015-02-05 22:10:11 +0000
+++ templates/ro/archidxhead.html	2015-02-06 19:51:40 +0000
@@ -3,7 +3,7 @@
   <HEAD>
      <title>Arhiva %(archive)s a listei %(listname)s după %(archtype)s</title>
      <META NAME="robots" CONTENT="noindex,follow">
-     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
      %(encoding)s
   </HEAD>
   <BODY BGCOLOR="#ffffff">

=== modified file 'templates/ro/archtoc.html'
--- templates/ro/archtoc.html	2015-02-05 22:10:11 +0000
+++ templates/ro/archtoc.html	2015-02-06 19:51:40 +0000
@@ -2,7 +2,7 @@
 <HTML>
   <HEAD>
      <title>Arhivele listei %(listname)s</title>
-     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
      <META NAME="robots" CONTENT="noindex,follow">
      %(meta)s
   </HEAD>

=== modified file 'templates/ro/article.html'
--- templates/ro/article.html	2015-02-05 22:10:11 +0000
+++ templates/ro/article.html	2015-02-06 19:51:40 +0000
@@ -5,7 +5,7 @@
    <LINK REL="Index" HREF="index.html" >
    <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
    <META NAME="robots" CONTENT="index,nofollow">
-   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
    <style type="text/css">
        pre {
            white-space: pre-wrap;       /* css-2.1, curent FF, Opera, Safari */

=== modified file 'templates/ro/emptyarchive.html'
--- templates/ro/emptyarchive.html	2015-02-05 22:10:11 +0000
+++ templates/ro/emptyarchive.html	2015-02-06 19:51:40 +0000
@@ -3,7 +3,7 @@
   <HEAD>
      <title>Arhivele %(listname)s</title>
      <META NAME="robots" CONTENT="noindex,follow">
-     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
   </HEAD>
   <BODY BGCOLOR="#ffffff">
      <h1>Arhivele %(listname)s</h1>

=== modified file 'templates/ro/listinfo.html'
--- templates/ro/listinfo.html	2015-02-05 22:10:11 +0000
+++ templates/ro/listinfo.html	2015-02-06 19:51:40 +0000
@@ -3,7 +3,7 @@
 <HTML>
   <HEAD>
     <TITLE><MM-List-Name> - Informaţii Generale</TITLE>
-    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
   </HEAD>
   <BODY BGCOLOR="#ffffff">
     <P>

=== modified file 'templates/ro/options.html'
--- templates/ro/options.html	2015-02-05 22:10:11 +0000
+++ templates/ro/options.html	2015-02-06 19:51:40 +0000
@@ -3,7 +3,7 @@
 <head>
     <link rel="SHORTCUT ICON" href="<mm-favicon>">
     <title>Configurarea abonamentului <MM-Presentable-User> la lista <MM-List-Name></title>
-    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
 </head>
 <BODY BGCOLOR="#ffffff">
     <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5">

=== modified file 'templates/ro/private.html'
--- templates/ro/private.html	2015-02-05 22:10:11 +0000
+++ templates/ro/private.html	2015-02-06 19:51:40 +0000
@@ -1,7 +1,7 @@
 <html>
 <head>
     <title>Autentificare la arhivele private %(realname)s</title>
-    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
     <script>function sf(){document.f.username.focus();}</script>
 </head>
 <body bgcolor="#ffffff" onLoad="sf()">

=== modified file 'templates/ro/roster.html'
--- templates/ro/roster.html	2015-02-05 22:10:11 +0000
+++ templates/ro/roster.html	2015-02-06 19:51:40 +0000
@@ -2,7 +2,7 @@
 <HTML>
   <HEAD>
     <TITLE>Abonaţii listei <MM-List-Name></TITLE>
-    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
   </HEAD>
   <BODY BGCOLOR="#ffffff">
     <P>

=== modified file 'templates/ro/subscribe.html'
--- templates/ro/subscribe.html	2015-02-05 22:10:11 +0000
+++ templates/ro/subscribe.html	2015-02-06 19:51:40 +0000
@@ -1,7 +1,7 @@
 <!-- $Revizia: 2.1 $ -->
 <html>
 <head><title>Rezultatele abonării la <MM-List-Name></title></head>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
 <body bgcolor="white">
 <h1>Rezultatele abonării la <MM-List-Name></h1>
 <MM-Results>



_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/mailman-cvs%40progressive-comp.com



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic