From dda20c60f3061f6136e6c1a85dc24a60f12a5eed Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 12 Jan 2013 14:24:12 -0500 Subject: [PATCH 1/3] Removed reference to bBlog installation process. The website is gone and bBlog seems to be dead. --- PHP Markdown Readme.text | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 3e686c9..455becb 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -71,23 +71,6 @@ are written in HTML (as opposed to another formatting syntax, like Textile), they'll probably stay fine after installing Markdown. -### bBlog ### - -PHP Markdown also works with [bBlog][bb]. - - [bb]: http://www.bblog.com/ - -To use PHP Markdown with bBlog, rename "markdown.php" to -"modifier.markdown.php" and place the file in the "bBlog_plugins" -folder. This folder is located inside the "bblog" directory of -your site, like this: - - (site home)/bblog/bBlog_plugins/modifier.markdown.php - -Select "Markdown" as the "Entry Modifier" when you post a new -entry. This setting will only apply to the entry you are editing. - - ### Replacing Textile in TextPattern ### [TextPattern][tp] use [Textile][tx] to format your text. You can From c634db361935a175d556a65e60aa0ec2cf6b9357 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 12 Jan 2013 14:26:58 -0500 Subject: [PATCH 2/3] Changted michelf.com to michelf.ca, as mty website has changed domain. --- License.text | 2 +- PHP Markdown Readme.text | 10 +++++----- markdown.php | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/License.text b/License.text index ea90c49..fc604c8 100644 --- a/License.text +++ b/License.text @@ -1,6 +1,6 @@ PHP Markdown Copyright (c) 2004-2009 Michel Fortin - + All rights reserved. Based on Markdown diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 455becb..649df53 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -4,7 +4,7 @@ PHP Markdown Version 1.0.1o - Sun 8 Jan 2012 by Michel Fortin - + based on work by John Gruber @@ -97,7 +97,7 @@ can solve this problem by installing the "smartypants.php" file from Compatibility Mode function will use SmartyPants automatically without further modification. - [psp]: http://michelf.com/projects/php-smartypants/ + [psp]: http://michelf.ca/projects/php-smartypants/ ### Updating Markdown in Other Programs ### @@ -178,7 +178,7 @@ Bugs ---- To file bug reports please send email to: - + Please include with your report: (1) the example input; (2) the output you expected; (3) the output PHP Markdown actually produced. @@ -577,7 +577,7 @@ Current: * Major rewrite of the WordPress integration code that should correct many problems by preventing default WordPress filters from tampering with Markdown-formatted text. More details here: - + 1.0.1a (15 Apr 2005) @@ -742,7 +742,7 @@ Copyright and License PHP Markdown Copyright (c) 2004-2009 Michel Fortin - + All rights reserved. Based on Markdown diff --git a/markdown.php b/markdown.php index 5ba1d78..6d05994 100644 --- a/markdown.php +++ b/markdown.php @@ -4,7 +4,7 @@ # # PHP Markdown # Copyright (c) 2004-2012 Michel Fortin -# +# # # Original Markdown # Copyright (c) 2004-2006 John Gruber @@ -60,16 +60,16 @@ function Markdown($text) { /* Plugin Name: Markdown -Plugin URI: http://michelf.com/projects/php-markdown/ -Description: Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More... +Plugin URI: http://michelf.ca/projects/php-markdown/ +Description: Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More... Version: 1.0.1o Author: Michel Fortin -Author URI: http://michelf.com/ +Author URI: http://michelf.ca/ */ if (isset($wp_version)) { # More details about how it works here: - # + # # Post content and excerpts # - Remove WordPress paragraph generator. @@ -147,7 +147,7 @@ function identify_modifier_markdown() { 'authors' => 'Michel Fortin and John Gruber', 'licence' => 'BSD-like', 'version' => MARKDOWN_VERSION, - 'help' => 'Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More...' + 'help' => 'Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More...' ); } @@ -1687,7 +1687,7 @@ Bugs To file bug reports please send email to: - + Please include with your report: (1) the example input; (2) the output you expected; (3) the output Markdown actually produced. @@ -1704,7 +1704,7 @@ Copyright and License PHP Markdown Copyright (c) 2004-2009 Michel Fortin - + All rights reserved. Based on Markdown From 14f771ae37983eeff617f3c1b679b38540d1f55a Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 12 Jan 2013 14:31:21 -0500 Subject: [PATCH 3/3] Bumped version to 1.0.1p. --- License.text | 2 +- PHP Markdown Readme.text | 14 +++++++------- markdown.php | 18 +++++++++--------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/License.text b/License.text index fc604c8..48a19cf 100644 --- a/License.text +++ b/License.text @@ -1,5 +1,5 @@ PHP Markdown -Copyright (c) 2004-2009 Michel Fortin +Copyright (c) 2004-2013 Michel Fortin All rights reserved. diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 649df53..3759e6d 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -1,9 +1,9 @@ PHP Markdown ============ -Version 1.0.1o - Sun 8 Jan 2012 +Version 1.0.1p - Sun 13 Jan 2013 -by Michel Fortin +by Michel Fortin based on work by John Gruber @@ -22,9 +22,9 @@ tool, written in Perl, that converts the plain text markup to HTML. PHP Markdown is a port to PHP of the original Markdown program by John Gruber. -PHP Markdown can work as a plug-in for WordPress and bBlog, as a -modifier for the Smarty templating engine, or as a replacement for -Textile formatting in any software that supports Textile. +PHP Markdown can work as a plug-in for WordPress, as a modifier for +the Smarty templating engine, or as a replacement for Textile +formatting in any software that supports Textile. Full documentation of Markdown's syntax is available on John's Markdown page: @@ -191,7 +191,7 @@ See Installation and Requirement above for details. Version History --------------- -Current: +1.0.1p (13 Jan 2013): * Fixed an issue where some XML-style empty tags (such as `
`) were not recognized correctly as such when inserted into Markdown-formatted text. @@ -741,7 +741,7 @@ Copyright and License --------------------- PHP Markdown -Copyright (c) 2004-2009 Michel Fortin +Copyright (c) 2004-2013 Michel Fortin All rights reserved. diff --git a/markdown.php b/markdown.php index 6d05994..89d961f 100644 --- a/markdown.php +++ b/markdown.php @@ -2,17 +2,17 @@ # # Markdown - A text-to-HTML conversion tool for web writers # -# PHP Markdown -# Copyright (c) 2004-2012 Michel Fortin +# PHP Markdown +# Copyright (c) 2004-2013 Michel Fortin # # -# Original Markdown +# Original Markdown # Copyright (c) 2004-2006 John Gruber # # -define( 'MARKDOWN_VERSION', "1.0.1o" ); # Sun 8 Jan 2012 +define( 'MARKDOWN_VERSION', "1.0.1p" ); # Sun 13 Jan 2013 # @@ -62,7 +62,7 @@ function Markdown($text) { Plugin Name: Markdown Plugin URI: http://michelf.ca/projects/php-markdown/ Description: Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More... -Version: 1.0.1o +Version: 1.0.1p Author: Michel Fortin Author URI: http://michelf.ca/ */ @@ -1702,12 +1702,12 @@ See the readme file for detailed release notes for this version. Copyright and License --------------------- -PHP Markdown -Copyright (c) 2004-2009 Michel Fortin - +PHP Markdown +Copyright (c) 2004-2013 Michel Fortin + All rights reserved. -Based on Markdown +Based on Markdown Copyright (c) 2003-2006 John Gruber All rights reserved.