From 580262ac4c590ab0f5310d83101c09a263964ff5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 8 Oct 2006 21:45:43 +0000 Subject: Update git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@467 941c8c0f-9102-463b-b60b-cd22ce0e6858 --- .cvsignore | 2 +- ChangeLog | 23 +++++++++++++++++++++++ cgi-bin/.cvsignore | 7 +++++-- ellinika/.cvsignore | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2094880..e485c10 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,9 +6,9 @@ db *.tar.gz Makefile.in Makefile -scripts autom4te.cache aclocal.m4 +build-aux configure config.h.in stamp-h1 diff --git a/ChangeLog b/ChangeLog index 18a4bfc..1690157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2006-10-09 Sergey Poznyakoff + + * cgi-bin/dict.scm4: New file + * cgi-bin/dict.cgi.in: Remove + * cgi-bin/nea.scm4: New file + * cgi-bin/nea.cgi.in: Remove + * ellinika/cgi.scm4: New file + * ellinika/cgi.scmi: Remove + * configure.ac: Use build-aux as an aux dir + New option --enable-cgi + * style.css (input): New rule + * cgi-bin/Makefile.am: Allow to build both interpreted (using + mod-guile) and CGI version of the scripts. + * ellinika/Makefile.am: Likewise. + * xml/Makefile.am (conf.sed): Define SCRIPT_DIR and SCRIPT_SUFFIX + * xml/lingua.conf.in (DIRECTORY CGIBIN): Configurable + (DICT): New element + (install-nea): New macro + * xml/nea.scm: Remove + * xml/pl/ellinika.xml, xml/ru/ellinika.xml, xml/uk/ellinika.xml: + Inline (install-nea) instead of loading ../nea.scm + * .cvsignore, cgi-bin/.cvsignore, ellinika/.cvsignore: Update + 2006-04-18 Sergey Poznyakoff * style.css, xml/pl/profora.xml, xml/ru/profora.xml, diff --git a/cgi-bin/.cvsignore b/cgi-bin/.cvsignore index 742190a..1828d7b 100644 --- a/cgi-bin/.cvsignore +++ b/cgi-bin/.cvsignore @@ -1,6 +1,9 @@ -Makefile.in -Makefile .deps +Makefile +Makefile.in dict.cgi +dict.m4 +dict.scm dict.sed nea.cgi +nea.scm diff --git a/ellinika/.cvsignore b/ellinika/.cvsignore index 4f01817..e091c11 100644 --- a/ellinika/.cvsignore +++ b/ellinika/.cvsignore @@ -1,4 +1,4 @@ Makefile Makefile.in cgi.scm -cgi.sed +cgi.m4 -- cgit v1.2.1