<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://wiki.marandcustomsolutions.com/rdf'>
    <s:Snip rdf:ID='FAQ'
         s:name='FAQ'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:content>1 How to create a new wiki page\\&#xD;&#xA;You need to be logged in first, then hit the \[edit\] link at the top of an existing page. If you type anything in \[square brackets\], it creates a link to the new page named by the text in the square brackets. Now when you &apos;Save&apos; the page, the new link is available. Click the link and you can enter text for the new page.\\&#xD;&#xA;Of course, you can link to existing pages by putting their full name in square brackets.\\&#xD;&#xA;If you actually want \[square brackets\] in your text, &apos;escape&apos; them by putting a backslash in front: \\\[like this\\\\].&#xD;&#xA;&#xD;&#xA;1 How to create a blog entry&#xD;&#xA;Log in first, then push the &apos;post blog&apos; link at the top of each page. Add a title and some text, then when you save it, the entry is added to the front page (called &apos;start&apos; in SnipSnap) under today&apos;s date. You can edit individual entries again by going through the &apos;Permalink&apos; icon next to the title of that entry.&#xD;&#xA;&#xD;&#xA;1 How to get bold, italics, etc in your text&#xD;&#xA;Beyond simply typing text and having it looking nice on the page courtesy of SnipSnap, you can modify the appearance yourself to get __bold__, ~~italics~~, etc. All you need to do is put \__underscores\__ either side of some text for __bold__, and \~~tildes\~~ for ~~italics~~.&#xD;&#xA;&#xD;&#xA;1 How to put a link to an external website in your text&#xD;&#xA;Here&apos;s an example: \{link:Google|\http://www.google.com\}, which looks like this: {link:Google|http://www.google.com}. Further, merely putting a URL in the text creates a link: http://www.google.com.&#xD;&#xA;{table}&#xD;&#xA;Macro| Usage Example|Output&#xD;&#xA;link|\{link: link text\|\h\t\t\p\://some.url\}\\ \{link: link text\|\h\t\t\p\://some.url\|none\}|{link: link text|http://some.url}\\{link: link text|http://some.url|none}&#xD;&#xA;{table}&#xD;&#xA;&#xD;&#xA;If you want a link to an external image to include on the page, type something like:\\ \{image:http://www.j2eehosting.com.au/images/hostedbyj2ee_logo.gif\}\\ which would display:&#xD;&#xA;{image:http://www.j2eehosting.com.au/images/hostedbyj2ee_logo.gif}&#xD;&#xA;&#xD;&#xA;1 How to upload an image (JPEG, GIF, etc), and have it appear in the page&#xD;&#xA;Hit the \[add file\] link on the top of the page, next to \[edit\]. You may then browse to your local copy of the image and upload it. It is then available to be referred to anywhere in your page when you \[edit\] it. For example, picture.gif can be seen by typing \{image:picture.gif\}. The image is associated with that particular page. \[If you take an image off the web to upload, please at least put a link to its source right next to it.\]&#xD;&#xA;&#xD;&#xA;1 How to get headings&#xD;&#xA;Just put a &apos;1&apos; (number one) in front:\\&#xD;&#xA;\1 Like this&#xD;&#xA;which looks:&#xD;&#xA;1 Like this&#xD;&#xA;&#xD;&#xA;1 How to get bullet lists&#xD;&#xA;Just put a &apos;-&apos; in front:&#xD;&#xA;\- like this&#xD;&#xA;which looks:&#xD;&#xA;    - like this&#xD;&#xA;For sub list use \-\-\\&#xD;&#xA;eg.&#xD;&#xA;- 1&#xD;&#xA;-- 1a&#xD;&#xA;-- 1b&#xD;&#xA;- 2&#xD;&#xA;or&#xD;&#xA;* 1&#xD;&#xA;* 2&#xD;&#xA;** 2a&#xD;&#xA;** 2b&#xD;&#xA;&#xD;&#xA;1 How to get numbered lists just put a # (## for sublist, ### for sub-sub-list)\\&#xD;&#xA;\# like this\\&#xD;&#xA;\# and this\\&#xD;&#xA;which looks:&#xD;&#xA;   # like this&#xD;&#xA;   # and this&#xD;&#xA;To get sub list:\\&#xD;&#xA;\# Frist\\&#xD;&#xA;\#\# First First\\&#xD;&#xA;\#\# First Second\\&#xD;&#xA;\# Second\\&#xD;&#xA;\# Third\\&#xD;&#xA;Which looks like:&#xD;&#xA;# Frist&#xD;&#xA;## First First&#xD;&#xA;## First Second&#xD;&#xA;# Second&#xD;&#xA;# Third&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1 How to get anchor&#xD;&#xA;\{anchor:this\} like this\\&#xD;&#xA;which looks:\\&#xD;&#xA;{anchor:this}like this&#xD;&#xA;&#xD;&#xA;1 1 heading (major heading)&#xD;&#xA;1.1 1.1 heading (minor heading)&#xD;&#xA;1.1.1 1.1.1 heading (minor heading)&#xD;&#xA;&#xD;&#xA;- a list item (with -), several lines create a single list&#xD;&#xA;* a list item (with *)&#xD;&#xA;1. an enumerated list&#xD;&#xA;1. an enumerated list&#xD;&#xA;1. an enumerated list&#xD;&#xA;a. alphabetical enumerated list&#xD;&#xA;a. alphabetical enumerated list&#xD;&#xA;a. alphabetical enumerated list&#xD;&#xA;A. uppercase alphabetical enumerated list&#xD;&#xA;A. uppercase alphabetical enumerated list&#xD;&#xA;A. uppercase alphabetical enumerated list&#xD;&#xA;i. roman enumerated list&#xD;&#xA;i. roman enumerated list&#xD;&#xA;i. roman enumerated list&#xD;&#xA;I. uppercase roman enumerated list&#xD;&#xA;I. uppercase roman enumerated list&#xD;&#xA;I. uppercase roman enumerated list&#xD;&#xA;g. greek enumerated list&#xD;&#xA;g. greek enumerated list&#xD;&#xA;g. greek enumerated list</s:content>
        <s:mTime>2006-05-13 12:49:20.0</s:mTime>
        <s:cTime>2005-08-08 23:21:00.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-help'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Trailer Wiring'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/Portal/skins'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Linux/Understanding memory usage'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/Portal/themes'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems'/>
                <rdf:li rdf:resource='#Apache'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Mac Tips'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/WebSEAL/WebSEAL Junctions'/>
                <rdf:li rdf:resource='#Books'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/ClearCase/ConfigSpec'/>
                <rdf:li rdf:resource='#SnipSnap'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/HTTP Header'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Tomcat'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Entity+Relationship+Diagram'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#snipsnap-index/'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Web Services'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#SmugMug/BIO'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Javascript'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java+&amp;+J2EE/Websphere/WebSEAL/WebSEAL+Junctions'/>
                <rdf:li rdf:resource='#snipsnap-notfound'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Testing'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Hibernate'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java'/>
                <rdf:li rdf:resource='#snipsnap-portlet-1'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
