|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title>
|
4 | 4 | <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> |
7 | 7 |
|
8 | 8 |
|
| 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"><pre><code>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 | +</code></pre></summary> |
| 30 | + |
| 31 | + <author> |
| 32 | + <name>Akira Takahashi</name> |
| 33 | + |
| 34 | + </author> |
| 35 | + </entry> |
| 36 | + |
9 | 37 | <entry>
|
10 | 38 | <title>標準規格と処理系 -- Merge pull request #1349 from cpprefjp/erroneous_behavior</title>
|
11 | 39 | <link href="https://cpprefjp.github.io/implementation-compliance.html"/>
|
|
0 commit comments