<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://bertgarcia.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://bertgarcia.org/feed.php">
        <title>bert garcia - what i know is nupusi:nucleus</title>
        <description></description>
        <link>http://bertgarcia.org/</link>
        <image rdf:resource="http://bertgarcia.org/lib/images/favicon.ico" />
       <dc:date>2010-09-09T01:20:58-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:cms"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:custominstall"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:devdocs"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:help"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:helpskin"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:helpskintemp"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:helpskinvar"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:helptemp"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:helptempvar"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:history"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:manual"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:pluginevents"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:pluginmethods"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:plugins"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:skins"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:sqltables"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:tips"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:welcome"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:nucleus:xmlrpc"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://bertgarcia.org/lib/images/favicon.ico">
        <title>bert garcia - what i know is</title>
        <link>http://bertgarcia.org/</link>
        <url>http://bertgarcia.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:cms">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:02-07:00</dc:date>
        <title>nupusi:nucleus:cms</title>
        <link>http://bertgarcia.org/nupusi:nucleus:cms</link>
        <description>In 2001 a set of PHP scripts were let loose on the open Internet. Those scripts, which took user-generated data and used it to dynamically create html pages, contained the ideas and the algorithms that are the core of today’s Nucleus CMS. Though Nucleus CMS 3.2 is far more flexible and powerful than the scripts from which it emerged, it still expresses the values that guided its birth: flexibility, security, and computational elegance.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:custominstall">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:22-07:00</dc:date>
        <title>nupusi:nucleus:custominstall</title>
        <link>http://bertgarcia.org/nupusi:nucleus:custominstall</link>
        <description>Note: this functionality is only available in versions &gt; v2.2.

This document contains information on how to customize the Nucleus install script. It can be customized in two ways:


	* Automatically install skins
	* Automatically install plugins</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:devdocs">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:05-07:00</dc:date>
        <title>nupusi:nucleus:devdocs</title>
        <link>http://bertgarcia.org/nupusi:nucleus:devdocs</link>
        <description>This document contains information about Nucleus that is only relevant to developers.

Table of Contents

	* XML-RPC interfaces
	* Nucleus Plugin API
	* Nucleus Plugin events
	* Customized Install Scripts
	* Database Structure</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:help">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:07-07:00</dc:date>
        <title>nupusi:nucleus:help</title>
        <link>http://bertgarcia.org/nupusi:nucleus:help</link>
        <description>This document contains information about the administration of Nucleus.

Table of Contents

	* Skin parts
	* Skin vars
	* Template items
	* Template vars
	* Skin &amp; Template vars

Account Creation

You can either allow or disallow your visitors to create their own 'member' account. They won't be allowed to add items to a blog (unless the admin adds them to a team), but they can login to the administration area and change their settings, and even delete or modify the comments they made.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:helpskin">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:04-07:00</dc:date>
        <title>nupusi:nucleus:helpskin</title>
        <link>http://bertgarcia.org/nupusi:nucleus:helpskin</link>
        <description>The skin parts that make up a Nucleus skin.

Skins: Archive

An archive for one month. Behaves like a main index, but shows all the items from a certain month.

Very basic buildup for an archive page:


&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;My Weblog :: Archive&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;

    &lt;h1&gt;Archive&lt;/h1&gt;
    &lt;%archive(default)%&gt;

  &lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:helpskintemp">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:26-07:00</dc:date>
        <title>nupusi:nucleus:helpskintemp</title>
        <link>http://bertgarcia.org/nupusi:nucleus:helpskintemp</link>
        <description>Skin and template variables.

Skin/Templatevar: include

Includes a textfile into the output. The contents of the file is not parsed in any way, so you cannot use skin/templatevars or use PHP code (see parsedinclude and phpinclude if you want parsed includes)</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:helpskinvar">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:14-07:00</dc:date>
        <title>nupusi:nucleus:helpskinvar</title>
        <link>http://bertgarcia.org/nupusi:nucleus:helpskinvar</link>
        <description>Available skin variables for Nucleus skins.

Skinvar: additemform

Shows an add-item form for the currently selected blog (usually the default one). Mostly used in conjunction with preview


	*  Arguments

None


	*  Skintypes

index


	*  Examples</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:helptemp">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:08-07:00</dc:date>
        <title>nupusi:nucleus:helptemp</title>
        <link>http://bertgarcia.org/nupusi:nucleus:helptemp</link>
        <description>The template items that make up a Nucleus template.

Templates: Archive Lists

The archive lists are formatted as listed below:


archivelist header
  archivelist listitem (repeated for each archive)
archivelist footer



Available variables: (in the header and footer, only blogid is allowed)</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:helptempvar">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:06-07:00</dc:date>
        <title>nupusi:nucleus:helptempvar</title>
        <link>http://bertgarcia.org/nupusi:nucleus:helptempvar</link>
        <description>Template variables.

Template variables: Overview

	*  What?

