From d55daf0fc49a53f5bc3ff35b7fa1c1c7ce628835 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 10:07:19 +0000 Subject: =?UTF-8?q?-=20Patch=20#557792=20by=20G=C3=A1bor=20Hojtsy:=20creat?= =?UTF-8?q?ed=20'web=20services'=20category.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/blogapi/blogapi.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index b17c36b9d..857ddae62 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -14,7 +14,7 @@ function blogapi_help($path, $arg) { case 'admin/help#blogapi': $output = '

' . t("The Blog API module allows your site's users to access and post to their blogs from external blogging clients. External blogging clients are available for a wide range of desktop operating systems, and generally provide a feature-rich graphical environment for creating and editing posts.") . '

'; $output .= '

' . t('Ecto, a blogging client available for both Mac OS X and Microsoft Windows, can be used with Blog API. Blog API also supports Blogger API, MetaWeblog API, and most of the Movable Type API. Blogging clients and other services (e.g. Flickr\'s "post to blog") that support these APIs may also be compatible.', array('@ecto-link' => url('http://infinite-sushi.com/software/ecto/'), '@blogger-api' => url('http://www.blogger.com/developers/api/1_docs/'), '@metaweblog-api' => url('http://www.xmlrpc.com/metaWeblogApi'), '@movabletype-api' => url('http://www.movabletype.org/docs/mtmanual_programmatic.html'), '@flickr' => url('http://www.flickr.com'))) . '

'; - $output .= '

' . t('Select the content types available to external clients on the Blog API settings page. If supported and available, each content type will be displayed as a separate "blog" by the external client.', array('@blogapi-settings' => url('admin/settings/blogapi'))) . '

'; + $output .= '

' . t('Select the content types available to external clients on the Blog API settings page. If supported and available, each content type will be displayed as a separate "blog" by the external client.', array('@blogapi-settings' => url('admin/config/services/blogapi'))) . '

'; $output .= '

' . t('For more information, see the online handbook entry for Blog API module.', array('@blogapi' => url('http://drupal.org/handbook/modules/blogapi/'))) . '

'; return $output; } @@ -821,7 +821,7 @@ function blogapi_menu() { 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); - $items['admin/settings/blogapi'] = array( + $items['admin/config/services/blogapi'] = array( 'title' => 'Blog API', 'description' => 'Configure the content types available to external blogging clients.', 'page callback' => 'drupal_get_form', -- cgit v1.2.3