Search 5,000,000+ questions and answers.

Frequently Asked Questions

What Wiki syntax does JAMWiki use?

FAQ - JAMWiki
By default JAMWiki implements the same syntax as Mediawiki, the software that runs sites like Wikipedia and WikiTravel. While most of the Mediawiki syntax set is currently supported, some elements are not yet implemented - see the Roadmap for details. In addition, developers interested in adding support for an alternate parsing syntax can easily implement their own parser by creating a class that extends the AbstractParser class.
Related Questions

Are there any Wikis that use reStructuredText syntax?

Docutils FAQ (Frequently Asked Questions)
There are several, with various degrees of completeness. With no implied endorsement or recommendation, and in no particular order: Trac supports using reStructuredText as an alternative to wiki markup. This includes support for TracLinks from within RST text via a custom RST reference-directive or, even easier, an interpreted text role 'trac'
Related Questions

How do I create links in wiki syntax?

faq:general [CIS-GSA @ UD]
External and internal links use double square brackets, with the resource to be linked separated from the name of the link by a pipe: [[http://wiki.splitbrain.org/wiki:syntax|wiki syntax]] [[:faq:general|FAQ]] Namespaces are separated by a colon. Within a namespace you do not need to include the namespace name to link to general but I included it here for illustration.
Related Questions

What is a Wiki?

Forum FAQ - GameDev.Net Discussion Forums
Quite simply, "The simplest online database that could possibly work". Find out more at Wiki.org.
Related Questions

When do I use Wiki and when do I use class email alias?

FAQ of 10-week AJAX Training Course by Sang Shin
You can use either - it is a matter of preference in many cases -, but the following is the suggested guidelines
Related Questions

How does the alternative loop syntax, e.g. while {...} {...} work?

Z-Shell Frequently-Asked Questions
Zsh provides an alternative to the traditional sh-like forms with do, while TEST; do COMMANDS; done allowing you to have the COMMANDS delimited with some other command structure, often {...}. The rules are quite complicated and in most scripts it is probably safer --- and certainly more compatible --- to stick with the sh-like rules. If you are wondering, the following is a rough guide. To make it work you must make sure the TEST itself is clearly delimited.
Related Questions

What regexp syntax does Code Search support?

Google Code Search FAQ
Google Code Search supports POSIX extended regular expression syntax, excluding backreferences, collating elements, and collation classes. To search for a space character, escape it with a backslash, as in hello,\ world. You can search for literal strings by enclosing the strings in quotation marks, as in "hello, world".
Related Questions

edit] If I start my own commons wiki, how do I set it up, so that my other wikis can use its media?

MediaWiki FAQ - Meta
Have a look at mw:Help:Configuration settings#Shared_uploads or Help:Wiki family for detailed information --Produnis 09:50, 16 April 2006 (UTC)
Related Questions

What is the syntax to use for specifying a resource?

FAQ for XPCE
The X11 resource class of XPCE resources is 'Pce'. Thus, if the manual describes the resource 'Graphical.colour', you can specify all circles to be green using:
Related Questions

Why use XML as the Standards syntax?

Origo Standards
Where appropriate, the Standards allow for Trading Partner Specific information to be added to a message. An example is Quotations, where a company may include information in the Quotation message that is not part of the Standard. Origo is seeking to minimise the variation across the industry in the implementation of Standards, as this drives up the cost of implementation and ongoing maintenance.
Related Questions

Why doesn't JAMWiki use features from the latest JDK?

FAQ - JAMWiki
One of JAMWiki's goals is to be able to run on older application servers, and as a result all JAMWiki code is JDK 1.4 and Servlet 2.3 compatible. Many businesses and institutions upgrade their application servers only when they have to, and as a result there is a large base of servers that will not support newer JDKs.
Related Questions

Does the Gplex do syntax highlighting?

Gplex Database - FAQ
Yes, the Gplex does minimal syntax highlighting although it is capable of doing complete highlighting for the sake of speed we do not do complete syntax highlighting. Depending on your application design the size of the procedures and packages make it a mute point since you do have your database editor. Since Gplex was designed with speed and efficiency in mind, it is best used to locate information.
Related Questions

Why does 'catch' give me a syntax error?

Frequently Asked Questions about Erlang
It seems natural enough to write 2> A = catch 1/0. ** 2: syntax error before: 'catch' ** But the parsing rules for Erlang are a bit unexpected here, catch binds less tightly than you might expect it to. To make it parse the way you really want: 3> A = (catch 1/0). {'EXIT',{badarith,[{erl_eval,eval_op,3}, {erl_eval,expr,3}, {erl_eval,exprs,4}, {shell,eval_loop,2}]}}
Related Questions

Where does Erlang syntax come from?

Frequently Asked Questions about Erlang
Mostly from prolog. Erlang started life as a modified prolog. ! as the send-message operator comes from CSP. Eripascal was probably responsible for , and ; being separators and not terminators.
Related Questions

What does 'declarative syntax' mean?

FAQ - Planet JFX - a Wikia wiki
Unlike most languages which rely on procedures and explicit code in order to update relationships between variables or properties a 'declarative' language allows for values to be declared with respect to other languages. Whenever the value of model.attrib changed then the value of a is automatically and transparently updated without any procedural. This is particularly useful for binding dependencies between model and view objects and with controlling the behaviour of GUIs. [edit]
Related Questions

How does JAMWiki store file data (images, text or binary)?

FAQ - JAMWiki
Files such as images, binary files, or text uploads are renamed with a unique name and path and stored directly on the file system under the web server or web application server docroot. The base docroot folder is configurable using the JAMWiki admin tool.
Related Questions

Where can I find more documentation on how to use a wiki?

Help:FAQ - PanoTools.org Wiki
Please see documentation on customizing the interface and the User's Guide for usage and configuration help. The wiki markup
Related Questions

edit] How do I use a wiki?

FAQ - StargateWiki
Use the navigation, search, and toolbox menus on the left-hand side of your screen. The Main Page is the first page you'll see when you come into our website via the http://wiki.stargate-sg1-solutions.com link. To start searching, simply enter text into the search box and press your enter key or click on the GO button. You'll be sent directly to an article if it matches your search exactly or you'll be given a list of articles which contain your search criteria in either the title or content.
Related Questions

What is a "Wiki" and why use it for this project?

Frequently Asked Questions - The Open Bible Project
Wiki is a special server-side software that allows any user to freely edit and create web pages. Since the goal of the Open Bible Project is to be "open" using the same software used by Wikipedia makes sense and allows all users to be an important part of this project. To learn more about what Wikipedia is and how it works, please go to http://wikipedia.org.
Related Questions

How do I use the wiki to contribute?

FAQ - ApexDevNet
It's easy. You'll need to login using your usual Developer Edition login name and password, then you can use the wiki menu that appears in the upper right of every wiki page, or any of the section edit buttons that appear within pages. If you are logged in right now, go ahead and give it a try by editing this page. The Wiki Help section provides more information on editing, Wiki syntax, templates, and Apex wiki best practices.
Related Questions

Do we have a class Wiki?

FAQ of 10-week AJAX Training Course by Sang Shin
The Wiki is a new experiment for my class. But it certainly has its own value. Let's make the most out of it.
Related Questions

CodePad doesn't use syntax highlighting (syntax definition). What is wrong?

CodePad Homepage
First, make sure View Color Syntax in menu View is On. You have to configure Syntax Definitions what you want. Go to Options on Syntax Definition tab or simply in menu Syntax on item Configure. Turn on Syntax Definition you want to use and specify file extensions. C.T. mean that Syntax Definition has a Code Template.
Related Questions

What are the prerequisites for JAMWiki?

FAQ - JAMWiki
a minimum JAMWiki requires a web application server that supports JDK 1.4 or higher and servlet 2.3 or higher. Tomcat 4.x or greater is an example of an application server that meets these requirements. While JAMWiki can be run without an external database, for better performance an external database should be considered. See Supported Configurations for a partial list of configurations on which JAMWiki is known to work.
Related Questions

How do I install JAMWiki?

FAQ - JAMWiki
See Installation. A quick summary is that you can download the JAMWiki war file from Sourceforge and then install it like you would any other war file. JAMWiki will automatically begin the configuration process when you attempt to look at any page.
Related Questions

How do I upgrade JAMWiki?

FAQ - JAMWiki
See the UPGRADE.txt document for specific upgrade steps. In most cases JAMWiki upgrades can be done by doing the following: Back up the jamwiki.properties file and the logging.properties file that can be found in the /WEB-INF/classes directory. If you have created any virtual wikis, back up the web.xml file that can be found in the /WEB-INF directory. Copy the files backed up in steps three and four back into their old locations, overwriting any new files.
Related Questions

What is a syntax?

MPEG Systems FAQ
Generally speaking, a syntax specifies the structure of a bitstream: how different parameters, tags, etc., are mapped and laid out on the bitstream. For multiplexing purposes, it is important for the syntax to provide patterns which can be recognized with an extremely high degree of confidence. These patterns are called synchronisation patterns. In addition, an indication of time and of the bit rate of the bitstream may also be provided.
Related Questions

Can I use my BeJUG wiki username and password to login on this wiki?

JavaPolis FAQ - JavaPolis 2004 - a BeJUG initiative
Eventually these two Java Community vehicles will go each it's own way, one with a national and the other with an international focus.
Related Questions

What SQL syntax does the component support ?

SBS Development - Frequently Asked Questions
The component supports MS Access SQL syntax. Please note that the Component is designed to return data results and therefore only supports the SQL SELECT command statement.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact