-
hartig committed revision 63 to the Triplify SVN repository, changing 1 files.
2009-12-15 19:47:37 UTC by hartig
-
For our work developing http://jiscpress.org/ we've written a Triplify configuration script for the Wordpress Multi-User platform and an accompanying plugin which upload blog triples to the Talis Platform however we've hit a road block.
Basically the plugin relies on Triplify caching the triples however currently Triplify gives the filename of each cache and MD5 of $_SERVER['REQUEST_URI']...
2009-12-15 16:41:51 UTC by nobody
-
More precisely, one can use this in the config file :
$triplify['db'] = new PDO('pgsql:host=127.0.0.1;dbname=db_name', 'db_user', 'db_pwd');
But there are still things like :
$triplify['db']->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, false);
Hope this helps.
2009-11-18 17:39:15 UTC by olberger
-
There ain't much to do to use triplify with PostgreSQL, but the base version contains MySQL specifics that prevent using it directly with postgresql.
2009-11-18 17:35:44 UTC by olberger
-
seebi made 2 file-release changes.
2009-10-30 18:38:01 UTC by seebi
-
seebi committed revision 62 to the Triplify SVN repository, changing 2 files.
2009-10-30 18:30:48 UTC by seebi
-
ok, this is fixed in revision 61.
2009-10-30 18:27:53 UTC by seebi
-
hi roug, these rules are very simple and rewite all requests to index.php.
you can look into .htaccess to check them out ...
2009-10-30 18:19:54 UTC by seebi
-
seebi committed revision 61 to the Triplify SVN repository, changing 1 files.
2009-10-30 17:05:33 UTC by seebi
-
seebi committed revision 60 to the Triplify SVN repository, changing 1 files.
2009-10-30 16:42:53 UTC by seebi