]> Git repositories of Izuru Yakumo - kosuzu.git/commit
Mirrored from /srv/git/yakumo.izuru/kosuzu.git master
authorwww <www@2c30a6ee-1393-a14f-93a8-d14122039704>
Sun, 29 Sep 2024 21:23:59 +0000 (21:23 +0000)
committerwww <www@2c30a6ee-1393-a14f-93a8-d14122039704>
Sun, 29 Sep 2024 21:23:59 +0000 (21:23 +0000)
commit06d63e3e8f954e6eed638ad15e849b15f93babf0
tree566965cc016fa5ad3df29a4adca19cc3d336ed7b
Mirrored from /srv/git/yakumo.izuru/kosuzu.git

git-svn-id: https://svn.chaotic.ninja/svn/kosuzu-yakumo.izuru@1 2c30a6ee-1393-a14f-93a8-d14122039704
172 files changed:
branches/master/.gitignore [new file with mode: 0644]
branches/master/LICENSE [new file with mode: 0644]
branches/master/Makefile [new file with mode: 0644]
branches/master/README.md [new file with mode: 0644]
branches/master/TODO.md [new file with mode: 0644]
branches/master/cmd/txt/atom.ml [new file with mode: 0644]
branches/master/cmd/txt/authors.ml [new file with mode: 0644]
branches/master/cmd/txt/conversion.ml [new file with mode: 0644]
branches/master/cmd/txt/convert.ml [new file with mode: 0644]
branches/master/cmd/txt/dune [new file with mode: 0644]
branches/master/cmd/txt/edit.ml [new file with mode: 0644]
branches/master/cmd/txt/file.ml [new file with mode: 0644]
branches/master/cmd/txt/gemini.ml [new file with mode: 0644]
branches/master/cmd/txt/html.ml [new file with mode: 0644]
branches/master/cmd/txt/index.ml [new file with mode: 0644]
branches/master/cmd/txt/last.ml [new file with mode: 0644]
branches/master/cmd/txt/listing.ml [new file with mode: 0644]
branches/master/cmd/txt/new.ml [new file with mode: 0644]
branches/master/cmd/txt/peers.ml [new file with mode: 0644]
branches/master/cmd/txt/pull.ml [new file with mode: 0644]
branches/master/cmd/txt/recent.ml [new file with mode: 0644]
branches/master/cmd/txt/topics.ml [new file with mode: 0644]
branches/master/cmd/txt/txt.ml [new file with mode: 0644]
branches/master/cmd/txt/unfile.ml [new file with mode: 0644]
branches/master/cmd/txt_init/dune [new file with mode: 0644]
branches/master/cmd/txt_init/txt_init.ml [new file with mode: 0644]
branches/master/dune-project [new file with mode: 0644]
branches/master/kosuzu.opam [new file with mode: 0644]
branches/master/lib/archive.ml [new file with mode: 0644]
branches/master/lib/category.ml [new file with mode: 0644]
branches/master/lib/date.ml [new file with mode: 0644]
branches/master/lib/dune [new file with mode: 0644]
branches/master/lib/file_store.ml [new file with mode: 0644]
branches/master/lib/header_pack.ml [new file with mode: 0644]
branches/master/lib/id.ml [new file with mode: 0644]
branches/master/lib/peers.ml [new file with mode: 0644]
branches/master/lib/person.ml [new file with mode: 0644]
branches/master/lib/reference_set.ml [new file with mode: 0644]
branches/master/lib/store.ml [new file with mode: 0644]
branches/master/lib/string_set.ml [new file with mode: 0644]
branches/master/lib/text.ml [new file with mode: 0644]
branches/master/lib/topic_set.ml [new file with mode: 0644]
branches/master/lib/validate.ml [new file with mode: 0644]
branches/origin-master/.gitignore [new file with mode: 0644]
branches/origin-master/LICENSE [new file with mode: 0644]
branches/origin-master/Makefile [new file with mode: 0644]
branches/origin-master/README.md [new file with mode: 0644]
branches/origin-master/TODO.md [new file with mode: 0644]
branches/origin-master/cmd/txt/atom.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/authors.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/conversion.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/convert.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/dune [new file with mode: 0644]
branches/origin-master/cmd/txt/edit.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/file.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/gemini.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/html.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/index.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/last.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/listing.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/new.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/peers.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/pull.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/recent.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/topics.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/txt.ml [new file with mode: 0644]
branches/origin-master/cmd/txt/unfile.ml [new file with mode: 0644]
branches/origin-master/cmd/txt_init/dune [new file with mode: 0644]
branches/origin-master/cmd/txt_init/txt_init.ml [new file with mode: 0644]
branches/origin-master/dune-project [new file with mode: 0644]
branches/origin-master/kosuzu.opam [new file with mode: 0644]
branches/origin-master/lib/archive.ml [new file with mode: 0644]
branches/origin-master/lib/category.ml [new file with mode: 0644]
branches/origin-master/lib/date.ml [new file with mode: 0644]
branches/origin-master/lib/dune [new file with mode: 0644]
branches/origin-master/lib/file_store.ml [new file with mode: 0644]
branches/origin-master/lib/header_pack.ml [new file with mode: 0644]
branches/origin-master/lib/id.ml [new file with mode: 0644]
branches/origin-master/lib/peers.ml [new file with mode: 0644]
branches/origin-master/lib/person.ml [new file with mode: 0644]
branches/origin-master/lib/reference_set.ml [new file with mode: 0644]
branches/origin-master/lib/store.ml [new file with mode: 0644]
branches/origin-master/lib/string_set.ml [new file with mode: 0644]
branches/origin-master/lib/text.ml [new file with mode: 0644]
branches/origin-master/lib/topic_set.ml [new file with mode: 0644]
branches/origin-master/lib/validate.ml [new file with mode: 0644]
branches/origin/.gitignore [new file with mode: 0644]
branches/origin/LICENSE [new file with mode: 0644]
branches/origin/Makefile [new file with mode: 0644]
branches/origin/README.md [new file with mode: 0644]
branches/origin/TODO.md [new file with mode: 0644]
branches/origin/cmd/txt/atom.ml [new file with mode: 0644]
branches/origin/cmd/txt/authors.ml [new file with mode: 0644]
branches/origin/cmd/txt/conversion.ml [new file with mode: 0644]
branches/origin/cmd/txt/convert.ml [new file with mode: 0644]
branches/origin/cmd/txt/dune [new file with mode: 0644]
branches/origin/cmd/txt/edit.ml [new file with mode: 0644]
branches/origin/cmd/txt/file.ml [new file with mode: 0644]
branches/origin/cmd/txt/gemini.ml [new file with mode: 0644]
branches/origin/cmd/txt/html.ml [new file with mode: 0644]
branches/origin/cmd/txt/index.ml [new file with mode: 0644]
branches/origin/cmd/txt/last.ml [new file with mode: 0644]
branches/origin/cmd/txt/listing.ml [new file with mode: 0644]
branches/origin/cmd/txt/new.ml [new file with mode: 0644]
branches/origin/cmd/txt/peers.ml [new file with mode: 0644]
branches/origin/cmd/txt/pull.ml [new file with mode: 0644]
branches/origin/cmd/txt/recent.ml [new file with mode: 0644]
branches/origin/cmd/txt/topics.ml [new file with mode: 0644]
branches/origin/cmd/txt/txt.ml [new file with mode: 0644]
branches/origin/cmd/txt/unfile.ml [new file with mode: 0644]
branches/origin/cmd/txt_init/dune [new file with mode: 0644]
branches/origin/cmd/txt_init/txt_init.ml [new file with mode: 0644]
branches/origin/dune-project [new file with mode: 0644]
branches/origin/kosuzu.opam [new file with mode: 0644]
branches/origin/lib/archive.ml [new file with mode: 0644]
branches/origin/lib/category.ml [new file with mode: 0644]
branches/origin/lib/date.ml [new file with mode: 0644]
branches/origin/lib/dune [new file with mode: 0644]
branches/origin/lib/file_store.ml [new file with mode: 0644]
branches/origin/lib/header_pack.ml [new file with mode: 0644]
branches/origin/lib/id.ml [new file with mode: 0644]
branches/origin/lib/peers.ml [new file with mode: 0644]
branches/origin/lib/person.ml [new file with mode: 0644]
branches/origin/lib/reference_set.ml [new file with mode: 0644]
branches/origin/lib/store.ml [new file with mode: 0644]
branches/origin/lib/string_set.ml [new file with mode: 0644]
branches/origin/lib/text.ml [new file with mode: 0644]
branches/origin/lib/topic_set.ml [new file with mode: 0644]
branches/origin/lib/validate.ml [new file with mode: 0644]
trunk/.gitignore [new file with mode: 0644]
trunk/LICENSE [new file with mode: 0644]
trunk/Makefile [new file with mode: 0644]
trunk/README.md [new file with mode: 0644]
trunk/TODO.md [new file with mode: 0644]
trunk/cmd/txt/atom.ml [new file with mode: 0644]
trunk/cmd/txt/authors.ml [new file with mode: 0644]
trunk/cmd/txt/conversion.ml [new file with mode: 0644]
trunk/cmd/txt/convert.ml [new file with mode: 0644]
trunk/cmd/txt/dune [new file with mode: 0644]
trunk/cmd/txt/edit.ml [new file with mode: 0644]
trunk/cmd/txt/file.ml [new file with mode: 0644]
trunk/cmd/txt/gemini.ml [new file with mode: 0644]
trunk/cmd/txt/html.ml [new file with mode: 0644]
trunk/cmd/txt/index.ml [new file with mode: 0644]
trunk/cmd/txt/last.ml [new file with mode: 0644]
trunk/cmd/txt/listing.ml [new file with mode: 0644]
trunk/cmd/txt/new.ml [new file with mode: 0644]
trunk/cmd/txt/peers.ml [new file with mode: 0644]
trunk/cmd/txt/pull.ml [new file with mode: 0644]
trunk/cmd/txt/recent.ml [new file with mode: 0644]
trunk/cmd/txt/topics.ml [new file with mode: 0644]
trunk/cmd/txt/txt.ml [new file with mode: 0644]
trunk/cmd/txt/unfile.ml [new file with mode: 0644]
trunk/cmd/txt_init/dune [new file with mode: 0644]
trunk/cmd/txt_init/txt_init.ml [new file with mode: 0644]
trunk/dune-project [new file with mode: 0644]
trunk/kosuzu.opam [new file with mode: 0644]
trunk/lib/archive.ml [new file with mode: 0644]
trunk/lib/category.ml [new file with mode: 0644]
trunk/lib/date.ml [new file with mode: 0644]
trunk/lib/dune [new file with mode: 0644]
trunk/lib/file_store.ml [new file with mode: 0644]
trunk/lib/header_pack.ml [new file with mode: 0644]
trunk/lib/id.ml [new file with mode: 0644]
trunk/lib/peers.ml [new file with mode: 0644]
trunk/lib/person.ml [new file with mode: 0644]
trunk/lib/reference_set.ml [new file with mode: 0644]
trunk/lib/store.ml [new file with mode: 0644]
trunk/lib/string_set.ml [new file with mode: 0644]
trunk/lib/text.ml [new file with mode: 0644]
trunk/lib/topic_set.ml [new file with mode: 0644]
trunk/lib/validate.ml [new file with mode: 0644]