aboutsummaryrefslogtreecommitdiff
path: root/scm/dictrans.scm
AgeCommit message (Collapse)AuthorFiles
2018-09-16Upgrade gintSergey Poznyakoff1
2015-01-10Switch to guile-www-2.38Sergey Poznyakoff1
* am/guile.m4: Remove. * Makefile.am (install-html): Fix generation of symlinks * configure.ac: Fall back to info prefix, if guile-config info bindir returns empty string. * data/db.struct: Minor change * data/pl/Makefile.am: Add missing silent rule markers * data/ru/Makefile.am: Likewise. * scm/dictrans.scm: Call setlocale. * scm/neatrans.scm: Likewise. * scm/verbop.scm: Likewise. * src/cgi-bin/conj.scm4: Call setlocale. Use cgi:value-u8 instead of cgi:value-u8. * src/cgi-bin/dict.scm4: Likewise. * src/cgi-bin/nea.scm4: Likewise. * src/ellinika/cgi.scm4 (cgi-script-name) (cgi-server-hostname,cgi-server-protocol-name) (cgi-server-protocol-version): Define in CGI mode. (cgi:value-u8): New public function. * src/ellinika/i18n.scm: Conditionally use syncase.
2015-01-06Update for Guile 2.0Sergey Poznyakoff1
* .gitmodules: New file * gint: New module. * Makefile.am (ACLOCAL_AMFLAGS, SUBDIRS): Add gint * autogen.sh: Create a placeholder for ChangeLog. * configure.ac: Add gint. * scm/Makefile.am: Add silent rule magic. * src/cgi-bin/Makefile.am: Likewise. * src/ellinika/Makefile.am: Likewise. * xml/Makefile.am: Likewise. * scm/dictrans.scm: Load (ice-9 syncase) only for Guile 1.x * scm/neatrans.scm: Likewise. * src/ellinika/conjugator.scm: Likewise. * src/ellinika/elmorph.c (elstr)<phoneme_count,nsyl>: Change type to size_t. * xml/pl/Makefile.am: Force UTF-8 locale when building html. Add silent rule magic. * xml/ru/Makefile.am: Likewise. * xml/uk/Makefile.am: Likewise.
2010-03-09Update for newer Gamma.Sergey Poznyakoff1
* scm/dictrans.scm: Use Gamma 1.99 syntax. * scm/neatrans.scm: Likewise. * src/ellinika/dico.scm: Likewise. * src/cgi-bin/dict.scm4: Likewise. * src/cgi-bin/nea.scm4: Likewise. * src/ellinika/cgi.scm4 (sql-iface) (sql-host,sql-port,sql-database) (sql-username,sql-password): Remove reexports. (ellinika-sql-connection): New reexport. * src/ellinika/config.scm4 (sql-iface) (sql-host,sql-port,sql-database) (sql-username,sql-password): Remove variables. (ellinika-sql-connection): New variable. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@541 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* scm/dictrans.scm (insert-node): Fix inserts into links table.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@510 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* scm/dictrans.scm: Allow to call without arguments if --cleanupSergey Poznyakoff1
option is given. * configure.ac (AC_CONFIG_FILES): Add data/pl/Makefile * data/*.xml: Move to data/ru * data/Makefile.am: Rewrite: * data/ru: New directory * data/pl: New directory * data/pl/Makefile.am: New file. * data/pl/setup.xml: New file. * data/pl/0.xml: New file. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@507 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-01Relicense under GPLv3+Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@479 941c8c0f-9102-463b-b60b-cd22ce0e6858
2006-03-18Update to match new db structureSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@370 941c8c0f-9102-463b-b60b-cd22ce0e6858
2006-03-17(DICT): Mandatory attribute LANG.Sergey Poznyakoff1
(update-stat): Rewrite to match new table structure. (check-node,insert-node): Take destination language code as 3rd argument. All callers changed. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@363 941c8c0f-9102-463b-b60b-cd22ce0e6858
2005-03-29Set utf8 mode (for mysql >= 4.1.10)Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@320 941c8c0f-9102-463b-b60b-cd22ce0e6858
2005-02-13(current-article-set): Handle case when p-article is #f, i.e. after <P ↵Sergey Poznyakoff1
ID="">..</P>. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@304 941c8c0f-9102-463b-b60b-cd22ce0e6858
2005-02-09(insert-categories): New function. FillsSergey Poznyakoff1
category table. (CLASS,D,TD): New tags (check-node): Bail out if the topic is not declared. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@293 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-14(cleanup-db): Cleanup locus tableSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@243 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-13#:topic was handled incorrectly. Improved --help outputSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@238 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-13Added INCLUDE support.Sergey Poznyakoff1
Diagnose duplicate entries. Fixed bug in NODE. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@234 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-12Exit if --check was givenSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@227 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-12Improve compatibility with dict.cgiSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@226 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-12UpdatedSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@219 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-12Use (gamma sql)Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@214 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-08Moved to /scmSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@200 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-08Mostly finished :^)Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@198 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-07Dictionary parserSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@195 941c8c0f-9102-463b-b60b-cd22ce0e6858

Return to:

Send suggestions and report system problems to the System administrator.