| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
curly braces)
|
| |
|
|
|
|
| |
allow cleaner v1 & v2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
using ruby-dbi
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(after all, is usually more interesting than concordance file)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
html promo
html promo, possibility of use of adsense, or other
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version bump
copyright file uses (debian) machine parsable format
use:
* Copyright: (C) 1997 - 2009 Ralph Amissah All Rights Reserved.
to mean:
* Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009 Ralph Amissah All Rights Reserved.
CHANGELOG updated and minor version bump 0.70.5
|
| |
|
| |
|
|
|
|
| |
workaround)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
at present)
sqlite fix, change ruby driver used to populate sisu sqlite3 db to rb sqlite3
for the time being. Use rb sqlite3 driver directly rather (than more convenient
when working) rb dbi interface to populate content. Used to bypass problems
with rb dbi sqlite3 interface noted in sisu 0.66.2 (2008-04-25) and 0.66.3
(2008-05-11) that have have persisted (apparently worked at end 2007 (v.0.62.4)
and start of 2008 (v.0.64.0)
* sqlite dropall, fix
* fix to auto-generated sqlite cgi script sample, only works if at least one
existing populated sisu sqlite database is found during the generation process
|
|
|
|
|
|
|
|
|
|
| |
for sqlite3, (unable to begin and commit transaction) provide explicit message
problem noted already in v.0.66.2 (2008-04) and last in v.0.66.3 (2008-05)
module (& rb dbi) apparently worked at end 2007 (v.0.62.4) and start of 2008
(v.0.64.0) ... (did not expect broken state to last, sorry)
include maintenance mode info with -M flag
|
| |
|
| |
|
| |
|
|
|
|
|
| |
likely bug introduced: fb1e1bf0cb8a2202eda1ab254b01b997df60a6db
(with comment: metadata, variable renaming (requires testing))
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
metadata, variable renaming (dropped use of dc_ to signify dublin core metadata
as is subset of what is used and cumbersome to identify) - testing required
manpage minor touch
|
|
|
|
|
|
| |
additional metadata fields
css minor touch
help minor info touch
|
| |
|
| |
|
| |
|
|
|
|
| |
bug in tex-live, no doubt temporary
|
| |
|
|
|
|
|
| |
[note sql module not yet updated to include topic_register, as requires
recreation of all sisu db(s)]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* sisu markup, additional header and new format rule:
* @creator: / @author: header field, introduced author name format rules
for more usable metadata harvesting: surname comma other names, additional
authors separated by semi-colon
* param added meta-tag, @topic_register: formatting topic levels are
separated from sub-levels by a colon, a semi-colon separates main topics
if there are multiple topics at lowest sub-level, a pipe can be used to
create multiple headings
* harvest module, harvests metadata from document set currently extracts: (i)
authors and their writings from document set; (ii) topics and associated
writings from document set (topics use topic_register header). harvest
(when run against documents common to a directory of a site) extracts
metadata and organises the documents on a site by author and topic
information provided (there is a new "topic_register" header, with
formatting rules similar to those of the book index), results are placed in
[output_path]/sisu_site_metadata.
sisu --harvest *.sst
* by author (see change in param @creator: / @author: header field)
* by topic / subject index (see addition in param of @topic_register:
header field)
initially there should be an example samples here:
http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html
http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html
together with update markup source files
The authors and their writings list will be made to take on a more
biblographical form, with the use of additional fields as required.
(concept example, suitable for medium sized sites [to remove size
constraint: implement SQL equivalent]) make feature more robust
* css, for harvest output added
* remote placement of sisu_site_metadata (output produced by metadata harvest)
* sisu markup, update document samples accordingly
* tidy copyright marks in program headers, remove repetition of dates
[version bump because formatting rule introduced to author / creator header -
where new site metadata harvest feature is used, (at present changes changes
should not be noticed except when using metadata harvest)]
|
|
|
|
|
| |
opened to run with ruby1.9, (however not all used libraries ported on system)
continue to use ruby1.8 series >= ruby1.8.4
|