<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='SnipSnap'
         s:name='SnipSnap'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:content>1 Installation&#xD;&#xA;1. Place snipsnap.war into webapps dir.&#xD;&#xA;1. Start Server&#xD;&#xA;1. Check server logs, it will provide initial install key.&#xD;&#xA;1. Point browser to snipsnap url&#xD;&#xA;----&#xD;&#xA;1 Themes/stylesheet&#xD;&#xA;Taken from {link:Snip Snap Theme Tutorial|http://snipsnap.org/space/Theme+Tutorial}~~(see for more info.)~~&#xD;&#xA;1.1.1 SnipSnap CSS and Page layout&#xD;&#xA;To change your theme structure you must change the .../page.css Snip.&#xD;&#xA;&#xD;&#xA;The basic styles in this file are:\\&#xD;&#xA;{image:snipsnap_layout.png }&#xD;&#xA;&#xD;&#xA;1.1.1.1 Example: Changing the page-portlet-1 from right to left&#xD;&#xA;- Open your currently used themes __page.css__ Snip.&#xD;&#xA;{code:html}&#xD;&#xA;#page-content {&#xD;&#xA;  float: left;&#xD;&#xA;  margin-top: 10px;&#xD;&#xA;  margin-left: 5px;&#xD;&#xA;  height: auto;&#xD;&#xA;  width: 55%;&#xD;&#xA;  max-width: 55%;&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;#page-portlet-1 {&#xD;&#xA;  background-color: white;&#xD;&#xA;  float: right;&#xD;&#xA;  width: 23%;&#xD;&#xA;  border: 1px dashed #999999;&#xD;&#xA;  line-height: 14px;&#xD;&#xA;  padding: 10px;&#xD;&#xA;  margin-top: 10px;&#xD;&#xA;  margin-bottom: 5px;&#xD;&#xA;  margin-right: 10px;&#xD;&#xA;  overflow: hidden;&#xD;&#xA;}&#xD;&#xA;{code}&#xD;&#xA;- Now, change the float positions of #page-content and #page-portlet-1.&#xD;&#xA;{code:html}&#xD;&#xA;#page-content {&#xD;&#xA;  float: right;&#xD;&#xA;  margin-top: 10px;&#xD;&#xA;  margin-left: 5px;&#xD;&#xA;  height: auto;&#xD;&#xA;  width: 55%;&#xD;&#xA;  max-width: 55%;&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;#page-portlet-1 {&#xD;&#xA;   background-color: white;&#xD;&#xA;  float: left;&#xD;&#xA;  width: 23%;&#xD;&#xA;  border: 1px dashed #999999;&#xD;&#xA;  line-height: 14px;&#xD;&#xA;  padding: 10px;&#xD;&#xA;  margin-top: 10px;&#xD;&#xA;  margin-bottom: 5px;&#xD;&#xA;  margin-right: 10px;&#xD;&#xA;  overflow: hidden;&#xD;&#xA;}&#xD;&#xA;{code}&#xD;&#xA;- Possibly clean your cache and reload the page.&#xD;&#xA;----&#xD;&#xA;&#xD;&#xA;1.1.1 Creating A New Theme:&#xD;&#xA;The easiest way to create a new theme is to copy one of the existing themes. Do this by viewing the main theme Snip, i.e. __SnipSnap/themes/blue__.&#xD;&#xA;&#xD;&#xA;Follow these directions to create new theme that other can use:&#xD;&#xA;- Copy the theme Snips to a new name:&#xD;&#xA;-- Select \[copy\] from the available snip actions&#xD;&#xA;-- Enter a new name, like __SnipSnap/themes/My Great Theme__&#xD;&#xA;-- Select the additional sub snips to be copied&#xD;&#xA;-- Press the __Copy Snip(s)__ button&#xD;&#xA;- Change the theme:&#xD;&#xA;-- Enter __Setup__&#xD;&#xA;-- Go into the __Theme Selection__&#xD;&#xA;-- Select ~~My Great Theme~~&#xD;&#xA;-- Press the __Save Changes__ button&#xD;&#xA;-- Return to SnipSnap&#xD;&#xA;- Edit the CSS Snips below ~~My Great Theme~~ (changes are seen immediately after saving the Snip)&#xD;&#xA;&#xD;&#xA;- Change the icons and images if you want&#xD;&#xA;&#xD;&#xA;- If you are happy with your work, make a screenshot and scale it to about 200x200 pixels&#xD;&#xA;&#xD;&#xA;- Attach the screenshot as PNG image to __SnipSnap/themes/My Great Theme__ using the name ~~screenshot.png~~&#xD;&#xA;&#xD;&#xA;- Export your theme:&#xD;&#xA;&#xD;&#xA;-- Enter __Setup__&#xD;&#xA;&#xD;&#xA;-- Go into the __Theme Selection__&#xD;&#xA;&#xD;&#xA;-- Press the __Export Theme__ button&#xD;&#xA;&#xD;&#xA;-- Use your browsers &quot;Save as&quot; dialog to store the file as &quot;MyGreatTheme.snip&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Now you can import &quot;MyGreatTheme.snip&quot; into every other SnipSnap.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1.1.1 Editing Theme CSS:&#xD;&#xA;&#xD;&#xA;- Go to the main theme snip, for example /space/SnipSnap/themes/Sky&#xD;&#xA;&#xD;&#xA;- Edit the snip and add the following \{snip-tree:/space/SnipSnap/themes/Sky\}&#xD;&#xA;&#xD;&#xA;- Then you will see the tree links to the CSS pages and you can edit them as needed&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;1.1.1 Using images within CSS:&#xD;&#xA;&#xD;&#xA;- After theme is created as above, attach images to main theme snip as usual&#xD;&#xA;&#xD;&#xA;- these images will be located at the following path on your drive: /snipsnap-0.5.1a/applications/_&lt;port&gt;\_\_&lt;app_name&gt;/webapp/WEB-INF/files/&lt;SID&gt;/snips/SnipSnap/themes/&lt;theme name&gt;&#xD;&#xA;&#xD;&#xA;- the url to use  within the CSS code should look like this: ../../space/SnipSnap/themes/__&lt;theme name&gt;__/&lt;image file name&gt;&#xD;&#xA;&#xD;&#xA;- Sample:&#xD;&#xA;&#xD;&#xA;{code}#page-portlet-2 {&#xD;&#xA;&#xD;&#xA;&#9;float:right;&#xD;&#xA;&#xD;&#xA;&#9;display: block;&#xD;&#xA;&#xD;&#xA;&#9;top: 207px;&#xD;&#xA;&#xD;&#xA;&#9;position: absolute;&#xD;&#xA;&#xD;&#xA;&#9;left: 684px;&#xD;&#xA;&#xD;&#xA;&#9;height: 464px;&#xD;&#xA;&#xD;&#xA;&#9;background-image: url(../../space/SnipSnap/themes/Sky/new_upload.jpg);&#xD;&#xA;&#xD;&#xA;&#9;background-repeat: no-repeat;&#xD;&#xA;&#xD;&#xA;}&#xD;&#xA;{code}\\&#xD;&#xA;&#xD;&#xA;----&#xD;&#xA;1 MCS Customisation&#xD;&#xA;1. main.jsp: (to alter heading content)&#xD;&#xA;1. favicon.ico&#xD;&#xA;1. MCS_20x20.gif which is used by modified main.jsp&#xD;&#xA;</s:content>
        <s:mTime>2006-03-09 11:14:42.0</s:mTime>
        <s:cTime>2003-12-22 04:35:59.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-index'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Entity Relationship Diagram'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/ClearCase'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#SnipSnap/themes/MCS-theme'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/RAD'/>
                <rdf:li rdf:resource='#Development'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#SnipSnap/'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#SnipSnap/themes/MCS-theme/css/wiki.css'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Web Services'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments>
            <rdf:Bag>
                <rdf:li>
                    <s:Attachment rdf:about='http://wiki.marandcustomsolutions.com/space/SnipSnap/snipsnap_layout.png'
                         s:fileName='snipsnap_layout.png'
                         s:contentType='image/png'
                         s:size='47400'>
                        <s:date>Wed Mar 08 19:12:04 EST 2006</s:date>
                    </s:Attachment>
                </rdf:li>
            </rdf:Bag>
        </s:attachments>
    </s:Snip>
</rdf:RDF>

