An enchantent 3

2017-01-21 Thread Aeros Jesus
I have bas this problème with software for time Noé.


Bug#820119: restores original characters instead of taking care of every time numeric references coming up

2017-01-21 Thread victory
On Sat, 14 Jan 2017 13:55:16 +0100
Laura Arjona Reina wrote:

> Victory is right

no, i misinterpreted validate as tidy :p

what the patch does:
  if both of
   (charset is "utf-8")
  and
([the last 56 chars of a error] is
  "is not a character number in the document character set\n")
  are satisfied,
  then the current loop is terminated
(push(@errors, $_) will not be processed in this case)
  and continue next ones
patch for git:///debwww/cron: scripts/validate below:

@@ -392,10 +392,13 @@ foreach $file (@files) {
 if ($#error < 5) {
 
 next;
 
 } elsif ($error[4] eq 'E' || $error[4] eq 'X') {
+   next if($charset eq "utf-8" &&
+   substr($error[5],-56) eq
+   "is not a character number in the document character 
set\n");
 
 push(@errors, $_);
 
 # If the DOCTYPE is bad, bail out
 last if ($error[5] eq " unrecognized {{DOCTYPE}}; unable to check 
document\n");


-- 
victory
no need to CC me :-)



Re: An enchantent 3

2017-01-21 Thread Paul Wise
On Sat, Jan 21, 2017 at 11:25 PM, Aeros Jesus wrote:

> I have bas this problème with software for time Noé.

Please contact one of the Debian user support channels for help.

https://www.debian.org/support

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Missing Content on debian.org

2017-01-21 Thread Paul Wise
On Fri, Jan 20, 2017 at 6:19 AM, Stéphane Blondon wrote:

> I host temporary the draft at:
> http://stephane.yaal.fr/tmp/derivatives-page/derivatives.html
>
> It's probably too short but I didn't want to simply copy/paste existing
> pages. What do you think about it?

There are some things I would change but it looks like a good start. I
expect Adrian would have some comments too, CCed him.

Please commit the wml file as english/derivatives/index.wml and add a
Makefile alongside it. You, me, Laura and anyone else interested will
then make some modifications as we get time. At some point I want to
have a discussion on debian-derivatives about this area of the
website.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise