Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 94339991388f50355f840ec1654ef38ff2ee23c7
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 18:47:03 2009 -0700

    updating changelog

commit f69ed6ae46138961f1b50ddbcd2b80496cfd4a05
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 18:46:23 2009 -0700

    updating readme

commit c92bf4ec0197d8bef0c9ed0ff2dd10f5ae9f38b8
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 18:44:30 2009 -0700

    cleaning up manifest

commit 33b7ff52e478fec95e4562fd112b67672775d3dd
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 18:42:38 2009 -0700

    removing hpricot compat layer

commit d7a62bcc4adbb53aac7499e1d6d5bda07d32a059
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 18:15:55 2009 -0700

    cleaning up tests

commit d58ddb222cb49884823dce4798ef67425c06d8f4
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 17:57:08 2009 -0700

    removing test

commit 336eb89e17369b740de976b44fcbe4bc5b025869
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Wed Oct 14 17:54:47 2009 -0700

    removing unused test
  • Loading branch information
tenderlove committed Oct 15, 2009
1 parent ceb00ef commit 888b667
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 11,413 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
Expand Up @@ -33,6 +33,10 @@
* Fixed SEGV when adding an XML::Document to NodeSet
* XML::SyntaxError can be duplicated. GH #148

* Deprecations

* Hpricot compatibility layer removed

=== 1.3.3 / 2009/07/26

* New Features
Expand Down
20 changes: 0 additions & 20 deletions Manifest.txt
Expand Up @@ -82,11 +82,6 @@ lib/nokogiri/css/syntax_error.rb
lib/nokogiri/css/tokenizer.rb
lib/nokogiri/css/tokenizer.rex
lib/nokogiri/css/xpath_visitor.rb
lib/nokogiri/decorators.rb
lib/nokogiri/decorators/hpricot.rb
lib/nokogiri/decorators/hpricot/node.rb
lib/nokogiri/decorators/hpricot/node_set.rb
lib/nokogiri/decorators/hpricot/xpath_visitor.rb
lib/nokogiri/decorators/slop.rb
lib/nokogiri/ffi/html/document.rb
lib/nokogiri/ffi/html/element_description.rb
Expand Down Expand Up @@ -148,7 +143,6 @@ lib/nokogiri/ffi/xml/text.rb
lib/nokogiri/ffi/xml/xpath.rb
lib/nokogiri/ffi/xml/xpath_context.rb
lib/nokogiri/ffi/xslt/stylesheet.rb
lib/nokogiri/hpricot.rb
lib/nokogiri/html.rb
lib/nokogiri/html/builder.rb
lib/nokogiri/html/document.rb
Expand Down Expand Up @@ -223,20 +217,6 @@ test/files/staff.xslt
test/files/tlm.html
test/files/valid_bar.xml
test/helper.rb
test/hpricot/files/basic.xhtml
test/hpricot/files/boingboing.html
test/hpricot/files/cy0.html
test/hpricot/files/immob.html
test/hpricot/files/pace_application.html
test/hpricot/files/tenderlove.html
test/hpricot/files/uswebgen.html
test/hpricot/files/utf8.html
test/hpricot/files/week9.html
test/hpricot/files/why.xml
test/hpricot/load_files.rb
test/hpricot/test_parser.rb
test/hpricot/test_preserved.rb
test/hpricot/test_xml.rb
test/html/sax/test_parser.rb
test/html/sax/test_parser_context.rb
test/html/test_builder.rb
Expand Down
2 changes: 0 additions & 2 deletions README.ja.rdoc
Expand Up @@ -26,8 +26,6 @@ XML/HTMLの高速な解析と探索検索、ならびにCSS3セレクタとXPath

* http://gist.github.com/24605

また、NokogiriはHpricot互換の特徴を持ち、CSSやXPathも簡単に取り扱うことが出来ます。

== SUPPORT:

Nokogiriのメーリングリスト:
Expand Down
4 changes: 0 additions & 4 deletions README.rdoc
Expand Up @@ -19,7 +19,6 @@ enough of it.
* XPath support for document searching
* CSS3 selector support for document searching
* XML/HTML builder
* Drop in replacement for Hpricot (though not bug for bug)

Nokogiri parses and searches XML/HTML very quickly, and also has
correctly implemented CSS3 selector support as well as XPath support.
Expand All @@ -28,9 +27,6 @@ Here is a speed test:

* http://gist.github.com/24605

Nokogiri also features an Hpricot compatibility layer to help ease the change
to using correct CSS and XPath.

== SUPPORT:

The Nokogiri {mailing list}[http://groups.google.com/group/nokogiri-talk]
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri.rb
Expand Up @@ -20,7 +20,7 @@
require 'nokogiri/xml'
require 'nokogiri/xslt'
require 'nokogiri/html'
require 'nokogiri/decorators'
require 'nokogiri/decorators/slop'
require 'nokogiri/css'
require 'nokogiri/html/builder'
require 'nokogiri/hpricot'
Expand Down
2 changes: 0 additions & 2 deletions lib/nokogiri/decorators.rb

This file was deleted.

3 changes: 0 additions & 3 deletions lib/nokogiri/decorators/hpricot.rb

This file was deleted.

56 changes: 0 additions & 56 deletions lib/nokogiri/decorators/hpricot/node.rb

This file was deleted.

54 changes: 0 additions & 54 deletions lib/nokogiri/decorators/hpricot/node_set.rb

This file was deleted.

30 changes: 0 additions & 30 deletions lib/nokogiri/decorators/hpricot/xpath_visitor.rb

This file was deleted.

92 changes: 0 additions & 92 deletions lib/nokogiri/hpricot.rb

This file was deleted.

17 changes: 0 additions & 17 deletions test/hpricot/files/basic.xhtml

This file was deleted.

0 comments on commit 888b667

Please sign in to comment.