Skip to content

Commit

Permalink
update automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
cpprefjp-autoupdate committed Nov 11, 2024
1 parent d5596bd commit c557dce
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
32 changes: 30 additions & 2 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,38 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>cpprefjp - C++日本語リファレンス</title>
<link href="https://cpprefjp.github.io" />
<updated>2024-11-11T04:02:47.818609</updated>
<id>dea58ba8-5a80-49cb-bc38-2e8a4cf6ce22</id>
<updated>2024-11-11T05:20:55.480742</updated>
<id>eaf29744-0d4b-407c-8913-c9c39c512919</id>


<entry>
<title>はじめてのコントリビュート -- 用語の誤った使い方を検出するCIの説明を追加</title>
<link href="https://cpprefjp.github.io/start_editing.html"/>
<id>710972af237d8d0cab53f90317494df675f0a3d0:start_editing.md</id>
<updated>2024-11-11T14:17:55+09:00</updated>

<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/start_editing.md b/start_editing.md
index c200f29c9..dae4ce787 100644
--- a/start_editing.md
+++ b/start_editing.md
@@ -57,6 +57,9 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
- NGワードの検出 (ngword checkアクション)
- 日本語入力環境における典型的な誤入力・誤変換をエラーとして検知する
- 具体的な対象ワードリストは[ngword_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/ngword_check.py)を参照
+- 用語の誤った使い方を検出 (defined word checkアクション)
+ - 用語の許可した使い方、許可しない使い方を列挙し、許可した使い方以外の使われ方をエラーとして検出する
+ - 具体的な用語、許可した使い方、許可しない使い方は、[defined_word_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/defined_word_check.py)を参照


### 自動反映ツール
&lt;/code&gt;&lt;/pre&gt;</summary>

<author>
<name>Akira Takahashi</name>
<email>[email protected]</email>
</author>
</entry>

<entry>
<title>標準規格と処理系 -- Merge pull request #1349 from cpprefjp/erroneous_behavior</title>
<link href="https://cpprefjp.github.io/implementation-compliance.html"/>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<url>
<loc>https://cpprefjp.github.io/start_editing.html</loc>
<lastmod>2024-11-11T12:59:33+09:00</lastmod>
<lastmod>2024-11-11T14:17:55+09:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
Expand Down
11 changes: 8 additions & 3 deletions start_editing.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@

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

0 comments on commit c557dce

Please sign in to comment.