Bug 90507 - [NEW PORT] www/kdedict: Web based DB app. to administer standard translations of a translation team
Summary: [NEW PORT] www/kdedict: Web based DB app. to administer standard translations...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 17:10 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2005-12-21 08:48 UTC (History)
0 users

See Also:


Attachments
kdedict.shar (5.20 KB, text/plain)
2005-12-16 17:10 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2005-12-16 17:10:04 UTC

KDE Dictionary is used by a few KDE i18n teams;
kdedict is written by Matthias Kiefer from German team
and i18n.kde.org's instalaltion is currently administered by Claudiu Costin
from Romaninan Team.

kdedict is a web based database to administer the standard translations of a
translation team. You can search the database for different criterias and the
found entries are shown in a table.

kdedict does not use a full blown database but stores the information in a
plain text file. This way, everybody can easily run kdedict offline (using a
local web server) without having to install and admin a big database. To enable
users to update their locale database easily, kdedict offers a download option.
But if you have basic knowledge of Perl, it should be no problem to adapt
kdedict for using a real database.

The database consists of the fields: original text, description, translation,
description, category of the word (i.e. GUI, Network), date of last update and
flag, if the translation is accepted by the team. This flag allows you to
include translations, that your team is not in agreement about, into the
database.

kdedict is able to manage user logins, so you can easily maintain your database
over the web. When logged in, it is easy to edit, insert or delete entries.

kdedict can also manage multiple languages, by creating one table for each
user.

WWW: http://i18n.kde.org/tools/kdedict/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-21 08:48:39 UTC
State Changed
From-To: open->closed

Committed, thanks!