Well, actually, I'd like the link creation to be automated (hopes it's 
not a dream...!): the user would just enter his text normally in the 
asp.net page, and the latter would detect which words -if any- 
correspond to existing flexwiki's topics (I assume by calling some 
existing or new methods in flexwiki.dll) and then either render the text 
as hyperlinks at display time or store the text as hyperlink with the 
asp.net's database.

So the key in my mind would be to have flexwiki offering an external 
"method" (dll call, web service...) which would take a string as 
parameter and return an url (or a bool) when this string corresponds to 
a topicname.

Does that already exist? more or less?

Thks for your reply.
Lionel

-------- Message original --------
Sujet:  RE: Integrating flexwiki with a 'normal' ASP.NET site
Date:   Thu, 5 Jul 2007 07:33:34 -0400
De:     Craig Andera <[EMAIL PROTECTED]>
Pour ::         'FlexWiki Users Mailing List' 
<flexwiki-users@lists.sourceforge.net>
Copie à ::      'Lionel Cuir' <[EMAIL PROTECTED]>
Références:     <[EMAIL PROTECTED]>



> I was wondering whether it would be possible to "integrate" flexwiki
> with an existing asp.net website (an intranet running the excellent
> bugnet app from bugnetproject.com). By integration, I mean to modify
> the
> asp.net website and/or flexwiki so that any keyword in the asp.net
> website would be transformed into url pointing to the flexwiki page
> (the
> asp.net website and flexwiki would be running under the same asp.net
> server). Any idea about how to do that? And where could I start from?

How easy it is to do this is going to depend on how hard it is to change the
links the bug tracking website creates. If it's easy to do that, then I
would think the simplest thing to do would simply be to generate URLs of the
form http://your.server.com/wiki/Namespace/TopicName.html. That's the form
that FlexWiki uses. As long as the namespace exists, that link will take you
to the topic (if it exists) or to the edit topic page to create it (if it
doesn't). 

That's not really what I would call "integration" so much as it is "linking
between two websites". So maybe you were looking for something else. 





-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to