Compare commits

...

4 Commits

Author SHA1 Message Date
xfnw 669c2c3bdc Merge branch 'main' of github.com:xfnw/min into main 2021-10-29 16:17:33 -04:00
xfnw 10a8697120 dont track pycache files
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2021-10-29 16:16:53 -04:00
owen 1cc4013f34
remove gweb interface 2021-10-16 20:08:53 -04:00
owen ffc4858bef
add a license 2021-10-16 20:07:07 -04:00
9 changed files with 23 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
*.json
*.db
*.pyc
__pycache__/
*__pycache__*
*.db-journal
sizelog
*journal

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 xfnw
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

2
dep.sh
View File

@ -1,2 +0,0 @@
gweb -p kim -r ~/ph/git/kim.git -l https://xfnw.ttm.sh/git/kim.git ~/ph/git/kim