SourceForge.net Logo
June 10, 2006
© GPL
 
ProWikiCenter
How To Program /
Check Wiki Output

 
Difference (previous author) (Change, Edit, normal page display)

Changed: 1c1,13
Describe the new page here.
Sometimes it is desirable to look at the exact output that is delivered to the client browser as an answer to a specific request. ProWiki can be configured to store a duplicate of this answer as a file.

Recipe:
* Your name must be defined as ProgrammerName (usually you do this in the ServerConfigFile).
* The flag StoreAnswer (0/1) must be turned ON (1).
* You must be logged in as the ProgrammerName.

Notes:
* The answer to the request (which you typically initiate yourself from a client browser) is written to the AnswerFile "answer.txt" located in the DataDir directory.
* Each of your requests overwrites this file.



FolderProgramming FolderFiles

Sometimes it is desirable to look at the exact output that is delivered to the client browser as an answer to a specific request. ProWiki can be configured to store a duplicate of this answer as a file.

Recipe:

Notes:
  • The answer to the request (which you typically initiate yourself from a client browser) is written to the AnswerFile "answer.txt" located in the DataDir directory.
  • Each of your requests overwrites this file.

FolderProgramming FolderFiles