]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commit
Move http/html-related code to html subdirectory
authorOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 02:43:11 +0000 (06:43 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 20 May 2014 04:31:56 +0000 (08:31 +0400)
commit77e57afc4d35c03e681ccc01b4fbfdabbf2e52f6
treeb6811fcaa1b5fd40667961bec2e3043ff3085e28
parentfa07ba5f0028c36e849f99eae9294eaa7a438945
Move http/html-related code to html subdirectory
12 files changed:
.gitignore
html/.gitignore [new file with mode: 0644]
html/HTTPResponse.py [new file with mode: 0644]
html/Makefile [moved from Makefile with 82% similarity]
html/Redirect.py [new file with mode: 0644]
html/__init__.py [new file with mode: 0644]
html/html.py [new file with mode: 0644]
html/html.tmpl [moved from search_tags.tmpl with 95% similarity]
html/redirect.py [new file with mode: 0644]
html/redirect.tmpl [new file with mode: 0644]
html/response.py [new file with mode: 0644]
update