webcit-ng
authorArt Cancro <ajc@citadel.org>
Sun, 12 Mar 2017 05:32:38 +0000 (00:32 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 12 Mar 2017 05:32:38 +0000 (00:32 -0500)
commit1de34ae393d0f8bf9c1fb9131765ee50449f4806
tree9c3562d2156741fc98384e240ae387b594dbe4d0
parent7006b278e3c3c0846ca4f3f717b2b019e748ac8d
webcit-ng
28 files changed:
webcit-ng/Makefile [new file with mode: 0644]
webcit-ng/README.txt [new file with mode: 0644]
webcit-ng/admin_functions.c [new file with mode: 0644]
webcit-ng/api.txt [new file with mode: 0644]
webcit-ng/caldav_reports.c [new file with mode: 0644]
webcit-ng/ctdl_commands.c [new file with mode: 0644]
webcit-ng/ctdlclient.c [new file with mode: 0644]
webcit-ng/ctdlfunctions.c [new file with mode: 0644]
webcit-ng/html2html.c [new file with mode: 0644]
webcit-ng/http.c [new file with mode: 0644]
webcit-ng/main.c [new file with mode: 0644]
webcit-ng/messages.c [new file with mode: 0644]
webcit-ng/request.c [new file with mode: 0644]
webcit-ng/room_functions.c [new file with mode: 0644]
webcit-ng/ssl.c [new file with mode: 0644]
webcit-ng/static.c [new file with mode: 0644]
webcit-ng/static/citadel-logo.gif [new file with mode: 0644]
webcit-ng/static/index.html [new file with mode: 0644]
webcit-ng/static/js/login.js [new file with mode: 0644]
webcit-ng/static/js/main.js [new file with mode: 0644]
webcit-ng/static/js/views.js [new file with mode: 0644]
webcit-ng/static/throbber.gif [new file with mode: 0644]
webcit-ng/tcp_sockets.c [new file with mode: 0644]
webcit-ng/text2html.c [new file with mode: 0644]
webcit-ng/threaded_view.c [new file with mode: 0644]
webcit-ng/util.c [new file with mode: 0644]
webcit-ng/webcit.h [new file with mode: 0644]
webcit-ng/webserver.c [new file with mode: 0644]