<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.secretarycms.com/guide/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://www.secretarycms.com/guide/feed.php">
        <title>The Secretary | User Guide</title>
        <description></description>
        <link>http://www.secretarycms.com/guide/</link>
        <image rdf:resource="http://www.secretarycms.com/guide/lib/images/favicon.ico" />
       <dc:date>2012-02-01T05:55:43-08:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/developers-corner?rev=1234913054&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/developers?rev=1328008553&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/getting-started?rev=1231102616&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/important-definitions?rev=1254419285&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/intro-new?rev=1327937143&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/more-tag?rev=1304419256&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/new?rev=1302464491&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/recommended-reading?rev=1254419327&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/template-tags?rev=1303500228&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/tools?rev=1254419518&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.secretarycms.com/guide/tutorials?rev=1235086475&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.secretarycms.com/guide/lib/images/favicon.ico">
        <title>The Secretary | User Guide</title>
        <link>http://www.secretarycms.com/guide/</link>
        <url>http://www.secretarycms.com/guide/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.secretarycms.com/guide/developers-corner?rev=1234913054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-17T15:24:14-08:00</dc:date>
        <title>developers-corner</title>
        <link>http://www.secretarycms.com/guide/developers-corner?rev=1234913054&amp;do=diff</link>
        <description>Soon!</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/developers?rev=1328008553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-31T03:15:53-08:00</dc:date>
        <title>Developers</title>
        <link>http://www.secretarycms.com/guide/developers?rev=1328008553&amp;do=diff</link>
        <description>Plugins

Anchors (full list) hook() call_anchor() define_anchor() A Basic Plugin Advanced Examples 

Tutorials

How to create a new project display type Add a form with Receptionist How to make a custom button for the text editor 

Theming &amp; Template Tags

About Designing Themes How To Install a Theme Template Tags</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/getting-started?rev=1231102616&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-04T12:56:56-08:00</dc:date>
        <title>Welcome!</title>
        <link>http://www.secretarycms.com/guide/getting-started?rev=1231102616&amp;do=diff</link>
        <description>&lt;?php 
	// The all important HQ Link 
	$HQ= &quot;/your/absolute/path&quot;; 
	include_once &quot;$HQ/secretary_loader.php&quot;; 
	 
	// Load in the Gallery module 
	secretary_load( &quot;gallery&quot; ); 
?&gt; 
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt; 
&lt;html&gt; 
	&lt;head&gt; 
		&lt;title&gt;My Portfolio&lt;/title&gt; 
	&lt;/head&gt; 
	&lt;body&gt; 
		Some text. 
		&lt;!-- Here is where my content should load --&gt; 
		&lt;?php 
			$settings= &quot;template= CoolTemplate, category= Personal Projects&quot;; …</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/important-definitions?rev=1254419285&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-01T10:48:05-08:00</dc:date>
        <title>HTML</title>
        <link>http://www.secretarycms.com/guide/important-definitions?rev=1254419285&amp;do=diff</link>
        <description>There is a lot of jargon when dealing with the Internet and creating websites. Here are some of the most used words, explained briefly for you. A lot of this is related to various tools and knowledge, so take a peek at the Recommended Reading and Tools pages.</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/intro-new?rev=1327937143&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-30T07:25:43-08:00</dc:date>
        <title>User Guide</title>
        <link>http://www.secretarycms.com/guide/intro-new?rev=1327937143&amp;do=diff</link>
        <description>FAQ

What is the Page Type and how do I use it? How do I use the Page Type Options field? / What should I enter in the Page Type Options field? How do I make excerpts for my blog posts? (Using the {more} tag) How can I make next/previous buttons to navigate my projects? How do I include Vimeo, YouTube, SoundCloud etc in my projects?</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/more-tag?rev=1304419256&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-03T03:40:56-08:00</dc:date>
        <title>Blog module: The {more} tag</title>
        <link>http://www.secretarycms.com/guide/more-tag?rev=1304419256&amp;do=diff</link>
        <description>Description


Blog posts can be shortened or cut for custom excerpts, useful if you have a small “Latest News” section on your homepage. 

Usage


In your blog post text, where you would like it to be cut, simply enter {more}. 

Important In your theme, use the post_text_short() template tag to display only your excerpt (the text before the {more} tag). If there is no more tag, then the entire text will be shown.</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/new?rev=1302464491&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-10T12:41:31-08:00</dc:date>
        <title>new</title>
        <link>http://www.secretarycms.com/guide/new?rev=1302464491&amp;do=diff</link>
        <description>&lt;http://secretarycms.com/guide/template-tags&gt; &lt;http://secretarycms.com/guide/plugins&gt; &lt;http://secretarycms.com/guide/documentation&gt;</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/recommended-reading?rev=1254419327&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-01T10:48:47-08:00</dc:date>
        <title>recommended-reading</title>
        <link>http://www.secretarycms.com/guide/recommended-reading?rev=1254419327&amp;do=diff</link>
        <description>Here is a list of useful links to help you get started with HTML, CSS and other web “things”. 

W3C Schools HTML Tutorial From the people who created HTML, this is the best place to start. 

W3C Schools CSS Tutorial Another W3C tutorial, also the best place to start with CSS.</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/template-tags?rev=1303500228&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-22T12:23:48-08:00</dc:date>
        <title>Template Tags</title>
        <link>http://www.secretarycms.com/guide/template-tags?rev=1303500228&amp;do=diff</link>
        <description>Projects

	*  projects 
	*  projectContent 
	*  projectView 
	*  projectList 
	*  projectTitle 
	*  projectSlug 
	*  projectId 
	*  projectDate 
	*  projectInfo 
	*  projectThumbnail 
	*  getProjectFiles 
	*  selectedProject 
	*  projectSelected 
	*  linkToProject 
	*  linkToProjectTag 
	*  projectHasTags 
	*  projectTags 
	*  projectTagsArray 
	*  currentProjectTags 
	*  currentProjectTagsArray 
	*  allProjectTags 
	*  allProjectTagsArray 
	*  nextProject 
	*  prevProject 
	*  projectList</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/tools?rev=1254419518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-01T10:51:58-08:00</dc:date>
        <title>FTP</title>
        <link>http://www.secretarycms.com/guide/tools?rev=1254419518&amp;do=diff</link>
        <description>Here are some good links to various (good) products that you will need in order to use and install The Secretary (and any other CMS, and to do anything on the Web, for that matter). 



An FTP program lets you upload files to your website. 

Transmit The best FTP program for the Mac. Costs only $30USD and is worth every penny.</description>
    </item>
    <item rdf:about="http://www.secretarycms.com/guide/tutorials?rev=1235086475&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-19T15:34:35-08:00</dc:date>
        <title>tutorials</title>
        <link>http://www.secretarycms.com/guide/tutorials?rev=1235086475&amp;do=diff</link>
        <description>Getting Started A primer on getting The Secretary onto your page. 

Gallery Tutorials related to and specifically about the Gallery module.</description>
    </item>
</rdf:RDF>
