Hi team,
First of all is it a right place to ask this question? If not i would love to redirect and apologise for any inconvenience.
While i was going through the wiki.python.org links, i saw that the urls( https://wiki.python.org/moin) contains *moin*, is it expected?
Thanks, onlinejudge95
On 1/28/2020 8:21 AM, onlinejudge95 wrote:
While i was going through the wiki.python.org http://wiki.python.org/ links, i saw that the urls(https://wiki.python.org/moin) contains *moin*, is it expected?
Except for the entry url, '/moin' is required. https://wiki.python.org/moin/BeginnersGuide works. https://wiki.python.org/BeginnersGuide is 'Not Found'.
I believe that this is a historical artifact.
On Tue, Jan 28, 2020 at 02:17:15PM -0500, Terry Reedy tjreedy@udel.edu wrote:
On 1/28/2020 8:21 AM, onlinejudge95 wrote:
While i was going through the wiki.python.org http://wiki.python.org/ links, i saw that the urls(https://wiki.python.org/moin) contains *moin*, is it expected?
Except for the entry url, '/moin' is required. https://wiki.python.org/moin/BeginnersGuide works. https://wiki.python.org/BeginnersGuide is 'Not Found'.
I believe that this is a historical artifact.
It's not. It's there to distinguish different sub-sites. I remember https://wiki.python.org/jython .
-- Terry Jan Reedy
Oleg.