From 675b113c3e03cf1917b2a731c21fe82b5f1f2b2b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 6 May 2012 21:43:50 -0400 Subject: Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime --- docs/CMakeLists.txt | 2 +- docs/XMLRPC/XMLRPC | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 8525ecc64..082b1da0e 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -9,7 +9,7 @@ if(WIN32) endif(IN_SOURCE) set(DOCS Changes Changes.conf DEFCON FAQ INSTALL LANGUAGE MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) install(FILES ${DOCS} - DESTINATION docs + DESTINATION ${DOC_DIR} ) set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${CMAKE_CURRENT_BINARY_DIR}/README.txt") endif(WIN32) diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC index f710f1502..a183af097 100644 --- a/docs/XMLRPC/XMLRPC +++ b/docs/XMLRPC/XMLRPC @@ -17,9 +17,9 @@ channel - Takes one parameter, a channel name, and returns real time information user - Takes one parameter, a user name, and returns real time information regarding that user. -XMLRPC was designed to be used with db_mysql, and will not return any information that can be pulled from the SQL +XMLRPC was designed to be used with db_sql, and will not return any information that can be pulled from the SQL database, such as accounts and registered channel information. It is instead used for pulling realtime data such -as users and channels currently onlive. For examples on how to use these calls in PHP, see xmlrpc.php in docs/XMLRPC. +as users and channels currently online. For examples on how to use these calls in PHP, see xmlrpc.php in docs/XMLRPC. Also note that the parameter named "id" is reserved for query ID. If you pass a query to Anope containing a value for id. it will be stored by Anope and the same id will be passed back in the result. -- cgit