Does SharpWiki support links between the pages it creates?
Obviously you can create free standing pages.
An also you can embed links.
Surely there is an easier way.
If there is not - how do you reference existing pages? e.g. what are their URL's (I ask this even though I am sure that they will not have URL's, but there must be some way to reference them)?
Philip Wood
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Page links are created automatically each time a page is rendered. The system gets the distinct page titles from the data source and looks for those titles in the page. If it finds the title of another page, it converts the title text into a link.
Does SharpWiki support links between the pages it creates?
Obviously you can create free standing pages.
An also you can embed links.
Surely there is an easier way.
If there is not - how do you reference existing pages? e.g. what are their URL's (I ask this even though I am sure that they will not have URL's, but there must be some way to reference them)?
Philip Wood
Page links are created automatically each time a page is rendered. The system gets the distinct page titles from the data source and looks for those titles in the page. If it finds the title of another page, it converts the title text into a link.
The URL for pages is:
http://<domainhere>/<wikiDir>/wiki.aspx?page=<PageTile>
The wiki.aspx page reads this query string parameter and fetches the page with the matching title from the database.
If there are pages in the system with no references, they will show up on the "Lost Pages" page.