Difference between revisions of "CSC352 Project 2"
Line 4: | Line 4: | ||
==Accessing Wiki Pages== | ==Accessing Wiki Pages== | ||
− | This is a two-step process. First | + | This is a two-step process. First we need to get a number of Page Ids. For example, if we just want 10 pages, we request the following Url: |
:::http://xgridmac.dyndns.org/~thiebaut/getWikiPageById.cgi?Count=10 | :::http://xgridmac.dyndns.org/~thiebaut/getWikiPageById.cgi?Count=10 | ||
Line 21: | Line 21: | ||
10430000 | 10430000 | ||
− | To get the page with Id 10000, for example, then access the Web server at the same address, but with a different ''request'': | + | To get the page with Id 10000, for example, then we access the Web server at the same address, but with a different ''request'': |
:::http://xgridmac.dyndns.org/~thiebaut/getWikiPageById.cgi?Id=1000 | :::http://xgridmac.dyndns.org/~thiebaut/getWikiPageById.cgi?Id=1000 |
Revision as of 21:13, 23 February 2010
This project is currently under construction...