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.
Used for meta-tag information for the HTML page header, helps with search engines.
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.
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.
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.
If you are an administrator of your FlexWiki site, you can change the visual appearance of your site by overriding the CSS styles used for the site. To do this, you need to add a key to your web.config file to indicate the CSS file to use for overrides.
Table
Glossary
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.
A brief discussion on the etymology of Wiki and why collaboration is speedy.
View
Glossary, Sql
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)
There is no WikiMaster. Everyone who partakes of the wiki is a master of the wiki. Having a WikiMaster eliminates the purpose of a wiki. There are downsides, of course. See WhyWikiWorks for more information.
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.
You can use the with function to gain access to a library of properties or functions in another topic. This lets you define a common set of properties or functions in a single topic and share those properties and functions across a range of other topics.
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.
2/21/2008 7:02:14 AM - -76.71.138.62
a sample blog for JohnDavidson
4/24/2008 1:27:35 PM - -66.78.112.10
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
Click to read this topic
5/15/2008 4:19:30 AM - -66.161.197.130
details how to create and configure a custom error page
9/26/2007 5:16:20 PM - JohnDavidson-66.78.121.210
overview of methods to create a new topic in FlexWiki
10/1/2008 11:14:17 AM - -66.78.125.235
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
How to create dynamically sorted topics.
9/19/2008 3:52:29 PM - FLWCOM-jwdavidson
This is a Wiki Tip Of The Day
10/26/2005 9:19:00 AM - -62.189.67.12
This is a Wiki Tip Of The Day
10/26/2005 9:19:09 AM - -62.189.67.12
This is a Wiki Tip Of The Day
10/26/2005 9:19:19 AM - -62.189.67.12
This is a page trying to display tips of the day
8/7/2008 8:47:47 PM - 207.199.242.145
Useful SQL Server DBCC Commands
9/19/2008 4:26:34 PM - FLWCOM-jwdavidson
a few tips on ASP.NET debugging of FlexWiki
2/18/2008 1:50:04 PM - -66.78.118.3
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
this is a library of WikiTalk functions to support discussion pages with FlexWiki
10/19/2007 7:37:35 AM - JohnDavidson-66.78.120.249
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
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.
9/22/2008 6:54:37 AM - FLWCOM-jwdavidson
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.
9/22/2008 6:54:37 AM - FLWCOM-jwdavidson
describes the implementation of File Locking in *""TopicLocks.aspx""*
9/22/2008 7:33:57 AM - FLWCOM-jwdavidson
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
describes the implementation of a plugin allow use of XHTML in FlexWiki topics
9/22/2008 7:46:28 AM - FLWCOM-jwdavidson
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic
11/13/2007 9:10:54 AM - JohnDavidson - 74.15.254.78
Click to read this topic
11/13/2007 9:10:54 AM - JohnDavidson - 74.15.254.78
Click to read this topic
6/4/2008 4:34:32 AM - -203.196.191.55
proposal to add threaded message board features to FlexWiki
10/9/2007 4:59:06 PM - JohnDavidson-66.78.125.91
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
describes authentication options for FlexWiki
2/17/2008 5:56:20 AM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Description of the new authorization features in FlexWiki 2.0.
10/9/2008 3:12:16 PM - -66.78.121.147
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
How to install and configure FlexWiki on your own server
6/26/2008 5:15:53 AM - -122.169.156.173
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
a sample blog for JohnDavidson
10/5/2007 5:53:12 PM - JohnDavidson-66.78.121.176
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
describes the standard CSS files and structures used by FlexWiki
2/8/2008 8:33:44 AM - -74.12.248.190
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
This page provides answers to Frequently-Asked Questions about FlexWiki
12/15/2008 12:24:02 PM - 131.107.0.80
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
a topic containing a table of help related topics
9/22/2008 9:56:46 AM - FLWCOM-jwdavidson
a blog page about using FlexWiki for running a Picture Gallery
10/7/2007 6:40:40 AM - JohnDavidson-66.78.121.176
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
a listing of the security related pages for FlexWiki
11/21/2007 4:07:26 PM - -66.78.113.127
The software running this site. -> jump to HomePage
Wiki content is easy to have appear in a search engine.
1/24/2008 9:09:24 AM - FLWCOM-jwdavidson
Information about how to install the wiki
12/5/2008 2:35:10 PM - -131.241.8.250
a sample blog for JohnDavidson
9/24/2008 9:24:01 AM - FLWCOM-jwdavidson
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
Contact details for Wikinaut
10/26/2005 9:17:19 AM - -62.189.67.12
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/25/2008 2:14:25 PM - FLWCOM-jwdavidson
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/25/2008 2:14:25 PM - FLWCOM-jwdavidson
FlexWiki is the name of the software at this site.
10/10/2008 5:02:04 PM - FLWCOM-jwdavidson
TestPage
5/24/2005 8:51:15 AM - -80.185.9.24
Click to read this topic
9/24/2008 6:50:00 PM - FLWCOM-jwdavidson
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/24/2008 1:38:50 PM - FLWCOM-jwdavidson
This topic shows how WikiTalk can be used to determine information about the namespace (ContentBase).
9/24/2008 1:39:36 PM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
Click to read this topic
9/29/2004 10:24:37 AM - SirLogical-209.125.147.162
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/24/2008 1:40:31 PM - FLWCOM-jwdavidson
The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
9/24/2008 1:40:31 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension mechanism provided by Flexwiki to let namespaces be backed by any kind of store.
9/24/2008 1:42:01 PM - FLWCOM-jwdavidson
a sample table showing some of the new features available for formatting in the new parser
9/24/2008 1:56:22 PM - FLWCOM-jwdavidson
steps necessary to create a new css for FlexWiki in under 30 minutes
7/23/2008 10:03:06 AM - -195.243.10.138
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic
9/24/2008 2:02:48 PM - FLWCOM-jwdavidson
a demo of the ""NonBreakingSpace"" Presentaions
9/24/2008 2:31:26 PM - FLWCOM-jwdavidson
An automatic testing tool (see http://www.nunit.org/ ).
9/24/2008 2:34:26 PM - FLWCOM-jwdavidson
Click to read this topic
9/24/2008 2:40:02 PM - FLWCOM-jwdavidson
provides links to details of plugins available at "OdsWiki.PluginLibrary.PluginLibraryContents":http://ods.dyndns.org/FlexWiki/default.aspx/PluginLib/PluginLibraryContents.html
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Defines the term "Pascal case"
9/24/2008 3:55:04 PM - FLWCOM-jwdavidson
Click to read this topic
9/24/2008 3:57:14 PM - FLWCOM-jwdavidson
a library for picture gallery suport functions
10/7/2007 6:41:55 AM - JohnDavidson-66.78.121.176
aaa.
1/4/2006 8:24:58 AM - -193.27.93.1
How to install a PlugIn for FlexWiki
9/24/2008 4:21:53 PM - FLWCOM-jwdavidson
Click to read this topic
10/2/2004 11:36:58 AM - davidorn@microsoft.com-24.18.245.193
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Overview information about FlexWiki PlugIns for developers, users and administrators
9/24/2008 4:21:18 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic
10/2/2004 11:36:58 AM - davidorn@microsoft.com-24.18.245.193
Click to read this topic
9/24/2008 4:28:36 PM - FLWCOM-jwdavidson
Trick to use a property as a global variable.
9/24/2008 4:33:19 PM - FLWCOM-jwdavidson
This WikiBehavior lets you get the value of any property from any topic.
9/24/2008 4:34:26 PM - FLWCOM-jwdavidson
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/25/2008 4:18:35 PM - FLWCOM-jwdavidson
How to get a simple running FlexWiki (1.x version)
1/4/2009 9:17:31 PM - -220.225.67.174
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
The *Redirect* property allows links to one page to be redirected to another page.
9/24/2008 4:52:52 PM - FLWCOM-jwdavidson
a syntax describing a language used to describe text and to allow pattern matching
9/30/2008 5:17:42 PM - -66.78.125.235
Not all builds of FlexWiki are stable. Once they are, they're generally posted on the SourceForge site. See FlexWikiBinaries for information about how to get these ReleaseBuilds.
9/24/2008 4:59:28 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic
9/18/2008 3:45:14 PM - FLWCOM-jwdavidson
How to install and configure FlexWiki on your own server
6/26/2008 5:15:53 AM - -122.169.156.173
Not all builds of FlexWiki are stable. Once they are, they're generally posted on the SourceForge site. See FlexWikiBinaries for information about how to get these ReleaseBuilds.
9/24/2008 4:59:28 PM - FLWCOM-jwdavidson
A RootFolder is the directory that contains the information about a ContentBase.
9/24/2008 5:10:00 PM - FLWCOM-jwdavidson
A RootFolder is the directory that contains the information about a ContentBase.
9/24/2008 5:10:00 PM - FLWCOM-jwdavidson
Click to read this topic
9/29/2004 10:24:37 AM - SirLogical-209.125.147.162
Testing parse of page properties and boolean search
9/24/2008 5:22:38 PM - FLWCOM-jwdavidson
installation instructions for FlexWiki in an existing virtual Server
8/13/2008 5:25:58 AM - 89.247.101.56
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Every project should include a link to the @SharedAssemblyInfo.cs@ file in the solution folder.
9/24/2008 5:28:00 PM - FLWCOM-jwdavidson
Every project should include a link to the @SharedAssemblyInfo.cs@ file in the solution folder.
9/24/2008 5:28:00 PM - FLWCOM-jwdavidson
The old name for FlexWiki.
9/24/2008 5:29:01 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
This is a list of simple Text formatting rules
12/12/2008 2:33:40 PM - -66.166.159.250
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/24/2008 5:40:47 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/25/2008 4:18:35 PM - FLWCOM-jwdavidson
A release with high quality
9/24/2008 5:41:12 PM - FLWCOM-jwdavidson
Click to read this topic
9/18/2008 3:45:14 PM - FLWCOM-jwdavidson
Visual SourceSafe is a version control system for professional developers.
9/24/2008 5:45:41 PM - FLWCOM-jwdavidson
Visual SourceSafe is a version control system for professional developers.
9/24/2008 5:45:41 PM - FLWCOM-jwdavidson
a GUI application for creating a SqlServer database that can be used to store FlexWiki topics.
9/24/2008 5:51:44 PM - FLWCOM-jwdavidson
Click to read this topic
9/24/2008 5:49:44 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Links containing [ or ] are made correctly.
9/29/2008 7:39:00 AM - FLWCOM-jwdavidson
An overview of the different kinds of automated tests available for FlexWiki development.
9/24/2008 5:55:19 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Click to read this topic
9/24/2008 5:58:49 PM - FLWCOM-jwdavidson
If you are an administrator of your FlexWiki site, you can change the visual appearance of your site by overriding the CSS styles used for the site. To do this, you need to add a key to your web.config file to indicate the CSS file to use for overrides.
9/24/2008 6:00:10 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
information about new formatting features in the new parser (not available in the original parser)
10/10/2008 4:54:33 PM - FLWCOM-jwdavidson
Basic Rules for Formatting ""Tables"" in FlexWiki
9/24/2008 6:24:02 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
describes the implementation of a TableOfContents method for TopicInfo in WikiTalk
10/26/2007 6:36:10 AM - JohnDavidson-74.15.251.39
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
Click to read this topic
1/23/2006 7:39:27 AM - -192.165.213.18
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
Click to read this topic
2/19/2008 8:39:55 AM - FLWCOM-jwdavidson
Click to read this topic
2/19/2008 8:39:55 AM - FLWCOM-jwdavidson
Click to read this topic
2/19/2008 8:39:55 AM - FLWCOM-jwdavidson
Click to read this topic
2/19/2008 8:39:55 AM - FLWCOM-jwdavidson
This is a KeywordsList test
9/24/2008 6:50:47 PM - FLWCOM-jwdavidson
Click to read this topic
9/25/2008 1:28:39 PM - FLWCOM-jwdavidson
a quick list of textile formatting options
9/25/2008 1:29:44 PM - FLWCOM-jwdavidson
describes the use of the various distributions of FlexWiki
9/25/2008 1:43:12 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
update on progress for proposal to add threaded message board features to FlexWiki
10/19/2007 7:48:59 AM - JohnDavidson-66.78.120.249
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
describes the implementation of threaded messages in FlexWiki for Forums, Blogs and Discussion pages
10/19/2007 7:58:06 AM - JohnDavidson-66.78.120.249
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
This is a Wiki Tip Of The Day
10/20/2005 8:24:36 AM - -62.189.67.12
describes the possible implementation of a To Do List Management feature in FlexWiki
11/13/2007 9:09:07 AM - -74.15.254.78
this is a personal page for John Davidson
3/20/2008 10:22:17 AM - -76.70.124.36
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
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/25/2008 2:13:42 PM - FLWCOM-jwdavidson
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/25/2008 2:13:42 PM - FLWCOM-jwdavidson
Number of topics on FlexWiki:
9/25/2008 2:16:01 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
This topic discusses how, using WikiTalk, you can access information about topics.
11/15/2007 7:16:58 PM - -74.15.253.70
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
This topic discusses how, using WikiTalk, you can access information about topics.
1/24/2008 8:02:39 AM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
Click to read this topic
9/25/2008 2:32:12 PM - FLWCOM-jwdavidson
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/17/2008 6:55:26 PM - -66.78.111.231
A WikiPageProperty is an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
9/25/2008 5:27:30 PM - FLWCOM-jwdavidson
TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
9/25/2008 2:35:53 PM - FLWCOM-jwdavidson
TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
9/25/2008 2:35:53 PM - FLWCOM-jwdavidson
What you need to know about Subversion.
9/25/2008 2:52:50 PM - FLWCOM-jwdavidson
Something UnDone is something that hasn't been completely written about and needs to be filled in.
9/25/2008 2:54:07 PM - FLWCOM-jwdavidson
Something UnDone is something that hasn't been completely written about and needs to be filled in.
9/25/2008 2:54:07 PM - FLWCOM-jwdavidson
Learn about unit teting and how it can benefit your project
9/25/2008 2:54:32 PM - FLWCOM-jwdavidson
UpdateFrequency is the minimum amount of time (specified in minutes) that is allowed to pass between WikiNewsletter mailings.
9/25/2008 2:55:15 PM - FLWCOM-jwdavidson
UpdateFrequency is the minimum amount of time (specified in minutes) that is allowed to pass between WikiNewsletter mailings.
9/25/2008 2:55:15 PM - FLWCOM-jwdavidson
A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basis, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers.
8/28/2008 1:41:34 AM - Evgeny Nedelko-194.110.202.240
How to create content in FlexWiki
11/15/2008 6:27:08 PM - -66.78.111.70
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
A brief discussion on the etymology of ''Wiki'' and why collaboration is speedy.
9/25/2008 3:34:29 PM - FLWCOM-jwdavidson
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/25/2008 3:35:31 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
9/25/2008 3:48:19 PM - FLWCOM-jwdavidson
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
Demos showing how you can use WikiTalk.
9/25/2008 5:58:30 PM - FLWCOM-jwdavidson
Technical review of the WikiTalk language
9/25/2008 6:08:55 PM - FLWCOM-jwdavidson
Click to read this topic
2/21/2008 7:42:01 AM - -87.123.81.61
Click to read this topic
8/31/2005 9:57:26 PM - PeterProvost-71.112.36.92
A WebPart is a flavor of server-side ASP.NET control that integrates well (read "is dominated by") Microsoft SharePoint
9/25/2008 3:49:26 PM - FLWCOM-jwdavidson
A WebPart is a flavor of server-side ASP.NET control that integrates well (read "is dominated by") Microsoft SharePoint
9/25/2008 3:49:26 PM - FLWCOM-jwdavidson
Click to read this topic
5/31/2007 9:48:37 AM - 207.250.30.3
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/25/2008 4:18:35 PM - FLWCOM-jwdavidson
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/25/2008 4:18:35 PM - FLWCOM-jwdavidson
A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
9/25/2008 4:19:25 PM - FLWCOM-jwdavidson
defines and describes what a topic is.
1/24/2008 9:02:34 AM - FLWCOM-jwdavidson
Documentation about FlexWiki support for Completely Automated Process to Tell Computers and Humans Apart (CAPTCHA).
9/25/2008 4:42:57 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
How to customize the web user-interface for FlexWiki.
9/25/2008 4:49:51 PM - FLWCOM-jwdavidson
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
A collection of namespaces (WikiBases).
9/25/2008 4:58:29 PM - FLWCOM-jwdavidson
Click to read this topic
9/25/2008 4:18:04 PM - FLWCOM-jwdavidson
The process of cleaning up a wiki.
9/25/2008 5:04:35 PM - FLWCOM-jwdavidson
Syntax for Including one topic within another
9/25/2008 5:06:39 PM - FLWCOM-jwdavidson
There is no WikiMaster. Everyone who partakes of the wiki is a master of the wiki. Having a WikiMaster eliminates the purpose of a wiki. There are downsides, of course. See WhyWikiWorks for more informatio