[LinuxCNC/linuxcnc PR#191] fix docs/2.7/2.8 broken/unnecessary links in index.es.tmpl + index_fr.tmpl

未分类 bolang 4个月前 (10-15) 22次浏览

Issue #191 | 状态: 已关闭 | 作者: tseufl | 创建时间: 2016-10-22


fixed urls in the html output of the homepage
Signed-off-by: Thoren Seufl t_seufl@gmx.de


评论 (3)

#1 – SebKuzminsky 于 2016-10-23

This pull request is against master, and the branch is derived from a recent version of master, but the branch name suggests you intend it for 2.7.

These fixes would be welcome in 2.7 if you want to rebase your changes there (or if you want me to rebase your changes), or I could put them in master if you don’t want to bother.

Also, we have a make target that checks our links: “make checkref”, but it deliberately doesn’t check the indexfr.html and indexes.html files because they have so many broken links, and because i was hoping translators would step up to fix them.

If you want to enable link validation for the French and Spanish translations, look in docs/src/Submakefile for the checkref targets, and add the index*.html files to the fr and es checkref targets, just like index.html is in the checkrefen target.


#2 – tseufl 于 2016-10-25

@SebKuzminsky
The changes were intended for 2.7 and for master.
Can you move it, please!

I have found the broken links as I use my webspider for the check because of the title tags <-> indexterm …


#3 – SebKuzminsky 于 2016-10-31

I applied these commits to 2.7 using cherry-pick then merged to master.


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/191

喜欢 (0)