Skip to content

Instantly share code, notes, and snippets.

@AWtnb
Created July 28, 2025 05:08
Show Gist options
  • Select an option

  • Save AWtnb/db70a72f379e5d7307145177cc114141 to your computer and use it in GitHub Desktop.

Select an option

Save AWtnb/db70a72f379e5d7307145177cc114141 to your computer and use it in GitHub Desktop.
企画のディレクトリ構成について考える
.
├── .root
├── _legacy
├── _wiki
├── design_装幀
├── donation_献本
├── galley_ゲラ
│   ├── main_本文
│   │   ├── 0_layout_割付
│   │   ├── 1_初校
│   │   │   ├── 0_plain
│   │   │   ├── 1_proofed
│   │   │   ├── 2_send_to_author
│   │   │   ├── 3_proofed_by_author
│   │   │   └── 4_send_to_printshop
│   │   ├── 2_再校
│   │   │   ├── 0_plain
│   │   │   ├── 1_proofed
│   │   │   ├── 2_send_to_author
│   │   │   ├── 3_proofed_by_author
│   │   │   └── 4_send_to_printshop
│   │   ├── 3_三校
│   │   │   ├── 0_plain
│   │   │   ︙
│   │   │
│   │   └── 4_念校
│   └── appendix_付き物
│       ├── author_著者紹介
│       │   ├── 0_layout_割付
│       │   ├── 1_初校
│       │   │   ├── 0_plain
│       │   │   ︙
│       │   │
│       │   ├── 2_再校
│       │   ︙
│       │
│       ├── toc_目次
│       │   ├── 0_layout_割付
│       │   ︙
│       │
│       ├── intro_はしがき
│       ├── postscript_あとがき
│       ├── reference_文献リスト
│       ├── index_索引
│       └── endroll_奥付
├── letter_手紙
├── meeting_会合
│   ├── 20250201
│   │   ├── 0_事前資料
│   │   ├── 1_会合メモ
│   │   └── 2_議事録
│   └── 20250301
│       ├── 0_事前資料
│       ︙
│
├── payment_印税
├── permission_許諾
├── projectpaper_企画書
│   ├── 0_企画部会提出
│   └── 1_修正反映
├── promote_販宣
├── websupport
└── written_お原稿
    ├── _order_依頼書類
    ├── 202109
    └── 202210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment