-
Notifications
You must be signed in to change notification settings - Fork 0
DONE
元 Wiki のページ名と、移行先 Markdown ファイルの対応表。
「元の更新日」は PukiWiki ダンプ(_dump/)上のページ更新日時で、更新チェック時の基準にする。
| 種別 | 命名 | 例 |
|---|---|---|
| 図 | <移行先ファイル名>_<連番>.<拡張子> |
Doxygen_1.png |
| 図以外の添付(ZIP等) | <移行先ファイル名>_<元の添付ファイル名> |
Doxygen_doxygen.zip |
- 図以外の添付は元ファイル名を保つ(連番は振らない)。
- 同一ファイルが複数ページに添付されている場合は 1 つだけ配置し、他ページからはそれを参照する。 GitHub Wiki はファイル名で解決するため、パスの相違は問題にならない。
ダンプ: _dump/techinfoofmicrosofttech_20260729(全 1296 ページ)
| 元ページ名 | 移行先 | 元の更新日 |
|---|---|---|
| FrontPage | techinfoofmicrosofttech/MS_FrontPage.md |
2024-05-28 |
| 設計のポイント | techinfoofmicrosofttech/DesignPoints.md |
2020-03-20 |
| トラブルシュート | techinfoofmicrosofttech/Troubleshooting.md |
2020-04-13 |
| インフラストラクチャ | techinfoofmicrosofttech/Infrastructure.md |
2019-05-09 |
| プログラミング | techinfoofmicrosofttech/Programming.md |
2020-03-14 |
| テスト | techinfoofmicrosofttech/Testing.md |
2021-02-17 |
| ドキュメンテーション | techinfoofmicrosofttech/Documentation.md |
2022-02-17 |
| 移行・マイグレーション | techinfoofmicrosofttech/Migration.md |
2026-07-05 |
| 事務とかOfficeとかのトピック | techinfoofmicrosofttech/OfficeAndClericalTopics.md |
2021-06-11 |
| カテゴリ一覧 | techinfoofmicrosofttech/MS_CategoryList.md |
2020-11-27 |
| 元ページ名 | 移行先 | 元の更新日 | 図 |
|---|---|---|---|
| アーキテクチャ設計 | techinfoofmicrosofttech/ArchitectureDesign.md |
2021-02-09 | - |
| 高信頼性設計のポイント | techinfoofmicrosofttech/HighReliabilityDesignPoints.md |
2020-03-20 | HighReliabilityDesignPoints_1..6.png |
| 性能問題のポイント | techinfoofmicrosofttech/PerformanceProblemPoints.md |
2026-03-29 | - |
| あるある | techinfoofmicrosofttech/CommonPitfalls.md |
2024-07-26 | - |
| 障害発生時の分析 | techinfoofmicrosofttech/FailureAnalysis.md |
2020-04-13 | - |
| 初回が遅い! | techinfoofmicrosofttech/SlowFirstRequest.md |
2025-06-26 | - ※添付 pingWebApp.vbs は本文にコード ブロックで取込 |
| Windowsネットワークの基礎知識、設定・トラブルシュート | techinfoofmicrosofttech/WindowsNetworkTroubleshooting.md |
2019-10-27 | - |
| ネットワークの基礎編 | techinfoofmicrosofttech/NetworkBasics.md |
2021-06-23 | NetworkBasics_1..16.png |
| Windowsネットワーク編 | techinfoofmicrosofttech/WindowsNetworking.md |
2017-05-04 | WindowsNetworking_1..3.png |
| 監視・パケット解析編 | techinfoofmicrosofttech/NetworkMonitoringAndPacketAnalysis.md |
2020-10-12 | NetworkMonitoringAndPacketAnalysis_1..9.png |
※ フェーズ1・2 の一部は、その後の人手の階層化により
techinfoofmicrosofttech/designpoints/ techinfoofmicrosofttech/troubleshooting/ へ移動済み。
GitHub Wiki はファイル名で解決するため、リンクの張り替えは不要。
| 元ページ名 | 移行先 | 元の更新日 |
|---|---|---|
| Windows | techinfoofmicrosofttech/Windows.md |
2022-02-24 |
| Linux |
techinfoofmicrosofttech/MS_Linux.md ※1 |
2025-09-18 |
| 通信技術 | techinfoofmicrosofttech/CommunicationTechnologies.md |
2020-03-13 |
| プロダクト | techinfoofmicrosofttech/Products.md |
2024-12-17 |
| クラウド |
techinfoofmicrosofttech/MS_Cloud.md ※1 |
2020-10-20 |
| バックアップのいろいろ | techinfoofmicrosofttech/BackupVariations.md |
2024-12-21 |
| ウィルススキャン | techinfoofmicrosofttech/VirusScanning.md |
2020-10-20 |
| Visual Basic | techinfoofmicrosofttech/VisualBasic.md |
2025-04-18 |
| .NET開発 | techinfoofmicrosofttech/DotNetDevelopment.md |
2026-05-25 |
| .NET言語 | techinfoofmicrosofttech/DotNetLanguages.md |
2020-06-20 |
※1 Linux クラウド は dotnetdevelopmentinfrastructure に同名ページが存在するため、MS_ プレフィックスを付与。
配置先: techinfoofmicrosofttech/testing/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| 単体・結合テスト方式 | UnitAndIntegrationTestMethods.md |
2020-02-12 | - |
| 使用APIの一覧、関数コールグラフ、単体テストのエビデンス | ApiListCallGraphAndTestEvidence.md |
2020-02-12 | - |
| 負荷テストのポイント |
MS_LoadTestingPoints.md ※2 |
2021-03-16 | MS_LoadTestingPoints_1.png |
| 脆弱性対策のポイント |
MS_VulnerabilityCountermeasurePoints.md ※2 |
2021-02-11 | - |
| Azure上でのテスト | TestingOnAzure.md |
2021-05-11 | - |
| 異種環境への移行時のテスト・ポリシー | CrossPlatformMigrationTestPolicy.md |
2026-01-15 | - |
| クラスライブラリのバージョンアップ時のライブラリ利用者側のテスト | LibraryUpgradeConsumerTesting.md |
2017-04-24 | - |
| テスト自動化 | TestAutomation.md |
2021-02-17 | - |
| CI/CD | CICD.md |
2020-11-28 | - |
| DevOps | DevOps.md |
2021-11-25 | - |
※2 負荷テストのポイント 脆弱性対策のポイント は opentouryo に同名ページが存在するため、MS_ プレフィックスを付与。
| 元ページ名 | 移行先ファイル | 元の更新日 |
|---|---|---|
| テスティング・フレームワーク | testing/TestingFrameworks.md |
2022-08-04 |
| CI | testing/CI.md |
2020-07-14 |
| CD | testing/CD.md |
2020-06-30 |
| CI/CD パイプライン | testing/CICDPipeline.md |
2020-06-26 |
| コンテナのチェーン | testing/ContainerChain.md |
2026-05-21 |
| UIオートメーション | testing/UIAutomation.md |
2025-12-22 |
| Apache Jmeter | testing/ApacheJMeter.md |
2021-03-16 |
| 電文を確認する方法(パケット・キャプチャ) | troubleshooting/PacketCapture.md |
2018-01-10 |
| 障害対応に使用するツールの一覧 | troubleshooting/TroubleshootingToolsList.md |
2023-12-13 |
| ダンプ取得に使用するツールの一覧 | troubleshooting/DumpCollectionToolsList.md |
2019-11-05 |
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| 設計書作成と作業形骸化 | documentation/DesignDocumentsAndFormalism.md |
2022-02-18 | - |
| リエンジ用途でリバース・ツールを利用 | documentation/ReverseEngineeringToolsForReengineering.md |
2024-12-24 | - |
| ドキュメンテーション・ツール | documentation/DocumentationTools.md |
2024-12-24 |
DocumentationTools_1.png ※3 |
| Doxygen | documentation/Doxygen.md |
2017-10-05 |
Doxygen_1.png ※3 |
| 移行・コンバージョン方式 | migration/MigrationAndConversionMethods.md |
2026-01-15 | - |
| 各種、技術毎の移行性 | migration/MigratabilityByTechnology.md |
2026-01-15 | - |
| 移行見積もりの概要 | migration/MigrationEstimationOverview.md |
2026-01-16 | - |
| つながらない! | troubleshooting/ConnectionFailure.md |
2025-06-09 | - |
| 検索サイトで効率的に情報を得る方法 | troubleshooting/EfficientWebSearch.md |
2020-04-14 | - |
| 問合せ時、入力頂きたい情報 | troubleshooting/SupportInquiryChecklist.md |
2020-12-16 | - |
※3 Doxygen と ドキュメンテーション・ツール には、図のほかに doxygen.zip(135,866 B、Doxyfile 雛形一式)が
添付されていた。両ページの添付は sha256 一致の同一ファイルのため、documentation/Doxygen_doxygen.zip として
1 つだけ配置し、DocumentationTools.md からも同じファイルを参照している。
| 元ページ名 | 移行先ファイル | 元の更新日 |
|---|---|---|
| 事務作業系 | ClericalWork.md |
2026-04-24 |
| Microsoft Office | MicrosoftOffice.md |
2025-04-18 |
| Excel、Excel VBA | ExcelAndExcelVBA.md |
2025-04-18 |
| Access、Access VBA | AccessAndAccessVBA.md |
2025-04-18 |
| Copilot | Copilot.md |
2025-07-10 |
| ツール類(インデックス) | ToolsIndex.md |
2025-08-04 |
| End User Computing (EUC) | EndUserComputing.md |
2020-05-04 |
| ビジネス・アプリケーション | BusinessApplications.md |
2017-04-24 |
| セルフ・サポートのすゝめ | troubleshooting/SelfSupportRecommendation.md |
2019-11-19 |
| 最小セット開発のすゝめ | troubleshooting/MinimalSetDevelopment.md |
2020-12-16 |
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| Windows OSの設計思想 | WindowsOSDesignPhilosophy.md |
2022-02-24 | - |
| Windows OSの基礎的トピック | WindowsOSBasicTopics.md |
2024-12-16 | - |
| Windows OSの機能と役割 | WindowsOSFeaturesAndRoles.md |
2021-06-28 | - |
| Windowsの系統とバージョン | WindowsLineageAndVersions.md |
2022-02-24 | - |
| 組み込み系のWindowsを調査 | EmbeddedWindows.md |
2021-06-28 | - |
| 組み込み系のLinuxを調査 | EmbeddedLinux.md |
2020-08-31 | - |
| Windows上で動くLinux | LinuxOnWindows.md |
2022-02-02 | - |
| 仮想化アーキテクチャ | VirtualizationArchitecture.md |
2021-10-07 | - |
| バックアップの基礎知識 | BackupBasics.md |
2020-01-26 | BackupBasics_1..8.png |
| Volume Shadow Copy Service (VSS) | VolumeShadowCopyService.md |
2018-02-03 | - |
配置先: techinfoofmicrosofttech/troubleshooting/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| OSI参照モデル | OSIReferenceModel.md |
2021-06-23 | OSIReferenceModel_1.png |
| ネットワーク機器一覧 | NetworkDeviceList.md |
2021-06-23 | - |
| ネットワーク略語一覧 | NetworkAbbreviationList.md |
2021-06-23 | - |
| NICの設定について | NICSettings.md |
2021-03-15 | NICSettings_1..2.png |
| ネットワークの冗長化 | NetworkRedundancy.md |
2021-06-23 | - |
| NICチーミング | NICTeaming.md |
2021-06-23 | - |
| スイッチの冗長化 | SwitchRedundancy.md |
2021-06-23 | SwitchRedundancy_1..4.png |
| ルーティング プロトコル | RoutingProtocols.md |
2021-06-23 | RoutingProtocols_1.png |
| IPsec | IPsec.md |
2021-06-23 | - |
| SSTP | SSTP.md |
2021-06-23 | - |
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| カーネルモード・ユーザモード | KernelModeUserMode.md |
2018-09-07 | - |
| メモリ管理 | MemoryManagement.md |
2019-10-04 | - |
| ファイルシステム | FileSystem.md |
2019-08-30 | - |
| ウィンドウ・システム | WindowSystem.md |
2020-03-07 | - |
| マルチタスク | Multitasking.md |
2021-06-23 | - |
| プリエンプティブ・マルチタスク | PreemptiveMultitasking.md |
2021-06-28 | - |
| ノンプリエンプティブ・マルチタスク | NonPreemptiveMultitasking.md |
2021-06-28 | - |
| (ログオン)セッション | LogonSession.md |
2020-04-13 | - |
| ウィンドウステーション | WindowStation.md |
2017-08-10 | - |
| デスクトップ | Desktop.md |
2017-08-10 | - |
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| ACL・ACE | ACLandACE.md |
2018-09-07 | - |
| アカウント | Account.md |
2021-03-08 | - |
| ローカル・ポリシー | LocalPolicy.md |
2021-07-07 | - |
| シェル | Shell.md |
2026-05-13 | - |
| Sysprep | Sysprep.md |
2024-12-16 | - |
| SID | SID.md |
2024-12-16 | - |
| 環境変数の設定方法 |
MS_EnvironmentVariables.md ※ |
2021-06-22 | - |
| プロキシの設定方法 |
MS_ProxySettings.md ※ |
2025-07-31 | - |
| Windowsのライセンス | WindowsLicense.md |
2020-02-14 | - |
| 実行コンテキスト | ExecutionContext.md |
2018-02-03 | - |
※ dotnetdevelopmentinfrastructure 側に同名ページがあるため MS_ プレフィックスを付与。
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| TCP, UDP | TCPUDP.md |
2021-06-23 | TCPUDP_1..4.png |
| IPv4, v6 | IPv4v6.md |
2021-06-24 | IPv4v6_1.png |
| ICMP | ICMP.md |
2021-06-23 | - |
| PPP | PPP.md |
2021-06-23 | - |
| HTTP | HTTP.md |
2021-06-23 | - |
| FTP | FTP.md |
2021-06-23 | - |
| メール |
MS_Mail.md ※ |
2021-08-31 | - |
| NetBIOS | NetBIOS.md |
2020-10-12 | NetBIOS_1..3.png |
| VPN | VPN.md |
2021-06-23 | - |
| RPC | RPC.md |
2020-04-19 | - |
※ opentouryo 側に同名ページ「メール」があるため MS_ プレフィックスを付与。
配置先: techinfoofmicrosofttech/infrastructure/(無線LAN・ipconfig・route print は troubleshooting/)
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| ディレクトリ サービス | DirectoryService.md |
2018-10-09 | - |
| ドメイン サービス (AD DS) | ADDS.md |
2021-01-29 | - |
| DNSサーバ | DNSServer.md |
2021-03-03 | DNSServer_1..15.png |
| LDAPプロトコルでのディレクトリ・エントリ検索処理 | LDAPDirectorySearch.md |
2018-10-09 | LDAPDirectorySearch_1..11.png |
| ケルベロス認証 | KerberosAuthentication.md |
2020-05-15 | - |
| pingコマンド | PingCommand.md |
2020-10-12 | - |
| pathpingコマンド | PathpingCommand.md |
2020-10-12 | - |
| 無線LAN | WirelessLAN.md |
2021-06-23 | - |
| ipconfigコマンド | IpconfigCommand.md |
2018-02-03 | - |
| route printコマンド | RoutePrintCommand.md |
2018-02-03 | - |
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| tracertコマンド | TracertCommand.md |
2020-10-12 | - |
| HTTPヘッダ | HTTPHeader.md |
2021-04-01 | - |
| HTTPボディ | HTTPBody.md |
2020-06-30 | - |
| WebSocket | WebSocket.md |
2020-08-11 | - |
| IoT関連の通信プロトコル | IoTCommunicationProtocols.md |
2021-08-22 | - |
| Binding (ネットワーク) | NetworkBinding.md |
2020-10-12 | - |
| WebAPI | WebAPI.md |
2021-12-16 | - |
| HttpClientの類の使い方 | HttpClientUsage.md |
2021-05-29 | - |
| Exponential Backoff(指数バックオフ) | ExponentialBackoff.md |
2020-03-13 | - |
| Polly(Retry, Circuit Breaker, Timeout, Bulkhead, Fallback) | Polly.md |
2020-03-21 | - |
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| Active Directory | ActiveDirectory.md |
2021-06-28 | - |
| グループ・ポリシー | GroupPolicy.md |
2021-07-07 | - |
| レジストリの設定方法 | RegistrySettings.md |
2018-02-08 | - |
| SAM | SAM.md |
2018-02-03 | - |
| ローカル アカウント | LocalAccount.md |
2021-03-08 | - |
| ドメイン アカウント | DomainAccount.md |
2021-03-08 | - |
| グループ | Group.md |
2017-03-27 | - |
| リソース アクセス ストラテジ | ResourceAccessStrategy.md |
2020-05-15 | - |
| 委任 | Delegation.md |
2020-05-15 | - |
| SPN | SPN.md |
2021-03-08 | - |
※ フェーズ13〜15 は 3 サイト間でのページ名衝突なし(MS_ プレフィックス不要)。
配置先: techinfoofmicrosofttech/infrastructure/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図・添付 |
|---|---|---|---|
| SCM | SCM.md |
2018-02-03 | - |
| CMD | CMD.md |
2025-07-08 | - |
| BAT | BAT.md |
2025-07-08 | - |
| PowerShell | PowerShell.md |
2025-07-08 | - |
| Windows Terminal | WindowsTerminal.md |
2026-05-13 | WindowsTerminal_1.png |
| WMI | WMI.md |
2017-12-08 | - |
| ビルトイン システム アカウント | BuiltInSystemAccounts.md |
2021-03-08 | - |
| WOW64 | WOW64.md |
2025-09-08 | - |
| UAC | UAC.md |
2019-01-23 | - |
| 資格情報マネージャー | CredentialManager.md |
2020-11-06 | - |
配置先: techinfoofmicrosofttech/troubleshooting/(デスクトップ・ヒープのみ infrastructure/)
| 元ページ名 | 移行先ファイル | 元の更新日 | 図・添付 |
|---|---|---|---|
| ダンプの概要(種類と取得) | DumpOverview.md |
2019-10-04 | - |
| ユーザモード・プロセス・ダンプ | UserModeProcessDump.md |
2018-01-16 | - |
| クラッシュ・ダンプ | CrashDump.md |
2019-11-08 | CrashDump_net45_exception.zip |
| ハング・ダンプ | HangDump.md |
2019-11-05 | - |
| カーネル・ダンプ | KernelDump.md |
2023-01-27 | - |
| STOPエラー | StopError.md |
2020-04-14 | - |
| OSフリーズ | OSFreeze.md |
2024-04-30 | - |
| メモリ・リーク | MemoryLeak.md |
2022-08-25 | - |
| .NETのメモリ・リーク | DotNetMemoryLeak.md |
2019-10-07 | DotNetMemoryLeak_Book1.xlsx |
| デスクトップ・ヒープ | DesktopHeap.md |
2017-08-10 | - |
配置先: メモリ管理系は techinfoofmicrosofttech/infrastructure/、ログ・監視系は troubleshooting/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図・添付 |
|---|---|---|---|
| 物理メモリ管理 | PhysicalMemoryManagement.md |
2025-08-04 | - |
| 仮想メモリ管理 | VirtualMemoryManagement.md |
2017-03-27 | - |
| ヒープ | Heap.md |
2020-09-22 | - |
| スレッドのスタック | ThreadStack.md |
2019-07-19 | - |
| 仮想アドレス空間の確保のAPI | VirtualAddressSpaceAPI.md |
2017-03-27 | - |
| パフォーマンス カウンタ | PerformanceCounters.md |
2023-01-30 | - |
| イベント・ログ | EventLog.md |
2025-07-03 | - |
| IISのログ | IISLog.md |
2020-01-27 | - |
| ログ収集いろいろ | LogCollection.md |
2021-03-03 | - |
| サーバーの監視 | ServerMonitoring.md |
2019-11-19 | ServerMonitoring_1..2.png |
※ フェーズ16〜18 も 3 サイト間でのページ名衝突なし(MS_ プレフィックス不要)。
※ 図以外の添付ファイル(CrashDump_net45_exception.zip、DotNetMemoryLeak_Book1.xlsx)は
上記「添付ファイルの命名規則」に従い <移行先ファイル名>_<元の添付ファイル名> で配置した。
配置先: techinfoofmicrosofttech/troubleshooting/dump/(メモリ・リーク3件は troubleshooting/memory/)
| 元ページ名 | 移行先ファイル | 元の更新日 |
|---|---|---|
| UMPD | UMPD.md |
2019-11-06 |
| ProcDump | ProcDump.md |
2019-11-07 |
| ADPlus | ADPlus.md |
2018-06-01 |
| Debug Diagnostic Tool | DebugDiagnosticTool.md |
2018-05-22 |
| WinDbg | WinDbg.md |
2020-04-14 |
| UMDH | UMDH.md |
2018-01-16 |
| WER(Windows Error Report) | WER.md |
2020-03-17 |
| VC++のメモリ・リーク | VCPlusPlusMemoryLeak.md |
2020-04-25 |
| COMのメモリ・リーク | COMMemoryLeak.md |
2018-04-18 |
| WWWブラウザのメモリ・リーク | BrowserMemoryLeak.md |
2018-09-10 |
配置先: techinfoofmicrosofttech/infrastructure/identity/
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| ミラーアカウント | MirrorAccount.md |
2021-03-08 | - |
| 仮想アカウント | VirtualAccount.md |
2021-03-08 | - |
| gMSA | gMSA.md |
2021-03-08 | - |
| ローカル グループ | LocalGroup.md |
2021-03-08 | - |
| ドメインのグループ | DomainGroup.md |
2021-03-08 | - |
| UPN | UPN.md |
2018-02-14 | - |
| ベース クライアント セキュリティ モデル | BaseClientSecurityModel.md |
2020-05-15 | - |
| サーバ信頼セキュリティ モデル | ServerTrustSecurityModel.md |
2020-05-15 | - |
| Active Directory(概要) | ActiveDirectoryOverview.md |
2019-10-26 | ActiveDirectoryOverview_1..5.png |
| グループポリシー設定リスト | GroupPolicySettingsList.md |
2019-08-06 | - |
配置先: techinfoofmicrosofttech/infrastructure/identity/(トンネリング系4件は infrastructure/network/)
| 元ページ名 | 移行先ファイル | 元の更新日 | 図 |
|---|---|---|---|
| 証明書 | Certificate.md |
2021-08-25 | Certificate_1..2.png |
| 暗号化アルゴリズム | EncryptionAlgorithms.md |
2025-02-07 | EncryptionAlgorithms_1..5.png |
| SSL/TLS | SSLTLS.md |
2021-06-23 | - |
| PKCS | PKCS.md |
2020-02-25 | - |
| 証明書失効リスト (CRL) | CertificateRevocationList.md |
2020-10-14 | - |
| 認証基盤 |
MS_AuthenticationInfrastructure.md ※ |
2021-07-08 | - |
| トンネリング | Tunneling.md |
2021-06-23 | - |
| PPTP | PPTP.md |
2021-06-23 | - |
| L2TP | L2TP.md |
2021-06-23 | - |
| VPN Gateway | VPNGateway.md |
2021-12-22 | - |
※ dotnetdevelopmentinfrastructure 側に同名ページ「認証基盤」があるため MS_ プレフィックスを付与。
※ フェーズ19・20 は 3 サイト間でのページ名衝突なし。
(未着手)
(未着手)
このWikiは「Open棟梁Project」,「OSSコンソーシアム 開発基盤部会」によって運営されています。