thewml / website-meta-language

An old offline HTML preprocessor (which can be used for static site generation), written in Perl and C that is still maintained for legacy reasons, but probably not recommended for new sites.
https://www.shlomifish.org/open-source/projects/website-meta-language/
GNU General Public License v2.0
14 stars 8 forks source link

wmu tries to connect to ancient www.engelschall.com website #5

Closed xtaran closed 5 years ago

xtaran commented 5 years ago

Calling wmu results in the following error:

→ wmu
This is WML UPGRADE (WMu), Version 2.10.1
Copyright (c) 1996-2001 Ralf S. Engelschall.

1. Determine latest version:
   Website META Language, Version 
2. Determine distribution details:
Unable to get http://www.engelschall.com/sw/wml/distrib/<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Bad request!</title>
<link rev="made" href="mailto:rse@engelschall.com" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/ 
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Bad request!</h1>
<p>

    Your browser (or proxy) sent a request that
    this server could not understand.

</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:rse@engelschall.com">webmaster</a>.

</p>

<h2>Error 400</h2>
<address>
  <a href="/">engelschall.com</a><br />

  <span>Tue Dec 25 07:41:41 2018<br />
  Apache/2.2.34 (OpenPKG/CURRENT)</span>
</address>
</body>
</html>

Probably should be changed to contact Github or the current homepage instead.

shlomif commented 5 years ago

On Mon, 24 Dec 2018 22:45:20 -0800 Axel Beckert notifications@github.com wrote:

Calling wmu results in the following error:


→ wmu
This is WML UPGRADE (WMu), Version 2.10.1
Copyright (c) 1996-2001 Ralf S. Engelschall.

Thanks for the report - I'll investigate.

  1. Determine latest version: Website META Language, Version
  2. Determine distribution details: Unable to get http://www.engelschall.com/sw/wml/distrib/<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Bad request!

Bad request!

Your browser (or proxy) sent a request that this server could not understand.

If you think this is a server error, please contact the webmaster.

Error 400

engelschall.com
Tue Dec 25 07:41:41 2018
Apache/2.2.34 (OpenPKG/CURRENT)



Probably should be changed to contact Github or the current homepage instead.

--

Shlomi Fish http://www.shlomifish.org/ Freecell Solver - http://fc-solve.shlomifish.org/

Inigo Montoya: You seem a decent fellow. I hate to kill you. The Man in Black: You seem a decent fellow. I hate to die. — http://en.wikiquote.org/wiki/The_Princess_Bride_%28film%29

Please reply to list if it's a mailing list post - http://shlom.in/reply .

shlomif commented 5 years ago

I have deprecated wmu - thanks!

xtaran commented 5 years ago

I have deprecated wmu - thanks!

You might want to also want to update the POD in wmu.src: https://github.com/thewml/website-meta-language/blob/master/src/wml_frontend/wmu.src#L51-L97

shlomif commented 5 years ago

On Tue, 25 Dec 2018 03:09:26 -0800 Axel Beckert notifications@github.com wrote:

I have deprecated wmu - thanks!

You might want to also want to update the POD in wmu.src: https://github.com/thewml/website-meta-language/blob/master/src/wml_frontend/wmu.src#L51-L97

Thanks! I'll do that.

--

Shlomi Fish http://www.shlomifish.org/ Stop Using MSIE - http://www.shlomifish.org/no-ie/

RESOLVED / WONT_FIX / FUCK_YOU … story of my life. — http://www.shlomifish.org/humour/fortunes/sharp-perl.html Please reply to list if it's a mailing list post - http://shlom.in/reply .