aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFiles
2011-06-04Add missing copyright statements.Sergey Poznyakoff4
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@559 941c8c0f-9102-463b-b60b-cd22ce0e6858
2011-06-04Implement new morphological functions. Move elmorph to scm/ellinikaSergey Poznyakoff8
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@554 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-06-27More fixed to accomodate Dico 2.0.90Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@551 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-06-27Changes in Scheme.Sergey Poznyakoff2
* src/ellinika/dico.scm (match-selector): Update to work with Dico 2.0.90 * src/cgi-bin/nea.scm4: Use (ellinika i18n git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@550 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-03-22Re-do element alignment in a cleaner way.Sergey Poznyakoff2
* style.css (h1,h2,h3,h4): Align to center. (td.top-link,td.prev-link,td.next-link): New selectors for bottom menu. (table.align-center): New selector. (table.frame,table.noframe): Remove margins and display settings. * xml/uk/ellinika.xml: Add copyright year. * xml/ru/ellinika.xml: Likewise. * xml/pl/ellinika.xml: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@543 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-03-15Update sql-error-handler definitions. Sergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@542 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-03-09Update for newer Gamma.Sergey Poznyakoff5
* 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-09-23Minor changeSergey Poznyakoff1
* src/ellinika/dico.scm (open-module): Minor change for Dico 1.99.96 git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@529 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-22Implement levenshtein, basic regex, and general-purpose selector matches.Sergey Poznyakoff1
* src/ellinika/dico.scm: Implement matching using strategy selectors. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@528 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-22Move cgi-bin and ellinika to src.Sergey Poznyakoff10
* src: New dir * src/Makefile.am: New file. * cgi-bin, ellinika: Move to src. * configure.ac: Reflect the above changes. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@525 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-08RemovedSergey Poznyakoff13
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@205 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-07Reverted accidentally applied changesSergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@197 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-10-07Dictionary parserSergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@195 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-09-28UpdatedSergey Poznyakoff2
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@174 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-27(cleanup_db): Purge pending_linksSergey Poznyakoff1
(main): Properly handle --cleanup. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@167 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-23(main): BugfixSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@165 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-22Added copyleft headerSergey Poznyakoff5
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@163 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-22Include config.hSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@162 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-22(main): Switched to getopt_long.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@161 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-21UpdatedSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@159 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-21(sql_num_tuples): New (kludgy) function.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@158 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-21Use pending_links for resolving antonym and cross-reference links.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@157 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-19Reflect changes to the database structure.Sergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@145 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-18Minor formatting changesSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@137 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-13UpdatedSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@122 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-13Update call to parse(). New command lineSergey Poznyakoff1
options: -I passes include dir to m4, -m sets full path to m4 binary (update_stat): Updated stat table. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@120 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-13Hande LINE statementSergey Poznyakoff1
(make_m4_args,yywrap,set_location): New functions (open_input): Preprocess sources using m4 git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@119 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-06-13(parse): Change declarationSergey Poznyakoff1
(yyerror): file_name can be NULL git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@118 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08RemovedSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@32 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08New fileSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@30 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08New fileSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@28 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08Translate iota+tremaSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@23 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08 Include "gram.h" instead of "y.tab.h"Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@22 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-03-08RemovedSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@21 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-17Bugfix: initialize count.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@16 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-17(sql_connect): Allow for sql_host==NULLSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@15 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-17Allow to specify topics covering several dictionary nodes.Sergey Poznyakoff4
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@14 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-15If hostname begins with a slash, treat it as a path to UNIX socketSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@11 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-15(emit_node) BugfixSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@8 941c8c0f-9102-463b-b60b-cd22ce0e6858
2004-02-13Initial revisionSergey Poznyakoff12
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@2 941c8c0f-9102-463b-b60b-cd22ce0e6858

Return to:

Send suggestions and report system problems to the System administrator.