public
Description: The Talia Digital Collection software
Homepage: http://net7sviluppo.com/trac/talia/
Clone URL: git://github.com/net7/talia.git
talia /
name age message
file .gitignore Mon Oct 05 10:04:40 -0700 2009 New revision with working XML import backend [averell23]
file .gitmodules Tue Sep 22 06:42:46 -0700 2009 Merge commit 'origin/discovery' into optimizati... [averell23]
file .gitmodules.developer Tue Sep 22 07:22:55 -0700 2009 Fixed developer module file [averell23]
file README.rdoc Mon Oct 05 10:04:40 -0700 2009 New revision with working XML import backend [averell23]
file Rakefile Mon Oct 05 10:04:40 -0700 2009 New revision with working XML import backend [averell23]
directory app/ Mon Dec 14 07:05:39 -0800 2009 added iip backlink [danilogiacomi]
file build_script.sh Thu Aug 02 02:52:37 -0700 2007 Fixed build script git-svn-id: http://svn.tali... [root]
directory config/ Mon Nov 09 01:45:41 -0800 2009 Implementation of Europeana metadata format. [tofani]
directory customization_files/ Thu Oct 29 10:11:44 -0700 2009 merged origin/optimization [danilogiacomi]
directory db/ Tue Sep 22 06:42:46 -0700 2009 Merge commit 'origin/discovery' into optimizati... [averell23]
directory doc/ Thu Feb 14 06:41:44 -0800 2008 Updated import test files to allow automatic up... [averell23]
file fetch-jruby.sh Wed Jul 29 01:14:49 -0700 2009 New jruby version and download script [averell23]
directory jobs/ Mon Oct 05 10:04:40 -0700 2009 New revision with working XML import backend [averell23]
directory languages/ Fri Jun 19 04:55:55 -0700 2009 Don't load the tag cloud when show a single key... [jodosha]
directory lib/ Mon Nov 30 08:55:00 -0800 2009 removed the limit for oai result [danilogiacomi]
directory log/ Wed Apr 01 08:46:16 -0700 2009 Changed gitignore to ensure that log/tmp dirs a... [averell23]
directory ontologies/ Sat Nov 28 08:14:19 -0800 2009 Update support for Europeana [tofani]
directory public/ Tue Dec 01 09:38:58 -0800 2009 new iip flash client [danilogiacomi]
directory script/ Wed Jan 28 01:47:37 -0800 2009 Introducing AssetsPackager git-svn-id: http://... [jodosha]
file svn-commit.tmp Tue Oct 16 02:12:18 -0700 2007 First merge of prototype UI and code. git-svn-... [averell23]
file talia.sh Wed Jul 29 01:14:49 -0700 2009 New jruby version and download script [averell23]
file talia_import.xsd Wed May 27 03:36:08 -0700 2009 Fixed some of the import XSD [averell23]
directory test/ Mon Oct 05 10:04:40 -0700 2009 New revision with working XML import backend [averell23]
directory tmp/ Wed Apr 01 08:46:16 -0700 2009 Changed gitignore to ensure that log/tmp dirs a... [averell23]
directory vendor/ Wed Oct 07 02:53:03 -0700 2009 New core version [averell23]
directory xslt/ Sat Sep 19 01:47:29 -0700 2009 modified the thumb_link helper to make the imag... [danilogiacomi]
README.rdoc

TaliaCore

This is the "core" of the Talia semantic digital web library system. Talia can be used with Ruby on Rails, or as a standalone package.

More documentation can be found on the Talia website: trac.talia.discovery-project.eu/

You may also want to consult the API documentation at net7.github.com/talia/

Installation

If you have the Talia files on your sytem, you’re almost there. For now, please consult the web page for installation instructions.

Configuration

When you’re in Rails, you can start Talia in the environment.rb, using the TaliaCore::Initializer - if you’re building a standalone application, it’s almost the same (although you’ll have to use standalone_db=yes to configure ActiveRecord manually)

There are some sample configuration files in the distribution:

  • talia_core.yml - This file contains the main configuration.
  • database.yml - Standalon Db configuration. Same format as for Rails.
  • rdfstore.yml - RDF storage configuration.

The default configuration (talia_core.yml) will use the database.yml and rdfstore.yml to configure the data storage. See the example filme for an explanation of the options. The database configuration will only be used if you are running Talia standalone; otherwise you must use RAILS’ existing database connection.

The options for the RDF store vary depending on the store that you have selected, but some examples are provideed.

DB Migrations

Importing data