Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Based on PR#44867 by Olaf 'Rhialto' Seibert.
A Python package to parse and build CSS Cascading Style Sheets.
Querying a parsed stylesheet on a given document or element is planned for a
future release, for now see the example examples/style.py.
|
|
|
|
Packaged by David H. Gutteridge and submitted via PR#44877.
This module implements the Brew edit distance that is very close to the
dynamic programming technique used for the Wagner-Fischer (and so for
the Levenshtein) edit distance. The difference here is that you have
separated costs for the DELetion and INSertion operations (but with the
default to 1 for both, you obtain the Levenshtein edit distance). But
the most interesting feature is that you can obtain the description of
the edits needed to transform the first string into the second one (not
vice versa: here DELetions are separated from INSertions).
|
|
* improvements
* add threshold parameter to suggest command.
* add limit parameter to suggest HTTP server.
* grnest: support stop with SIGINT.
* fixes
* fix bug if multiple database are opened and at one of it is closed,
related plugins will be also closed. #894
* fix wrong output for --with-default-encoding from configure --help.
* fix typo in tutorial.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
(it should be into split package).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Parses valid and invalid HTML documents to a tree
* Support for minidom, ElementTree (including cElementTree and lxml.etree),
BeautifulSoup (deprecated) and custom simpletree output formats
* DOM to SAX converter
* Reports parse errors
* Character encoding detection
* Filtering and serializing of trees
* HTML+CSS sanitizer
* Many unit tests
|
|
|
|
Not known.
|
|
* Added eu.xml and gl.xml to SOURCES.
* Fixed bug when context was lost due to usage of xsl:key
Changes 1.76.0:
* Apply patch to support named destination in fop1.xsl.
* Remove the namespace mistakingly added with the last upload.
|
|
* Fix a typo in the require statement for code128 barcodes.
* Numerous modules are now only loaded when they're needed, which should help
speed up the load time and reduce the memory footprint.
* Test coverage is up to about 45% of the codebase.
Changes 2.018:
* The tests in 2.017 exposed a floating point issue where some computers give
more trailing zeros than others. It doesn't affect the output, but it does
break the tests on those computers, since the PDFs are slightly different.
This version modifies the float() method to remove trailing zeros, which
should fix the test breakage and give consistent PDFs.
Changes 2.017:
* The DejaVu fonts have been removed from the distribution, since they were
only used by one example script. If you need them for your project, you can
download them from http://dejavu-fonts.org
* Fix: Content->bogen() didn't behave as documented if $move was set (it
started drawing from the center of the circle rather than [x1, y1]).
* The undocumented nettfont method has been removed, along with the supporting
PDF::API2::Resource::Font::neTrueType module.
* The undocumented save_xml method has been removed, along with the supporting
functions in PDF::API2::Basic::*.
* The undocumented textstate2 method has been removed from PDF::API2::Content.
* Fix create_egs call in Lite.pm
* Fix string interpolation in pdf-merge.pl
* Fix an error in the synopsis
* Fix rename of .cmap files so that they actually work now.
* The test suite has grown to nearly 200 tests, covering about 40% of the
codebase. There's still plenty of room for improvement.
|
|
Bug-fix release.
We are happy to release Python-Markdown 2.0, which has been over a year in the
making. We have rewritten significant portions of the code, dramatically
extending the extension API, increased performance, and added numerous
extensions to the distribution (including an extension that mimics PHP Markdown
Extra), all while maintaining backward compatibility with the end user API in
version 1.7.
|
|
Avoids failure when source tree is 444, as it is with CVSREAD=t.
|
|
|
|
gronnga is an open-source filltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
|
|
|
|
Swath is a general-purpose utility to workaround the lack of such capability
in applications. It analyzes the given Thai text by consulting a Thai word
list for word boundaries, before outputting the same text with the predefined
word delimitors inserted.
It can read many kinds of input, including plain text and structured documents
like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega
typesetter kernel).
|
|
* Fix compile bug with some compilers on 64 bit.
Changes 1.16.33:
* Build: Fix prototype/definition mismatch in libwww.cpp with some compilers
(e.g. Solaris).
* Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris).
Changes 1.16.32:
* Windows Abyss server: properly handle wait for connection.
Changes 1.16.31:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
Content-type header from client.
|
|
Wordlist fixes, I guess :)
|
|
|
|
PREFIX issue differently.
|
|
The earlier libroff, libmdoc, and libman soup have been merged into
a single library, libmandoc, which manages all aspects of parsing
real manuals (from line-handling to tbl parsing).
Beyond this structural change, initial eqn functionality is in
place. For the time being, this is limited to the recognition of
equation blocks; future version of mdocml will expand upon this
framework.
As usual, many general fixes and improvements have also occured.
In particular, a great deal of redundancy and superfluous code has
been removed with the merging of the backend libraries.
|
|
|
|
|
|
|
|
|
|
|
|
NAIST-jdic is Japanese Morphological Dictionary, succession of IPAdic but
it is licensed under modified BSD license.
This is the dictionary for MeCab.
|
|
2011-01-24 (1.5.1)
* Made rake-compiler build a fat binary gem. This should fix issue
https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
* Included Java source codes for the Jruby extension made by Daniel Luz
<dev@mernen.com>.
* Output full exception message of deep_const_get to aid debugging.
* Fixed an issue with ruby 1.9 Module#const_defined? method, that was
reported by Riley Goodside.
|
|
2011-01-24 (1.5.1)
* Made rake-compiler build a fat binary gem. This should fix issue
https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
* Included Java source codes for the Jruby extension made by Daniel Luz
<dev@mernen.com>.
* Output full exception message of deep_const_get to aid debugging.
* Fixed an issue with ruby 1.9 Module#const_defined? method, that was
reported by Riley Goodside.
|
|
* Fix wrong generation of directives of static methods in autosummary.
* Import PIL as ``from PIL import Image``.
* Fix longtables with captions in LaTeX output.
* Make token references work as hyperlinks again in LaTeX output.
* Show warnings by default when reference labels cannot be found.
* Include line number when complaining about missing reference
targets in nitpicky mode.
* Fix inline display of graphviz diagrams in LaTeX output.
* Build using app.build() in setup command.
* Fix a bug in the inheritance diagram exception that caused base
classes to be skipped if one of them is a builtin.
* Fix general index links for C++ domain objects.
* Make admonition boundaries in LaTeX output visible.
* Fix KeyErrors occurring on rebuild after removing a file.
* Fix a traceback when removing files with globbed toctrees.
* If an autodoc object cannot be imported, always re-read the
document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
of the import error.
* Fix a bug where the removal of download files and images wasn't
noticed.
* Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output.
* Fix lookup of class attribute documentation on descriptors
so that comment documentation now works.
* Fix traceback with ``only`` directives preceded by targets.
* Fix tracebacks occurring for duplicate C++ domain objects.
* Fix JavaScript domain links to objects with ``$`` in their name.
|
|
* built documentation is no longer part of release.
Changes 2.5.4:
* Fixed extensions not loading properly with overlays.
* Work around a bug in cpython for the debugger that causes segfaults
on 64bit big-endian architectures.
Changes 2.5.3:
* fixed an operator precedence error introduced in 2.5.2. Statements
like "-foo.bar" had their implicit parentheses applied around the
first part of the expression ("(-foo).bar") instead of the more
correct "-(foo.bar)".
Changes 2.5.2:
* improved setup.py script to better work with assumptions people
might still have from it (``--with-speedups``).
* fixed a packaging error that excluded the new debug support.
|
|
|
|
Should fix build on DragonFly as reported in PR pkg/44757 by F. Tigeot.
|
|
|
|
|
|
|
|
changes: fixes for issues:
-invalid text in XML declaration causes sanitizer to crash
-sanitization can be bypassed by malformed XML comments
-sanitizer doesn't strip unsafe URI schemes
-add test target
|
|
|