ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Vitaly Ostanin <vyt@vzljot.ru>
To: devel@altlinux.ru
Cc: docs@altlinux.ru
Subject: [devel] List of ALT Team members
Date: Fri, 6 Dec 2002 20:27:50 +0300
Message-ID: <20021206202750.0db3bcd4.vyt@vzljot.ru> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 487 bytes --]

Hello, All!

В аттаче DTD для списка авторов и/или участников ALT Linux Team.
Там же собранные данные и стиль для их обработки в html.

Собранный список для русского языка:
http://people.altlinux.ru/vyt/alt-team-ru.html

для английского:
http://people.altlinux.ru/vyt/alt-team-en.html

Очень прошу всех проверить, правильно ли я всё это cut-n-paste.

PS Выложу в cvs docs попозже - сейчас я не люблю xml

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #1.2: alt-persons.dtd --]
[-- Type: application/octet-stream, Size: 697 bytes --]

[-- Attachment #1.3: alt-persons.xml.bz2 --]
[-- Type: application/x-bzip2, Size: 2405 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.4: html.xsl --]
[-- Type: text/xml; name="html.xsl", Size: 1502 bytes --]

<?xml version="1.0" encoding="windows-1251"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<!-- $Id$ -->

<xsl:output method="html" encoding="koi8-r"/>

<xsl:param name="lang">ru</xsl:param>

<xsl:template match="/">
  <html>
    <head>
      <title>
        <xsl:text>Cïèñîê ó÷àñòíèêîâ ALT Linux Team (</xsl:text>
        <xsl:value-of select="$lang"/>
        <xsl:text>)</xsl:text>
      </title>
    </head>
    <body>
      <h1>
        <xsl:text>Cïèñîê ó÷àñòíèêîâ ALT Linux Team (</xsl:text>
        <xsl:value-of select="$lang"/>
        <xsl:text>)</xsl:text>
      </h1>
      <div>
        <xsl:for-each select="//person[@altteam='yes']/info[@lang=$lang]">
          <xsl:sort select="surname" lang="$lang"/>
          <xsl:sort select="firstname" lang="$lang"/>
          <xsl:sort select="othername[@role='mi']" lang="$lang"/>
          <p>
            <xsl:value-of select="surname"/>
            <xsl:text>&#x00A0;</xsl:text>
            <xsl:value-of select="firstname"/>
            <xsl:if test="othername[@role='mi']">
              <xsl:text>&#x00A0;</xsl:text>
              <xsl:value-of select="othername[@role='mi']"/>
            </xsl:if>
            <xsl:text>&#x00A0;(</xsl:text>
            <xsl:value-of select="../@id"/>
            <xsl:text>)&#x00A0;</xsl:text>
            <xsl:value-of select="affiliation/address/email"/>
          </p>
        </xsl:for-each>
      </div>
    </body>
  </html>
</xsl:template>

</xsl:stylesheet>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2002-12-06 17:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 17:27 Vitaly Ostanin [this message]
2002-12-07  8:11 ` Mr.Ghost
2002-12-07  8:27 ` Constantin Mikhaylenko
2002-12-07 14:46   ` [devel] " Vitaly Ostanin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021206202750.0db3bcd4.vyt@vzljot.ru \
    --to=vyt@vzljot.ru \
    --cc=devel@altlinux.ru \
    --cc=docs@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git