Wiki properties are created simply by typing a property name and a colon at the start of a line. The value is everything else on the line. Look, for example, at the top of this page. There's a property called Summary and it's got a value of WikiPageProperties are an easy way...
For properties with multiple values (e.g., Keyword), the convention is to use commas to separate the values. For example:
TopicTitle - Use a property to set the title of the property (e.g, as appears in the browser title bar)
Anchors/Bookmarks - From build 1661 onwards all WikiPageProperties are marked as anchors in the topic that can be referenced like this: WikiPageProperty#PropertyName. Note: you must have a space after the closing colon for this to work.
Yes, this might work well. See ProWiki for an example of how this might be used. -- MarkWaks [9/30/04]
Rules for property names
Property names must start with an uppercase letter or an underscore. After that, they can contain upper and lowercase letters and underscores.
Note that a property name written in PascalCase is itself be a link to a TopicName and can be clicked, however the formatting is a little unclear, e.g.
""Escape:"" Just double double-quotes
Escape: Just double double-quotes
Hidden Properties
[Hidden properties were added in build 1.0.0.1567]
Sometimes you want a page to have a property, but don't want to "clutter" the page with the property. To do this, prefix the property name with a colon (:). This will still set the value of the property for the topic, but the topic will not be displayed in the page.
For example,
Summary: this page is about DogFood
is a conventional use of a WikiPageProperty. However, using that form always causes the property to show up formatted in the topic page. To hide the property, add the colon prefix:
:Summary: this page is about DogFood
This will cause the property to not be displayed. Other than being hidden when the topic is displayed, the ':' has no other effect.
Note that you must have at least one space after the trailing colon for FlexWiki to recognize the property and actaully hide it. -- XtopherBrandt, 2007-02-19
Multiline property values
You can create multi-line page properties like this:
PropertyName:[ This is a very long property definition.
It is useful to be able to do this for multiple paragraph properties
]
which produces:
The end of a multi-line property is marked by a single right-bracket on a line by itself.
Due to formatting limitations it is recommended that the content for a muti-line property starts on the second line:
FormattedProperty:[
!!!Formatted heading
Normal text, '''bold''', ''italic''
]
Which produces:
Instead of:
FormattedProperty:[ !!!Formatted heading
Normal text, '''bold''', ''italic''
]
Which produces:
Including properties in another page
Sometimes (as in a WikiSpec) you may want to include only a WikiPageProperty rather than the entire page (as you get with WikiIncludes). How do you do this? Use the format
wiki://PageName#PropertyName
For example:
ExamplePropertyPage - A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
---
(See how this compares to when the ExamplePropertyPage topic appears in a more conventional form as in this sentence.)
This explains the process of creating an attachment for a page. The basics steps are to upload a file to the server and then define the attributes for the attachment and then include those attributes in the topic page.
A topic can be redirected or forwarded to another topic. This is useful when a topic is renamed or otherwise moved somewhere else. Other topics (and other sites) that link to the (for example) renamed topic may still point to the old topic.
Automated tests that happen as part of every build that execute against a fully installed version of FlexWiki, allowing the build to verify correct operation in a web context.
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by Content Master producing learning material, white papers, and presentations, primarily for Microsoft
DocumentMode is when a Wiki contribution is written in the third person and left unsigned. The piece of text is community property; it may have multiple and changing authors as it is updated to reflect the community consensus.
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
This is the mailing list for people who are developing FlexWiki. Discussion here will likely be technical and focused on the internals of FlexWiki. The general list for users of FlexWiki is the FlexWikiUsersList.
This WikiTopic and its children discuss FlexWiki as a documentation delivery vehicle and technical review tool for software documentation and other technical content. -- KorbyParnell
FlexWiki is being used successfully as a collaboration tool for developing FlexWiki!!! However, it's also being used as a collaboration tool for DasBlog, .Text, and FireWork. In addition many individuals are setting up their own personal Wikis sitting side by side with their blogs. Should FlexWiki provide some boilerplate templates so that you can have a relatively consistent starting point to collaborate?
The FreeSoftwareFoundation (FSF), founded in 1985, is dedicated to promoting computer users' right to use, study, copy, modify, and redistribute computer programs. http://www.fsf.org/
This license is highly designed to protect the rights of IBM, this license is clearly not meant to be used by an ISV nor by independent developers seeking a licensing model for their own software.
Korby Parnell is a program manager on the Microsoft MSDN & TechNet Community team who formerly worked on Microsoft VisualStudioTeamSystem and before that, VisualStudio.
LinkedFederations would allow a federation to include ContentBases that it can't reach via the local file system. This would likely be SOAP-based and would allow two people, each running a federation to include each other's ContentBases.
An authorized action that allows full control of a particular namespace, including the ability to read, edit, and lock topics. See FlexWikiAuthorization.
Regional Directors aren't Microsoft employees--they're independent developers, architects, trainers, and other professionals who provide a vital link between Microsoft and the developer community.
In general, a namespace is an abstract container, which is or could be filled by names, or technical terms, or words, and these represent (stand for) real-world things.
Usually transitions from one namespace to another (or federation to federation) should be mostly invisible to users. There's one snag in this: when creating a topic, it sometimes gets created in the wrong place. It would ne nice to have a feature that helps users not make this mistake.
The naming standard for FlexWiki does not follow the stanard wiki formatting. It uses Pascal casing. For example, ThisWillBeALink. For internal wiki links this is actually a better format in my opinion.
The FederationConfiguration is an XML file that defines most of the important things about your federation (the namespaces in the federation, etc.). You identify your FederationConfiguration file in the web.config file on your server (see WebConfiguration for details).
Do you remember the old dialectic: "Thesis, Antithesis, Synthesis"? An opening statement can be a Thesis (for a new thread or document intended to elicit discussion, debate, and lots of antitheses resulting, eventually, in a synthesis) or it can be a Synthesis of an on-going thread. -- JasonZio
For Windows, Pass Through authentication is using the credentials you supplied on your client workstation to the resource using Windows Networking as the security resource.
This topic can be included in the _NormalBorders topic so that a set of property checks can be performed on each topic with a table displayed in the side bar. Modify the list of lists of property names in the "DoPropertyChecks" macro to add new checks. The first string in each sub-list is the required property must have to be evaluated against the other items in the list.
This function allows a FlexWiki user to restore an older version of the current page. This creates a new version of the page but uses a copy of the selected version.
FlexWiki would be great if it were integrated more with SharePoint. People who are used to using SharePoint would be faster to start using wiki if it were (better) integrates
The version of FlexWiki can be determined either by looking at the version number on the FlexWiki.DLL module (if you're an admistrator or developer) or by using the @@ProductVersion@@ WikiBehavior.
Marcell Szabó, student in computer sciences at bme.hu
Table
Glossary, Sql
A SQL Table: A two-dimensional object, consisting of rows and columns, used to store data in a relational database. Each table stores information about one of the types of objects modeled by the database. For example, an education database would have one table for teachers, a second for students, and a third for classes. ( MS Sql Transact Help)
The TopicBar is the area on a Wiki topic page where the name of the topic shows up. If you hover over this area and click with the mouse, you can type in a topic name there. If the topic exists, you'll be taken directly there. If it doesn't, you'll be taken to the edit page where you can create the new topic.
The phrase Wiki Wiki is a Hawaiian term meaning very quick.
View
Sql, Glossary
A database object that can be referenced the same way as a table in SQL statements. Views are defined using a SELECT statement and are analogous to an object that contains the result set of this statement (MS Sql Transact Help)
A Wiki site map. For now, a dynamically generated, alphabetical listing of all Topics and their Summary WikiPageProperty. This Topic Listing uses WikiTopicBehaviour. As the number of Topics increases, this page may take a few seconds to load
How wikis behave. WikiNature is, that it changes with the mind and goals of the users. That means, that if they want to blog, the wiki should start blogging.
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
The WikiPane is the area, on the right by default, that contains common wiki controls such as Versions dropdown, the Edit, Recent Changes, and Restore buttons and the About text area.
A WikiSpec is a collection of Wiki topics rolled up into a single, linear document. This is useful for collecting together information a set of topics, organized by for reading and/or printing.
This page contains sample WikiTalk used on the WikiTalkWith page. Please don't change this unless you know what you're doing because you might bust the other page.
The topics found similar by a text clustering algorithm
9/20/2007 2:22:21 PM - -74.15.244.69
Click to read this topic
9/12/2007 5:45:21 PM - -10.10.192.22
describes the rules around creating a name for a WikiTopic.
9/12/2007 5:49:53 PM - -10.10.192.22
defines and describes what a topic is.
9/12/2007 2:58:29 PM - -10.10.192.22
Information on configuring restricted access to FlexWiki content.
9/12/2007 5:57:17 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
ACLs acronym for Access Control Lists.
9/19/2008 9:12:05 AM - -66.78.110.105
ACLs acronym for Access Control Lists.
9/19/2008 9:12:05 AM - -66.78.110.105
How do I add a new topic?
8/31/2007 3:27:22 PM - -66.78.116.108
Information on installing, configuring and running a FlexWiki instance.
9/11/2007 1:58:03 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Information on installing, configuring and running a FlexWiki instance.
9/11/2007 3:14:03 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
List of annoying things about Wikis
8/31/2007 5:12:45 PM - -66.78.116.108
List of annoying things about Wikis
8/31/2007 8:40:06 PM - -66.78.116.108
Click to read this topic
10/24/2008 10:55:28 PM - -66.78.122.228
About the assignment agreement for FlexWiki
9/11/2007 2:35:08 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This explains the process of creating an attachment for a page. The basics steps are to upload a file to the server and then define the attributes for the attachment and then include those attributes in the topic page.
8/23/2011 4:45:44 AM - -213.207.81.34
A topic can be redirected or forwarded to another topic. This is useful when a topic is renamed or otherwise moved somewhere else. Other topics (and other sites) that link to the (for example) renamed topic may still point to the old topic.
9/12/2007 4:31:01 PM - -10.10.192.22
Shows a batch file using XCOPY to back up from a FlexWiki from a webserver onto a "backup server" (i.e. a NAS or similar.)
9/12/2007 9:11:20 AM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
What do you need to do to be able to checkin changes to FlexWiki?
9/11/2007 2:34:17 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
How to become a CoreDeveloper
9/11/2007 2:52:48 PM - -74.12.234.30
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
Click to read this topic
8/31/2007 5:23:55 PM - -66.78.116.108
a sample blog for JohnDavidson
10/19/2007 10:31:47 AM - -10.10.192.235
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Click to read this topic
9/19/2008 10:20:13 AM - -66.78.110.105
a border set specifies content for one or more of the borders on a wiki page.
9/12/2007 6:59:57 PM - -10.10.192.22
Enter bug reports here
9/11/2007 2:44:17 PM - -74.12.234.30
Describes that automated build system that FlexWiki uses.
11/4/2007 11:16:20 AM - -66.78.126.92
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Automated tests that happen as part of every build that execute against a fully installed version of FlexWiki, allowing the build to verify correct operation in a web context.
9/11/2007 2:29:03 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
provides a function to be used by CallerPage
9/12/2007 7:05:11 PM - -10.10.192.22
an example page showing the use of CalledPage function
9/12/2007 7:06:53 PM - -10.10.192.22
an example page showing the use of CalledPage function
9/12/2007 7:06:53 PM - -10.10.192.22
provides a function to be used by CallerPage
9/12/2007 7:05:11 PM - -10.10.192.22
When a change is checked in to the the FlexWiki sources, a ChangeNote is often posted here on FlexWiki.com
9/11/2007 3:03:59 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
When a change is checked in to the the FlexWiki sources, a ChangeNote is often posted here on FlexWiki.com
9/11/2007 3:03:59 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Allow FlexWiki code to be built out of CVS on mono and run on linux
9/20/2007 10:50:08 AM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Added support for <div> and <span> containers to aid styling.
7/15/2008 11:24:03 AM - -66.78.123.194
Rules for FlexWiki developers about where and how to identify changes
9/12/2007 7:27:06 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
I am an Architect on the Windows team at Microsoft.
9/21/2007 1:24:09 PM - -74.15.249.128
A description of the tasks required to set up Subversion repository access for FlexWiki
9/11/2007 2:22:49 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
New feature makes it easier to style FlexWiki.
9/12/2007 7:42:11 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A WikiBase is defined in a topic with a special name: ''""_ContentBaseDefinition""''.
10/26/2007 6:06:36 PM - ANTARES01-Administrator
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Additional development guidelines that you are expected to follow as a CoreDeveloper when making a contribution to the project.
9/11/2007 3:03:06 PM - -74.12.234.30
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
WikiTalk script for finding potential crap on this site
9/12/2007 8:01:53 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
details how to create and configure a custom error page
9/26/2007 8:07:53 PM - -10.10.192.235
How to create dynamically sorted topics.
10/24/2008 10:25:23 PM - -66.78.122.228
initial setup of a wiki
9/12/2007 8:06:25 PM - -10.10.192.22
This page has a custom bottom border that includes a DropDown of the last 5 Topic Versions
9/12/2007 8:10:48 PM - -10.10.192.22
Create templates for new topics within a given namespace.
9/12/2007 9:14:44 AM - -10.10.192.22
This page discusses techniques for editing borders.
9/12/2007 8:24:03 PM - -10.10.192.22
This is a page trying to display tips of the day
8/19/2007 5:40:10 PM - -66.78.124.101
This topic discusses how, using WikiTalk, dates and times can be manipulated.
10/5/2008 10:23:37 PM - jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Useful SQL Server DBCC Commands
9/18/2007 1:32:16 PM - -74.15.253.150
a few tips on ASP.NET debugging of FlexWiki
2/18/2008 4:50:19 PM - -66.78.118.3
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Describes how to delete (and undelete) a topic.
9/17/2007 12:43:21 PM - -74.15.254.118
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by "Content Master":http://www.contentmaster.co.uk producing learning material, white papers, and presentations, primarily for "Microsoft":http://www.microsoft.com.
9/11/2007 2:17:20 PM - -74.12.234.30
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
resources for tracking design processes
9/11/2007 3:07:04 PM - -74.12.234.30
Information on about how FlexWiki works internally and how to develop it (and software that works with it).
9/11/2007 1:59:46 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
The FlexWiki administrative staff have developed some guidelines to help ensure that FlexWiki continues to evolve as robust and reliable software
9/11/2007 2:36:37 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This is the home page for developers who want to contribute to FlexWiki
7/15/2008 11:22:29 AM - -66.78.123.194
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
HowTos for developers
9/11/2007 3:10:47 PM - -74.12.234.30
How to get set up to do development work on FlexWiki on your machine
9/11/2007 2:21:42 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
this is a library of WikiTalk functions to support discussion pages with FlexWiki
10/19/2007 10:32:13 AM - -10.10.192.235
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
DocumentMode is when a Wiki contribution is written in the third person and left unsigned. The piece of text is community property; it may have multiple and changing authors as it is updated to reflect the community consensus.
9/19/2007 2:01:35 PM - -74.15.253.157
DocumentMode is when a Wiki contribution is written in the third person and left unsigned. The piece of text is community property; it may have multiple and changing authors as it is updated to reflect the community consensus.
9/19/2007 2:01:35 PM - -74.15.253.157
Quick tip about making useful email links in FlexWiki.
9/17/2007 12:47:22 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/12/2007 4:29:04 PM - -10.10.192.22
Click to read this topic
4/9/2008 1:25:20 PM - -76.71.138.48
Click to read this topic
9/17/2007 12:52:23 PM - -74.15.254.118
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
Click to read this topic
8/31/2007 5:28:22 PM - -66.78.116.108
Getting content out of FlexWiki
9/17/2007 12:55:20 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a picture gallery of Ontario Fall Scenery shot in October 2007
10/7/2007 9:24:27 AM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
FlexWiki FAQ on editing and formatting
9/17/2007 12:57:40 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
2/18/2008 10:35:30 AM - -66.78.118.3
Details of file attachment feature implementation
9/20/2007 1:01:45 PM - -74.15.244.69
describes the implementation of File Locking in *""TopicLocks.aspx""*
10/20/2007 9:30:10 PM - -66.78.127.70
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Click to read this topic
9/17/2007 1:01:04 PM - -74.15.254.118
demonstrates some of the simpler capabilities of the FleXhtml plugin
7/15/2008 1:43:41 PM - -66.78.123.194
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
describes the implementation of a plugin allow use of XHTML in FlexWiki topics
1/11/2008 9:18:26 AM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
11/13/2007 12:07:30 PM - ANTARES01-Administrator
Click to read this topic
11/13/2007 12:07:30 PM - ANTARES01-Administrator
a means of incorporating a list into a FlexWiki topic and then managing items in that list.
12/13/2007 10:22:28 AM - ANTARES01-Administrator
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes the implementation of a FlexLists implementation in WikiTalk that support the management of multiple flexible lists for any desired purpose
7/12/2008 8:11:35 PM - -66.78.123.194
a means of incorporating a list into a FlexWiki topic and then managing items in that list.
12/13/2007 10:22:28 AM - ANTARES01-Administrator
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Test the new version of FlexWiki!
8/31/2007 6:04:15 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
instructions for upgrading FlexWiki from version 1.8 to version 2.0
2/17/2008 9:26:31 AM - -66.78.118.3
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a listing of the administrator related pages for FlexWiki
7/14/2008 5:47:43 PM - -66.78.123.194
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
proposal to add threaded message board features to FlexWiki
10/9/2007 7:53:13 PM - -66.78.125.91
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes authentication options for FlexWiki
2/17/2008 8:56:39 AM - -66.78.118.3
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Description of the new authorization features in FlexWiki 2.0.
8/31/2007 3:29:17 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Basic concepts of FlexWiki
9/12/2007 9:16:44 AM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
How to install and configure FlexWiki on your own server
9/27/2007 3:22:10 PM - ANTARES01-Administrator
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a sample blog for JohnDavidson
10/5/2007 8:49:16 PM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Detailed information about how to configure your FlexWiki installation.
9/12/2007 8:49:46 AM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes the standard CSS files and structures used by FlexWiki
2/8/2008 12:10:30 PM - -74.12.248.190
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a listing of the installation related pages for FlexWiki
9/11/2007 3:12:22 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This is the mailing list for people who are developing FlexWiki. Discussion here will likely be technical and focused on the internals of FlexWiki. The general list for users of FlexWiki is the FlexWikiUsersList.
9/11/2007 2:39:09 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This is a mailing list for people who are using FlexWiki.
8/31/2007 10:24:53 AM - -74.12.232.125
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
9/12/2007 12:58:58 PM - -10.10.192.22
Explains the differences between FlexWikiEditor and FlexWikiPad.
9/17/2007 1:04:22 PM - -74.15.254.118
FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
9/12/2007 5:40:51 PM - -10.10.192.22
A GUI editor for writing wiki pages using the FlexWiki syntax.
9/11/2007 3:00:00 PM - -74.12.234.30
an emacs major mode for setting up an interconnected set of pages using the FlexWiki markup language.
9/17/2007 1:08:20 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This topic concerns decoupling the FlexWiki Engine from it's UI and it's back end storage to allow extensibility in those areas
9/17/2007 1:11:00 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Online examples of various FlexWiki sites.
9/17/2007 1:13:56 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This page provides answers to Frequently-Asked Questions about FlexWiki
8/14/2008 1:52:03 PM - jwdavidson
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A summary of features implemented in FlexWiki 2.0
8/31/2007 3:21:32 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This WikiTopic and its children discuss FlexWiki as a documentation delivery vehicle and technical review tool for software documentation and other technical content. -- KorbyParnell
9/17/2007 1:18:31 PM - -74.15.254.118
defines and describes what a topic is.
9/12/2007 2:58:29 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Korby Parnell is a program manager on the Microsoft MSDN & TechNet Community team who formerly worked on Microsoft VisualStudioTeamSystem and before that, VisualStudio.
9/18/2007 2:21:16 PM - -74.15.253.150
provides information on various formatting capabilities within FlexWiki topics
8/31/2007 5:19:13 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Discussion on moving the discussion board off of SourceForge to a threaded message board
9/17/2007 1:17:18 PM - -74.15.254.118
Click to read this topic
9/11/2007 2:47:08 PM - -74.12.234.30
a listing of terminology used in FlexWiki
9/19/2007 2:32:30 PM - -74.15.253.157
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a listing of the guides available for FlexWiki
9/12/2007 9:38:31 AM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This is the discussion that led to the development of FlexWikiPad.
9/17/2007 1:06:40 PM - -74.15.254.118
A GUI editor for writing wiki pages using the FlexWiki syntax.
9/11/2007 3:00:00 PM - -74.12.234.30
a topic containing a table of help related topics
12/4/2007 6:17:15 PM - -66.78.121.227
Click to read this topic
7/15/2008 2:07:40 PM - -66.78.123.194
this topic presents a summary of installation related topics
8/31/2007 5:43:33 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
this topic presents a summary of installation related topics
8/31/2007 5:43:33 PM - -66.78.116.108
Click to read this topic
9/17/2007 1:24:24 PM - -74.15.254.118
_NormalBorders.wiki contains the definition of the menus on the left and on the right
9/17/2007 1:25:39 PM - -74.15.254.118
the MetaWebLogAPI is a popular blogging API that many applications support. The FlexWikiMetaWeblogAPI will wrap the FlexWikiWebService and expose some of the functions in the BloggerAPI and the MetaWeblogAPI allowing existing blogging implimentations to post/edit TopicNames.
9/17/2007 1:27:49 PM - -74.15.254.118
Click to read this topic
8/14/2008 1:49:01 PM - jwdavidson
the MetaWebLogAPI is a popular blogging API that many applications support. The FlexWikiMetaWeblogAPI will wrap the FlexWikiWebService and expose some of the functions in the BloggerAPI and the MetaWeblogAPI allowing existing blogging implimentations to post/edit TopicNames.
9/17/2007 1:27:49 PM - -74.15.254.118
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
9/12/2007 12:58:58 PM - -10.10.192.22
Click to read this topic
8/14/2008 1:49:01 PM - jwdavidson
describes the rules around creating a name for a WikiTopic.
9/13/2007 2:51:34 PM - -74.15.247.173
a topic containing a table of topics related to the naming of topics
8/31/2007 3:35:31 PM - -66.78.116.108
discussion about how we enhance the way we get notified about changes on the wiki
9/17/2007 1:29:17 PM - -74.15.254.118
The changes that have been made to FlexWikiPad
9/17/2007 1:30:47 PM - -74.15.254.118
A GUI editor for writing wiki pages using the FlexWiki syntax.
9/11/2007 3:00:00 PM - -74.12.234.30
Information about work in progress on FlexWiki parser
2/7/2008 2:36:13 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Discussion about FlexWiki 1.8 versus 2.0 performance.
9/17/2007 1:33:46 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a blog page about using FlexWiki for running a Picture Gallery
10/7/2007 9:35:30 AM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
description of how and when builds are released on the SourceForgeProject site
9/17/2007 1:36:10 PM - -74.15.254.118
Click to read this topic
9/11/2007 2:07:23 PM - -74.12.234.30
Releases of Flex Wiki, please update this page when a new release is made.
9/17/2007 1:37:44 PM - -74.15.254.118
this topic presents a list of topics requiring review
9/21/2007 2:17:55 PM - -74.15.249.128
a listing of the security related pages for FlexWiki
11/21/2007 5:47:39 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
How to configure FlexWikiSecurity
9/17/2007 1:41:44 PM - -74.15.254.118
a listing of the security related pages for FlexWiki
11/21/2007 5:47:39 PM - -10.10.192.22
This is the FlexWikiSecurityNewsletter for news about the FlexWikiSecurityProject.
9/21/2007 1:37:01 PM - -74.15.249.128
This is the FlexWikiSecurityNewsletter for news about the FlexWikiSecurityProject.
9/21/2007 1:37:01 PM - -74.15.249.128
FlexWiki Security Requirements for FlexWikiSecurityProject
a listing of the Sql Server related pages for FlexWiki
9/13/2007 3:47:43 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
2/27/2008 8:35:16 AM - jwdavidson
FlexWiki is being used successfully as a collaboration tool for developing FlexWiki!!! However, it's also being used as a collaboration tool for DasBlog, .Text, and FireWork. In addition many individuals are setting up their own personal Wikis sitting side by side with their blogs. Should FlexWiki provide some boilerplate templates so that you can have a relatively consistent starting point to collaborate?
9/18/2007 1:13:07 PM - -74.15.253.150
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Provides an overview of basic FlexWiki terms like Topic, Namespace and Federation.
8/31/2007 3:33:41 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
tools for working with FlexWiki.
9/18/2007 1:25:38 PM - -74.15.253.150
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWiki has the ability to require that content is served via HTTPS.
8/31/2007 3:30:37 PM - -66.78.116.108
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
How to create content in FlexWiki
10/24/2008 10:29:05 PM - -66.78.122.228
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/11/2007 2:08:23 PM - -74.12.234.30
This feature has now been implemented. See the accompanying "ChangeNote":ChangeNoteForRenamePage. Thank you for your comments and feedback on this feature.
9/18/2007 1:27:38 PM - -74.15.253.150
Some notes on comparing FlexWiki with MOSS wiki libraries
9/18/2007 1:29:08 PM - -74.15.253.150
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
9/12/2007 12:58:58 PM - -10.10.192.22
FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
9/12/2007 12:58:58 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
An example of a Web.Config file that uses Forms authentication (the most simple type of authentication of ASP.NET).
9/18/2007 1:34:51 PM - -74.15.253.150
a sample page showing how to use presentation form start and end
9/12/2007 7:49:54 PM - -10.10.192.22
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
9/12/2007 5:51:46 PM - -10.10.192.22
A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets ""["" and ""]"".
9/12/2007 5:51:46 PM - -10.10.192.22
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
The FreeSoftwareFoundation (FSF), founded in 1985, is dedicated to promoting computer users' right to use, study, copy, modify, and redistribute computer programs. http://www.fsf.org/
9/18/2007 1:37:20 PM - -74.15.253.150
The FreeSoftwareFoundation (FSF), founded in 1985, is dedicated to promoting computer users' right to use, study, copy, modify, and redistribute computer programs. http://www.fsf.org/
9/18/2007 1:37:20 PM - -74.15.253.150
A dictionary of names/concepts that changed from 1.8 to 2.0
9/18/2007 1:39:08 PM - -74.15.253.150
the SourceForge workspace where FwSync, FlexWikiPad, FwDocGen, FlexWikiEmacsMode, and wikidpad2flexwiki live.
9/11/2007 2:58:57 PM - -74.12.234.30
Click to read this topic
9/11/2007 2:47:08 PM - -74.12.234.30
FwSync is a command-line tool for editing the wiki.
9/12/2007 5:43:19 PM - -10.10.192.22
A GUI editor for writing wiki pages using the FlexWiki syntax.
9/11/2007 3:00:00 PM - -74.12.234.30
a command-line tool for generating FlexWiki pages from C# compiler-generated XML documentation files.
9/12/2007 5:44:34 PM - -10.10.192.22
an emacs major mode for setting up an interconnected set of pages using the FlexWiki markup language.
9/17/2007 1:08:20 PM - -74.15.254.118
a command-line tool for generating FlexWiki pages from C# compiler-generated XML documentation files.
9/12/2007 5:44:34 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FwSync is a command-line tool for editing the wiki.
9/12/2007 5:43:19 PM - -10.10.192.22
FwSync is a command-line tool for editing the wiki.
9/12/2007 5:43:19 PM - -10.10.192.22
Click to read this topic
9/11/2007 2:38:10 PM - -74.12.234.30
Discussion of the addition of containers to the WikiText syntax.
9/18/2007 1:40:42 PM - -74.15.253.150
_Brief statement of work item_
9/18/2007 1:41:39 PM - -74.15.253.150
Good Citizen Pattern
9/22/2007 12:20:49 PM - -10.10.192.235
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
dummy google ad for testing
11/26/2007 8:13:16 PM - ANTARES01-Administrator
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Google and search engines love the wiki
9/18/2007 1:45:33 PM - -74.15.253.150
A WikiPageProperty that is not visible in the rendered page.
9/18/2007 1:48:48 PM - -74.15.253.150
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
Click to read this topic
9/18/2007 1:50:06 PM - -74.15.253.150
code samples of the Home object
10/1/2008 11:39:28 AM - JohnDavidson-66.78.125.235
An email newsletter that notifies you about changes to pages on the wiki. Ships no more often than once an hour.
3/8/2012 1:50:02 PM - -204.9.126.158
If you have VS .NET installed and you want to get IIS/FlexWiki to work follow these tips.
8/31/2007 3:10:09 PM - -66.78.116.108
Click to read this topic
9/11/2007 3:08:04 PM - -74.12.234.30
an overview of how to create topics in a wiki with an emphasis on how to best utilize features in FlexWiki
10/4/2008 9:12:31 PM - JohnDavidson-66.78.125.235
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes a proposed implementation of XHTML Skins and updates recent development efforts
7/14/2008 8:56:43 PM - -66.78.123.194
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
discussion of whether or not HTML syntax should be allowed in FlexWiki pages.
9/18/2007 2:00:10 PM - -74.15.253.150
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This license is highly designed to protect the rights of IBM, this license is clearly not meant to be used by an ISV nor by independent developers seeking a licensing model for their own software.
9/18/2007 2:01:41 PM - -74.15.253.150
Click to read this topic
9/13/2007 1:49:42 PM - -74.15.247.173
To Include another Topic you need one Line WikiTalk:
9/18/2007 2:05:23 PM - -74.15.253.150
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
this page will be included by WikiTalkCantDoList
9/18/2007 2:06:24 PM - -74.15.253.150
List of things that you might want to do with WikiTalk but that doesn't appear to be possible.
2/18/2008 10:31:34 AM - -66.78.118.3
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This is the main FlexWiki engine and associated tools.
8/31/2007 10:11:46 AM - -74.12.232.125
a page with resources for installing IIS, required for FlexWiki
9/24/2007 2:45:07 PM - -74.15.248.76
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Information about how to install the wiki
10/4/2007 1:52:00 PM - -74.15.253.16
Information about how to install the wiki, with detailed screenshots, in Windows 2003 R2 Standard
11/14/2007 10:24:52 AM - -74.15.251.108
Click to read this topic
2/27/2008 3:33:12 PM - -66.78.119.225
WikiNewsletters are delivered automatically by the running copy of FlexWiki. No distinct daemon needs to be run.
9/18/2007 2:11:05 PM - -74.15.253.150
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWiki is built using ContinuousIntegration. That means that a new build is created with every checkin. However, we don't release every build to SourceForge.
9/20/2007 11:02:10 AM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/11/2007 2:47:08 PM - -74.12.234.30
News from the International Herald Tribune using RSS and Atom feeds
1/19/2008 3:46:12 PM - -66.78.120.26
Intersite Linking with InterWiki@FlexWiki Behavior
9/18/2007 2:15:54 PM - -74.15.253.150
Discussion of the advantages and disadvantages of introducing a dynamic language like WikiTalk to FlexWiki
9/18/2007 2:17:09 PM - -74.15.253.150
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWiki user with experience setting up FlexWiki for project usage on an intranet.
9/18/2007 2:18:30 PM - -74.15.253.150
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a sample blog for JohnDavidson
9/17/2008 2:45:11 PM - jwdavidson
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Click to read this topic
9/18/2007 2:19:46 PM - -74.15.253.150
Korby Parnell is a program manager on the Microsoft MSDN & TechNet Community team who formerly worked on Microsoft VisualStudioTeamSystem and before that, VisualStudio.
9/18/2007 2:21:16 PM - -74.15.253.150
Contact details for Wikinaut
8/19/2007 5:39:42 PM - -66.78.124.101
WikiTalk to grabs the top X number of recent topics
9/19/2007 1:42:39 PM - -74.15.253.157
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
The latest FlexWiki binary distribution
9/19/2007 1:44:31 PM - -74.15.253.157
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
FlexWiki might need to choose a new license if it moves to SourceForge. Here are some notes about the various options.
9/19/2007 1:50:00 PM - -74.15.253.157
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/11/2007 2:47:08 PM - -74.12.234.30
This text should appear at the top of every source file in FlexWiki
9/11/2007 2:48:58 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Li Chen's FlexWiki home page
9/19/2007 1:51:59 PM - -74.15.253.157
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Lifehacker - tips and downloads for getting things done
9/22/2007 1:34:47 PM - -10.10.192.235
LinkedFederations would allow a federation to include ContentBases that it can't reach via the local file system. This would likely be SOAP-based and would allow two people, each running a federation to include each other's ContentBases.
9/19/2007 1:54:12 PM - -74.15.253.157
LinkedFederations would allow a federation to include ContentBases that it can't reach via the local file system. This would likely be SOAP-based and would allow two people, each running a federation to include each other's ContentBases.
9/19/2007 1:54:12 PM - -74.15.253.157
details about link formatting rules
2/20/2008 1:12:02 PM - -76.71.141.40
if you listen to your code, it'll tell you what you need.
9/19/2007 1:56:59 PM - -74.15.253.157
this is the List topic for a demo of the List Management Feature in FlexWiki
5/28/2008 12:09:55 AM - 67.183.157.117
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
As seen on the main page of FlexWiki, display the top newest posts based on a hidden property.
2/4/2008 2:00:57 PM - -64.231.138.197
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Complete list (hopefully) of all things you can do on a page
9/19/2007 2:06:15 PM - -74.15.253.157
How to show an RSS feed on a wiki page
1/8/2008 9:07:15 PM - -10.10.192.22
how to setup your local machine to test your FlexWiki changes
9/19/2007 2:18:46 PM - -74.15.253.157
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
The LostAndFound (see the menu, to the -right- left) contains a list of the topics that are not reachable from the My HomePage Test.
9/12/2007 4:33:47 PM - -10.10.192.22
The LostAndFound (see the menu, to the -right- left) contains a list of the topics that are not reachable from the My HomePage Test.
9/12/2007 4:33:47 PM - -10.10.192.22
This is an introductory page for updated FlexWiki documentation for version 2.0
7/31/2009 11:54:21 AM - -66.78.118.122
Peter
8/30/2007 9:25:14 PM - -66.78.116.108
An authorized action that allows full control of a particular namespace, including the ability to read, edit, and lock topics. See FlexWikiAuthorization.
9/19/2007 2:20:54 PM - -74.15.253.157
Description of the new authorization features in FlexWiki 2.0.
8/31/2007 3:29:17 PM - -66.78.116.108
This is the principal WikiNewsletter for news about building and maintaining FlexWiki (the software and the content).
1/28/2008 6:40:14 PM - -10.10.192.22
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A discussion about the pros and cons of adding support for overloaded methods in WikiTalk
9/19/2007 2:24:27 PM - -74.15.253.157
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Regional Directors aren't Microsoft employees--they're independent developers, architects, trainers, and other professionals who provide a vital link between Microsoft and the developer community.
9/19/2007 2:26:14 PM - -74.15.253.157
Headlines from Microsoft Security RSS Feeds
1/10/2008 6:53:04 AM - TestUser-10.10.192.247
Founder and President of Guides, Inc.
9/19/2007 2:33:27 PM - -74.15.253.157
Your comments and feedback are invited on a potential new feature to allow minor edits to topics.
9/11/2007 3:01:44 PM - -74.12.234.30
Discussion about how Wiki (and FlexWiki) could be useful in mobile scenarios.
MSWord, also Microsoft Word, is a word processing software.
9/19/2007 2:41:20 PM - -74.15.253.157
MSWord, also Microsoft Word, is a word processing software.
9/19/2007 2:41:20 PM - -74.15.253.157
An example of feeds that do work and some that don't
9/22/2007 7:57:19 PM - -10.10.192.22
In general, a namespace is an abstract container, which is or could be filled by names, or technical terms, or words, and these represent (stand for) real-world things.
9/20/2007 10:36:34 AM - -74.15.244.69
A namespaceInfo object provides information about a namespace
9/14/2007 2:10:32 PM - -74.15.242.151
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/14/2007 2:09:55 PM - -74.15.242.151
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/14/2007 2:09:55 PM - -74.15.242.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
The XML configuration file which defines your WikiFederation structure.
9/14/2007 2:09:10 PM - -74.15.242.151
A collection of namespaces (WikiBases).
9/13/2007 1:51:02 PM - -74.15.247.173
Click to read this topic
9/11/2007 9:14:05 AM - -74.15.248.233
An extension mechanism provided by Flexwiki to let namespaces be backed by any kind of store.
9/20/2007 10:39:16 AM - -74.15.244.69
FlexWiki has some forms and tools that help users request new namespaces and also help administrators manage these requests.
9/14/2007 2:07:41 PM - -74.15.242.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Usually transitions from one namespace to another (or federation to federation) should be mostly invisible to users. There's one snag in this: when creating a topic, it sometimes gets created in the wrong place. It would ne nice to have a feature that helps users not make this mistake.
9/20/2007 10:41:04 AM - -74.15.244.69
The naming standard for FlexWiki does not follow the stanard wiki formatting. It uses Pascal casing. For example, ThisWillBeALink. For internal wiki links this is actually a better format in my opinion.
9/20/2007 10:43:19 AM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Nathan Jones
9/20/2007 10:44:50 AM - -74.15.244.69
A gathering of some WikiTalk functions
9/20/2007 10:46:31 AM - -74.15.244.69
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
These are people who want to make changes to FlexWiki and check them back in, but haven't yet "earned" CoreDeveloper status
9/11/2007 2:10:42 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
9/11/2007 2:13:31 PM - -74.12.234.30
How NewDevelopers get their changes checked in
9/14/2007 2:06:48 PM - -74.15.242.151
These are people who want to make changes to FlexWiki and check them back in, but haven't yet "earned" CoreDeveloper status
9/11/2007 2:10:42 PM - -74.12.234.30
The ""FederationConfiguration"" is an XML file that defines most of the important things about your federation (the namespaces in the federation, etc.). You identify your ""FederationConfiguration"" file in the web.config file on your server (see WebConfiguration for details).
9/20/2007 10:58:45 AM - -74.15.244.69
Click to read this topic
9/13/2007 2:27:37 PM - -74.15.247.173
steps necessary to create a new css for FlexWiki in under 30 minutes
2/9/2008 4:57:54 PM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
An extension to HTML that search engines use to ignore potential LinkSpam.
9/14/2007 2:05:50 PM - -74.15.242.151
lots of links to the spammer's sites placed on a Wiki in hopes of increasing search engine rankings
8/19/2007 12:14:32 PM - -66.78.124.101
demonstration of using the ""NonBreakingSpace"" Presentation
9/20/2007 11:10:28 AM - -74.15.244.69
early versions of FlexWiki prior to 1.8.0449 had a problem when running using non ""US"" Date formats
9/20/2007 11:13:54 AM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
An automatic testing tool (see http://www.nunit.org/ ).
9/14/2007 2:02:12 PM - -74.15.242.151
Click to read this topic
9/14/2007 2:01:34 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
This is a GoogleAd unit for jwd_ods [at] monisys[dot]ca
6/26/2008 9:38:25 AM - -66.78.123.130
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
Click to read this topic
8/30/2008 9:15:42 AM - -10.10.196.1
This is a GoogleAd unit for jwd_ods [at] monisys[dot]ca
11/26/2007 8:09:31 PM - -66.78.121.128
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
Click to read this topic
8/30/2008 9:15:42 AM - -10.10.196.1
This is an quick introduction to what a wiki is.
9/14/2007 2:00:10 PM - -74.15.242.151
Do you remember the old dialectic: "Thesis, Antithesis, Synthesis"? An opening statement can be a '''Thesis''' (for a new thread or document intended to elicit discussion, debate, and lots of antitheses resulting, eventually, in a synthesis) or it can be a '''Synthesis''' of an on-going thread. -- JasonZio
9/19/2007 2:05:22 PM - -74.15.253.157
convert Openwiki files to Flexwiki layout
9/20/2007 12:55:27 PM - -74.15.244.69
WikiTalk methods can support optional parameters. Here are some notes on implementing such methods.
9/19/2007 2:25:12 PM - -74.15.253.157
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
a counter that tracks the number of page views of a topic
10/26/2007 8:57:12 PM - ANTARES01-Administrator
a Hit Counter for entries in OdsWiki.JohnDavidsonBlog
10/26/2007 10:09:53 PM - -66.78.125.116
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
a sample blog for JohnDavidson
9/17/2008 2:45:11 PM - jwdavidson
example of including propties from a different topic page
9/14/2007 1:59:00 PM - -74.15.242.151
Proposal for a new concept I call PagePropertySets
9/20/2007 12:58:52 PM - -74.15.244.69
Proposal for a new concept I call PagePropertySets
9/20/2007 12:58:52 PM - -74.15.244.69
Click to read this topic
9/14/2007 1:58:24 PM - -74.15.242.151
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
Pascal Normandin is a computer engineer.
9/20/2007 1:00:27 PM - -74.15.244.69
Passport installation
7/4/2008 10:09:06 AM - -66.78.120.144
For Windows, Pass Through authentication is using the credentials you supplied on your client workstation to the resource using Windows Networking as the security resource.
9/12/2007 6:00:28 PM - -10.10.192.22
this is a library of WikiTalk functions to support personalization of XHTML content within FlexWiki
2/12/2008 1:32:09 PM - jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
items about rule design for new parser
5/9/2008 12:25:58 PM - -76.71.141.118
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
a library for picture gallery suport functions
10/6/2007 11:33:45 PM - -10.10.192.22
Testing GetListProperty function
9/20/2007 1:08:01 PM - -74.15.244.69
How to install a PlugIn for FlexWiki
5/16/2008 9:15:04 AM - -69.129.22.146
Click to read this topic
8/19/2007 6:48:08 PM - -66.78.124.101
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Overview information about FlexWiki PlugIns for developers, users and administrators
9/14/2007 1:54:53 PM - -74.15.242.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
8/19/2007 6:48:08 PM - -66.78.124.101
Sample page for WikiStrategyForPlurals - singular form.
9/21/2007 1:49:57 PM - -74.15.249.128
Wiki strategy for working with singular and plural topics.
9/21/2007 1:47:06 PM - -74.15.249.128
Wiki strategy for working with singular and plural topics.
9/21/2007 1:47:06 PM - -74.15.249.128
describes possible future development of FlexWiki and discusses options available
2/23/2008 1:08:51 PM - -10.10.192.22
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
2/17/2008 11:37:22 PM - -66.78.118.3
Presentations object
9/14/2007 1:50:30 PM - -74.15.242.151
Weekly progress report by CraigAndera
9/20/2007 1:16:49 PM - -74.15.244.69
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
Progress report by CraigAndera
9/20/2007 1:18:55 PM - -74.15.244.69
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
Progress report by CraigAndera
9/20/2007 1:19:42 PM - -74.15.244.69
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
Progress report by CraigAndera
9/20/2007 1:20:30 PM - -74.15.244.69
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
FlexWiki Rearchitecture update by CraigAndera
9/20/2007 1:21:26 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
Progress report on the FlexWiki upgrade by CraigAndera
9/20/2007 1:23:12 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Craig Andera is a consultant for Wangdera Corporation (his company). He blogs at "Pluralsight":http://pluralsight.com"","" and used to teach for DevelopMentor.
9/11/2007 2:14:34 PM - -74.12.234.30
Trick to use a property as a global variable.
9/20/2007 10:55:28 AM - -74.15.244.69
This WikiBehavior lets you get the value of any property from any topic.
9/14/2007 1:49:22 PM - -74.15.242.151
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
This topic can be included in the [_NormalBorders] topic so that a set of property checks can be performed on each topic with a table displayed in the side bar. Modify the list of lists of property names in the """DoPropertyChecks""" macro to add new checks. The first string in each sub-list is the required property must have to be evaluated against the other items in the list.
9/14/2007 1:48:47 PM - -74.15.242.151
Click to read this topic
9/23/2008 7:20:58 PM - -66.78.123.38
Overview of another Wiki system with a strong concept of Properties, which might provide some ideas for future FlexWiki development.
9/14/2007 1:47:50 PM - -74.15.242.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
List of publications about FlexWiki
9/20/2007 1:24:30 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
How to get a simple running FlexWiki (1.x version requires ASP.NET 1.1 and 2.x requires ASP.NET 2.0)
9/24/2007 2:53:51 PM - -74.15.248.76
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/14/2007 1:46:18 PM - -74.15.242.151
Click to read this topic
9/18/2007 1:18:52 PM - -74.15.253.150
The *Redirect* property allows links to one page to be redirected to another page.
9/20/2007 1:27:30 PM - -74.15.244.69
Click to read this topic
9/14/2007 1:44:57 PM - -74.15.242.151
Click to read this topic
7/15/2008 10:13:35 AM - -66.78.123.194
Settings for use with the Regionerate tool.
9/11/2007 2:50:09 PM - -74.12.234.30
a syntax describing a language used to describe text and to allow pattern matching
9/30/2008 8:18:43 PM - JohnDavidson-66.78.125.235
If you want to have a page renamed, you can make the request here:
9/20/2007 1:49:43 PM - -74.15.244.69
How to rename a topic
9/20/2007 1:49:16 PM - -74.15.244.69
Request object
9/14/2007 1:42:04 PM - -74.15.242.151
How to rename a topic to its original name
9/20/2007 1:44:40 PM - -74.15.244.69
This function allows a FlexWiki user to restore an older version of the current page. This creates a new version of the page but uses a copy of the selected version.
9/20/2007 1:53:44 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A RootFolder is the directory that contains the information about a ContentBase.
9/20/2007 11:03:24 AM - -74.15.244.69
A RootFolder is the directory that contains the information about a ContentBase.
9/20/2007 11:03:24 AM - -74.15.244.69
Click to read this topic
9/11/2007 3:00:52 PM - -74.12.234.30
Click to read this topic
9/18/2007 1:20:49 PM - -74.15.253.150
Use an RSS reader to stay current with changes on a FlexWiki as they happen.
9/22/2007 8:13:11 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A place to discuss the RSS generated for FlexWiki.
9/20/2007 1:57:59 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A very brief sample topic to evaluate the new styles
9/14/2007 1:41:25 PM - -74.15.242.151
Robert Scoble - The Tech Geek Blogger RSS Feed
12/15/2007 9:19:02 PM - -10.10.192.19
Testing parse of page properties and boolean search
9/14/2007 1:39:26 PM - -74.15.242.151
FlexWiki and search engine optimization
9/20/2007 2:00:51 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A Perl Script that replaces text in a .WIKI or .AWIKI file.
9/20/2007 2:02:00 PM - -74.15.244.69
This page is the Wiki side of a TandemDiscussion going on on the FlexWiki mailing list.
9/20/2007 2:03:54 PM - -74.15.244.69
A discussion held in email and on a Wiki site at the same time.
9/20/2007 2:04:44 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a common topic property used to direct the reader to other relevant topics
10/10/2007 1:19:09 PM - -66.78.125.91
installation instructions for FlexWiki in an existing virtual Server
9/13/2007 3:43:25 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Every project should include a link to the @SharedAssemblyInfo.cs@ file in the solution folder.
9/11/2007 2:48:09 PM - -74.12.234.30
Every project should include a link to the @SharedAssemblyInfo.cs@ file in the solution folder.
9/11/2007 2:48:09 PM - -74.12.234.30
Click to read this topic
9/13/2007 3:41:45 PM - -74.15.247.173
Click to read this topic
9/13/2007 3:41:04 PM - -74.15.247.173
FlexWiki would be great if it were integrated more with SharePoint. People who are used to using SharePoint would be faster to start using wiki if it were (better) integrates
9/20/2007 2:13:24 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/13/2007 3:41:04 PM - -74.15.247.173
Click to read this topic
9/13/2007 3:41:04 PM - -74.15.247.173
The old name for FlexWiki.
9/13/2007 3:40:20 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
We'd like to look for short topics as they are probably junk pages that were created by first time visitors experimenting with wiki.
5/18/2011 9:11:22 PM - -174.136.115.90
Describes how to link to an external website to link by ISBN.
9/20/2007 2:21:05 PM - -74.15.244.69
the very basics of formatting wiki text
9/13/2007 3:39:46 PM - -74.15.247.173
An index of all the topics on this site
9/12/2007 4:47:29 PM - -10.10.192.22
a SiteWorkItem is a request for changing the content of this website.
9/20/2007 2:35:40 PM - -74.15.244.69
a SiteWorkItem is a request for changing the content of this website.
9/20/2007 2:35:40 PM - -74.15.244.69
A method of automatically recognizing content in a document or email message and allowing the user to perform actions on the recognized text.
9/20/2007 2:41:14 PM - -74.15.244.69
The version of FlexWiki can be determined either by looking at the version number on the FlexWiki.DLL module (if you're an admistrator or developer) or by using the ""@@ProductVersion@@"" WikiBehavior.
9/20/2007 2:44:31 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
A release with high quality
9/20/2007 2:45:22 PM - -74.15.244.69
Click to read this topic
9/20/2007 2:47:39 PM - -74.15.244.69
This page describes the current FlexWiki community project: driving to a SolidRelease.
9/20/2007 2:46:31 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A release with high quality
9/20/2007 2:45:22 PM - -74.15.244.69
We're looking for developers who are willing to help with the SolidRelease project.
9/20/2007 2:49:15 PM - -74.15.244.69
A release with high quality
9/20/2007 2:45:22 PM - -74.15.244.69
Click to read this topic
9/11/2007 2:47:08 PM - -74.12.234.30
Click to read this topic
9/11/2007 2:42:28 PM - -74.12.234.30
Click to read this topic
9/11/2007 2:07:23 PM - -74.12.234.30
Visual SourceSafe is a version control system for professional developers.
9/13/2007 3:34:56 PM - -74.15.247.173
Visual SourceSafe is a version control system for professional developers.
9/13/2007 3:34:56 PM - -74.15.247.173
Special characters are supported through CharacterReferences.
10/24/2008 10:27:48 PM - -66.78.122.228
A character reference refers to a specific character in the ISO/IEC 10646 character set.
10/24/2008 10:27:04 PM - -66.78.122.228
This is SQL that can be used to generate a basic dictionary
9/20/2007 2:55:28 PM - -74.15.244.69
<Summary of bug fix>
7/4/2008 9:58:42 AM - -66.78.120.144
a console application for creating a SqlServer database that can be used to store FlexWiki topics.
9/13/2007 3:32:36 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a GUI application for creating a SqlServer database that can be used to store FlexWiki topics.
3/22/2008 11:16:45 AM - -66.78.123.82
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
This will create a detailed view of a table
9/20/2007 2:53:32 PM - -74.15.244.69
Links containing ""["" or ""]"" are made correctly, but must be hand encoded to '[' = %5b and ']' = %5d
9/29/2008 10:22:14 AM - -66.78.125.235
A StableSort preserves the order of records which have equal keys.
9/20/2007 3:02:36 PM - -74.15.244.69
A StableSort preserves the order of records which have equal keys.
9/20/2007 3:02:36 PM - -74.15.244.69
An overview of the different kinds of automated tests available for FlexWiki development.
9/11/2007 2:27:57 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/13/2007 3:28:55 PM - -74.15.247.173
Strings represent a sequence of characters
9/13/2007 3:28:28 PM - -74.15.247.173
a sample of stylesheet settings
9/12/2007 7:46:05 PM - -10.10.192.22
configuration details for using OverrideStylesheet
2/11/2008 10:32:06 AM - -10.10.192.22
Click to read this topic
9/20/2007 2:39:45 PM - -74.15.244.69
How to syndicate FlexWiki content onto other websites
9/20/2007 3:06:58 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
8/31/2007 3:09:24 PM - -66.78.116.108
Marcell Szabó, student in computer sciences at bme.hu
9/20/2007 2:28:03 PM - -74.15.244.69
Tables in Wiki are formatted by delineating the cells with two vertical lines (""||"").
9/21/2007 8:57:50 AM - -74.14.3.108
Basic Rules for Formatting ""Tables"" in FlexWiki
6/26/2008 7:19:23 PM - -66.78.112.60
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes the implementation of a TableOfContents method for TopicInfo in WikiTalk
10/26/2007 9:25:55 AM - -74.15.251.39
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Click to read this topic
9/13/2007 2:56:48 PM - -74.15.247.173
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
A discussion held in email and on a Wiki site at the same time.
9/20/2007 2:04:44 PM - -74.15.244.69
a proposed WikiBehavior that can query pages for the value of properties and instantiate a template with the property values.
9/21/2007 9:03:46 AM - -74.14.3.108
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
10/26/2007 9:42:29 AM - -74.15.251.39
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin "GoogleAd":PluginLibrary.PluginLibraryContents
11/9/2007 1:51:02 PM - ANTARES01-Administrator
Testing of FlexWiki is done with two kinds of testing: ''standalone'' and ''interactive''.
9/11/2007 2:26:10 PM - -74.12.234.30
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A set of TextMining tools written in C++ for windows at Jozef Stefan Institute, Slovenia
9/20/2007 2:34:02 PM - -74.15.244.69
SzaMa's project for enhancing FlexWiki with text mining algorithms
9/20/2007 2:25:51 PM - -74.15.244.69
Marcell Szabó, student in computer sciences at bme.hu
9/20/2007 2:28:03 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
What's up with the TextMiningProject? Ahh?
9/20/2007 2:26:45 PM - -74.15.244.69
SzaMa's project for enhancing FlexWiki with text mining algorithms
9/20/2007 2:25:51 PM - -74.15.244.69
Click to read this topic
4/9/2008 2:27:50 PM - -76.71.138.48
information about textile formats supported
9/13/2007 3:16:58 PM - -74.15.247.173
Click to read this topic
9/13/2007 3:15:46 PM - -74.15.247.173
Click to read this topic
9/21/2007 9:08:36 AM - -74.14.3.108
update on progress for proposal to add threaded message board features to FlexWiki
10/18/2007 10:48:23 PM - -10.10.192.235
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
describes the implementation of threaded messages in FlexWiki for Forums, Blogs and Discussion pages
10/19/2007 10:25:06 AM - -10.10.192.235
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Thread mode is a form of discussion where our community holds a conversation.
9/19/2007 2:02:34 PM - -74.15.253.157
Three-letter abbreviation
9/21/2007 9:10:43 AM - -74.14.3.108
Click to read this topic
9/17/2007 1:12:05 PM - -74.15.254.118
TimeSpan objects represent a period of time (e.g., 3 days and 4 hours)
9/13/2007 3:05:43 PM - -74.15.247.173
Here is a WikiTalk function that makes a table of namespaces and their topic counts.
9/21/2007 9:14:15 AM - -74.14.3.108
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
There are some bugs in "Title" property implementation
9/21/2007 9:22:24 AM - -74.14.3.108
describes the possible implementation of a To Do List Management feature in FlexWiki
11/13/2007 12:09:13 PM - ANTARES01-Administrator
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
The ToDo property is a convenience for indicating wiki content requiring further work.
9/12/2007 4:38:03 PM - -10.10.192.22
The TopicBar is the area on a Wiki topic page where the name of the topic shows up. If you hover over this area and click with the mouse, you can type in a topic name there. If the topic exists, you'll be taken directly there. If it doesn't, you'll be taken to the edit page where you can create the new topic.
9/12/2007 4:32:10 PM - -10.10.192.22
The TopicBar is the area on a Wiki topic page where the name of the topic shows up. If you hover over this area and click with the mouse, you can type in a topic name there. If the topic exists, you'll be taken directly there. If it doesn't, you'll be taken to the edit page where you can create the new topic.
9/12/2007 4:32:10 PM - -10.10.192.22
A TopicContext object identifies a topic, its holding namespace and the associated federation
9/13/2007 3:04:12 PM - -74.15.247.173
Click to read this topic
7/20/2007 10:36:55 PM - -10.10.192.236
An index of all topics on this wiki.
9/13/2007 3:03:03 PM - -74.15.247.173
A WikiBehavior that displays a list of topics filtered on specified criteria.
9/13/2007 3:01:18 PM - -74.15.247.173
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
Example of TopicIndexBehavior to generate a site index.
9/13/2007 3:00:06 PM - -74.15.247.173
A WikiBehavior that displays a list of topics filtered on specified criteria.
9/13/2007 3:01:18 PM - -74.15.247.173
Click to read this topic
10/24/2008 10:31:14 PM - -66.78.122.228
Click to read this topic
9/13/2007 2:56:48 PM - -74.15.247.173
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
10/5/2007 5:49:09 PM - -10.10.192.22
This topic discusses how, using WikiTalk, you can access information about topics.
3/5/2008 9:05:43 PM - -66.78.119.132
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
A TopicInfo object can be used to discover things about a topic
9/13/2007 2:52:27 PM - -74.15.247.173
Click to read this topic
9/13/2007 2:56:48 PM - -74.15.247.173
describes the rules around creating a name for a WikiTopic.
9/13/2007 2:51:34 PM - -74.15.247.173
defines and describes what a topic is.
9/12/2007 2:58:29 PM - -10.10.192.22
Click to read this topic
9/21/2007 9:40:24 AM - -74.14.3.108
Click to read this topic
9/21/2007 9:43:33 AM - -74.14.3.108
Click to read this topic
9/21/2007 9:44:15 AM - -74.14.3.108
Click to read this topic
9/21/2007 9:45:29 AM - -74.14.3.108
Click to read this topic
9/13/2007 2:49:42 PM - -74.15.247.173
Show all of your topics on the Wiki through WikiTalk
9/21/2007 9:48:34 AM - -74.14.3.108
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
9/12/2007 4:21:34 PM - -10.10.192.22
TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
9/12/2007 4:21:34 PM - -10.10.192.22
You can use the Title property to set the title of a page.
9/12/2007 4:40:31 PM - -10.10.192.22
Click to read this topic
9/13/2007 2:48:16 PM - -74.15.247.173
Click to read this topic
9/12/2007 8:19:27 PM - -10.10.192.22
Click to read this topic
9/21/2007 9:51:47 AM - -74.14.3.108
Click to read this topic
9/18/2007 1:19:56 PM - -74.15.253.150
The exception that is thrown when a namespace has been configured to require HTTPS but access was via HTTP.
9/21/2007 9:54:47 AM - -74.14.3.108
Click to read this topic
9/21/2007 9:57:04 AM - -74.14.3.108
TWikiTM - an Enterprise Collaboration Platform
9/21/2007 9:59:36 AM - -74.14.3.108
A Type represents a type of WikiTalk object
9/13/2007 2:46:28 PM - -74.15.247.173
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
UndefinedObject is the type of the single 'null' object in the WikiTalk language
9/13/2007 2:45:52 PM - -74.15.247.173
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Reproduction of a possible bug with external links containing underscores.
9/21/2007 10:02:43 AM - -74.14.3.108
What you need to know about Subversion.
9/11/2007 2:18:52 PM - -74.12.234.30
Learn about unit testing and how it can benefit your project
9/21/2007 10:05:02 AM - -74.14.3.108
UpdateFrequency is the minimum amount of time (specified in minutes) that is allowed to pass between WikiNewsletter mailings.
9/21/2007 10:06:04 AM - -74.14.3.108
UpdateFrequency is the minimum amount of time (specified in minutes) that is allowed to pass between WikiNewsletter mailings.
9/21/2007 10:06:04 AM - -74.14.3.108
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
FlexWiki is easy to upgrade to a new build. Here's information about how.
9/12/2007 8:51:13 AM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a picture gallery of winter lights at Upper Canada Village (near Morrisburg, ON) in Dec 2007
12/29/2007 9:33:54 AM - -10.10.192.19
a personal page for John Davidson
10/31/2008 7:50:08 AM - JohnDavidson-66.78.112.151
Issues around URL Patterns reported on BugReports
9/21/2007 10:08:13 AM - -74.14.3.108
Enter bug reports here
9/11/2007 2:44:17 PM - -74.12.234.30
How to create content in FlexWiki.
5/18/2011 8:57:10 PM - -174.136.115.90
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Example usage of the WikiTalk Utility class
10/1/2008 8:35:58 PM - JohnDavidson-66.78.125.235
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
This is the WikiSignature of UweThomas
9/21/2007 10:16:09 AM - -74.14.3.108
describes the author of a comment or topic
9/12/2007 4:08:02 PM - -10.10.192.22
This is the WikiSignature of UweThomas
9/21/2007 10:16:09 AM - -74.14.3.108
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
9/13/2007 2:38:08 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
The phrase ''Wiki Wiki'' is a Hawaiian term meaning very quick.
9/21/2007 1:05:20 PM - -74.15.249.128
These are people who want to grab the sources and be able to build, debug and modify FlexWiki but don't intend to check back in any changes
9/13/2007 2:28:33 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Using Vim to edit FlexWiki pages
9/17/2007 1:09:20 PM - -74.15.254.118
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Use this page to share your experiences with the rest of the world: how you and your organization benefitted from using FlexWiki.
9/21/2007 1:08:33 PM - -74.15.249.128
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Examples on using the "VisitorEvent":http://www.flexwiki.com/default.aspx/FlexWiki/InstructionCard.html?type=VisitorEvent objects
2/23/2008 11:34:27 PM - -10.10.192.22
Click to read this topic
9/18/2007 1:15:59 PM - -74.15.253.150
I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
10/24/2008 10:54:51 PM - -66.78.122.228
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Demos showing how you can use WikiTalk.
9/12/2007 3:53:34 PM - -10.10.192.22
Technical review of the WikiTalk language
9/12/2007 3:32:55 PM - -10.10.192.22
Click to read this topic
9/11/2007 8:53:36 PM - -10.10.192.22
Click to read this topic
9/13/2007 2:27:37 PM - -74.15.247.173
A WebPart is a flavor of server-side ASP.NET control that integrates well with Microsoft SharePoint
9/21/2007 1:13:19 PM - -74.15.249.128
A WebPart is a flavor of server-side ASP.NET control that integrates well with Microsoft SharePoint
9/21/2007 1:13:19 PM - -74.15.249.128
Click to read this topic
9/13/2007 3:41:04 PM - -74.15.247.173
provides details about what each developer is currently working on
9/13/2007 2:26:26 PM - -74.15.247.173
Click to read this topic
9/13/2007 2:23:52 PM - -74.15.247.173
A discussion/comparison of Wiki and SharePoint concepts.
9/21/2007 1:15:22 PM - -74.15.249.128
Click to read this topic
9/13/2007 3:41:04 PM - -74.15.247.173
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
Click to read this topic
8/19/2007 12:35:05 PM - -66.78.124.101
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/22/2007 12:10:30 PM - -10.10.192.22
defines and describes what a topic is.
9/12/2007 2:58:29 PM - -10.10.192.22
Documentation about FlexWiki support for Completely Automated Process to Tell Computers and Humans Apart (CAPTCHA).
9/13/2007 1:58:05 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/21/2007 1:18:28 PM - -74.15.249.128
How to customize the web user-interface for FlexWiki.
9/13/2007 1:55:48 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
a WikiDefect means that something is broken in the software.
9/20/2007 2:37:23 PM - -74.15.244.69
a WikiDefect means that something is broken in the software.
9/20/2007 2:37:23 PM - -74.15.244.69
a WikiFeatureRequest means new functionality is desired.
9/20/2007 2:36:36 PM - -74.15.244.69
a WikiFeatureRequest means new functionality is desired.
9/20/2007 2:36:36 PM - -74.15.244.69
Why use FlexWiki??
9/13/2007 1:54:11 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A collection of namespaces (WikiBases).
9/13/2007 1:51:02 PM - -74.15.247.173
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
The process of cleaning up a wiki.
9/20/2007 2:29:31 PM - -74.15.244.69
This is a place to ask a question about FlexWiki and get an answer from one of the many knowledgable users
10/24/2008 10:28:29 PM - -66.78.122.228
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
WardCunningham invented the WikiWikiWeb in 1995.
9/21/2007 1:23:25 PM - -74.15.249.128
I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
10/24/2008 10:54:51 PM - -66.78.122.228
WikiWikiWeb summary.
9/18/2007 1:15:09 PM - -74.15.253.150
Syntax for Including one topic within another
9/12/2007 4:54:06 PM - -10.10.192.22
WardCunningham created the first WikiWikiWeb in 1995 for the discussion of patterns in object-orientation. It is located at http://www.c2.com/cgi/wiki - the visitor's welcome at http://www.c2.com/cgi/wiki?WelcomeVisitors is a good place to start.
9/21/2007 1:25:41 PM - -74.15.249.128
I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
10/24/2008 10:54:51 PM - -66.78.122.228
WikiWikiWeb summary.
9/18/2007 1:15:09 PM - -74.15.253.150
A Wiki site map. For now, a dynamically generated, alphabetical listing of all Topics and their Summary WikiPageProperty. This Topic Listing uses WikiTopicBehaviour. As the number of Topics increases, this page may take a few seconds to load
9/21/2007 1:27:19 PM - -74.15.249.128
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
Click to read this topic
9/13/2007 1:44:50 PM - -74.15.247.173
an overview of the FlexWiki model
9/13/2007 1:44:04 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A wikiNamespace holds a collection of related topics.
9/13/2007 1:42:04 PM - -74.15.247.173
How wikis behave. WikiNature is, that it changes with the mind and goals of the users. That means, that if they want to blog, the wiki should start blogging.
9/21/2007 1:30:42 PM - -74.15.249.128
How wikis behave. WikiNature is, that it changes with the mind and goals of the users. That means, that if they want to blog, the wiki should start blogging.
9/21/2007 1:30:42 PM - -74.15.249.128
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
This is the list of all the WikiNewsletters on this wiki
9/21/2007 1:33:52 PM - -74.15.249.128
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
The WikiPane is the area, on the right by default, that contains common wiki controls such as Versions dropdown, the Edit, Recent Changes, and Restore buttons and the About text area.
9/12/2007 4:08:40 PM - -10.10.192.22
The WikiPane is the area, on the right by default, that contains common wiki controls such as Versions dropdown, the Edit, Recent Changes, and Restore buttons and the About text area.
9/12/2007 4:08:40 PM - -10.10.192.22
Editability is Readability is Usability::Anyone can edit the Wiki.
9/12/2007 4:09:45 PM - -10.10.192.22
Click to read this topic
9/21/2007 1:41:23 PM - -74.15.249.128
describes the author of a comment or topic
9/12/2007 4:08:02 PM - -10.10.192.22
Click to read this topic
9/21/2007 1:43:42 PM - -74.15.249.128
Looking into how to implement skins for FlexWiki.
9/21/2007 1:44:51 PM - -74.15.249.128
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
WikiSpam is the destructive anti-social bahaviour of posting of irrelavent information on wiki pages.
9/12/2007 4:03:46 PM - -10.10.192.22
WikiSpam is the destructive anti-social bahaviour of posting of irrelavent information on wiki pages.
9/12/2007 4:03:46 PM - -10.10.192.22
A WikiSpec is a collection of Wiki topics rolled up into a single, linear document. This is useful for collecting together information a set of topics, organized by for reading and/or printing.
9/12/2007 4:44:56 PM - -10.10.192.22
A WikiSpec is a collection of Wiki topics rolled up into a single, linear document. This is useful for collecting together information a set of topics, organized by for reading and/or printing.
9/12/2007 4:44:56 PM - -10.10.192.22
Click to read this topic
9/12/2007 4:57:19 PM - -10.10.192.22
A strategy for working with abbreviations and their plural forms in FlexWiki.
9/21/2007 1:46:19 PM - -74.15.249.128
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Wiki strategy for working with singular and plural topics.
9/21/2007 1:47:06 PM - -74.15.249.128
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Discussion about adding assignment & multiple statements per block to WikiTalk
9/12/2007 4:02:15 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
a code section in WikiTalk
9/12/2007 3:48:05 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Click to read this topic
9/12/2007 3:59:52 PM - -10.10.192.22
List of things that you might want to do with WikiTalk but that doesn't appear to be possible.
2/18/2008 10:31:34 AM - -66.78.118.3
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
List of things to do for WikiTalk; primarily what gets done before the first checkin
9/12/2007 3:55:17 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Demos showing how you can use WikiTalk.
9/12/2007 3:53:34 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Discussion about WikiTalk
9/12/2007 3:52:47 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Expressions are the key syntactic building block of WikiTalk.
9/12/2007 3:45:45 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Multiple WikiTalkExpressions can be strung together with the ';' operator.
9/12/2007 3:44:31 PM - -10.10.192.22
Expressions are the key syntactic building block of WikiTalk.
9/12/2007 3:45:45 PM - -10.10.192.22
This topic provides information for developers who want to add new capabilities to WikiTalk
9/12/2007 3:43:40 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Functions make it easy to reuse common WikiTalk functionality.
9/12/2007 3:42:33 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Discussion of how WikiTalk is implemented; for FlexWiki hackers
9/12/2007 3:34:45 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Technical review of the WikiTalk language
9/12/2007 3:32:55 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Overview of the WikiTalk language
9/12/2007 3:32:07 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Custom WikiTalk library functions.
9/21/2007 1:54:29 PM - -74.15.249.128
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Examples of using WikiTalk to loop, including finding topics with specific property values.
9/12/2007 3:27:14 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
A WikiTalk member is either a property or a method of an object
9/12/2007 3:23:21 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Click to read this topic
9/12/2007 3:21:17 PM - -10.10.192.22
Discussion on adding operator support to WikiTalk
9/12/2007 3:17:48 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Reflection is the ASP.NET ability, to inspect the WikiTalk language system itself and return information about exposed properties and methods.
9/24/2007 3:19:49 PM - -74.15.248.76
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Tips and techniques for WikiTalk programmers.
9/12/2007 3:13:56 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
This is the topic that you'll find listed on all pages about WikiTalk that still need work.
9/12/2007 3:12:14 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Every WikiTalk object is of a particular type. That type governs what the object can do.
9/12/2007 3:11:16 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Listing of WikiTalk types generated by reflection with drill-down to properties, functions and selected examples.
9/12/2007 3:08:17 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
The List of Well Known Objects in WikiTalk
9/12/2007 3:04:08 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Discusses wiki as a concept, idea, paradigm, and meme; its philosopical roots, precedents, history, ideal uses, and potential to change the world.
9/21/2007 1:57:28 PM - -74.15.249.128
WikiToHTML is a tool for saving FlexWiki content to HTML. It is written in C#.
9/21/2007 2:01:51 PM - -74.15.249.128
WikiToHTML is a tool for saving FlexWiki content to HTML. It is written in C#.
9/21/2007 2:01:51 PM - -74.15.249.128
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
defines and describes what a topic is.
9/12/2007 2:58:29 PM - -10.10.192.22
Inconsiderate anti-social editing of a wiki.
9/12/2007 2:57:36 PM - -10.10.192.22
Definition of WikiWiki on wikipedia.org
9/18/2007 1:24:02 PM - -74.15.253.150
Definition of WikiWiki on wikipedia.org
9/18/2007 1:24:02 PM - -74.15.253.150
Wiki is the Hawai'ian word for "quick."
9/21/2007 2:04:42 PM - -74.15.249.128
WikiWikiWeb summary.
9/18/2007 1:15:09 PM - -74.15.253.150
WikiWikiWeb summary.
9/18/2007 1:15:09 PM - -74.15.253.150
A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
9/20/2007 2:42:30 PM - -74.15.244.69
A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
9/20/2007 2:42:30 PM - -74.15.244.69
Click to read this topic
9/20/2007 2:32:52 PM - -74.15.244.69
A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
9/20/2007 2:42:30 PM - -74.15.244.69
Click to read this topic
9/20/2007 2:32:52 PM - -74.15.244.69
Step-by-step process on how to setup Windows Authentication on individual namespaces
9/21/2007 2:06:20 PM - -74.15.249.128
An example of a Web.Config file that uses Windows authentication.
9/21/2007 2:07:54 PM - -74.15.249.128
''This page contains sample WikiTalk used on the WikiTalkWith page. Please don't change this unless you know what you're doing because you might bust the other page.''
9/21/2007 2:10:17 PM - -74.15.249.128
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Click to read this topic
7/20/2007 11:44:03 PM - -10.10.192.236
A VBA macro for converting Microsoft Word documents to FlexWiki format
9/20/2007 2:30:37 PM - -74.15.244.69
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Click to read this topic
9/21/2007 2:11:57 PM - -74.15.249.128
Click to read this topic
9/21/2007 2:13:16 PM - -74.15.249.128
_Brief statement of work item_
9/20/2007 2:38:58 PM - -74.15.244.69
This code snippet displays the same information, but includes all namespaces:
All topics have a set of ImplicitProperties that FlexWiki assigns to them without them appearing explictly on the page. These include:
_TopicName
The name of the topic
_TopicFullName
The full name of the topic (with version)
_LastModifiedBy
The identity of the person who last modified the topic
_CreationTime
The time when the topic was last created
_ModificationTime
The time when the topic was last changed
_Body
The unformatted text content of the topic
All of these properties are strings.
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
9/12/2007 4:21:34 PM - -10.10.192.22
Wiki content is easy to have appear in a search engine.
9/12/2007 4:23:15 PM - -10.10.192.22
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
9/12/2007 9:02:49 AM - -10.10.192.247
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/22/2007 12:10:30 PM - -10.10.192.22
A topic can be redirected or forwarded to another topic. This is useful when a topic is renamed or otherwise moved somewhere else. Other topics (and other sites) that link to the (for example) renamed topic may still point to the old topic.
9/12/2007 4:31:01 PM - -10.10.192.22
a collection of wiki topics in a single TopicNamespace
9/13/2007 2:22:08 PM - -74.15.247.173
The ToDo property is a convenience for indicating wiki content requiring further work.
9/12/2007 4:38:03 PM - -10.10.192.22
information about how FlexWiki's page borders work and how to go about customizing them
8/19/2007 11:36:58 AM - -66.78.124.101
information about how FlexWiki's page borders work and how to go about customizing them
8/19/2007 11:36:58 AM - -66.78.124.101
You can use the Title property to set the title of a page.
9/12/2007 4:40:31 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
example of including propties from a different topic page
9/14/2007 1:59:00 PM - -74.15.242.151
Overview of another Wiki system with a strong concept of Properties, which might provide some ideas for future FlexWiki development.
9/14/2007 1:47:50 PM - -74.15.242.151
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
describes the rules around creating a name for a WikiTopic.
9/13/2007 2:51:34 PM - -74.15.247.173
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
PascalCase words are ""WordsSmashedTogetherLikeThis"" with each word beginning with a capital letter.
9/14/2007 1:57:27 PM - -74.15.242.151
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
A WikiSpec is a collection of Wiki topics rolled up into a single, linear document. This is useful for collecting together information a set of topics, organized by for reading and/or printing.
9/12/2007 4:44:56 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
Syntax for Including one topic within another
9/12/2007 4:54:06 PM - -10.10.192.22
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
8/31/2007 5:34:12 PM - -66.78.116.108
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/12/2007 5:00:23 PM - -10.10.192.22
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Click to read this topic
9/13/2007 2:56:48 PM - -74.15.247.173
A TopicInfo object can be used to discover things about a topic
9/13/2007 2:52:27 PM - -74.15.247.173
background information about FlexWiki
4/14/2009 7:58:56 AM - -83.202.2.63
Object reference not set to an instance of an object.