Since I wanted something to try out the internationalizing capabilites of 
manual.xsl, I've begun translating some of the docs intro Swedish.

I know you always peer review translations, so I hope there's a swede or 
two around to take a peek at it. Else I'll have to force some of my chums 
to join the list as per reviewers :-)

As you notice I've named the file mod_suexec.sv.xml, putting the language 
before file type. Has anyone got a better idea for naming translated xml 
versions?

-- 
.---------------------.
| Patrik Grip-Jansson |
| Ringen 4B           |    .--------------------.
| 78444 Borl�nge   .--'----' http://gnulix.com/ `---------.
| Sweden           |  All views and opinions are my own,  |
`------------------| PH:+46(0)24382823 PW:+46(0)707354360 |
                   `--------------------------------------'
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
 <language>sv</language>

 <name>mod_suexec</name>
 <status>Tillval</status>
 <identifier>suexec_module</identifier>
 <sourcefile>mod_suexec.c</sourcefile>
 <compatibility>Tillg�nglig i Apache 2.0 och senare</compatibility>

 <description>Modulen till�ter k�rning av CGI-script med valda user- och group-beh�righeter</description>

 <summary>
  <p>Modulen till�ter k�rning av CGI-script med valda user- och group-beh�righeter.</p>
 </summary>


 <directivesynopsis>
  <name>SuexecUserGroup</name>
  <syntax>SuexecUserGroup <em>User-grupp</em></syntax>
  <default>Inga</default>
  <contextlist>
   <context>serverkonfigurering</context>
   <context>virtualv�rd</context>
  </contextlist>
  <compatibility>SuexecUserGroup �r enbart tillg�nglig fr�n och med version 2.0.</compatibility>
  <usage>
   <p>
    <directive>SuexecUserGroup</directive>-kommandot till�ter dig att v�lja
    vilken user- och grupp som dina CGI-program ska startas med. Icke-CGI anrop
    behandlas fortfarande med samma anv�ndare som angivit med <directive>User</directive>-kommandot.
    Kommandot anv�nds ist�llet f�r <directive>User</directive>- och <directive>Group</directive>-kommandon
    i VirtualHost.
   </p>
  </usage>
 </directivesynopsis>
</modulesynopsis>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to