cubing / alg.cubing.net

▶️ Multi-purpose puzzle viewer – the old generation of alg/reconstruction viewing and sharing. Superseded by Twizzle.
https://alg.cubing.net
Other
185 stars 32 forks source link

Pretty URL escaping #18

Open lgarron opened 10 years ago

lgarron commented 10 years ago

In particular, translate:

(Note the comment, and the dash in the slice range.)

This is best done using a URL encoding function in in alg.sign_w, but that would require a parseable alg string to use. I don't quite like the idea of semantic URL unescaping, though. It would amount to a second serialization format for SiGN.

lgarron commented 10 years ago

Marking as wontfix for now.