You are here

Files in Extensible BBCode 5

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 2007-07-07 - 0.3: - Code-style cleanup everywhere - Removed the static XBBCode class as counter to Drupal structure, replaced with _xbbcode_%s functions. - Removed a MySQL version incompatibility that messed up a Natural Join - Removed a MySQL…
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim…
README.txt README.txt Here's a brief description of the API hook that XBBCode provides. It will eventually become a proper documentation page. To provide custom BBCode tags, your module should implement a function similar to this: --------- function…
xbbcode-filter.php xbbcode-filter.php
xbbcode-misc.php xbbcode-misc.php
xbbcode-settings.php xbbcode-settings.php
xbbcode.info xbbcode.info name = XBBCode Engine description = Extensible BBCode filter, allowing custom tags. package = XBBCode version = 5.x-0.2
xbbcode.install xbbcode.install
xbbcode.module xbbcode.module
xbbcode_basic.css xbbcode_basic/xbbcode_basic.css .codeblock{ padding:5px;border:1px solid #CCC;background-color:#EEE;white-space:pre; font-family:monospace; } /*blockquote { padding-left:30px; }*/
xbbcode_basic.info xbbcode_basic/xbbcode_basic.info name = Basic Tags description = A package of the standard tags for XBBCode package = XBBCode dependencies = xbbcode
xbbcode_basic.install xbbcode_basic/xbbcode_basic.install
xbbcode_basic.module xbbcode_basic/xbbcode_basic.module
xbbcode_highlighter-setup.inc xbbcode_highlighter/xbbcode_highlighter-setup.inc
xbbcode_highlighter.css xbbcode_highlighter/xbbcode_highlighter.css .hl-main li { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; } .hl-main { background-color:#eee; border:solid #ccc 1px; padding-left:10px; padding-top:10px; padding-bottom:10px; …
xbbcode_highlighter.info xbbcode_highlighter/xbbcode_highlighter.info name = Highlighter description = Provides syntax coloring dependencies= xbbcode package = XBBCode
xbbcode_highlighter.install xbbcode_highlighter/xbbcode_highlighter.install
xbbcode_highlighter.module xbbcode_highlighter/xbbcode_highlighter.module
xbbcode_list.css xbbcode_list/xbbcode_list.css ol.sectioned { counter-reset: section; list-style-type:none; } ol.sectioned li:before { counter-increment: section; content: counters(section, ".") ": "; } ol.upper-alpha…
xbbcode_list.info xbbcode_list/xbbcode_list.info name = Lists description = An XBBCode handler that processes lists. dependencies = xbbcode package = XBBCode
xbbcode_list.install xbbcode_list/xbbcode_list.install
xbbcode_list.module xbbcode_list/xbbcode_list.module
xbbcode_table.info xbbcode_table/xbbcode_table.info name = Tables description = Formats a themed table for BBCode dependencies = xbbcode package = XBBCode
xbbcode_table.install xbbcode_table/xbbcode_table.install
xbbcode_table.module xbbcode_table/xbbcode_table.module

Other projects