|
From: SourceForge.net <no...@so...> - 2011-01-23 04:42:50
|
Bugs item #3153786, was opened at 2011-01-09 15:13 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3153786&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: web pages >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: guiler (guiler) >Assigned to: Sam Steingold (sds) Summary: Website error Initial Comment: Access to certain parts of the implementation notes is not working. Example: http://www.gnu.org/software/clisp/impnotes/socket.html Breaks with the following error: [an error occurred while processing this directive] ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2011-01-22 23:42 Message: the problem was that we used to pass through comments from xml to html. those comments contain "#if" et al which turn out to be SSI directives which is enabled on gnu.org see http://article.gmane.org/gmane.text.docbook.apps:13033 and clisp/doc/common.xsl:1.80 the problem will be fixed when we release clisp 2.50 and regenerate the web pages. please use clisp.cons.org for now. thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3153786&group_id=1355 |