Template variables largely work in exact the same way as skin variables, with the only difference that they are being used inside templates. The variables are called using &lt;%varname%&gt;, and include some text depending on the variable function. Some variables also have extra optional parameters.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:history">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:24-07:00</dc:date>
        <title>nupusi:nucleus:history</title>
        <link>http://bertgarcia.org/nupusi:nucleus:history</link>
        <description>Nucleus v3.22 (August 21, 2005)

	*  FIXED: Major security vulnerability in the phpxmlrpc library.
		*  FIXED: New NP_SkinFiles version, fixing a minor security issue. (rakaz)
		*  CHANGED (#17): An errormessage is now displayed when logon through loginform failed. (karma)
		*  FIXED (#91): Initialize variables in MEMBER class (andrew)
		*  FIXED (#90): there was no plugin callback on member edits when the email address changed (andrew)
		*  FIXED (#90): when editing members other than yourself,…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:manual">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:28-07:00</dc:date>
        <title>nupusi:nucleus:manual</title>
        <link>http://bertgarcia.org/nupusi:nucleus:manual</link>
        <description>Pure Publishing - v3.22 - August 21, 2005

About Nucleus


Nucleus is a Content Management System (CMS): a powerful set of PHP scripts that allow you to maintain one or more weblogs or online journals. A short summary of the most important features is given below:</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:pluginevents">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:17-07:00</dc:date>
        <title>nupusi:nucleus:pluginevents</title>
        <link>http://bertgarcia.org/nupusi:nucleus:pluginevents</link>
        <description>Events on which a plugin can subscribe

 Name  When  Parameters InitSkinParseJust before the skin is initializedskin 
The SKIN-object that is handling the parse 
type 
Type of skinpart (one of 'index', 'item', 'archive', 'archivelist', 'member', 'error', 'search', 'imagepopup', 'fileparser')PreSkinParseImmediately before the parsing of a skin beginsskin 
The SKIN-object that is handling the parse 
type 
Type of skinpart (one of 'index', 'item', 'archive', 'archivelist', 'member', 'error', 'searc…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:pluginmethods">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:00-07:00</dc:date>
        <title>nupusi:nucleus:pluginmethods</title>
        <link>http://bertgarcia.org/nupusi:nucleus:pluginmethods</link>
        <description>All Nucleus plugins must inherit from the PHP class NucleusPlugin. If this sounds complicated, don't worry, it isn't. It even makes your life easier, allowing you to only implement the methods that your plugin needs, and giving access to some auxiliary functions.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:plugins">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:16-07:00</dc:date>
        <title>nupusi:nucleus:plugins</title>
        <link>http://bertgarcia.org/nupusi:nucleus:plugins</link>
        <description>Notes:


	*  This document should contain enough information to write basic plugins. If you have more questions, see the Plugin Development Forum
	*  Methods and events introduced after Nucleus v1.5 was released have the Nucleus version in which they were introduced listed. If you use any of those functions, don't forget to adapt getMinNucleusVersion appropriately.
	*  The API as presented here is for Nucleus v3.2, July 27, 2005.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:skins">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:22-07:00</dc:date>
        <title>nupusi:nucleus:skins</title>
        <link>http://bertgarcia.org/nupusi:nucleus:skins</link>
        <description>So, you've installed Nucleus... You've got several options now concerning the look of your site:


	* Go with the default skin/templates that comes with Nucleus
	* Start from the default skin/templates, and modify it to your needs (colors, etc...)
	* Start your own skin/templates, and define your own CSS stylesheets</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:sqltables">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:19-07:00</dc:date>
        <title>nupusi:nucleus:sqltables</title>
        <link>http://bertgarcia.org/nupusi:nucleus:sqltables</link>
        <description>This document contains information on the fields inside the Nucleus database tables.

The structure as presented here is for Nucleus v3.22, August 21, 2005.

Color codes


This document uses some visual styles to indicate the type of columns. An overview is listed below:</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:tips">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:24-07:00</dc:date>
        <title>nupusi:nucleus:tips</title>
        <link>http://bertgarcia.org/nupusi:nucleus:tips</link>
        <description>This file contains tips and suggestions that might prove useful.

Getting your archives into search engines like Google


Note: The solutions described here might not work on your system.

Nucleus creates archives dynamically on users requests. The URL is then of the form index.php?archive=2001-09&amp;blogid=1. Unfortunately, Google and other search engines don't like to index pages with a question mark in it, or with too much arguments. This is because their spiders might get trapped going too deep…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:welcome">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:03-07:00</dc:date>
        <title>nupusi:nucleus:welcome</title>
        <link>http://bertgarcia.org/nupusi:nucleus:welcome</link>
        <description>Nucleus offers you the building blocks you need to create a web presence. Whether you want to create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.

We've loaded this first entry with links and information to get you started. Though you can delete this entry, it will eventually scroll off the main page as you add content to your site. Add your comments while you learn to work with Nucleus CMS, or bookmark this page so you can come back to…</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:nucleus:xmlrpc">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:17-07:00</dc:date>
        <title>nupusi:nucleus:xmlrpc</title>
        <link>http://bertgarcia.org/nupusi:nucleus:xmlrpc</link>
        <description>This document contains information on the XML-RPC interface that Nucleus provides, and the error messages it spits out. Please note that the specification of this interface might still undergo changes in the future.

The URL for the Nucleus XML-RPC interface is: 
 http://www.yourserver.com/yourpath/nucleus/xmlrpc/server.php</description>
    </item>
</rdf:RDF>
