I got an answer from the developer
Answer
Mambo is Open Source Content Management System ▷
http://www.mamboserver.com/.
Requirements:
Glossword 1.6.4-beta (September 10, 2004) or newer
Mambo 4.5 (july 26, 2004) or newer
Instructions:
Create file ‘/mambo/components/com_glossword/glossword.php’ with the following contents:
/mambo/components/com_glossword/glossword.php
<?php
/**
* Glossword integration with Mambo
*/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$tmp['this_dir'] = getcwd();
chdir('components/com_glossword');
include_once('index.php');
chdir($tmp['this_dir']);
mysql_select_db($mosConfig_db);
?>
Apply SQL-query to Mambo database:
SQL
INSERT INTO mos_components (name, link, `option`, iscore) VALUES ('Glossword', 'option=com_glossword', 'com_glossword', 0);
Log in to Mambo, create new menu:
Menu Manager → Main Menu → Add Menu Item → Component → type `Glossword'
Upload contents of Glossword package to ‘/mambo/components/com_glossword’.
Install Glossword
‘
http://domain.tld/mambo/components/c...l/install.php’
Make changes:
/mambo/components/com_glossword/db_config.php
$sys['server_dir'] = '/dev/mambo/components/com_glossword';
$sys['server_url'] = 'http://domain.tld/mambo';
/mambo/components/com_glossword/inc/config.inc.php
$sys['path_tpl'] = 'templates';
$sys['path_tpl_v'] = 'templates';
$sys['ar_url_append'] = array('option' => 'com_glossword');
/mambo/components/com_glossword/inc/lib.prepend.php
$sys['page_index'] = $sys['server_dir'] .'/../../index.php';
/mambo/components/com_glossword/templates/*/header.html
/* Remove everything from `<?xml' to `<body>' */
{block:counters}
/mambo/components/com_glossword/templates/*/footer.html
/* Remove `</body></html>' */
/mambo/components/com_glossword/templates/*/footer_inside.html
/* Remove `</body></html>' */
Glossword administration interface:
‘
http://domain.tld/mambo/components/c.../gw_admin.php’
Uncovered problems:
CSS-styles. You need to adjust font sizes in Glossword CSS-styles.
HTML-templates. Documents will be not XHTML 1.1 Valid untill you did not modify Mambo templates.
Last updated
3 november 2004
Creation date
10 october 2004
Author
Dmitry N. Shilnikov