]> Git repositories of Izuru Yakumo - yukari.git/commit
Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/yukari master
authorwww <www@ee30ecee-8fc8-4245-a645-e3b2cc3919a6>
Sun, 29 Sep 2024 20:30:58 +0000 (20:30 +0000)
committerwww <www@ee30ecee-8fc8-4245-a645-e3b2cc3919a6>
Sun, 29 Sep 2024 20:30:58 +0000 (20:30 +0000)
commit4a5f10fd573cecb68a2b36fc4b65cd80709469f7
treed2c60e82856edc5cb537972a18802019cf0a5f32
Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/yukari

git-svn-id: https://svn.chaotic.ninja/svn/yukari-yakumo.izuru@1 ee30ecee-8fc8-4245-a645-e3b2cc3919a6
108 files changed:
branches/master/.gitignore [new file with mode: 0644]
branches/master/CHANGELOG.md [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/cmd/yukari/allowed_content_types.go [new file with mode: 0644]
branches/master/cmd/yukari/favicon.ico [new file with mode: 0644]
branches/master/cmd/yukari/main.go [new file with mode: 0644]
branches/master/cmd/yukari/main_test.go [new file with mode: 0644]
branches/master/cmd/yukari/safe_attributes.go [new file with mode: 0644]
branches/master/cmd/yukari/safe_values.go [new file with mode: 0644]
branches/master/cmd/yukari/templates/yukari_content_type.html [new file with mode: 0644]
branches/master/cmd/yukari/templates/yukari_start.html [new file with mode: 0644]
branches/master/cmd/yukari/templates/yukari_stop.html [new file with mode: 0644]
branches/master/cmd/yukari/unsafe_elements.go [new file with mode: 0644]
branches/master/config/config.go [new file with mode: 0644]
branches/master/contenttype/contenttype.go [new file with mode: 0644]
branches/master/contenttype/contenttype_test.go [new file with mode: 0644]
branches/master/examples/yukari.ini [new file with mode: 0644]
branches/master/go.mod [new file with mode: 0644]
branches/master/go.sum [new file with mode: 0644]
branches/master/rc.d/yukari [new file with mode: 0644]
branches/master/rc.d/yukari.yml [new file with mode: 0644]
branches/master/rc.d/yukarid [new file with mode: 0644]
branches/master/version.go [new file with mode: 0644]
branches/master/yukari.1 [new file with mode: 0644]
branches/master/yukari.ini.5 [new file with mode: 0644]
branches/origin-master/.gitignore [new file with mode: 0644]
branches/origin-master/CHANGELOG.md [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/cmd/yukari/allowed_content_types.go [new file with mode: 0644]
branches/origin-master/cmd/yukari/favicon.ico [new file with mode: 0644]
branches/origin-master/cmd/yukari/main.go [new file with mode: 0644]
branches/origin-master/cmd/yukari/main_test.go [new file with mode: 0644]
branches/origin-master/cmd/yukari/safe_attributes.go [new file with mode: 0644]
branches/origin-master/cmd/yukari/safe_values.go [new file with mode: 0644]
branches/origin-master/cmd/yukari/templates/yukari_content_type.html [new file with mode: 0644]
branches/origin-master/cmd/yukari/templates/yukari_start.html [new file with mode: 0644]
branches/origin-master/cmd/yukari/templates/yukari_stop.html [new file with mode: 0644]
branches/origin-master/cmd/yukari/unsafe_elements.go [new file with mode: 0644]
branches/origin-master/config/config.go [new file with mode: 0644]
branches/origin-master/contenttype/contenttype.go [new file with mode: 0644]
branches/origin-master/contenttype/contenttype_test.go [new file with mode: 0644]
branches/origin-master/examples/yukari.ini [new file with mode: 0644]
branches/origin-master/go.mod [new file with mode: 0644]
branches/origin-master/go.sum [new file with mode: 0644]
branches/origin-master/rc.d/yukari [new file with mode: 0644]
branches/origin-master/rc.d/yukari.yml [new file with mode: 0644]
branches/origin-master/rc.d/yukarid [new file with mode: 0644]
branches/origin-master/version.go [new file with mode: 0644]
branches/origin-master/yukari.1 [new file with mode: 0644]
branches/origin-master/yukari.ini.5 [new file with mode: 0644]
branches/origin/.gitignore [new file with mode: 0644]
branches/origin/CHANGELOG.md [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/cmd/yukari/allowed_content_types.go [new file with mode: 0644]
branches/origin/cmd/yukari/favicon.ico [new file with mode: 0644]
branches/origin/cmd/yukari/main.go [new file with mode: 0644]
branches/origin/cmd/yukari/main_test.go [new file with mode: 0644]
branches/origin/cmd/yukari/safe_attributes.go [new file with mode: 0644]
branches/origin/cmd/yukari/safe_values.go [new file with mode: 0644]
branches/origin/cmd/yukari/templates/yukari_content_type.html [new file with mode: 0644]
branches/origin/cmd/yukari/templates/yukari_start.html [new file with mode: 0644]
branches/origin/cmd/yukari/templates/yukari_stop.html [new file with mode: 0644]
branches/origin/cmd/yukari/unsafe_elements.go [new file with mode: 0644]
branches/origin/config/config.go [new file with mode: 0644]
branches/origin/contenttype/contenttype.go [new file with mode: 0644]
branches/origin/contenttype/contenttype_test.go [new file with mode: 0644]
branches/origin/examples/yukari.ini [new file with mode: 0644]
branches/origin/go.mod [new file with mode: 0644]
branches/origin/go.sum [new file with mode: 0644]
branches/origin/rc.d/yukari [new file with mode: 0644]
branches/origin/rc.d/yukari.yml [new file with mode: 0644]
branches/origin/rc.d/yukarid [new file with mode: 0644]
branches/origin/version.go [new file with mode: 0644]
branches/origin/yukari.1 [new file with mode: 0644]
branches/origin/yukari.ini.5 [new file with mode: 0644]
trunk/.gitignore [new file with mode: 0644]
trunk/CHANGELOG.md [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/cmd/yukari/allowed_content_types.go [new file with mode: 0644]
trunk/cmd/yukari/favicon.ico [new file with mode: 0644]
trunk/cmd/yukari/main.go [new file with mode: 0644]
trunk/cmd/yukari/main_test.go [new file with mode: 0644]
trunk/cmd/yukari/safe_attributes.go [new file with mode: 0644]
trunk/cmd/yukari/safe_values.go [new file with mode: 0644]
trunk/cmd/yukari/templates/yukari_content_type.html [new file with mode: 0644]
trunk/cmd/yukari/templates/yukari_start.html [new file with mode: 0644]
trunk/cmd/yukari/templates/yukari_stop.html [new file with mode: 0644]
trunk/cmd/yukari/unsafe_elements.go [new file with mode: 0644]
trunk/config/config.go [new file with mode: 0644]
trunk/contenttype/contenttype.go [new file with mode: 0644]
trunk/contenttype/contenttype_test.go [new file with mode: 0644]
trunk/examples/yukari.ini [new file with mode: 0644]
trunk/go.mod [new file with mode: 0644]
trunk/go.sum [new file with mode: 0644]
trunk/rc.d/yukari [new file with mode: 0644]
trunk/rc.d/yukari.yml [new file with mode: 0644]
trunk/rc.d/yukarid [new file with mode: 0644]
trunk/version.go [new file with mode: 0644]
trunk/yukari.1 [new file with mode: 0644]
trunk/yukari.ini.5 [new file with mode: 0644]