bagder: curl-www/feedback Makefile, NONE, 1.1 _index.html, NONE, 1.1 add.cgi, 1.3, NONE addentry.cgi, 1.1, NONE addremark.cgi, 1.1, NONE addsupport.cgi, 1.1, NONE change.cgi, 1.1, NONE date.pm, 1.1, NONE display.cgi, 1.3, NONE edit.cgi, 1.1, NONE editcomm.cgi, 1.1, NONE editsupp.cgi, 1.1, NONE feedback.pm, 1.5, NONE fixsupp.cgi, 1.1, NONE list.cgi, 1.3, NONE pbase.pm, 1.1, NONE remark.cgi, 1.1, NONE support.cgi, 1.1, NONE
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/feedback In directory labb:/tmp/cvs-serv11651 Added Files: Makefile _index.html Removed Files: add.cgi addentry.cgi addremark.cgi addsupport.cgi change.cgi date.pm display.cgi edit.cgi editcomm.cgi editsupp.cgi feedback.pm fixsupp.cgi list.cgi pbase.pm remark.cgi support.cgi Log Message: Removed the feedback forum and replaced it with a static web page pointing out how to reach us better. --- editsupp.cgi DELETED --- --- addremark.cgi DELETED --- --- pbase.pm DELETED --- --- feedback.pm DELETED --- --- display.cgi DELETED --- --- fixsupp.cgi DELETED --- --- NEW FILE: Makefile --- MAINPARTS= ../_doctype.html ../_footer.html ../setup.t ../pic.t \ ../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \ ../css.t ../sflogo.t Makefile NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y') FCPPOPTS=-I.. -Idocs -WWW -Uunix -H -C -V -P -LL "$(NOW)" ACTION=@echo preprocessing $@; rm -f $@; fcpp $(FCPPOPTS) $< $@; PAGES = index.html all: $(PAGES) @echo done clean: rm -f $(PAGES) index.html: _index.html $(MAINPARTS) $(ACTION) --- list.cgi DELETED --- --- addsupport.cgi DELETED --- --- support.cgi DELETED --- --- date.pm DELETED --- --- edit.cgi DELETED --- --- NEW FILE: _index.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Feedback to Developers</TITLE> #include "css.t" </HEAD> #define CURL_FEEDBACK #define CURL_URL feedback #include "_menu.html" #include "setup.t" WHERE1(Feedback) TITLE(How To Send Feedback to Developers) <p> Do you have an idea for improving curl, the tool, the lib, the docs or the web site? Want to suggest a new feature or an improvement to an existing one? Is there aditional documentation you'd like to see? <p> <a href="http://curl.haxx.se/mail/">join a mailing list</a> and take it there! <p> The former "feedback" forum is no longer present as it was mostly abused by spammers and by people who should've used the lists anyway. #include "_footer.html" </BODY> </HTML> --- add.cgi DELETED --- --- remark.cgi DELETED --- --- editcomm.cgi DELETED --- --- addentry.cgi DELETED --- --- change.cgi DELETED ---