CARVIEW |
Select Language
HTTP/1.1 200 OK
Date: Sat, 11 Oct 2025 13:00:17 GMT
Content-Type: text/html
Content-Length: 3743
Connection: keep-alive
Set-Cookie: request_id=ff19482a-0bc8-4365-8e74-d203c4b3f94a; Max-Age=3600; Path=/; HttpOnly
Last-Modified: Fri, 19 Jan 2024 18:12:56 GMT
ETag: "28e1-60f506df073da-gzip"
Accept-Ranges: bytes
Cache-Control: max-age=3600
Expires: Sat, 11 Oct 2025 14:00:17 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Age: 0
X-Request-ID: ff19482a-0bc8-4365-8e74-d203c4b3f94a
blosxom :: the zen of blogging :: documentation/users/plugins.txt
blosxom :: the zen of blogging | ||||||
![]() |
||||||
![]() |
about
documentation for users
documentation for developers downloads
powered by *coming soon |
![]() |
home :: documentation :: users :: plugins.txt Plugins Blosxom sports a plugin architecture, allowing the core of Blosxom to remain small, sleek, and simpler-than-pie while providing room for extension and integration into different environments and uses.The Blosxom Plugin Registry... Browse the Blosxom Plugin Registry for all your plugin needs. There is an ever-growing list of plugins developed by Blosxom users just like you. There are display plugins, fiddling with blog posts on the fly and providing additional template elements. Image plugins provide everything from convenient image references to resizing and creating an image gallery. Input plugins provide writebacks (comments and trackbacks), karma tracking, and email-to-blog gateways.Activate plugin support... Activating plugin support in Blosxom is just a matter of creating a plugin directory in which to keep them and telling Blosxom where to find it.
Install a plugin... To install a plugin, simply copy it to yourplugins directory. Some plugins require minimal configuration; follow the author's instructions (usually at the bottom of the plugin file itself) if more appropriate.
Blosxom will automatically find and load your new plugin the next time you visit your blog.
Put your plugins in order... Blosxom will automatically find, load, and call all plugins in the plugins it finds at appropriate junctures in its execution. It does so in alphanumeric order--config is loaded before sort_by_path which, in turn, loads before writeback .
If you'd like to control the order in which plugins load, prepend the filenames with numbers like: 00loadfirst , 50loadsometime , 99loadlast , and so forth.
Disable a plugin... You can obviously disable a plugin by removing it from your plugin directory at any time. The preferred method, however, is to postfix it with an underscore, like so:someplugin becomes someplugin_ . This turns off the plugin yet while still being kept safe and sound in your plugin directory.
|
![]() |