First version of CGI-based edit interface. This is very much a
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 15:47:37 +0000 (15:47 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 15:47:37 +0000 (15:47 +0000)
commit2465a9102eb7d4f7a53bd454596e61edd16acb85
tree8c1e96eb67032dd1c7848057fcb61e69ea34c552
parent98a2b4811d4316ff8797495a803fa0d712d25176
First version of CGI-based edit interface.  This is very much a
work-in-progress, and you can't actually use it to edit anything
yet.  You must #define FEATURE_CGI_EDIT_ACTIONS for these changes
to have any effect.
12 files changed:
actionlist.h
actions.c
actions.h
cgi.c
cgiedit.c [new file with mode: 0644]
cgiedit.h [new file with mode: 0644]
showargs.c
templates/edit-actions [new file with mode: 0644]
templates/edit-actions-list [new file with mode: 0644]
templates/edit-actions-list-section [new file with mode: 0644]
templates/edit-actions-list-url [new file with mode: 0644]
templates/edit-actions-submit [new file with mode: 0644]