Sam Tobin-Hochstadt wrote on 03/01/2016 06:32 PM:
One package that I noticed you didn't move was 'htmlprag', which your
web page says is obsolete. I mention this only because some packages
on the pkg server (such as gut and wrap) still use this library. How
trivial is it to port to the new code, or would this be something you
could add to the package server?

`htmlprag` was replaced by `html-parsing` and `html-writing` on 2011-08-21. I didn't know anyone was still using it at all.

If the code using `htmlprag` is just using parsing and/or writing functionality from `htmlprag`, then the changes to that code are probably very simple. Specifically, probably just needs the name a procedure changed, and maybe the calling signature has changed slightly..

If that doesn't immediately work, see the History sections of the package documentation:
http://www.neilvandyke.org/racket/html-parsing/
http://www.neilvandyke.org/racket/html-writing/

If there's a significant problem, let me know.

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to