Changeset 76 in code


Ignore:
Timestamp:
Aug 22, 2024, 11:52:12 PM (8 months ago)
Author:
yakumo.izuru
Message:

Move documentation to Suzunaan software library, stop assuming txt.conf doesn't exist in txt_init

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
14 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r73 r76  
    1 ![Kosuzu Motoori](img/FS_Kosuzu2.png)
    2 
    31# Kosuzu
    42Text archival and exchange, named after [Kosuzu Motoori](https://en.touhouwiki.net/wiki/Kosuzu_Motoori) from [Forbidden Scrollery](https://en.touhouwiki.net/wiki/Forbidden_Scrollery).
  • trunk/cmd/txt_init/txt_init.ml

    r73 r76  
    11let init_repo =
    2         print_endline "No txt.conf found";
     2        print_endline "Initializing repository...";
    33        print_endline "It's required for the repository name and id.";
    44        print_endline "Create one? (y/n)";
Note: See TracChangeset for help on using the changeset viewer.