Collection.
Ack is designed as a replacement for 99% of the uses of grep. Ack
is intelligent about the files it searches and the directories trees
it should not descend into.
Nokogiri parses and searches XML/HTML very quickly, and also has correctly
implemented CSS3 selector support as well as XPath support.
Features:
* XPath support for document searching
* CSS3 selector support for document searching
* XML/HTML builder
* Drop in replacement for Hpricot (though not bug for bug)
since 20090107:
- new words
- on systems without ispell one can use "make AFFIX_EXPANDER=aspell foo" to
build dictionaries that need affix expansion to be built
Upstream changes:
* 2.2.13 Haml
Allow users to specify :encoding => "ascii-8bit" even for templates
that include non-ASCII byte sequences. This makes Haml templates
not crash when given non-ASCII input that’s marked as having an
ASCII encoding.
Fixed an incompatibility with Hpricot 0.8.2, which is used for
html2haml.
* 2.2.13 Sass
There were no changes made to Sass between versions 2.2.12 and
2.2.13.
* 2.2.12 Haml
There were no changes made to Haml between versions 2.2.11 and
2.2.12.
* 2.2.12 Sass
Fix a stupid bug introduced in 2.2.11 that broke the Sass Rails
plugin.
* 2.2.11 Haml
Fixed a bug with XSS protection where HTML escaping would raise an
error if passed a non-string value. Note that this doesn’t affect
any HTML escaping when XSS protection is disabled.
Fixed a bug in outer-whitespace nuking where whitespace-only Ruby
strings blocked whitespace nuking beyond them.
Use ensure to protect the resetting of the Haml output buffer against
exceptions that are raised within the compiled Haml code.
Fix an error line-numbering bug that appeared if an error was thrown
within loud script (=). This is not the best solution, as it disables
a few optimizations, but it shouldn’t have too much effect and the
optimizations will hopefully be re-enabled in version 2.4.
Don’t crash if the plugin skeleton is installed and rake gems:install
is run.
Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0.
Instead abstract this out as Haml::Util.rails_root. This changes
makes Haml fully compatible with edge Rails as of this writing.
* 2.2.11 Sass
Added a note to errors on properties that could be pseudo-classes
(e.g. :focus) indicating that they should be backslash-escaped.
Automatically interpret properties that could be pseudo-classes as
such if :property_syntax is set to :new.
Fixed css2sass’s generation of pseudo-classes so that they’re
backslash-escaped.
Don’t crash if the Haml plugin skeleton is installed and rake
gems:install is run.
Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0.
Instead abstract this out as Haml::Util.rails_root. This changes
makes Haml fully compatible with edge Rails as of this writing.
Make use of a Rails callback rather than a monkeypatch to check for
stylesheet updates in Rails 3.0+.
version 1.000029)
Pkgsrc changes:
- Adjust dependencies.
- Don't override Module::Install as extensions are bundled by upstream
Upstream changes:
1.0.29 2009-10-28T15:19:26
- Note Test::Differences is needed for tests to run (RT#50918)
- Change build_requires to test_requires in Makefile.PL where
appropriate.
1.0.28 2009-10-27T14:28:12
- Fix MANIFEST.skip to avoid extraneous crap in the distribution.
1.0.27 2009-10-25T19:13:47
- Change to perl style version numbers (from 3 part versions) to
avoid depndency confusion with Text::MultiMarkdown
1.0.26 2009-10-04T00:37:00
- Minor POD changes (typos, wrapping)
- Added note about and test for output always ending in exactly one newline (dandv)
- Fix RT#48943 + tests (genehack)
- Support for optionally interpreting markdown in HTML block elements
using the markdown="1" attribute (GitHub issue #1; dandv)
epubpreflight is a tool for checking ePub files. It does not do
validation, that is the role of the epubcheck tool. The epubpreflight
tool is intended to check the things that are not mentioned in the
EPUB spec, but that could be issues in one environment or another.
The things that epubpreflight currently gives errors for are:
* Content files that are empty.
* Content files that are over 300KB.
* Image files that are empty.
* Image files that are over 10MB.
It doesn't yet check the stylesheets.
MobiPerl is a collection of tools for generating and manipulating
MobiPocket files written in Perl.
MobiPerl currently consists of the following Perl programs:
* html2mobi - Convert HTML file to a MobiPocket file.
* opf2mobi - Convert an opf file structure to a MobiPocket file.
* lit2mobi - Convert a lit file to a MobiPocket file.
* mobi2html - Explode a DRM free MobiPocket file.
* mobi2mobi - Manipulate meta data for a MobiPocket file.
* mobils - An "ls" program for MobiPocket files.
Since no official documentation for the MobiPocket is available
there might be some mistakes in the generation of the MobiPocket
files. It seems to work but there might be remaining bugs. So always
keep your original files so you can repeat the conversion if
necessary.
This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.
This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.
Pkgsrc changes:
- none
Changes since version 3.08:
===========================
Add support for an index (TOC) in the XHTML output from David E.
Wheeler.
Add strip_verbatim_indent() from David E. Wheeler.
Added the "nocase" option to PullParser's get_title(),
get_version(), get_description(), and get_author() methods. This
allows one to fetch the contents of those sections regardless of
the case of the labels (e.g., "NAME" and "Name" and "name" are all
valid). Graham Barr.
Added the search_class() accessor to Pod::Simple::HTMLBatch.
David E. Wheeler.
XHTML output now properly encodes entities in all places, not just
in verbatim blocks and code spans. David E. Wheeler.
Fixed XHTML to output definition lists when it should, rather than
(broken) unordered lists. David E. Wheeler.
Fixed XHTML so that multiparagraph list items work correctly.
David E. Wheeler.
Fixed XHTML ordered list output so that it does not include the
number specified in the POD in the output. This is on a par with
out the HTML output works. David E. Wheeler.
Applied URL patch from Leon Brocard for The Perl Journal archives.
Fixed test failures with older versions of HTML::Entities (RT #43903
from Salvador Tercia).
Changed CSS files generated by HTMLBatch to be no more than 8.3
characters long. (RT #40450 from Renee Baecker)
Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML.
(RT #49615 from Chas Owens.)
Fixed a bug in Pod::Simple::HTML where a definition term item with
no corresponding definition item would be output with no closing
</a></dt>. (RT # 37107 from Kevin Ryde).
Added entity handling for numeric entities to Pod::Simple::XHTML,
following perlpod specification.
A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>")
is now properly parsed as text and entities instead of a tag
embedded in a tag. This is in compliance with `perldoc perlpod`
(RT #12239 from Michael Schwern).
Thanks to David E. Wheeler for applying patches, resolving bugs,
and generally getting ready for the release.
iso-codes 3.11.1
----------------
Tobias Quathamer <toddy@debian.org>
Sun, 1 November 2009
[ ISO 639 translations ]
* Polish by Jakub Bogusz (TP)
* Finnish by Tommi Vainikainen (TP)
* Indonesian by Andhika Padmawan (TP)
* Slovenian by Primož Peterlin (TP)
[ ISO 639-3 translations ]
* New Punjabi by A S Alam (TP)
[ ISO 3166 translations ]
* Portuguese by Miguel Figueiredo
[ ISO 3166-2 translations ]
* Polish by Jakub Bogusz (TP)
* Danish by Joe Hansen (TP)
[ ISO 15924 translations ]
* Indonesian by Andhika Padmawan (TP)
* The resolve_entities option did not work in the incremental feed
parser.
* Looking up and deleting attributes without a namespace could hit a
namespaced attribute of the same name instead.
* Late errors during calls to SubElement() (e.g. attribute related
ones) could leave a partially initialised element in the tree.
* Modifying trees that contain parsed entity references could result
in an infinite loop.
* ObjectifiedElement.__setattr__ created an empty-string child
element when the attribute value was rejected as a non-unicode/
non-ascii string
* Syntax errors in lxml.cssselect could result in misleading error
messages.
* Invalid syntax in CSS expressions could lead to an infinite loop
in the parser of lxml.cssselect.
* CSS special character escapes were not properly handled in
lxml.cssselect.
* CSS Unicode escapes were not properly decoded in lxml.cssselect.
* Select options in HTML forms that had no explicit value attribute
were not handled correctly. The HTML standard dictates that their
value is defined by their text content. This is now supported by
lxml.html.
* XPath raised a TypeError when finding CDATA sections. This is now
fully supported.
* Calling help(lxml.objectify) didn't work at the prompt.
* The ElementMaker in lxml.objectify no longer defines the default
namespaces when annotation is disabled.
* Feed parser failed to honout the 'recover' option on parse errors.
* Diverting the error logging to Python's logging system was broken.
Require setuptools-0.6c11 as it fails at least with newer Python 2.6
otherwise.