====== phplinks Plugin ====== Shortcut syntax for links to PHP mailing lists and bug tracker; based on phpbugid and phpml by Lukas Kahwe Smith. By [[systems@php.net|The PHP Group]] ===== Usage ===== Links to PHP bug reports can be written in the short hand syntax ''%%[[bugid@|]]%%'', where '''' is the bug ID in the [[https://bugs.php.net/|PHP bug tracking system]], and '''' is an optional text to be displayed instead of the URL. Examples: * ''%%[[bugid@30329]]%%'' is displayed as [[bugid@30329]] * ''%%[[bugid@30329|my bug report]]%%'' is displayed as [[bugid@30329|my bug report]] Links to PHP mailinglist messages can be written in the short hand syntax ''%%[[@|]]%%'', where '''' is the name of the mailing list (e.g. php-internals, php-general), '''' is the [[http://marc.info/|marc.info]] message-id, and '''' is an optional text to be displayed instead of the URL. Examples: * ''%%[[php-internals@121474728513853]]%%'' is displayed as [[php-internals@121474728513853]] * ''%%[[php-internals@121474728513853|my message]]%%'' is displayed as [[php-internals@121474728513853|my message]]