You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm amazed to discover my browser can cope with spaces and * characters in URLs. Some of our generated pages include these, but not all. I've noticed we use a couple of mapping algorithms e.g. some pages started with:
dynamic (albeit not in the current implementation 0e26703)
term_** e.g. term_**e**rrors.html
term_ e.g. term_errors.html
spaces e.g. I SLICED UP FUN.html and term_**s**pecial characters.html
Also while writing this issue I notice we have 2 instances of pages for what seem to be the same topic e.g. here are all the files containing terms:
-rw-r--r-- 1 julianharty staff 4117 10 May 12:50 term_**e**rrors.html
-rw-r--r-- 1 julianharty staff 709 10 May 12:50 term_**i**nputs.html
-rw-r--r-- 1 julianharty staff 1000 10 May 12:50 term_**i**ntegrations.html
-rw-r--r-- 1 julianharty staff 835 10 May 12:50 term_**l**ocation.html
-rw-r--r-- 1 julianharty staff 3599 10 May 12:50 term_**s**pecial characters.html
-rw-r--r-- 1 julianharty staff 704 10 May 12:50 term_**s**tore.html
-rw-r--r-- 1 julianharty staff 3951 10 May 12:50 term_errors.html
-rw-r--r-- 1 julianharty staff 849 10 May 12:50 term_integrations.html
-rw-r--r-- 1 julianharty staff 653 10 May 12:50 term_pages_and_content.html
-rw-r--r-- 1 julianharty staff 3442 10 May 12:50 term_special_characters.html
-rw-r--r-- 1 julianharty staff 653 10 May 12:50 term_special_formats.html
There are 6 with **'s in their names and 5 without (inputs isn't duplicated). Note the sizes of the files for seemingly identical content varies significantly. The differences are related to layout and adding a 'back' button.
no duplication in the files - 1 file per term/topic, per heuristic, etc
URLs to be contiguous terms without any spaces or formatting characters. I'd prefer underscores to represent spaces in URLs which should work well even in older, less capable web browsers. e.g. I_SLICED_UP_FUN.html
The text was updated successfully, but these errors were encountered:
The duplicate files were being regenerated by the script (as indicated by the timestamps in the directory listing). Anyway, thank you for cleaning this up.
A quick note before I lose track. Here's perhaps an unusual case where an odd filename is still generated. I'd expanded a term (to match the original heuristic in I SLICED UP FUN) which has 2 terms for the second 'I'. For the moment I've split the terms back into 2 distinct terms. Perhaps we can revisit having a dual term at some point in future?
I'm amazed to discover my browser can cope with spaces and * characters in URLs. Some of our generated pages include these, but not all. I've noticed we use a couple of mapping algorithms e.g. some pages started with:
term_**
e.g.term_**e**rrors.html
term_
e.g.term_errors.html
spaces
e.g.I SLICED UP FUN.html
andterm_**s**pecial characters.html
Also while writing this issue I notice we have 2 instances of pages for what seem to be the same topic e.g. here are all the files containing terms:
There are 6 with
**
's in their names and 5 without (inputs isn't duplicated). Note the sizes of the files for seemingly identical content varies significantly. The differences are related to layout and adding a 'back' button.Here's where I'm hoping we'll get to soon:
I_SLICED_UP_FUN.html
The text was updated successfully, but these errors were encountered: