aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-02-28Update ChangeLognamazu_searchSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/branches/namazu_search@535 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-02-28Add experimental Namazu setup.Sergey Poznyakoff17
* .htaccess.in (NAMAZURC, NAMAZU_LANG_TRANS): New enviroment settings. * namazu/patches/NAMAZU_LANG_TRANS.patch: New file. * namazu/template/NMZ.tips.uk: New file. * namazu/template/NMZ.result.normal.pl: New file. * namazu/template/NMZ.head.uk: New file. * namazu/template/NMZ.foot.pl: New file. * namazu/template/NMZ.result.normal.uk: New file. * namazu/template/NMZ.foot.uk: New file. * namazu/template/NMZ.result.short.pl: New file. * namazu/template/NMZ.body.pl: New file. * namazu/template/NMZ.tips.pl: New file. * namazu/template/NMZ.result.short.uk: New file. * namazu/template/NMZ.head.pl: New file. * namazu/template/NMZ.body.uk: New file. * namazu/nmz.css: New file. * namazu/po/pl.po: New file. * xml/lingua.conf.in (SEARCH): Add Namazu invocation. git-svn-id: file:///home/puszcza/svnroot/ellinika/branches/namazu_search@534 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-02-28New branch for fiddling with Namazu search engine.Sergey Poznyakoff0
git-svn-id: file:///home/puszcza/svnroot/ellinika/branches/namazu_search@533 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-02-28Add missing files.Sergey Poznyakoff2
* html-files/dot.htaccess * html-files/Makefile.am git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@532 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-02-28Actually remove disp.html and index.scml. Fix svn:ignoreSergey Poznyakoff2
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@531 941c8c0f-9102-463b-b60b-cd22ce0e6858
2010-02-28Improve language selection support + change appearance a bit.Sergey Poznyakoff10
* .htaccess.in: Use type-map to handle automatic language selection. * style.css (div.contentpanel): Set vertical align. (div.navbar > img): New selector. Center the Parthenon image. (ul.menu): Change navigation menu appearance. * configure.ac: Require autoconf 2.63 (AC_CONFIG_FILES): Add html-files/Makefile * Makefile.am (SUBDIRS): Add html-files . (html_DATA, EXTRA_DIST): Reflect changes to the root directory. * index.html: New file. * maint.html: Rewrite as a type-map. * disp.html, index.scml: Remove. * html-files/pl/maint.html: New file. * html-files/ru/maint.html: New file. * html-files/uk/maint.html: New file. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@530 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-09-23Minor changeSergey Poznyakoff2
* 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 Poznyakoff2
* 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-22Update svn:ignore propertySergey Poznyakoff0
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@527 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-22Add svn:ignore propertySergey Poznyakoff0
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@526 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-22Move cgi-bin and ellinika to src.Sergey Poznyakoff13
* 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
2008-06-21* ellinika/i18n.scm (_): New syntax.Sergey Poznyakoff4
* cgi-bin/dict.scm4 (gamma gettext): Remove. Use (ellinika i18n). * data/pl/setup.xml: Fix copy-n-paste error. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@524 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-21* ellinika/dico.scm4: Rename to dico.scm. There is no use toSergey Poznyakoff3
expand anything. Load path should be set by external means. * ellinika/dico.scm: Register "suffix" strategy. * ellinika/Makefile.am: Remove dico.scm rule. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@523 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-20Minor changes.Sergey Poznyakoff3
* ellinika/dico.scm4 (catch-sql-failure, ignore-sql-failure): Remove. Use sql-catch-failure and sql-ignore-failure from Gamma, instead. * cgi-bin/dict.scm4: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@522 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-17Remove gamma gettextSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@521 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-17Fix define-moduleSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@520 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-17Update svn:ignoreSergey Poznyakoff0
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@519 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-17Move the Dico module to modules.Sergey Poznyakoff4
* cgi-bin/dico-ellinika.scm4: Move to ... * ellinika/dico.scm4: ... here. * ellinika/Makefile.am (guile_DATA): Add dico.scm (dico.scm): New rule. * cgi-bin/Makefile.am: (EXTRA_SCRIPTS): Remove. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@518 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-17Rewrite dico-ellinika as a module.Sergey Poznyakoff5
* ellinika/cgi.scm4: Use (ellinika config) and re-export its public symbols. (base-dir, html-dir, sysconf-dir, locale-path, sql-iface) (sql-host, sql-port, sql-database, sql-username, sql-password) (config-file-name): Remove. Symbols defined in config.scm (ellinika-cgi-init): Call ellinika-config-setup. * ellinika/Makefile.am (guile_DATA): Add config.scm. (config.scm): New rule. * ellinika/config.scm4: New file. * cgi-bin/dico-ellinika.scm4: Rewrite as a module. Use (ellinika config), instead of cgi. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@517 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-16UpdateSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@516 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-16(dico-ellinika-init): New function.Sergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@515 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-14* cgi-bin/dico-ellinika.scm4 (output): Initial support for antonymSergey Poznyakoff2
and synonym (xref) dictionaries. (close-module, descr, info, define-word, match-word): Remove name argument to synchronize with 7ac6330 of Dico. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@514 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* cgi-bin/dico-ellinika.scm4 Sergey Poznyakoff2
(match-exact,match-prefix,match-suffix,match-extnd-regex) (match-default): Show only entries that have articles in the required target language. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@513 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01BugfixSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@512 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* cgi-bin/dico-ellinika.scm4 (target-language): Remove global.Sergey Poznyakoff2
Store target language in the database handler. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@511 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* scm/dictrans.scm (insert-node): Fix inserts into links table.Sergey Poznyakoff2
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@510 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01Add data/Makefile.amSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@509 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01Update svn:dataSergey Poznyakoff0
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@508 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-06-01* scm/dictrans.scm: Allow to call without arguments if --cleanupSergey Poznyakoff24
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
2008-05-31* xml/pl/istoria.xml: Fix an open tag.Sergey Poznyakoff3
* cgi-bin/dico-ellinika.scm4: Fix info and descr, pass target language as an argument to open_module. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@506 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-05-29Improve dico module.Sergey Poznyakoff3
* cgi-bin/dico-ellinika.scm4: Implement define, match and output methods. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@505 941c8c0f-9102-463b-b60b-cd22ce0e6858
2008-05-28* cgi-bin/dico-ellinika.scm4: New file. A database driver forSergey Poznyakoff2
Dico. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@504 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-12-26* cgi-bin/dict.scm4 (fuzzy-search): Use quotient.Sergey Poznyakoff3
* cgi-bin/nea.scm4: Use ice-9 rdelim. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@503 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-12-26UpdateSergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@502 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-22UpdateSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@501 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-16UpdateSergey Poznyakoff2
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@500 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-15UpdateSergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@499 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-13Minor fixSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@498 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-11* style.css (notready): Set maximum widthSergey Poznyakoff5
* xml/uk/tonos.xml, xml/uk/istoria.xml: Add local copyright statements. * xml/pl/istoria.xml: Begin git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@497 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-09UpdateSergey Poznyakoff4
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@496 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-09* xml/lingua.conf.in (FOOTER): New elementSergey Poznyakoff5
* xml/pl/ellinika.xml, xml/pl/arithmi.xml, xml/pl/rhmata.xml: Update git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@495 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-08XHTML 1.0Sergey Poznyakoff5
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@494 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-08* configure.ac (SCRIPT_DIR): Initialize to relative directorySergey Poznyakoff7
name. * .htaccess.in: Remove hardcoded directory name. * style.css: Update for XHTML 1.0 * xml/lingua.conf.in: Use TARGET_DIR where appropriate * xml/ru/arithmi.xml, xml/pl/arithmi.xml: Minor fixes. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@493 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-07UpdateSergey Poznyakoff4
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@492 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-07Htdig does not support UTF-8, so drop it and use Google search instead.Sergey Poznyakoff6
Hopefully will switch to Swis once it is mature enough. * graphics/google.png: New file. * xml/uk/ellinika.xml: Remove htdig pages. * xml/ru/ellinika.xml: Likewise * xml/pl/ellinika.xml: Likewise * xml/lingua.conf.in: (SEARCH): Use Google search. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@491 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-01Fix typoSergey Poznyakoff1
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@487 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-01Use lowercase <a>Sergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@483 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-10-01Relicense under GPLv3+Sergey Poznyakoff28
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@479 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-09-30Flush .cvsignore filesSergey Poznyakoff12
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@478 941c8c0f-9102-463b-b60b-cd22ce0e6858
2007-09-30UpdateSergey Poznyakoff3
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@477 941c8c0f-9102-463b-b60b-cd22ce0e6858

Return to:

Send suggestions and report system problems to the System administrator.