net7 / talia
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
fe0c6f1
tree 4805ae2bb601ded1a74c1dd70b4128c674b75290
parent 7f81e93abe43db8bc36549103d8fba9a054ac0da parent 176ad4c409d94c7028e01d2ef25c7437d6f89fb0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README.rdoc | ||
| |
Rakefile | Thu Apr 10 09:09:20 -0700 2008 | |
| |
app/ | ||
| |
build_script.sh | Thu Aug 02 02:52:37 -0700 2007 | |
| |
config/ | ||
| |
customization_files/ | ||
| |
db/ | ||
| |
doc/ | Thu Feb 14 06:41:44 -0800 2008 | |
| |
fetch-jruby.sh | Tue Dec 02 10:21:19 -0800 2008 | |
| |
languages/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
ontologies/ | ||
| |
public/ | ||
| |
script/ | ||
| |
svn-commit.tmp | Tue Oct 16 02:12:18 -0700 2007 | |
| |
talia.sh | ||
| |
talia_core.log | Mon Nov 12 09:37:03 -0800 2007 | |
| |
talia_import.xsd | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ | ||
| |
xslt/ |
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/
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.

