Flex Wiki Core
Last changed: FLWCOM-jwdavidson

.
Summary
This is the main FlexWiki engine and associated tools.

FlexWikiCore is a CVS module (see UnderstandingCVS) that includes the base engine, the web user interface, some debugging tools, etc.

It consists of the following VisualStudio projects in a single solution:

  1. FlexWikiEngine - contains the "engine" for FlexWiki.
  2. FlexWiki.Web.Service - contains the FlexWikiWebServices.
  3. FlexWiki.Web - contains the web project.
  4. FlexWikiEditor - The WinForms editor that consumes the FlexWikiWebService (incomplete and obsolete).
  5. FlexWiki.UnitTests - The NUnit UnitTests for FlexWiki. If you select this as the startup project, it will launch the NUnit GUI so that you can run the tests (provided that NUnit is located in: C:\Program Files\NUnit V2.1\bin\nunit-gui.exe
  6. wikiadmin - No idea what this does.
  7. Misc
    1. UnitTests.nunit - this is a ready to go NUnit project file for FlexWiki. Double click to run the UnitTests.
UnDone