Skip to content

Commit

Permalink
modernize project metadata and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Jun 28, 2010
1 parent 847f781 commit 8f9d6b2
Show file tree
Hide file tree
Showing 55 changed files with 235 additions and 1,846 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nbproject
pkg
nbproject
16 changes: 0 additions & 16 deletions .reap

This file was deleted.

4 changes: 0 additions & 4 deletions .roll

This file was deleted.

2 changes: 2 additions & 0 deletions .root/loadpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib
ext/libxml
File renamed without changes.
2 changes: 2 additions & 0 deletions CHANGES → HISTORY.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= Release History

== 1.1.3 / 2009-03-18 Charlie Savage

* Improve performance 10 to 20% by turning on libxml2's dictionary
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Copyright (c) 2008-2009 Charlie Savage and contributors
Copyright (c) 2002-2007 Sean Chittenden and contributors
Copyright (c) 2001 Wai-Sun "Squidster" Chia
Expand Down
265 changes: 129 additions & 136 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,172 +1,165 @@
# -x doc -x pkg -x work
ChangeLog
LICENSE
README
Rakefile
TODO
ext
ext/libxml
ext/libxml/Makefile
ext/libxml/cbg.c
ext/libxml/cbg.o
ext/libxml/extconf.h
#!mast -x doc/libxml-ruby/rdoc -i .gitignore ext doc lib script test [A-Z]*
ext/libxml/extconf.rb
ext/libxml/libxml.c
ext/libxml/libxml.h
ext/libxml/libxml.o
ext/libxml/libxml.so
ext/libxml/mkmf.log
ext/libxml/ruby_libxml.h
ext/libxml/ruby_xml.c
ext/libxml/ruby_xml.h
ext/libxml/ruby_xml_attr.c
ext/libxml/ruby_xml_attr.h
ext/libxml/ruby_xml_attr.o
ext/libxml/ruby_xml_attr_decl.c
ext/libxml/ruby_xml_attr_decl.h
ext/libxml/ruby_xml_attributes.c
ext/libxml/ruby_xml_attributes.h
ext/libxml/ruby_xml_cbg.c
ext/libxml/ruby_xml_document.c
ext/libxml/ruby_xml_document.h
ext/libxml/ruby_xml_document.o
ext/libxml/ruby_xml_dtd.c
ext/libxml/ruby_xml_dtd.h
ext/libxml/ruby_xml_dtd.o
ext/libxml/ruby_xml_encoding.c
ext/libxml/ruby_xml_encoding.h
ext/libxml/ruby_xml_error.c
ext/libxml/ruby_xml_error.h
ext/libxml/ruby_xml_html_parser.c
ext/libxml/ruby_xml_html_parser.h
ext/libxml/ruby_xml_html_parser.o
ext/libxml/ruby_xml_html_parser_context.c
ext/libxml/ruby_xml_html_parser_context.h
ext/libxml/ruby_xml_html_parser_options.c
ext/libxml/ruby_xml_html_parser_options.h
ext/libxml/ruby_xml_input_cbg.c
ext/libxml/ruby_xml_input_cbg.h
ext/libxml/ruby_xml_input_cbg.o
ext/libxml/ruby_xml_io.c
ext/libxml/ruby_xml_io.h
ext/libxml/ruby_xml_namespace.c
ext/libxml/ruby_xml_namespace.h
ext/libxml/ruby_xml_namespaces.c
ext/libxml/ruby_xml_namespaces.h
ext/libxml/ruby_xml_node.c
ext/libxml/ruby_xml_node.h
ext/libxml/ruby_xml_node.o
ext/libxml/ruby_xml_node_set.c
ext/libxml/ruby_xml_node_set.h
ext/libxml/ruby_xml_node_set.o
ext/libxml/ruby_xml_ns.c
ext/libxml/ruby_xml_ns.h
ext/libxml/ruby_xml_ns.o
ext/libxml/ruby_xml_parser.c
ext/libxml/ruby_xml_parser.h
ext/libxml/ruby_xml_parser.o
ext/libxml/ruby_xml_parser_context.c
ext/libxml/ruby_xml_parser_context.h
ext/libxml/ruby_xml_parser_context.o
ext/libxml/ruby_xml_parser_options.c
ext/libxml/ruby_xml_parser_options.h
ext/libxml/ruby_xml_reader.c
ext/libxml/ruby_xml_reader.h
ext/libxml/ruby_xml_reader.o
ext/libxml/ruby_xml_relaxng.c
ext/libxml/ruby_xml_relaxng.h
ext/libxml/ruby_xml_sax2_handler.c
ext/libxml/ruby_xml_sax2_handler.h
ext/libxml/ruby_xml_sax_parser.c
ext/libxml/ruby_xml_sax_parser.h
ext/libxml/ruby_xml_sax_parser.o
ext/libxml/ruby_xml_schema.c
ext/libxml/ruby_xml_schema.h
ext/libxml/ruby_xml_schema.o
ext/libxml/ruby_xml_state.c
ext/libxml/ruby_xml_state.h
ext/libxml/ruby_xml_state.o
ext/libxml/ruby_xml_tree.c
ext/libxml/ruby_xml_tree.h
ext/libxml/ruby_xml_tree.o
ext/libxml/ruby_xml_version.h
ext/libxml/ruby_xml_xinclude.c
ext/libxml/ruby_xml_xinclude.h
ext/libxml/ruby_xml_xinclude.o
ext/libxml/ruby_xml_xpath.c
ext/libxml/ruby_xml_xpath.h
ext/libxml/ruby_xml_xpath.o
ext/libxml/ruby_xml_xpath_context.c
ext/libxml/ruby_xml_xpath_context.h
ext/libxml/ruby_xml_xpath_context.o
ext/libxml/ruby_xml_xpath_expression.c
ext/libxml/ruby_xml_xpath_expression.h
ext/libxml/ruby_xml_xpath_object.c
ext/libxml/ruby_xml_xpath_object.h
ext/libxml/ruby_xml_xpath_object.o
ext/libxml/ruby_xml_xpointer.c
ext/libxml/ruby_xml_xpointer.h
ext/libxml/ruby_xml_xpointer.o
ext/libxml/ruby_xml_xpointer_context.c
ext/libxml/ruby_xml_xpointer_context.h
ext/libxml/ruby_xml_xpointer_context.o
ext/libxml/sax_parser_callbacks.inc
ext/libxml/version.h
lib
ext/mingw/Rakefile
ext/mingw/build.rake
ext/mingw/libiconv-2.dll
ext/mingw/libxml2-2.dll
ext/mingw/libxml_ruby.dll.a
ext/mingw/libxml_ruby.so
ext/vc/libxml_ruby.sln
ext/vc/libxml_ruby_18/libxml_ruby.vcproj
ext/vc/libxml_ruby_19/libxml_ruby_19.vcproj
doc/.htaccess
doc/.rsync-filter
lib/libxml/attr.rb
lib/libxml/attr_decl.rb
lib/libxml/attributes.rb
lib/libxml/document.rb
lib/libxml/error.rb
lib/libxml/hpricot.rb
lib/libxml/html_parser.rb
lib/libxml/namespace.rb
lib/libxml/namespaces.rb
lib/libxml/node.rb
lib/libxml/ns.rb
lib/libxml/parser.rb
lib/libxml/properties.rb
lib/libxml/reader.rb
lib/libxml/sax_callbacks.rb
lib/libxml/sax_parser.rb
lib/libxml/tree.rb
lib/libxml/xpath_object.rb
lib/libxml.rb
lib/xml
lib/xml/libxml.rb
log
log/HISTORY
meta
meta/MANIFEST
meta/config.yaml
meta/libxml.roll
meta/project.yaml
task
task/clobber
task/clobber/distclean
task/clobber/rdoc
task/compile
task/pack
task/pack/gem
task/pack/tgz
task/pack/zip
task/publish
task/rdoc
task/sandbox
task/setup
task/svn
task/svn/log
task/svn/logxml
task/svn/tag
task/test
task/tests
task/tests/general
tests
tests/dtd-test.rb
tests/etc_doc_to_s.rb
tests/ets_copy_bug.rb
tests/ets_copy_bug2.rb
tests/ets_doc_file.rb
tests/ets_doc_to_s.rb
tests/ets_gpx.rb
tests/ets_node_gc.rb
tests/ets_runner.rb
tests/ets_test.xml
tests/ets_tsr.rb
tests/libxml_test.rb
tests/merge_bug.rb
tests/model
tests/model/default_validation_bug.rb
tests/model/merge_bug_data.xml
tests/model/rubynet.xml
tests/model/rubynet_project
tests/model/saxtest.xml
tests/model/simple.xml
tests/model/xinclude.xml
tests/runner.rb
tests/runner_ets.rb
tests/schema-test.rb
tests/tc_xml_document.rb
tests/tc_xml_document_write.rb
tests/tc_xml_document_write2.rb
tests/tc_xml_document_write3.rb
tests/tc_xml_html_parser.rb
tests/tc_xml_node.rb
tests/tc_xml_node2.rb
tests/tc_xml_node3.rb
tests/tc_xml_node4.rb
tests/tc_xml_node5.rb
tests/tc_xml_node6.rb
tests/tc_xml_node7.rb
tests/tc_xml_node8.rb
tests/tc_xml_node9.rb
tests/tc_xml_node_copy.rb
tests/tc_xml_node_set.rb
tests/tc_xml_node_set2.rb
tests/tc_xml_node_text.rb
tests/tc_xml_node_xlink.rb
tests/tc_xml_parser.rb
tests/tc_xml_parser2.rb
tests/tc_xml_parser3.rb
tests/tc_xml_parser4.rb
tests/tc_xml_parser5.rb
tests/tc_xml_parser6.rb
tests/tc_xml_parser7.rb
tests/tc_xml_parser8.rb
tests/tc_xml_parser_context.rb
tests/tc_xml_reader.rb
tests/tc_xml_sax_parser.rb
tests/tc_xml_xinclude.rb
tests/tc_xml_xpath.rb
tests/tc_xml_xpointer.rb
lib/xml.rb
script/benchmark/depixelate
script/benchmark/hamlet.xml
script/benchmark/parsecount
script/benchmark/sock_entries.xml
script/benchmark/throughput
script/test
test/etc_doc_to_s.rb
test/ets_doc_file.rb
test/ets_doc_to_s.rb
test/ets_gpx.rb
test/ets_node_gc.rb
test/ets_test.xml
test/ets_tsr.rb
test/model/atom.xml
test/model/bands.xml
test/model/books.xml
test/model/merge_bug_data.xml
test/model/ruby-lang.html
test/model/rubynet.xml
test/model/rubynet_project
test/model/shiporder.rnc
test/model/shiporder.rng
test/model/shiporder.xml
test/model/shiporder.xsd
test/model/soap.xml
test/model/xinclude.xml
test/tc_attr.rb
test/tc_attr_decl.rb
test/tc_attributes.rb
test/tc_deprecated_require.rb
test/tc_document.rb
test/tc_document_write.rb
test/tc_dtd.rb
test/tc_error.rb
test/tc_html_parser.rb
test/tc_namespace.rb
test/tc_namespaces.rb
test/tc_node.rb
test/tc_node_cdata.rb
test/tc_node_comment.rb
test/tc_node_copy.rb
test/tc_node_edit.rb
test/tc_node_text.rb
test/tc_node_write.rb
test/tc_node_xlink.rb
test/tc_parser.rb
test/tc_parser_context.rb
test/tc_properties.rb
test/tc_reader.rb
test/tc_relaxng.rb
test/tc_sax_parser.rb
test/tc_schema.rb
test/tc_traversal.rb
test/tc_xinclude.rb
test/tc_xml.rb
test/tc_xpath.rb
test/tc_xpath_context.rb
test/tc_xpath_expression.rb
test/tc_xpointer.rb
test/test_suite.rb
Rakefile
HISTORY.rdoc
PROFILE
TODO
LICENSE
README.rdoc
VERSION
33 changes: 33 additions & 0 deletions PROFILE
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
title: LibXML-Ruby
suite: xml4r
summary: Ruby Bindings for GNU/LibXML2
license: MIT
contact: Anurag Priyam <anurag08priyam@gmail.com>
created: 2001-07-01

authors:
- Charlie Savage
- Dan Janwoski <danj@3skel.com>
- Ross Bamform
- Sean Chittenden
- Wai-Sun Chia

description:
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License.
Libxml-ruby's primary advantage over REXML is performance - if speed
is your need, these are good libraries to consider, as demonstrated
by the informal benchmark below.


copyright:
Copyright (c) 2008-2009 Charlie Savage and contributors
Copyright (c) 2002-2007 Sean Chittenden and contributors
Copyright (c) 2001 Wai-Sun "Squidster" Chia

resources:
home: http://xml4r.github.com/libxml-ruby
code: http://github.com/xml4r/libxml-ruby
mail: http://groups.google.com/group/libxml-devel
repo: http://github.com/xml4r/libxml-ruby.git

File renamed without changes.
Loading

0 comments on commit 8f9d6b2

Please sign in to comment.