Quote:
Originally Posted by CyberSEO
Actually the core part of CyberSEO is available as a GPL product here: http://wordpress.org/extend/plugins/cybersyn. For example, there you can find the source code of the RSS parser which was written from the scratch and does not use any 3rd-party GPL libraries like SimplePie or Magpie RSS as some other popular RSS aggregators do (e.g. FeedWordPress, WP-o-Matic etc).
|
i already see it using wp code from the first few lines
get_option
update_option
are all part of wp settings api
and other gpl bits
remove_filter
term_exists
wp_set_post_cats
add_action
wp_insert_post
also using the $wpdb class