]> git.bts.cx Git - cx.git/commit
Initial commit
authorBen Sherratt <redacted>
Sat, 4 Feb 2023 15:19:45 +0000 (15:19 +0000)
committerBen Sherratt <redacted>
Thu, 4 May 2023 19:04:59 +0000 (20:04 +0100)
commit6e68608aecb6a542b9c75a13afd5002aeb7bc0f1
tree18f2d904751aff08f9970162adac6f60a65fbf3b
Initial commit
36 files changed:
.gitignore [new file with mode: 0644]
cx/cx.php [new file with mode: 0644]
cx/lib/admin.php [new file with mode: 0644]
cx/lib/db.php [new file with mode: 0644]
cx/lib/form.php [new file with mode: 0644]
cx/lib/http.php [new file with mode: 0644]
cx/lib/images.php [new file with mode: 0644]
cx/lib/posts.php [new file with mode: 0644]
cx/lib/sessions.php [new file with mode: 0644]
cx/lib/setup.php [new file with mode: 0644]
cx/lib/site.php [new file with mode: 0644]
cx/lib/system.php [new file with mode: 0644]
cx/lib/template.php [new file with mode: 0644]
cx/lib/url.php [new file with mode: 0644]
cx/lib/user_data.php [new file with mode: 0644]
cx/lib/users.php [new file with mode: 0644]
cx/templates/admin/base.php [new file with mode: 0644]
cx/templates/admin/image.php [new file with mode: 0644]
cx/templates/admin/login.php [new file with mode: 0644]
cx/templates/admin/main.php [new file with mode: 0644]
cx/templates/admin/post.php [new file with mode: 0644]
cx/templates/admin/skeleton.php [new file with mode: 0644]
cx/templates/public/atom.php [new file with mode: 0644]
cx/templates/public/base.php [new file with mode: 0644]
cx/templates/public/list.php [new file with mode: 0644]
cx/templates/public/post.php [new file with mode: 0644]
cx/third_party/parsedown/LICENSE.txt [new file with mode: 0644]
cx/third_party/parsedown/Parsedown.php [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/design/css/style.css [new file with mode: 0644]
public/design/fonts/fanwood/fanwood-webfont.woff [new file with mode: 0755]
public/design/fonts/fanwood/fanwood_italic-webfont.woff [new file with mode: 0755]
public/design/fonts/fanwood/fanwood_text-webfont.woff [new file with mode: 0755]
public/design/fonts/fanwood/fanwood_text_italic-webfont.woff [new file with mode: 0755]
public/index.php [new file with mode: 0644]
setup.template.php [new file with mode: 0644]