Skip to content

Commit

Permalink
このForkについての説明を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Jun 22, 2024
1 parent 66884f6 commit 1d0000e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/CommonResource.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//#define EDCB_VERSION_TAG ""
#define EDCB_VERSION_TAG "work+s-240622"

// Only ASCII characters can be used here.

Expand Down
2 changes: 1 addition & 1 deletion EpgTimer/EpgTimer/AppVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace EpgTimer
public partial class App : System.Windows.Application
{
internal const string VERSION_TEXT = (VERSION_TAG != "" ? " " + VERSION_TAG : "") + (VERSION_EXTRA != "" ? " " + VERSION_EXTRA : "");
const string VERSION_TAG = "";
const string VERSION_TAG = "work+s-240622";
const string VERSION_EXTRA = "";
}
}
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@ EpgDataCap_Bon

Documents are stored in the 'Document' directory.
Configuration files are stored in the 'ini' directory.

**このフォークについて**

人柱版10.69からの改変部分は[Document/Readme_Mod.txt](Document/Readme_Mod.txt)を参照。
ビルド方法は[Document/HowToBuild.txt](Document/HowToBuild.txt)を参照。(自ビルド派の追加メモ[build_memo.txt](https://gist.github.com/xtne6f/f9b6f19c10cd146fe580))
[0ac7692](https://github.com/xtne6f/EDCB/commits/0ac7692afe7cbe615534577facda15f57b5e5af9)の履歴確認のため、[コミットをバラしたタグ](https://github.com/xtne6f/EDCB/commits/log-mod4k7)を作りました。
[01aff08](https://github.com/xtne6f/EDCB/commits/01aff08a5df4c7e63c86ea7136c20b259c08229e)にかけて改行コードの混乱があったようです。[改行のみ調整したタグ](https://github.com/xtne6f/EDCB/commits/log-to-crlf)も作りました(※改行以外の調整は一切無し)。

各々のコミットを大まかに理解したうえで自由にマージやcherry-pickしてください。大体[こんな方針](https://github.com/xtne6f/EDCB/pull/1)で改造しています。
[branch:work](https://github.com/xtne6f/EDCB/tree/work)をベースに、以下をマージしたものが[branch:work-plus-s](https://github.com/xtne6f/EDCB/tree/work-plus-s)です。

[branch:misc](https://github.com/xtne6f/EDCB/tree/misc)
* 細かな重箱つつきのブランチ。たまに機能追加もある

[branch:misc-ui](https://github.com/xtne6f/EDCB/tree/misc-ui)
* おもにEpgTimer(NW)のUI周辺を弄るブランチ

[branch:edcb-plug-in](https://github.com/xtne6f/EDCB/tree/edcb-plug-in)
* EdcbPlugIn(TVTestプラグイン)のブランチ。説明は[releases](https://github.com/xtne6f/EDCB/releases)に添付

0 comments on commit 1d0000e

Please sign in to comment.