Planet Python, https and rendering of the site.
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 144
- 派生
- 197
- PR 合并指标
- 30 天内没有已合并 PR
描述
On the communicating.html page of devguide, there is a link to the planet python site, but this one is only in http. There is a support of https, the certificate seems to be good
$ echo | openssl s_client -servername www.planetpython.org -connect www.planetpython.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Apr 27 16:10:00 2017 GMT
notAfter=Jul 26 16:10:00 2017 GMT
but Google Chromium and Firefox tell me that the connection is not fully compliant with https, and in fact, some images or css files are not reachable.
404 error
https://www.planetpython.org/js/iotbs2-key-directors-load.js
https://www.planetpython.org/js/iotbs2-directors.js
https://www.planetpython.org/js/iotbs2-core.js
https://www.planetpython.org/styles/defaultfonts.css
and because these files are missing, the rendering of the website is just ugly.
thank you
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
定位 communicating.html,检查 Planet Python 链接和所引用的 HTTPS 资源。检查当前使用的是哪些 URL,然后验证页面是否能在没有报告中的 404 错误的情况下正常渲染,并确认 Planet Python 链接使用 HTTPS。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- html
- 领域
- documentation, web-dev
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100