# HG changeset patch # User viric # Date 1333126580 -7200 # Node ID ebbedaa090bedbf2a4456e455db3368371ff69f3 # Parent 2bcc08d0f1d886fe90f96ce9a7e543016cc5e9e4 Adding what I had in the web for zparsetext (akcentiga) diff -r 2bcc08d0f1d8 -r ebbedaa090be web/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/index.html Fri Mar 30 18:56:20 2012 +0200 @@ -0,0 +1,37 @@ + + + +Akcentigi rusan tekston + + + + +[In English] +

Akcentigilo por la rusa lingvo

+ +

Metu tekston en la rusa, kaj Akcentigu ĝin per butonpremo.

+
+
+ + +
+ + +

Instrukcioj

+

La programo montros denove vian tekston tamen kun substrekoj sur akcentaj +vokaloj. Ĝi metast tiom da surstrekoj kiom akcentojn scias. +Ĝi uzas la vortprovizon de la vortaro Zaliznjak por tio. Aldone, je +musklako sur vorto via krozilo devas montri tradukojn esperantajn kaj +anglajn.

+

Ĝis nun mi ne scipovas funkciigi la montron de tradukoj en Microsoft +Explorer.

+ +

Kontakto al la zorgantoj de la projekto

+ +

+Eblas kontakti zorganton retpoŝte ĉe +viric(ĉe)vicerveza.homeunix.net +

+ + + diff -r 2bcc08d0f1d8 -r ebbedaa090be web/index.html.en --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/index.html.en Fri Mar 30 18:56:20 2012 +0200 @@ -0,0 +1,40 @@ + + + +Akcentigi rusan tekston + + + + +[Esperante] + +

Akcentigilo por la rusa lingvo - put accents over Russian

+ +

Write a text in Russian, and click over Accent for accent-ization.

+
+
+ + +
+ + +

Instructions

+

Click over words to get a translation. I cannot make it work on Explorer, +so use other browsers or help me make it work in it.

+ +

How it works

+

Click over words and get their translations

+

It usees the dictionary Зализняка for the accents, and some others for +the translations. Write me a letter if you want access to the source or the +dictionaries. I'll write some links here on that someday soon. +

+ +

Contact the project maintainers

+ +

+You can contact the main programmer at +viric(ĉe)vicerveza.homeunix.net +

+ + + diff -r 2bcc08d0f1d8 -r ebbedaa090be web/pipe_zparsetext --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/pipe_zparsetext Fri Mar 30 18:56:20 2012 +0200 @@ -0,0 +1,7 @@ +#!/bin/sh + +TMP=/tmp/zparsetext.tmp + +head -c 10000000 > /tmp/zparsetext.tmp + +./zparsetext "$@" < $TMP diff -r 2bcc08d0f1d8 -r ebbedaa090be web/ts_zparsetext --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/ts_zparsetext Fri Mar 30 18:56:20 2012 +0200 @@ -0,0 +1,7 @@ +#!/bin/sh + +umask 077 +export TS_SOCKET=/tmp/zparsetext.socket +PATH="$PATH:/nix/var/nix/profiles/system/sw/bin" + +ts -nf ./pipe_zparsetext "$@"