diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-12-16 00:34:26 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-12-16 00:34:26 -0500 | 
| commit | 8f66f0869cf91b5163bbc67e2f80056501b34415 (patch) | |
| tree | e4ce7e4ed9628a84ccc33655f22cfbe2ded0294f | |
| parent | manpage, help include: sisu --harvest *.ss[tm] (diff) | |
minor touches
| -rw-r--r-- | lib/sisu/v0/db_create.rb | 2 | ||||
| -rw-r--r-- | lib/sisu/v0/defaults.rb | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/lib/sisu/v0/db_create.rb b/lib/sisu/v0/db_create.rb index df1e91df..627019be 100644 --- a/lib/sisu/v0/db_create.rb +++ b/lib/sisu/v0/db_create.rb @@ -327,6 +327,8 @@ module SiSU_DB_create            IS 'document subtitle';          COMMENT ON COLUMN metadata.creator            IS 'metadata creator (dublin core element 2)'; +        COMMENT ON COLUMN metadata.author +          IS 'metadata author (dublin core element 2)';          COMMENT ON COLUMN metadata.illustrator            IS 'metadata illustrator';          COMMENT ON COLUMN metadata.translator diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 07958e9b..6ccd0ef9 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -1690,7 +1690,7 @@ ODF (OpenDocument), LaTeX, PDF, SQL (PostgreSQL and SQLite), and  for search</title>  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />  <meta name="dc.title" content="SiSU information Structuring Universe, Structured information Serialised Units, #{@date.year_static}" /> -<meta name="dc.creator" content="Ralph Amissah" /> +<meta name="dc.author" content="Ralph Amissah" />  <meta name="dc.subject" content=  "document structuring, ebook, publishing, PDF, LaTeX, XML, ODF, SQL, postgresql, sqlite, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, granular search, digital library" />  <meta name="dc.publisher" content= | 
