[tellico] /: Update documentation for using python scripts
Robby Stephenson
null at kde.org
Tue Jan 30 12:38:34 UTC 2018
Git commit 898f2f532d9e7ba3a630f0190f0ceb80deea1677 by Robby Stephenson.
Committed on 16/01/2018 at 01:43.
Pushed by rstephenson into branch 'master'.
Update documentation for using python scripts
M +1 -1 doc/configuration.docbook
M +0 -4 src/translators/griffithimporter.h
https://commits.kde.org/tellico/898f2f532d9e7ba3a630f0190f0ceb80deea1677
diff --git a/doc/configuration.docbook b/doc/configuration.docbook
index 6691db7c..5f84d710 100644
--- a/doc/configuration.docbook
+++ b/doc/configuration.docbook
@@ -436,7 +436,7 @@ from <ulink url="http://amazon.com">Amazon.com</ulink> may include an image, suc
As an easier way for &appname; to integrate with third-party plugins, external scripts or applications may be used as an interface for searching other information sources. &appname; will execute a command, and pass the search terms as command-line options.
</para>
-<para>Some scripts are distributed with &appname; itself. <ulink url="http://www.allocine.fr">Allocine.fr</ulink> is an French website for movies. The <ulink url="http://www.mcu.es">Spanish Ministry of Culture</ulink> is an online Spanish book database. <ulink url="http://darkhorse.com">Dark Horse Comics</ulink> is a comic book publisher. All three of those data sources require <ulink url="http://python.org">Python</ulink>. <ulink url="http://boardgamegeek.com">BoardGameGeek</ulink> is a website with extensive data for board games, and the script requires <ulink url="http://www.ruby-lang.org">ruby</ulink>.
+<para>Some scripts are distributed with &appname; itself. <ulink url="http://python.org">Python</ulink> is required to search <ulink url="http://darkhorse.com">Dark Horse Comics</ulink>, a comic book publisher, for example.
</para>
<screenshot>
diff --git a/src/translators/griffithimporter.h b/src/translators/griffithimporter.h
index 97cb7ca5..b25fd3ac 100644
--- a/src/translators/griffithimporter.h
+++ b/src/translators/griffithimporter.h
@@ -33,10 +33,6 @@ namespace Tellico {
/**
* An importer for importing collections used by Griffith, a movie collection manager.
*
- * Unless the XML file is passed to the constructor, the database is assumed to be
- * $HOME/.griffith/griffith.db. The file format is sqlite3,
- * and a python script, depending on pysqlite, is used to import the database
- *
* @author Robby Stephenson
*/
class GriffithImporter : public XSLTImporter {
More information about the kde-doc-english
mailing list