No commit activity in last 3 years
No release in over 3 years
Gem to check if a site is built with wordpress and get theme informations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Build Status Gem Version Coverage Status

wordpress_theme_finder

Gem to check if a website is built with wordpress and get theme informations.

Requirements

  • Ruby 1.9.3+

Installation

Add it to your Gemfile:

gem 'wordpress_theme_finder'

Then:

bundle

Usage

Call check function of WordpressThemeFinder, param is url.

result = WordpressThemeFinder.check(site_url)

If result is null website is not built with wordpress.

If not null result contains a hash with one ore more of the following keys:

  • Theme Name
  • Theme URI
  • Author
  • Author URI
  • Description
  • Version
  • License
  • License URI
  • Tags
  • Text Domain

Contributing

  1. Fork it ( http://github.com/MirkoMignini/wordpress_theme_finder/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT License. Copyright 2015 by Mirko Mignini (https://github.com/MirkoMignini)