<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.flatpress.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>FlatPress Wiki - res:plugins:nowhereman</title>
        <description>&lt;br&gt;.:: &lt;a href=&quot;https://www.flatpress.org&quot; class=&quot;postlink&quot; title=&quot;Project home page and blog&quot;&gt;🏠 FlatPress Home&lt;/a&gt; :: &lt;a href=&quot;https://forum.flatpress.org&quot; class=&quot;postlink&quot; title=&quot;FlatPress support forum&quot;&gt;💬 Support forum&lt;/a&gt; :: &lt;a href=&quot;https://fosstodon.org/@flatpress&quot; class=&quot;postlink&quot; title=&quot;FlatPress@Mastodon&quot; rel=&quot;me&quot;&gt;🐘 Mastodon&lt;/a&gt; ::.</description>
        <link>https://wiki.flatpress.org/</link>
        <lastBuildDate>Thu, 28 May 2026 00:35:02 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.flatpress.org/_media/wiki:logo.png</url>
            <title>FlatPress Wiki</title>
            <link>https://wiki.flatpress.org/</link>
        </image>
        <item>
            <title>Emoticons</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:emoticons?rev=1547312017&amp;do=diff</link>
            <description>Emoticons


&lt;?php
/*
Plugin Name: emoticons
Plugin URI: http://www.flatpress.org/
Description: Adds emoticons to FlatPress
Author: NoWhereMan
Version: 1.0
Author URI: http://www.nowhereland.it/
*/ 

/*
	put your imgs in FP_CONTENT/emoticons/
	(tipically FP_CONTENT is fp-content/ )
*/

define(&#039;EMOTICONS_DIR&#039;, BLOG_BASEURL . FP_CONTENT . &#039;emoticons/&#039;);

/* now please notice how I follow this naming convention: */
function plugin_emoticons_filter($string) {
	static $EMOTICONS = array(
		&#039;:)&#039;	=&gt; &#039;sm…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>Usage</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:extendedimg?rev=1547312017&amp;do=diff</link>
            <description>Usage


[img=myimg]
my caption
[/img]


all the conventional img attributes should work (scale=nn% etc.)

to link the image to an external resource do not wrap the [img][/img] into a [url][/url] but use instead the url attribute of the extended img tag :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>FavIcon plugin</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:favicon?rev=1547312017&amp;do=diff</link>
            <description>FavIcon plugin

create a &#039;favicon/&#039; folder, create a favicon/imgs/ subdirectory and put there a favicon.ico file
put in favicon/ your plugin.favicon.php file (with the contents below), save, enable from the panel, enjoy


&lt;?php
/*
Plugin Name: FavIcon
Plugin URI: http://www.flatpress.org/
Description: Adds a favicon to FlatPress
Author: NoWhereMan
Version: 1.0
Author URI: http://www.nowhereland.it/
*/ 

function plugin_favicon_head() {
echo &#039;&lt;link rel=&quot;icon&quot; href=&quot;&#039; .  plugin_geturl(&#039;favicon&#039;) .…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>HeadStuff plugin</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:headstuff?rev=1547312017&amp;do=diff</link>
            <description>HeadStuff plugin

save as plugin.headstuff.php and put it under fp-plugins/headstuff/, then enable via plugin panel


&lt;?php
/*
Plugin Name: HeadStuff
Plugin URI: http://www.flatpress.org/
Description: Adds some HTML to your &lt;head&gt; section
Author: NoWhereMan
Version: 1.0
Author URI: http://www.nowhereland.it/
*/ 

function plugin_headstuff_head() {
echo &lt;&lt;&lt;HEADSTUFF

	 &lt;!-- put whatever html tag you want here! --&gt;

HEADSTUFF;
}

add_action(&#039;wp_head&#039;, &#039;plugin_headstuff_head&#039;);

?&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>Installing</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:quickgallery?rev=1547312017&amp;do=diff</link>
            <description>Installing

As usual put the source code in a file called plugin.quickgallery.php and put it in a directory called fp-plugins/quickgallery/

Usage


[gallery=images/subdirectory-containing-images otherparameters..]


where otherparameters is whatever [IMG] parameter you like. I suggest a scale=NN% or a height=NN to get a popup. Please notice that if you have lightbox plugin installed you&#039;ll get a lightbox slideshow :)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>RemotePosting Plugin</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:remoteposting?rev=1547312017&amp;do=diff</link>
            <description>RemotePosting Plugin

Mostly based on WP XML-RPC implementation.
Currently it supports editing and posting of entries (not static posts!), listing last entries, filing under different categories.

[screenshot]

Usage

	*  upload to fp-plugins, 
	*  enable from the admin panel,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
        <item>
            <title>SimpleTags</title>
            <link>https://wiki.flatpress.org/res:plugins:nowhereman:simpletags?rev=1547312017&amp;do=diff</link>
            <description>SimpleTags

paste this into fp-plugins/simpletags/plugin.simpletags.php; this a quick &quot;port&quot; (just moved something around) of the original WordPress Plugin

&lt;?php
/*
Plugin Name: SimpleTags
Plugin URI: http://www.broobles.com/scripts/simpletags/
Description: Allows you to create a list of Technorati tags at the bottom of your post by providing a comma separated list of tags between the [tags] tags. You can use it with any blogging tool/method, not just when posting from WordPress itself (doesn&#039;t…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jan 2019 16:53:37 +0000</pubDate>
        </item>
    </channel>
</rss>
