Skip to content

Commit c557dce

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent d5596bd commit c557dce

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

rss.xml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,38 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-11-11T04:02:47.818609</updated>
6-
<id>dea58ba8-5a80-49cb-bc38-2e8a4cf6ce22</id>
5+
<updated>2024-11-11T05:20:55.480742</updated>
6+
<id>eaf29744-0d4b-407c-8913-c9c39c512919</id>
77

88

9+
<entry>
10+
<title>はじめてのコントリビュート -- 用語の誤った使い方を検出するCIの説明を追加</title>
11+
<link href="https://cpprefjp.github.io/start_editing.html"/>
12+
<id>710972af237d8d0cab53f90317494df675f0a3d0:start_editing.md</id>
13+
<updated>2024-11-11T14:17:55+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/start_editing.md b/start_editing.md
16+
index c200f29c9..dae4ce787 100644
17+
--- a/start_editing.md
18+
+++ b/start_editing.md
19+
@@ -57,6 +57,9 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
20+
- NGワードの検出 (ngword checkアクション)
21+
- 日本語入力環境における典型的な誤入力・誤変換をエラーとして検知する
22+
- 具体的な対象ワードリストは[ngword_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/ngword_check.py)を参照
23+
+- 用語の誤った使い方を検出 (defined word checkアクション)
24+
+ - 用語の許可した使い方、許可しない使い方を列挙し、許可した使い方以外の使われ方をエラーとして検出する
25+
+ - 具体的な用語、許可した使い方、許可しない使い方は、[defined_word_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/defined_word_check.py)を参照
26+
27+
28+
### 自動反映ツール
29+
&lt;/code&gt;&lt;/pre&gt;</summary>
30+
31+
<author>
32+
<name>Akira Takahashi</name>
33+
<email>[email protected]</email>
34+
</author>
35+
</entry>
36+
937
<entry>
1038
<title>標準規格と処理系 -- Merge pull request #1349 from cpprefjp/erroneous_behavior</title>
1139
<link href="https://cpprefjp.github.io/implementation-compliance.html"/>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<url>
2626
<loc>https://cpprefjp.github.io/start_editing.html</loc>
27-
<lastmod>2024-11-11T12:59:33+09:00</lastmod>
27+
<lastmod>2024-11-11T14:17:55+09:00</lastmod>
2828
<changefreq>daily</changefreq>
2929
<priority>0.9</priority>
3030
</url>

start_editing.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2024-11-07T09:34:51">
168-
2024年11月07日 09時34分51秒
167+
<span itemprop="datePublished" content="2024-11-11T05:17:55">
168+
2024年11月11日 05時17分55秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">yoh</span>
172+
<span itemprop="name">Akira Takahashi</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -245,6 +245,11 @@ <h4>自動テスト</h4>
245245
<li>具体的な対象ワードリストは<a href="https://github.com/cpprefjp/site/blob/master/.github/workflows/script/ngword_check.py" target="_blank">ngword_check.py</a>を参照</li>
246246
</ul>
247247
</li>
248+
<li>用語の誤った使い方を検出 (defined word checkアクション)<ul>
249+
<li>用語の許可した使い方、許可しない使い方を列挙し、許可した使い方以外の使われ方をエラーとして検出する</li>
250+
<li>具体的な用語、許可した使い方、許可しない使い方は、<a href="https://github.com/cpprefjp/site/blob/master/.github/workflows/script/defined_word_check.py" target="_blank">defined_word_check.py</a>を参照</li>
251+
</ul>
252+
</li>
248253
</ul>
249254
<h3>自動反映ツール</h3>
250255
<p>自動反映ツールも、GitHub上で開発が進められています。</p>

0 commit comments

Comments
 (0)