php-markdown-classic 1.0.2-1
Package Information
| Description | PHP library for rendering Markdown data "Markdown" is two things: a plain text markup syntax, and a software tool that converts the plain text markup to HTML for publishing on the web. The Markdown syntax allows you to write text naturally and format it without using HTML tags. More importantly: in Markdown format, your text stays enjoyable to read for a human being, and this is true enough that it makes a Markdown document publishable as-is, as plain text. If you are using text-formatted email, you already know some part of the syntax. 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 support textile. |
|---|---|
| Maintainer | Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org> |
| Changed By | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
| Sponsor | gcs@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/php-team/pear/php-markdown-classic.git (browse) |
| Closes | #772882 |
| Tracker | https://tracker.debian.org/pkg/php-markdown-classic |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Source | php-markdown-classic |
|---|---|
| Version | 1.0.2-1 |
| Changed-By | Laszlo Boszormenyi (GCS) |
| Architecture | source all |
| Distribution | unstable |
| Date | Sat, 16 May 2026 10:44:52 +0200 |
Changelog
php-markdown-classic (1.0.2-1) unstable; urgency=medium
.
[ Andreas Tille <tille@debian.org> ]
* Maintain in Debian PHP PEAR team.
* Rename source and binary package to php-markdown-classic
(closes: #772882).
* Update d/copyright.
* Standards-Version: 4.7.4 (remove Priority field).
* d/watch: version=5.
.
[ Laszlo Boszormenyi (GCS) ]
* Remove now redundant Rules-Requires-Root value..dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | php-markdown-classic deb php optional arch=all |
| Section | php |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: PHP Markdown
Upstream-Contact: Michel Fortin <michel.fortin@michelf.ca>
Source: https://github.com/michelf/php-markdown/
Files: *
Copyright: 2004-2013 Michel Fortin,
2003-2006 John Gruber
License: BSD-3-clause
Files: debian/*
Copyright: 2008-2013 Daniel Watkins <daniel@daniel-watkins.co.uk>
2013-2021 Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.