-
Notifications
You must be signed in to change notification settings - Fork 37
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
Issue #22[WIP]Crypto #32
base: master
Are you sure you want to change the base?
Conversation
dz85
commented
Dec 9, 2020
- [相关链接(建议)]:Issue [翻译] 涉及加密软件相关的注意事项 #22
- [描述信息(可选)]:
- [备注说明(可选)]:
@@ -0,0 +1,216 @@ | |||
# 【WIP】标题:在 ASF 版本中使用密码学技术 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在PR上面标注 WIP就可以了,不需要在成稿上标注。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,了解了。
# 【WIP】标题:在 ASF 版本中使用密码学技术 | ||
|
||
- [【WIP】标题:在 ASF 版本中使用密码学技术](#wip标题在-asf-版本中使用密码学技术) | ||
- [本页更新通知¶](#本页更新通知) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¶ 这个符号有什么其他作用吗, 感觉是复制文本的时候加上的,建议删除。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文中,该符号的原意应该是特指本段,是具备实际意义的,所以需要保留。
可参见:https://www.w3.org/wiki/Common_HTML_entities_used_for_typography
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看了原文,这个符号应该没什么含义,这个是某些博客系统生成的锚点,为了能够分享复制链接的时候快速定位到这个段
比如这种博客系统 https://skywalking.apache.org/blog/2020-12-03-obs-service-mesh-with-sw-and-als/#how-it-works 的锚点用的就是这个符号
和这种符号 § 也有,建议还是删除吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,这样的锚点有助于读者分享某一个文章的片段,具有实际功能,而且w3c规范里也对该字符赋予了具体的含义;因此该符号链接同时具备功能性和语义,建议保留。