Sunday, June 26, 2011

Blogger Importer module 快速上手

[Quick hands on Blogger Importer module]
blogger_importer module
requires "drupal querypath module" and "php QueryPath library"

drupal querypath module
http://drupal.org/project/querypath
php QueryPath library
http://querypath.org/
download php QueryPath library
https://github.com/technosophos/querypath


QueryPath is a library for searching and manipulating HTML and XML documents. It's like jQuery for PHP. See http://querypath.org for more information.
...
To use QueryPath as a standard PHP library, simply put it somewhere PHP can see it and include QueryPath/QueryPath.php (that's in src/ in the full distro).
...』
  • Put querypath module at
    sites/all/modules/querypath
  • then put/replace QueryPath php library at
    sites/all/modules/querypath/QueryPath
  • enable querypath module
  • enable blogger_importer module
  • Administer :: Content management :: Blogger Importer

...



No comments: