963 <div align="right"><a href="#top">Up</a></div> |
963 <div align="right"><a href="#top">Up</a></div> |
964 <hr /> |
964 <hr /> |
965 <hr /> |
965 <hr /> |
966 <a NAME="registerPlugin" ID="registerPlugin"></a> |
966 <a NAME="registerPlugin" ID="registerPlugin"></a> |
967 <h2>registerPlugin</h2> |
967 <h2>registerPlugin</h2> |
968 <b>registerPlugin</b>(<i>name, short, description, url, author, version, filename, status, category, </i>) |
968 <b>registerPlugin</b>(<i>_name, _short, _description, url, _author, _version, _filename, _status, _category, </i>) |
969 <p> |
969 <p> |
970 Method to register a plug-in's data. |
970 Method to register a plug-in's data. |
971 </p> |
971 </p> |
972 |
972 |
973 <dl> |
973 <dl> |
974 |
974 |
975 <dt><i>name</i> (str)</dt> |
975 <dt><i>_name</i> (str)</dt> |
976 <dd> |
976 <dd> |
977 data for the name field |
977 data for the name field (unused) |
978 </dd> |
978 </dd> |
979 <dt><i>short</i> (str)</dt> |
979 <dt><i>_short</i> (str)</dt> |
980 <dd> |
980 <dd> |
981 data for the short field |
981 data for the short field (unused) |
982 </dd> |
982 </dd> |
983 <dt><i>description</i> (list of str)</dt> |
983 <dt><i>_description</i> (list of str)</dt> |
984 <dd> |
984 <dd> |
985 data for the description field |
985 data for the description field (unused) |
986 </dd> |
986 </dd> |
987 <dt><i>url</i> (str)</dt> |
987 <dt><i>url</i> (str)</dt> |
988 <dd> |
988 <dd> |
989 data for the url field |
989 data for the url field |
990 </dd> |
990 </dd> |
991 <dt><i>author</i> (str)</dt> |
991 <dt><i>_author</i> (str)</dt> |
992 <dd> |
992 <dd> |
993 data for the author field |
993 data for the author field (unused) |
994 </dd> |
994 </dd> |
995 <dt><i>version</i> (str)</dt> |
995 <dt><i>_version</i> (str)</dt> |
996 <dd> |
996 <dd> |
997 data for the version field |
997 data for the version field (unused) |
998 </dd> |
998 </dd> |
999 <dt><i>filename</i> (str)</dt> |
999 <dt><i>_filename</i> (str)</dt> |
1000 <dd> |
1000 <dd> |
1001 data for the filename field |
1001 data for the filename field (unused) |
1002 </dd> |
1002 </dd> |
1003 <dt><i>status</i> (str)</dt> |
1003 <dt><i>_status</i> (str)</dt> |
1004 <dd> |
1004 <dd> |
1005 status of the plugin (one of stable, unstable, unknown) |
1005 status of the plugin (one of stable, unstable, unknown) (unused) |
1006 </dd> |
1006 </dd> |
1007 <dt><i>category</i> (str)</dt> |
1007 <dt><i>_category</i> (str)</dt> |
1008 <dd> |
1008 <dd> |
1009 category designation of the plugin |
1009 category designation of the plugin (unused) |
1010 </dd> |
1010 </dd> |
1011 </dl> |
1011 </dl> |
1012 <div align="right"><a href="#top">Up</a></div> |
1012 <div align="right"><a href="#top">Up</a></div> |
1013 <hr /> |
1013 <hr /> |
1014 </body></html> |
1014 </body></html> |