Tuesday 31 May 2011

Apache modules

Using phpinfo a list of apache modules installed on readynas

  • core
  • mod_authz_host
  • mod_authz_user
  • mod_auth_basic
  • mod_include
  • mod_log_config
  • mod_logio
  • mod_env
  • mod_expire
  • s mod_headers
  • mod_setenvif
  • mod_ssl
  • prefork
  • http_core
  • mod_mime
  • mod_dav
  • mod_status
  • mod_autoindex
  • mod_cgi
  • mod_dav_fs
  • mod_negotiation
  • mod_dir
  • mod_alias
  • mod_rewrite
  • mod_so
  • mod_perl
  • mod_perl mod_auth_pam
  • mod_auth_sys_group
  • mod_apreq2
  • mod_listhandler
  • mod_php5 
Sadly not mod_proxy so trying these build instructions
(found this nice piece on the NETGEAR ReadyNAS Pro 6-Bay) disks

Updated existDb to 1.4.1dev-rev14490-20110522

Saturday 28 May 2011

Apache

 For readynas apache /etc/frontview/apache/http.conf 
RewriteEngine on
RewriteRule ^/sparql/.*$ http://google.com
RewriteRule ^/$ /website [R,L]
Discovered Readynas is using PAM

For later notes on using dojo builder

Thursday 26 May 2011

Installs

Updated ubuntu eclipse to 3.6.2 Helios, largely to try XQDT

And Fuseki 0.2.0

Tuesday 24 May 2011

places

more refactoring, calendar store no longer hard coded.

Image data is stored in data/images.json
exif2json.xpl creates data/images.json
exif2json.xpl uses data/exif.xml

{"thumb": "../images/kerala2009/Resized/IMG_1727.jpg",
"large": "../images/kerala2009/IMG_1727.jpg",
"link": "../images/kerala2009/IMG_1727.jpg",
"camera": "Canon DIGITAL IXUS 65",
"date": "2009:08:30 10:20:03",
"pixelX": 457,
"pixelY": 421,
"latitude": 9.967708,
"longitude": 76.241639} 
Searching for triples 
looking to use open providence.
  • Artifact
  • Process
  • Agent
and ontology-enrichment and fuseki

 img2xml.xpl creates data/meta.xml
 img2xml.xpl uses c:\saxon\meta.bat




Sunday 15 May 2011

progress on places

refactored folder structure a little. Using rsync to  deploy.