1.31 - June 29, 2007
- Fixed the save() function to handle perl-5.6.x (and possibly below)
where the ":encoding(...)" filehandle are not available (Shlomi Fish)
1.30 - June 18, 2007
- Same as 1.29_02 (from February 23, 2007)
- Removed some methods that were not used.
- Added more tests to increase the test coverage.
- Fixed a bug where prefixes could be specified with invalid characters
because there was a range (.-_) instead of three individual
characters (.\-_).
- Many files were left in the distribution or Subversion repository
that were executable but need not be. Made them non-executable.
- Clean up examples/ directory and move generated files out of t/
- isPermaLink / guid fixes (RT#23983, Shlomi)
- increased the test coverage of XML::RSS up to 100%. (Shlomif)
- SECURITY BUG FIX: eliminated a markup injection vulnerability in the
taxo:topics output of RSS 1.0. (Shlomif)
- Moved the append function, which is unused and cannot be effectively
used, out of the main module and into the rejects directory inside
the repository (but outside the module). (Shlomif)
- Added POD for full POD coverage. (Shlomif)
- Several other bug fixes. (Shlomif)
- Heavy refactoring of the code. (Shlomif)
- perltidy configuration file; run perltidy on XML::RSS (and
intentionally not on the tests) (ABH).
- Removed the remaining tab characters. (Shlomif)
- Fixed a bug in one of the tests. (Shlomif)
- Converted the rendering processes of the various RSS versions to
one class per RSS version and applied the "Convert Conditionals
to Polymorphism" refactoring. (Shlomif)
- Removed the languages hash which was completely unused. (Shlomif)
- Converted the parsing routines to be methods of XML::RSS to increase
modularity. XML::RSS no longer inherits from XML::Parser. (Shlomif)
- Extracted several methods from the parsing stage. (Shlomif)
- Added a regression test to
https://rt.cpan.org/Ticket/Display.html?id=24742 (Shlomif)
- Tweaked the Makefile.PL Test::Run integration according to:
http://www.nntp.perl.org/group/perl.qa/2006/11/msg7400.html
(Shlomif)
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
There is no compelling reason for a Java API to manipulate XML to be
complex, tricky, unintuitive, or a pain in the neck. JDOM[TM] is both
Java-centric and Java-optimized. It behaves like Java, it uses Java
collections, it is completely natural API for current Java developers,
and it provides a low-cost entry point for using XML.
While JDOM interoperates well with existing standards such as the Simple
API for XML (SAX) and the Document Object Model (DOM), it is not an
abstraction layer or enhancement to those APIs. Rather, it provides a
robust, light-weight means of reading and writing XML data without the
complex and memory-consumptive options that current API offerings
provide.
From changelog:
04-Sep-2007
diffstat 1.45
add "-b" option (Debian #379380, patch by Greg Norris).
26-Aug-2007
diffstat 1.44
add a check for default-diff output, e.g., "diff foo bar|diffstat",
which has no "diff" command in the output for diffstat to guess that
a diff is beginning.
add a check after completing a chunk for unified diff to ensure that
the next line either begins another chunk for the diff, or starts
another diff, e.g., a context diff (report by Adrian Bunk).
add configure options for leak-checking valgrind, etc.
use install-sh rather than install.sh
updated config.guess and config.sub
updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS CF_MSG_LOG
CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.
Markdown's syntax is designed not as a generic markup language,
but specifically to serve as a front-end to (X)HTML. You can use
span-level HTML tags anywhere in a Markdown document, and you can
use block level HTML tags (like <div> and <table> as well).
2.18 Aug 15 2007
- Non-unique key attribute values now trigger a warning (or a fatal
error in strict mode) rather than silently discarding data (patch
from Daniel Baysinger)
2.17 Aug 02 2007
- Added parse_string(), parse_file() and parse_fh() methods
- Added default_config_file(), and build_simple_tree() hook methods
- Tweak to implementation of exporting (patch from Stuart Moore)
- Documented hook methods
- Fixed test suite race condition (RT#28603 from Andreas J. König)
including ParserDetails.ini statically in PLIST we put it in an example
directory (can you call an empty file an example? :-) and let
CONF_FILES take care of copying it to the correct place.
This way "pkg_admin check" will not report an incorrect checksum.
Emacs Muse is an authoring and publishing environment for Emacs. It
simplifies the process of writings documents and publishing them to
various output formats.
Emacs Muse consists of two main parts: an enhanced text-mode for
authoring documents and navigating within Muse projects, and a set of
publishing styles for generating different kinds of output.
updated to latest version by me:
Hunspell is the default spell checker of OpenOffice.org office suite
and expectant spell checker of Mozilla Firefox and Thunderbird.
Main features:
* Unicode support.
* Conditional and multiple affixes for languages with rich morphology.
* Extended compound word support.
* Morphological analysis (in custom item and arrangement style).
* Hunspell is based on MySpell and works also with MySpell dictionaries.
* GPL/LGPL/MPL tri-license