FSF India CMS does not handle www.fsf.org.in just fsf.org.in #2866
Closed
doczkal
wants to merge 1 commits from doczkal/fsfe-website:ref_fsf_india
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'doczkal/fsfe-website:ref_fsf_india'
Deleting a branch is permanent. It CANNOT be undone. Continue?
made at the <a href="http://gplv3.gnu.org.in">fourth international
GPLv3 conference</a>, organised
by <a href="http://www.fsf.org.in/">FSF India</a> in Bangalore,
by <a href="//fsf.org.in/">FSF India</a> in Bangalore,
Shouldn't have the two // not been deleted
I think deleting them will break the build system and create https://fsfe.org/fsf.org.in/ or similar.
If one uses the two slashed in the beginning of the link, it tells the browser to use the same encryption level as was used. So when one browses the webpage via
https
it will use and encrypted connection when following the link or embedding an external file, and none when the visitor specifiedhttp
when opening the webpage.See e.g. here https://stackoverflow.com/questions/4978235/absolute-urls-omitting-the-protocol-scheme-in-order-to-preserve-the-one-of-the
A single
/
will be a link on the current server and no slash at all would be a relative link from the current page (which would break the link to the external homepage).<text id="fsfeurope">Free Software Foundation Europe</text>
<text id="fsfnetwork">
Die FSFE hat <a href="//fsfe.org/about/fsfnetwork.html">Schwester-Organisationen</a> in <a href="http://www.fsf.org/">Nordamerika</a>, <a href="http://www.fsf.org.in/">Indien</a> und <a href="http://www.fsfla.org/">Lateinamerika</a>.
Die FSFE hat <a href="//fsfe.org/about/fsfnetwork.html">Schwester-Organisationen</a> in <a href="http://www.fsf.org/">Nordamerika</a>, <a href="//fsf.org.in/">Indien</a> und <a href="http://www.fsfla.org/">Lateinamerika</a>.
same as above.
Also same before fsfe.org/about/fsfnetwork.html this should be -> /about/fsfnetwork.html
Or?
Fixed in #2906
<text id="fsfeurope">Free Software Foundation Europe</text>
<text id="fsfnetwork">
La FSFE tiene <a href="//fsfe.org/about/fsfnetwork.html">organizaciones hermanas</a> en <a href="http://www.fsf.org/">América del Norte</a>, <a href="http://www.fsf.org.in/">India</a> y <a href="http://www.fsfla.org/">América Latina</a>.
La FSFE tiene <a href="//fsfe.org/about/fsfnetwork.html">organizaciones hermanas</a> en <a href="http://www.fsf.org/">América del Norte</a>, <a href="//fsf.org.in/">India</a> y <a href="http://www.fsfla.org/">América Latina</a>.
same as above
Fixed in #2906
You can remove the
http:
from the links to fsf.org and fsflo.org and leave only the//
, but are supportinghttp
andhttps
.As there are changes conflicting with the target branch and #2906 has been merged. I will close this PR.
Reviewers