-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new location hash scheme #353
Comments
No objections! thinking aloud: do we need the "/" in front of everything? I remember an old issue where the guy wanted to host twister-html into a subdirectory. Would it cause problems? |
there's need to read
according to RFC3986:
so all the chars after
|
I'm the guy. That will be fine I think. I'll give you a feedback if I encounter problems. And I'm agree that would be great to improve the location hash scheme. |
thanks @homlett for paying attention :-) |
|
|
I want to change current one as part of #338
first, no base name for index page:
/home.html
->/
then following changes by example of @RealVegOs's alias:
/#profile?user=vegos
->/#/@vegos
/#mentions?user=vegos
->/#/@vegos/mentions
/#followers?user=vegos
->/#/@vegos/followers
/#following?user=vegos
->/#/@vegos/following
/#conversation?post=vegos:post14080
->/#/@vegos/14080
hashtags:
/#hashtag?hashtag=letsfixeverythin
->/#/tag/letsfixeverythin
login, network stats/config, options:
/login.html
->/#/login
/network.html
->/#/network
/options.html
->/#/options
etc.
are you OK with that?
The text was updated successfully, but these errors were encountered: