From: Andrey C. <sku...@us...> - 2006-11-03 16:12:43
|
Update of /cvsroot/eas-dev/eas/doc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30821/doc Added Files: Makefile index.docbook index.pot version.sgml Log Message: Add localization and documentation, small fixes. --- NEW FILE: index.docbook --- <?xml version="1.0" encoding="utf-8"?> <!-- This is a part of E/AS distribution. You can find it on the Web: http://eas.lrn.ru Copyright (C) 2004 by E/AS Software Foundation. Author: Andrey Cherepanov <sib...@ma...> Last change: 31 May 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. --> <!-- TODO: - check optional definition - describe ALL fields and methods - fix all TODO in this document [...3415 lines suppressed...] <variablelist>&args; <varlistentry><term><parameter>value</parameter> [Type: <type>number|string|date|boolean|NIL</type>]</term> <listitem><para>Transformed value.</para></listitem></varlistentry> <varlistentry><term><parameter>format</parameter> &type_num;</term> <listitem><para>Format for translation to string. <emphasis>Now is not implemented yet</emphasis>. &optional;</para></listitem></varlistentry> </variablelist> </listitem></varlistentry> <varlistentry><term><function>XMLGetTag(<parameter>root</parameter>, <parameter>path</parameter>)</function></term> <listitem><para>Get element by specified hierarchy.</para> <variablelist>&args; <varlistentry><term><parameter>root</parameter> [Type: <type>XMLTag</type>]</term> <listitem><para>Element from which lookup is begun.</para></listitem></varlistentry> <varlistentry><term><parameter>path</parameter> &type_str;</term> <listitem><para>Hierarchy as tag names (in upper case) delimited by dots. For example, if queried <quote><constant>HEAD.VALUE</constant></quote> will be lookup first child element with name 'head' and its child element with name 'value' will be returned. If tag not found in hierarchy NIL is returned.</para></listitem></varlistentry> </variablelist> </listitem></varlistentry> </variablelist> </appendix> </book> --- NEW FILE: index.pot --- # SOME DESCRIPTIVE TITLE. # Copyright (C) 2004 Free Software Foundation, Inc. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: CREATION_DATE\n" "PO-Revision-Date: REVISION_DATE\n" "Last-Translator: AUTHOR\n" "Language-Team: LANG <mail@list>\n" "MIME-Version: 1.0\n" "Content-Type: application/x-xgettext; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #, no-c-format #. Tag: !ENTITY msgid "version.sgml" msgstr "" [...6512 lines suppressed...] #, no-c-format #. Tag: term msgid "<parameter>root</parameter> [Type: <type>XMLTag</type>]" msgstr "" #, no-c-format #. Tag: para msgid "Element from which lookup is begun." msgstr "" #, no-c-format #. Tag: term msgid "<parameter>path</parameter> &type_str;" msgstr "" #, no-c-format #. Tag: para msgid "Hierarchy as tag names (in upper case) delimited by dots. For example, if queried <quote><constant>HEAD.VALUE</constant></quote> will be lookup first child element with name 'head' and its child element with name 'value' will be returned. If tag not found in hierarchy NIL is returned." msgstr "" --- NEW FILE: version.sgml --- 0.1.2 |