in reply to Re^2: Development of PerlMonks "Mobile" is now open for business
in thread Development of PerlMonks "Mobile" is now open for business

I already started sensible threads in pmdev and people - including the gods - lost track when they got longer.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^3: Development of PerlMonks "Mobile" is now open for business

Replies are listed 'Best First'.
Re^4: Development of PerlMonks "Mobile" is now open for business
by jdporter (Paladin) on Feb 15, 2020 at 19:21 UTC

    I apologize. I for one find it difficult to follow the discussion because the technologies being discussed are so far outside my ken.

      > I for one find it difficult to follow the discussion because the technologies being discussed are so far outside my ken.

      I apologize too.

      I have a patch for 'Everything::HTML::tagApprove' and it even has an inbuilt mechanism to be overridden if a Everything::NewHTML:tagApprove exists.

      sub tagApprove { for(_test){ goto &$_ if $_ }
      BEGIN { my $exist= eval { require Everything::NewHTML; 1 }; sub _test {

      other options are expanding the CSS or totally disabling the tag in question. (no details here)

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery