<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.swimrankings.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kf</id>
		<title>Swim Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.swimrankings.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kf"/>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php/Special:Contributions/Kf"/>
		<updated>2026-04-17T15:07:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.5</generator>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=751</id>
		<title>Meet Manager:Entries CSV File Format</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=751"/>
				<updated>2025-04-30T19:55:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beside the common formats like Lenex, SDIF, German DSV you may import entries from common text files with Meet Manager.&lt;br /&gt;
&lt;br /&gt;
The format of this text file has to fullfill the following specification:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid #f4cccc; padding: 10px; background-color: #f9f9f9;&amp;quot;&amp;gt;&lt;br /&gt;
* On the ''first'' line you have the meet identification with the fields '''meet name''', '''meet city''', '''meet nation''', '''course''' and '''meet date'''. All fields have to be separated with a semicolon (''';''').&lt;br /&gt;
* On the ''second'' line you have the column names, all uppercase, separated with a semicolon (''';''') The columns can be in any order.&lt;br /&gt;
* From the third and all following lines you have the entries, one entry per line.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A valid entry file needs at least these columns:&lt;br /&gt;
* '''BIRTHDATE''': The  athlete’s  birthdate. Just leave the field empty for relay results. See also column YOB. &lt;br /&gt;
* '''CLUBCODE''': The official club code or number. Please only use official values allocated by  the  club’s  national federation here. DO NOT attempt to invent any codes if you do not know the official ones!&lt;br /&gt;
* '''CLUBNAME''': The club name.&lt;br /&gt;
* '''CLUBNATION''': The  club nation. If this column is missing  or empty,  the  club nation  is supposed to be found in the field NATION. &lt;br /&gt;
* '''DISTANCE''': The distance of the event (50, 100, 200, 400, 800, ...). For relay results, this is always the distance for a single athlete.&lt;br /&gt;
* '''ENTRYTIME''': The entry time in the format MM:SS.ZZ or SS.ZZ. &lt;br /&gt;
* '''FIRSTNAME''': The athlete’s first name.&lt;br /&gt;
* '''GENDER''': The  athlete’s  gender  or, in the case of relay results,  the gender of the relay. Allowed values are F (female) or M (male).&lt;br /&gt;
* '''LASTNAME''': The athlete’s last name (family name). &lt;br /&gt;
* '''LICENSE''': The swimmer’s national registration  ID. Please use official  IDs  issued by national federations only. Otherwise leave this field empty.&lt;br /&gt;
* '''NATION''': The athlete’s nationality. If this value differs from his/her club nation, fill in the column CLUBNATION as well.&lt;br /&gt;
* '''RELAYCOUNT''': This column is necessary if you have relay entries. E.g. for a relay entry 4x100 you put 4 in RELAYCOUNT and 100 in DISTANCE. For individual entries, just type &amp;quot;1&amp;quot; in here. &lt;br /&gt;
* '''STROKE''': The stroke of the event. Allowed values are FREE, BACK, BREAST, FLY or MEDLEY. &lt;br /&gt;
* '''YOB''': The  athlete’s  year of birth.  You may use this column  rather than BIRTHDATE if you do not have full birthdates available. The year of birth should be entered with 4 digits (e.g. 1987). &lt;br /&gt;
&lt;br /&gt;
Other optional columns in the entry file are:&lt;br /&gt;
* '''EXCEPTION''': This column is the exception code for disabled athletes.&lt;br /&gt;
* '''HANDICAP''': The disabled class for the athlete. Depending on the stroke it is used for '''S''', '''SB''' or '''SM'''.&lt;br /&gt;
* '''RELAYNUMBER''': This column is optional for relay entries. If you have more than one entry per club / event you can pas the number of the relay team here.&lt;br /&gt;
 &lt;br /&gt;
For relay swimmers you may add XXXXX&amp;lt;n&amp;gt; columns, where &amp;lt;n&amp;gt; is the number of the relay swimmer.  Columns like these  can be created for the fields BIRTHDATE1, FIRSTNAME1, GENDER1, LASTNAME1 or YOB1. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example with three entries (two individual, one relay entry):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Test meet for CSV Entries;Berne;SUI;SCM;15.05.2009&lt;br /&gt;
NUMBER;RELAYCOUNT;DISTANCE;STROKE;LASTNAME;FIRSTNAME;GENDER;BIRTHDATE;CLUBCODE;CLUBNAME;NATION;ENTRYTIME;LASTNAME1;FIRSTNAME1;GENDER1;BIRTHDATE1;LASTNAME2;FIRSTNAME2;GENDER2;BIRTHDATE2;LASTNAME3;FIRSTNAME3;GENDER3;BIRTHDATE3;LASTNAME4;FIRSTNAME4;GENDER4;BIRTHDATE4&lt;br /&gt;
1;1;400;FREE;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;4:59.99&lt;br /&gt;
31;1;200;MEDLEY;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;2:01.01&lt;br /&gt;
38;4;100;MEDLEY;;;F;;SWR;Swimrankings Team;SUI;4:01.02;Kaufmann;Christian;M;01.02.2001;Marino;Franco;M;01.01.1999;Angeli;Ricardo;M;01.01.1988;Roth;Manuel;M;01.01.1992&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Entries]]&lt;br /&gt;
[[Category:Data Exchange]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=750</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=750"/>
				<updated>2025-03-05T10:55:52Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=749</id>
		<title>Meet Manager:Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=749"/>
				<updated>2025-02-24T05:36:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==System requirements==&lt;br /&gt;
Basically, Meet Manager runs on any Win32 compatible operating system like Windows 10 or 11. It may run on older systems, back to Windows 8, but we cannot give a guarantee for that. Meet Manager uses the Microsoft Jet Database Engine, for which the access components should be installed by default with all these operating systems.&lt;br /&gt;
&lt;br /&gt;
Please always ensure that you have administrator privileges when you install the software and that users have full read / write rights to the directories where you save the database files. In addition, a common problem is that Antivirus applications block internet access of Meet Manager (Meet.exe) which is necessary for the first time activation and for some functionality that uses the swimrankings.net database.&lt;br /&gt;
&lt;br /&gt;
==Installation steps==&lt;br /&gt;
#Download the latest Meet Manager Installer (see below). You will need your Splash usernumber and password to login to this site.&amp;lt;br&amp;gt;&lt;br /&gt;
#Launch the installer from your download folder by double-clicking the '''install_Meet.exe''' file. Click '''Next''' and read the Software License Agreement carefully. You can only install this software if you accept the license first. Click '''Next''' again and indicate the folder for the Meet Manager installation. The installation will need about 20MBs of disk space. Choose a startmenu folder and finish the installer. If you downloaded the '''Demo Version''' of Meet Manager there will be an expiration date and the printing functions are restricted. To get a full version of the software, visit the '''Order''' section of our [http://www.swimrankings.net/index.php?page=order website].&lt;br /&gt;
#When launching Splash Meet Manager for the first time, you will need your usernumber and password again. Additionally, you have to be connected to the internet in order to activate the application on your computer.&lt;br /&gt;
#For further information please check the [[Meet Manager:Documents|Documents]] page.&lt;br /&gt;
&lt;br /&gt;
==Downloads==&lt;br /&gt;
'''Preview Builds''': These are builds of the application, that contain the newest changes, which are not 100% tested. '''Do not use preview builds''', if you are not an advanced computer user. Always have backups, if you use a preview build. &lt;br /&gt;
&lt;br /&gt;
Please always use your '''Splash Usernumber''' and the '''Splash Password''' here in order to access the installation download:&lt;br /&gt;
&lt;br /&gt;
{{Meet Manager DownloadsNew}}&lt;br /&gt;
&lt;br /&gt;
==Username and Passwords==&lt;br /&gt;
There is a registered contact person for every club/license. Please contact this person, if you need the access codes for your club. To change the contact person for your club, please contact your national federation. This applies to clubs from Canada (Quebec), Netherlands, Portugal and Switzerland. &lt;br /&gt;
&lt;br /&gt;
If you forgot your password, you can use the following form to retrieve your registration information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;websiteFrame&amp;gt; &lt;br /&gt;
website=https://www.swimrankings.net/services/SplashSendLogin&lt;br /&gt;
height=80&lt;br /&gt;
width=100%&lt;br /&gt;
align=left&lt;br /&gt;
border=0&lt;br /&gt;
scroll=no&lt;br /&gt;
&amp;lt;/websiteFrame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Splash user login cannot be used to log in to the WikiMedia website (link in top right corner of the site). It's only needed when you click an installation package for download.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Team_Manager:Installation&amp;diff=748</id>
		<title>Team Manager:Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Team_Manager:Installation&amp;diff=748"/>
				<updated>2025-02-24T05:35:57Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==System requirements==&lt;br /&gt;
Basically Team Manager runs on any Win32 compatible operating system like Windows 10 or 11. It may run on older systems, back to Windows 8, but we cannot give a guarantee for that. Team Manager uses the Microsoft Jet Database Engine, for which the access components should be installed by default with all these operating systems.&lt;br /&gt;
&lt;br /&gt;
Please always ensure that you have administrator privileges when you install the software and that users have full read / write rights to the directory where you save the database file. In addition, a common problem is that Antivirus applications block internet access of Team Manager (Team.exe) which is necessary for the first time activation and for some functionality that uses the swimrankings.net database.&lt;br /&gt;
&lt;br /&gt;
==Installation steps==&lt;br /&gt;
#Download the latest Team Manager Installer (see below). You will need your Splash usernumber and password to login to this site.&amp;lt;br&amp;gt;&lt;br /&gt;
#Launch the installer from your download folder by double-clicking the '''install_Team.exe''' file. Click '''Next''' and read the Software License Agreement carefully. You can only install this software if you accept the license first. Click '''Next''' again and indicate the folder for the Team Manager installation. The installation will need about 20MBs of disk space. Choose a startmenu folder and finish the installer. If you downloaded the '''Demo Version''' of Team Manager there will be an expiration date and the printing functions are restricted. To get a full version of the software, visit the '''Order''' section of our [http://www.swimrankings.net/index.php?page=order website].&lt;br /&gt;
#When launching Splash Team Manager for the first time, you will need your usernumber and password again. Additionally, you have to be connected to the internet in order to activate the application on your computer.&lt;br /&gt;
#For further information, please check the [[Team Manager:Documents|Documents]] page.&lt;br /&gt;
&lt;br /&gt;
==Update from before 2015==&lt;br /&gt;
If you received your login information before end of 2015 or if you want to update an installation from 2014 or before, please read the instructions on '''this [[Team Manager:Update from before 2015|website]]'''.&lt;br /&gt;
&lt;br /&gt;
==Downloads==&lt;br /&gt;
'''Preview Builds''': These are builds of the application, that contain the newest changes, which are not 100% tested. '''Do not use preview builds''', if you are not an advanced computer user. Always have backups, if you use a preview build.  If you would like to be informed about preview builds, please send us an [mailto:sales@swimrankings.net email].&lt;br /&gt;
&lt;br /&gt;
Please always use your '''Splash Usernumber''' and the '''Splash Password''' here in order to access the installation download:&lt;br /&gt;
&lt;br /&gt;
{{Team Manager DownloadsNew}}&lt;br /&gt;
&lt;br /&gt;
==Username and Passwords==&lt;br /&gt;
There is a registered contact person for every club/license. Please contact this person, if you need the access codes for your club. To change the contact person for your club, please contact your national federation. This applies for clubs from Canada (Quebec), Netherlands, Portugal and Switzerland.&lt;br /&gt;
&lt;br /&gt;
If you forgot your password, you can use the following form to retrieve your registration information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;websiteFrame&amp;gt; &lt;br /&gt;
website=https://www.swimrankings.net/services/SplashSendLogin&lt;br /&gt;
height=80&lt;br /&gt;
width=100%&lt;br /&gt;
align=left&lt;br /&gt;
border=0&lt;br /&gt;
scroll=no&lt;br /&gt;
&amp;lt;/websiteFrame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Splash user login cannot be used to login to the WikiMedia website (link in top right corner of the site). It's only needed when you click an install package for download.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=747</id>
		<title>Meet Manager:Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=747"/>
				<updated>2025-02-24T05:34:41Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==System requirements==&lt;br /&gt;
Basically, Meet Manager runs on any Win32 compatible operating system like Windows 10 or 11. It may run on older systems, back to Windows 8, but we cannot give a guarantee for that. Meet Manager uses the Microsoft Jet Database Engine, for which the access components should be installed by default with all these operating systems.&lt;br /&gt;
&lt;br /&gt;
Please always ensure that you have administrator privileges when you install the software and that users have full read / write rights to the directories where you save the database files. In addition, a common problem is that Antivirus applications block internet access of Meet Manager (Meet.exe) which is necessary for the first time activation and for some functionality that uses the swimrankings.net database.&lt;br /&gt;
&lt;br /&gt;
==Installation steps==&lt;br /&gt;
#Download the latest Meet Manager Installer (see below). You will need your Splash usernumber and password to login to this site.&amp;lt;br&amp;gt;&lt;br /&gt;
#Launch the installer from your download folder by double-clicking the '''install_Meet.exe''' file. Click '''Next''' and read the Software License Agreement carefully. You can only install this software if you accept the license first. Click '''Next''' again and indicate the folder for the Meet Manager installation. The installation will need about 20MBs of disk space. Choose a startmenu folder and finish the installer. If you downloaded the '''Demo Version''' of Meet Manager there will be an expiration date and the printing functions are restricted. To get a full version of the software, visit the '''Order''' section of our [http://www.swimrankings.net/index.php?page=order website].&lt;br /&gt;
#When launching Splash Meet Manager for the first time, you will need your usernumber and password again. Additionally, you have to be connected to the internet in order to activate the application on your computer.&lt;br /&gt;
#For further information please check the [[Meet Manager:Documents|Documents]] page.&lt;br /&gt;
&lt;br /&gt;
==Downloads==&lt;br /&gt;
'''Preview Builds''': These are builds of the application, that contain the newest changes, which are not 100% tested. '''Do not use preview builds''', if you are not an advanced computer user. Always have backups, if you use a preview build. &lt;br /&gt;
&lt;br /&gt;
Please always use your '''Splash Usernumber''' and the '''Splash Password''' here in order to access the installation download:&lt;br /&gt;
&lt;br /&gt;
{{Meet Manager DownloadsNew}}&lt;br /&gt;
&lt;br /&gt;
==Username and Passwords==&lt;br /&gt;
There is a registered contact person for every club/license. Please contact this person, if you need the access codes for your club. To change the contact person for your club, please contact your national federation. This applies for clubs from Canada (Quebec), Netherlands, Portugal and Switzerland. &lt;br /&gt;
&lt;br /&gt;
If you forogot your password, you can use the following form to retreive your registration information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;websiteFrame&amp;gt; &lt;br /&gt;
website=https://www.swimrankings.net/services/SplashSendLogin&lt;br /&gt;
height=80&lt;br /&gt;
width=100%&lt;br /&gt;
align=left&lt;br /&gt;
border=0&lt;br /&gt;
scroll=no&lt;br /&gt;
&amp;lt;/websiteFrame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Splash user login cannot be used to login to the WikiMedia website (link in top right corner of the site). It's only needed when you click an install package for download.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=746</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=746"/>
				<updated>2025-02-11T16:15:37Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=745</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=745"/>
				<updated>2024-12-03T12:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML-based data exchange format for swimming. Version 1.0 has been in use since 1999 in various European countries. With the introduction of European Rankings in 2004, the format underwent a comprehensive revision: missing features, such as records, were added, and ambiguously named tags were renamed to proper English. This resulted in version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
In late 2008, leveraging additional experience, Lenex 3.0 was released as a major update. It introduced changes like a new representation of result lists but remained almost entirely backward compatible with version 2.0. Complete documentation in English is available as a PDF, along with sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-startlist.lxf Example file with startlist]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for European Aquatics rankings. For any issues or suggestions regarding its application, feel free to contact us via email.&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Federations using Lenex====&lt;br /&gt;
The following federations use Lenex as their primary data exchange format for results, records, rankings and entries.&lt;br /&gt;
* European Aquatics&lt;br /&gt;
* AUT: Austrian Swimming Federation&lt;br /&gt;
* BEL: Royal Belgium Swimming Federation&lt;br /&gt;
* BIH: Swimming Federation of Bosnia &amp;amp; Herzegovina&lt;br /&gt;
* BLR: Belarus Swimming Federation&lt;br /&gt;
* CAN: Fédération de Natation de Québec&lt;br /&gt;
* DEN: Danish Swimming Federation&lt;br /&gt;
* ESP: Royal Spanish Swimming Federation&lt;br /&gt;
* EST: Estonian Swimming Federation&lt;br /&gt;
* FIN: Finnish Swimming Federation&lt;br /&gt;
* ISL: Icelandic Swimming Association&lt;br /&gt;
* LAT: Latvian Swimming Federation&lt;br /&gt;
* LTU: Lithuanian Swimming Federation&lt;br /&gt;
* MLT: Aquatic Sports Association of Malta&lt;br /&gt;
* NED: Royal Dutch Swimming Federation&lt;br /&gt;
* POL: Polish Swimming Federation&lt;br /&gt;
* POR: Portuguese Swimming Federation&lt;br /&gt;
* SLO: Slovenian Swimming Association&lt;br /&gt;
* SRB: Serbian Swimming Federation&lt;br /&gt;
* SUI: Swiss Aquatics&lt;br /&gt;
* SVK: Slovak Swimming Federation&lt;br /&gt;
* SWE: Swedish Swimming Federation&lt;br /&gt;
* TUR: Turkish Swimming Federation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Software applications with Lenex support====&lt;br /&gt;
* [https://www.cps-schwimm.de/ CPS-Schwimm] (Hermann Josef Aretz) &lt;br /&gt;
* [https://easywk.de/ EasyWk Software für den Schwimmsport] (Björn Stickan)&lt;br /&gt;
* [https://www.splash-software.ch/ Splash Meet and Team Manager] (Christian Kaufmann)&lt;br /&gt;
* [https://www.swimify.com/ Swimify] (Erik Berglund)&lt;br /&gt;
Your product supports Lenex as well? Then send us an email and we add it to this list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=744</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=744"/>
				<updated>2024-12-03T09:49:22Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML-based data exchange format for swimming. Version 1.0 has been in use since 1999 in various European countries. With the introduction of European Rankings in 2004, the format underwent a comprehensive revision: missing features, such as records, were added, and ambiguously named tags were renamed to proper English. This resulted in version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
In late 2008, leveraging additional experience, Lenex 3.0 was released as a major update. It introduced changes like a new representation of result lists but remained almost entirely backward compatible with version 2.0. Complete documentation in English is available as a PDF, along with sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-startlist.lxf Example file with startlist]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for European Aquatics rankings. For any issues or suggestions regarding its application, feel free to contact us via email.&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Federations using Lenex====&lt;br /&gt;
The following federations use Lenex as their primary data exchange format for results, records, rankings and entries.&lt;br /&gt;
* European Aquatics&lt;br /&gt;
* BEL: Royal Belgium Swimming Federation&lt;br /&gt;
* BIH: Swimming Federation of Bosnia &amp;amp; Herzegovina&lt;br /&gt;
* BLR: Belarus Swimming Federation&lt;br /&gt;
* CAN: Fédération de Natation de Québec&lt;br /&gt;
* DEN: Danish Swimming Federation&lt;br /&gt;
* ESP: Royal Spanish Swimming Federation&lt;br /&gt;
* EST: Estonian Swimming Federation&lt;br /&gt;
* FIN: Finnish Swimming Federation&lt;br /&gt;
* ISL: Icelandic Swimming Association&lt;br /&gt;
* LAT: Latvian Swimming Federation&lt;br /&gt;
* LTU: Lithuanian Swimming Federation&lt;br /&gt;
* MLT: Aquatic Sports Association of Malta&lt;br /&gt;
* NED: Royal Dutch Swimming Federation&lt;br /&gt;
* POL: Polish Swimming Federation&lt;br /&gt;
* POR: Portuguese Swimming Federation&lt;br /&gt;
* SLO: Slovenian Swimming Association&lt;br /&gt;
* SRB: Serbian Swimming Federation&lt;br /&gt;
* SUI: Swiss Aquatics&lt;br /&gt;
* SVK: Slovak Swimming Federation&lt;br /&gt;
* SWE: Swedish Swimming Federation&lt;br /&gt;
* TUR: Turkish Swimming Federation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Software applications with Lenex support====&lt;br /&gt;
* [https://www.cps-schwimm.de/ CPS-Schwimm] (Hermann Josef Aretz) &lt;br /&gt;
* [https://easywk.de/ EasyWk Software für den Schwimmsport] (Björn Stickan)&lt;br /&gt;
* [https://www.splash-software.ch/ Splash Meet and Team Manager] (Christian Kaufmann)&lt;br /&gt;
* [https://www.swimify.com/ Swimify] (Erik Berglund)&lt;br /&gt;
Your product supports Lenex as well? Then send us an email and we add it to this list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=743</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=743"/>
				<updated>2024-12-03T08:24:52Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML-based data exchange format for swimming. Version 1.0 has been in use since 1999 in various European countries. With the introduction of European Rankings in 2004, the format underwent a comprehensive revision: missing features, such as records, were added, and ambiguously named tags were renamed to proper English. This resulted in version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
In late 2008, leveraging additional experience, Lenex 3.0 was released as a major update. It introduced changes like a new representation of result lists but remained almost entirely backward compatible with version 2.0. Complete documentation in English is available as a PDF, along with sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-startlist.lxf Example file with startlist]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for European Aquatics rankings. For any issues or suggestions regarding its application, feel free to contact us via email.&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Federations using Lenex====&lt;br /&gt;
The following federations use Lenex as their primary data exchange format for results, records, rankings and entries.&lt;br /&gt;
* European Aquatics&lt;br /&gt;
* BEL: Royal Belgium Swimming Federation&lt;br /&gt;
* BIH: Swimming Federation of Bosnia &amp;amp; Herzegovina&lt;br /&gt;
* BLR: Belarus Swimming Federation&lt;br /&gt;
* CAN: Fédération de Natation de Québec&lt;br /&gt;
* DEN: Danish Swimming Federation&lt;br /&gt;
* ESP: Royal Spanish Swimming Federation&lt;br /&gt;
* EST: Estonian Swimming Federation&lt;br /&gt;
* FIN: Finnish Swimming Federation&lt;br /&gt;
* ISL: Icelandic Swimming Association&lt;br /&gt;
* LAT: Latvian Swimming Federation&lt;br /&gt;
* LTU: Lithuanian Swimming Federation&lt;br /&gt;
* MLT: Aquatic Sports Association of Malta&lt;br /&gt;
* NED: Royal Dutch Swimming Federation&lt;br /&gt;
* POL: Polish Swimming Federation&lt;br /&gt;
* POR: Portuguese Swimming Federation&lt;br /&gt;
* SLO: Slovenian Swimming Association&lt;br /&gt;
* SRB: Serbian Swimming Federation&lt;br /&gt;
* SUI: Swiss Aquatics&lt;br /&gt;
* SVK: Slovak Swimming Federation&lt;br /&gt;
* SWE: Swedish Swimming Federation&lt;br /&gt;
* TUR: Turkish Swimming Federation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Software applications with Lenex support====&lt;br /&gt;
* [https://easywk.de/ EasyWk Software für den Schwimmsport] (Björn Stickan)&lt;br /&gt;
* [https://www.splash-software.ch/ Splash Meet and Team Manager] (Christian Kaufmann)&lt;br /&gt;
* [https://www.swimify.com/ Swimify] (Erik Berglund)&lt;br /&gt;
Your product supports Lenex as well? Then send us an email and we add it to this list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=742</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=742"/>
				<updated>2024-12-02T17:57:41Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML-based data exchange format for swimming. Version 1.0 has been in use since 1999 in various European countries. With the introduction of European Rankings in 2004, the format underwent a comprehensive revision: missing features, such as records, were added, and ambiguously named tags were renamed to proper English. This resulted in version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
In late 2008, leveraging additional experience, Lenex 3.0 was released as a major update. It introduced changes like a new representation of result lists but remained almost entirely backward compatible with version 2.0. Complete documentation in English is available as a PDF, along with sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-startlist.lxf Example file with startlist]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for European Aquatics rankings. For any issues or suggestions regarding its application, feel free to contact us via email.&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Federations using Lenex====&lt;br /&gt;
The following federations use Lenex as their primary data exchange format for results, records, rankings and entries.&lt;br /&gt;
* European Aquatics&lt;br /&gt;
* BEL: Royal Belgium Swimming Federation&lt;br /&gt;
* BIH: Swimming Federation of Bosnia &amp;amp; Herzegovina&lt;br /&gt;
* BLR: Belarus Swimming Federation&lt;br /&gt;
* CAN: Fédération de Natation de Québec&lt;br /&gt;
* ESP: Royal Spanish Swimming Federation&lt;br /&gt;
* EST: Estonian Swimming Federation&lt;br /&gt;
* ISL: Icelandic Swimming Association&lt;br /&gt;
* LAT: Latvian Swimming Federation&lt;br /&gt;
* LTU: Lithuanian Swimming Federation&lt;br /&gt;
* MLT: Aquatic Sports Association of Malta&lt;br /&gt;
* NED: Royal Dutch Swimming Federation&lt;br /&gt;
* POL: Polish Swimming Federation&lt;br /&gt;
* POR: Portuguese Swimming Federation&lt;br /&gt;
* SRB: Serbian Swimming Federation&lt;br /&gt;
* SUI: Swiss Aquatics&lt;br /&gt;
* SVK: Slovak Swimming Federation&lt;br /&gt;
* TUR: Turkish Swimming Federation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=741</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=741"/>
				<updated>2024-12-02T17:52:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=740</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=740"/>
				<updated>2024-12-01T15:25:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML-based data exchange format for swimming. Version 1.0 has been in use since 1999 in various European countries. With the introduction of European Rankings in 2004, the format underwent a comprehensive revision: missing features, such as records, were added, and ambiguously named tags were renamed to proper English. This resulted in version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
In late 2008, leveraging additional experience, Lenex 3.0 was released as a major update. It introduced changes like a new representation of result lists but remained almost entirely backward compatible with version 2.0. Complete documentation in English is available as a PDF, along with sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for European Aquatics rankings. For any issues or suggestions regarding its application, feel free to contact us via email.&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Recent changes====&lt;br /&gt;
For a complete list of changes, check the history at the end of the PDF documentation.&lt;br /&gt;
* 31 Dec 2008 - Introduction Lenex version 3.0&lt;br /&gt;
* 09 Feb 2005 - Introduction Lenex version 2.0&lt;br /&gt;
* 18 Sep 1999 - Introduction Lenex version 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=739</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=739"/>
				<updated>2024-12-01T15:20:58Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML based data exchange format for swimming. The version 1.0 is used since 1999 in different countries of Europe. With the start of the European Rankings in 2004, a general revision of the format was done: Missing features, like records, were added and unclear named tags were renamed to proper English. The result was version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
End of 2008 with some more experience using the Lenex format a new major release, Lenex 3.0 was published. There are some real changes, for example how result lists are represented, however the format is very similar to verson 2.0 and files are almost 100% backward compatible. The complete documentation in English is available as a PDF document. In addition, we offer some sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for the European Aquatics rankings. If you have any problems or suggestions for this application, please email us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds, a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Recent changes====&lt;br /&gt;
For a complete list of changes, check the history at the end of the PDF documentation.&lt;br /&gt;
* 31 Dec 2008 - Introduction Lenex version 3.0&lt;br /&gt;
* 09 Feb 2005 - Introduction Lenex version 2.0&lt;br /&gt;
* 18 Sep 1999 - Introduction Lenex version 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is a member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024, Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=738</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=738"/>
				<updated>2024-12-01T15:13:21Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML based data exchange format for swimming. The version 1.0 is used since 1999 in different countries of Europe. With the start of the European Rankings in 2004, a general revision of the format was done: Missing features, like records were added and unclear named tags were renamed to proper English. The result was version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
End of 2008 with some more experience using the Lenex format a new major release, Lenex 3.0 was published. There are some real changes, for example how result lists are represented, however the format is very similar to verson 2.0 and files are almost 100% backward compatible.The complete documentation in English is available as PDF document. In addition we offer some sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for the European rankings of LEN. If you have any problems or suggestions for this application, please send us an email.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [https://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Recent changes====&lt;br /&gt;
For a complete list of changes, check the history at the end of the PDF documentation.&lt;br /&gt;
* 31 Dec 2008 - Introduction Lenex version 3.0&lt;br /&gt;
* 09 Feb 2005 - Introduction Lenex version 2.0&lt;br /&gt;
* 18 Sep 1999 - Introduction Lenex version 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024 Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=737</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=737"/>
				<updated>2024-12-01T15:07:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML based data exchange format for swimming. The version 1.0 is used since 1999 in different countries of Europe. With the start of the European Rankings in 2004, a general revision of the format was done: Missing features, like records were added and unclear named tags were renamed to proper English. The result was version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
End of 2008 with some more experience using the Lenex format a new major release, Lenex 3.0 was published. There are some real changes, for example how result lists are represented, however the format is very similar to verson 2.0 and files are almost 100% backward compatible.The complete documentation in English is available as PDF document. In addition we offer some sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [https://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [https://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for the European rankings of LEN. If you have any problems or suggestions for this application, please send us an email.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [http://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Recent changes====&lt;br /&gt;
For a complete list of changes, check the history at the end of the PDF documentation.&lt;br /&gt;
* 31 Dec 2008 - Introduction Lenex version 3.0&lt;br /&gt;
* 09 Feb 2005 - Introduction Lenex version 2.0&lt;br /&gt;
* 18 Sep 1999 - Introduction Lenex version 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024 Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=736</id>
		<title>swimrankings:Lenex</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Lenex&amp;diff=736"/>
				<updated>2024-11-29T07:08:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====General====&lt;br /&gt;
Lenex is an XML based data exchange format for swimming. The version 1.0 is used since 1999 in different countries of Europe. With the start of the European Rankings in 2004, a general revision of the format was done: Missing features, like records were added and unclear named tags were renamed to proper English. The result was version 2.0 of the Lenex format.&lt;br /&gt;
&lt;br /&gt;
End of 2008 with some more experience using the Lenex format a new major release, Lenex 3.0 was published. There are some real changes, for example how result lists are represented, however the format is very similar to verson 2.0 and files are almost 100% backward compatible.The complete documentation in English is available as PDF document. In addition we offer some sample files.&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Lenex_3.0_Technical_Documentation.pdf|Lenex 3.0 - Documentation]]  (Complete description of all elements and attributes).&lt;br /&gt;
* [http://www.swimrankings.net/files/example-entries.lxf Example file with entries]&lt;br /&gt;
* [http://www.swimrankings.net/files/example-results.lxf Example file with results]&lt;br /&gt;
* [http://www.swimrankings.net/files/example-records.lxf Example file with records]&lt;br /&gt;
&lt;br /&gt;
Lenex 3.0 is the recommended data format for the European rankings of LEN. If you have any problems or suggestions for this application, please send us an email.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Verify Lenex files====&lt;br /&gt;
You may upload a Lenex file on this [http://www.swimrankings.net/resultFileTestLenex.php website]. After a few seconds a result of a basic validation will be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Recent changes====&lt;br /&gt;
For a complete list of changes, check the history at the end of the PDF documentation.&lt;br /&gt;
* 31 Dec 2008 - Introduction Lenex version 3.0&lt;br /&gt;
* 09 Feb 2005 - Introduction Lenex version 2.0&lt;br /&gt;
* 18 Sep 1999 - Introduction Lenex version 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Trust Authority====&lt;br /&gt;
Christian Kaufmann is recognized as the official trust authority for the Lenex format. As the designated authority, he oversees the development, maintenance, and governance of the Lenex standard to ensure its consistency and reliability. Christian Kaufmann is member of the European Aquatics Data Hub Task Force.&lt;br /&gt;
&lt;br /&gt;
For inquiries or further information about the Lenex format, please contact [mailto:lenex@swimrankings.net lenex@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Copyright Notice====&lt;br /&gt;
© 1999-2024 Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;br /&gt;
&lt;br /&gt;
The Lenex data exchange format is open and available for use by all software developers, free of charge and without restriction. Developers are encouraged to utilize the format for any purpose, including but not limited to software development, data integration, and innovation within the swimming community.&lt;br /&gt;
By using the Lenex format, developers agree to respect its structure and purpose.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Swim_Wiki:Copyrights&amp;diff=735</id>
		<title>Swim Wiki:Copyrights</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Swim_Wiki:Copyrights&amp;diff=735"/>
				<updated>2024-11-29T07:07:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;© 1999-2024 Christian Kaufmann / Splash Software GmbH. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Swim_Wiki:Copyrights&amp;diff=734</id>
		<title>Swim Wiki:Copyrights</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Swim_Wiki:Copyrights&amp;diff=734"/>
				<updated>2024-11-29T07:07:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Created page with &amp;quot;© 1999-2024 Christian Kaufmann. All rights reserved.  The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;© 1999-2024 Christian Kaufmann. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The content of this website, including but not limited to text, images, and data, is protected by copyright law. Redistribution, reproduction, or unauthorized use of any materials on this website without prior written permission from the copyright holder is strictly prohibited.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=733</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=733"/>
				<updated>2024-11-28T11:42:51Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=732</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=732"/>
				<updated>2024-10-08T09:29:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=731</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=731"/>
				<updated>2024-10-08T07:25:15Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=730</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=730"/>
				<updated>2024-05-20T10:57:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Documents&amp;diff=729</id>
		<title>Meet Manager:Documents</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Documents&amp;diff=729"/>
				<updated>2024-04-15T05:41:08Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following documents cover some common questions to different topics:&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Meet_Manager_How-to-start.pdf|How to Start]]&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Meet_Manager_FAQ.pdf|FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Database_Server.pdf|Using a database server]]&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Meet_Manager_Records_Time_Standards.pdf|Records and Time Standards]]&lt;br /&gt;
&lt;br /&gt;
[[File:pdf-icon.png|16px|alt=|link=]]  [[Media:Meet_Manager_Interface_swimrankings.pdf|Interface to swimrankings.net]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Database_Server.pdf&amp;diff=728</id>
		<title>File:Database Server.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Database_Server.pdf&amp;diff=728"/>
				<updated>2024-04-15T05:39:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=727</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=727"/>
				<updated>2023-03-03T10:02:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Main_Page&amp;diff=726</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Main_Page&amp;diff=726"/>
				<updated>2022-07-12T15:55:21Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTITLE__&lt;br /&gt;
{{BoxBreit| Welcome to Swim Wiki| &lt;br /&gt;
&lt;br /&gt;
You are visiting the information and documentation platform on swim-related products developed and supported by Christian Kaufmann. The information you find here is grouped in the following main topics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Box| Splash Meet Manager| &lt;br /&gt;
Check the [[Meet Manager:Release Notes | Release Notes]] for the latest updates and changes of the software. If you have questions regarding usage of Meet Manager, please search the [[Meet_Manager:Frequently_Asked_Questions_(FAQ)|FAQ]] first. Then you may contact '''[[Support | support]]''' as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Box| Splash Team Manager| &lt;br /&gt;
Check the [[Team Manager:Release Notes | Release Notes]] for the latest updates and changes of the software.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Box| swimrankings.net| &lt;br /&gt;
Read the manual for [[swimrankings:Entries|Online Entries]] for LEN events here.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
You want to report an error? Or you would like to contribute? Then please read [[swimrankings:Contribute|here]] about how you can contribute. Maybe you can answer one of our [[swimrankings:Open_Questions|open questions]] for old results.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxWhite| Popular articles| &lt;br /&gt;
&amp;lt;DPL&amp;gt; &lt;br /&gt;
  namespace=Meet_Manager|Team_Manager|swimrankings  &lt;br /&gt;
  mode=ordered&lt;br /&gt;
  ordermethod=counter&lt;br /&gt;
  order=descending&lt;br /&gt;
  count=5&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxWhite| Last modified| &lt;br /&gt;
&amp;lt;DPL&amp;gt; &lt;br /&gt;
  order=descending&lt;br /&gt;
  count=5&lt;br /&gt;
  ordermethod=lastedit &lt;br /&gt;
  namespace=Meet_Manager|Team_Manager|swimrankings &lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{BoxWhite| Contact| &lt;br /&gt;
Do you have any questions on purchasing our products?&amp;lt;br&amp;gt;&lt;br /&gt;
Do not hesitate to contact us.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[mailto:sales@swimrankings.net sales@swimrankings.net]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Support&amp;diff=725</id>
		<title>Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Support&amp;diff=725"/>
				<updated>2022-07-12T15:54:31Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Splash Meet and Team Manager==&lt;br /&gt;
If your license is part of an agreement with a national/regional federation, please contact support of your federation. Known contacts are:&lt;br /&gt;
&lt;br /&gt;
* Austria Tirol&lt;br /&gt;
* Austria Vienna&lt;br /&gt;
* Belgium FFBN&lt;br /&gt;
* Belgium VZF&lt;br /&gt;
* Canada Quebec  - [mailto:splash@fnq.qc.ca splash@fnq.qc.ca]&lt;br /&gt;
* Estonia&lt;br /&gt;
* Iceland&lt;br /&gt;
* Luxembourg&lt;br /&gt;
* Netherlands KNZB  - [mailto:splash@knzb.nl splash@knzb.nl]&lt;br /&gt;
* Netherlands NCS&lt;br /&gt;
* Portugal&lt;br /&gt;
* Russia&lt;br /&gt;
* Slovakia&lt;br /&gt;
* Slovenia&lt;br /&gt;
* Swiss Swimming - [mailto:swimming@swiss-aquatics.ch swimming@swiss-aquatics.ch]&lt;br /&gt;
* Turkey&lt;br /&gt;
&lt;br /&gt;
For requests regarding new licenses and updates you can contact us at [mailto:sales@swimrankings.net sales@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
==Swimrankings Website==&lt;br /&gt;
Most common questions regarding the Swimrankings website are answered in the [[swimrankings:Frequently_Asked_Questions_(FAQ) | FAQ]]. You may read on about how to [[swimrankings:Contribute | contribute]] as well. Or you may contact us at [mailto:results@swimrankings.net results@swimrankings.net].&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:SplashMe&amp;diff=724</id>
		<title>Meet Manager:SplashMe</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:SplashMe&amp;diff=724"/>
				<updated>2022-07-05T08:50:30Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: /* Activate live results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instruction in French (Quebec) as [[Media:SplashMe-Quebec.pdf|Pdf Document]].&lt;br /&gt;
&lt;br /&gt;
SplashMe is a mobile application to view live meet results. Meet Manager is used to publish data for SplashMe. &lt;br /&gt;
&lt;br /&gt;
SplashMe for the iPhone is available in the [https://itunes.apple.com/us/app/splashme/id584805809?l=de&amp;amp;ls=1&amp;amp;mt=8 AppStore]. SplashMe for Android is available in the [https://play.google.com/store/apps/details?id=com.splashme Play Store].&lt;br /&gt;
&lt;br /&gt;
In order to publish a meet for SplashMe, you have to follow these steps:&lt;br /&gt;
* Register meet in swimrankings.net calendar&lt;br /&gt;
* Synchronize athletes / clubs with swimrankings.net&lt;br /&gt;
* Activate live results&lt;br /&gt;
&lt;br /&gt;
For all these functions, you need a working internet connection and Meet Manager needs access to the internet (using HTTP protocol). It is also important to know, that only meets with appropriate data will be visible, e.g. after the end date of a meet, the meet remains visible only, if you uploaded complete meet results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Special notes for federations===&lt;br /&gt;
* [[Media:SplashMe_NL.pdf|Dutch Swimming Federation (KNZB)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Register in swimrankings.net Calendar===&lt;br /&gt;
[[File:MM_MenuCalendarEdit.png|thumb|150px|left|Calendar Menu]]&lt;br /&gt;
Before you can register your meet in the calendar, you have to enter at least all basic values like meet name, city, nation and you have to add at least one session per day of your meet.&lt;br /&gt;
&lt;br /&gt;
Choose ''Transfer &amp;gt; Edit / Update Calendar…'' from the main menu to connect your meet to the swimrankings.net calendar. &lt;br /&gt;
&lt;br /&gt;
The first time you connect your meet to the calendar, the global meet id field should be empty and you have to enter a meet password with at least four characters. Then you press &amp;quot;Login&amp;quot; to send a request to the swimrankings.net server. The new meet is created and a unique meet id is assigned to your meet.&lt;br /&gt;
&lt;br /&gt;
With the global meet id (e.g. &amp;quot;E6-896&amp;quot;) and your password you have all information you need to connect to the SplashMe online data server. The global meet id can be found in the lower left corner of the calendar edit dialog.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
[[File:MM_CalendarEditGeneral.png|center|Calendar Edit Dialog]]&lt;br /&gt;
If you want your meet to be listed in the swimrankings.net calendar, then click ''&amp;quot;Update&amp;quot;'' at least once in this dialog. But this is not necessary to have your meet available in the SplashMe application.&lt;br /&gt;
&lt;br /&gt;
The global meet id and the password is saved into your local meet database file and will be available automatically on all login dialogs where you need it.&lt;br /&gt;
&lt;br /&gt;
===Synchronize athletes / clubs with swimrankings.net===&lt;br /&gt;
[[File:MM_MenuClubsEdit.png|thumb|150px|left|Clubs - Edit Menu]]&lt;br /&gt;
For this step choose the module ''&amp;quot;Clubs&amp;quot;''. Then choose ''Edit &amp;gt; Get All Club Info'' to start the synchronization for all clubs. You may select a club first and then start the synchronization for a single club only. This is usefull when you added athletes and want to do the synchronisation for the new athletes only.&lt;br /&gt;
&lt;br /&gt;
The synchronization is important to retreive the unique swimrankings id (SWRID) for each athlete. This id is needed for the favorite function in SplashMe. Only athletes with an SWRID can be choosen as favorite. You can set the filter to &amp;quot;Show suspicious clubs / athletes only&amp;quot; to list only the athletes, where a synchronization was not possible. There are some common reasons, why an athlete cannot be found on swimrankings.net: Wrong nationality - wrong year of birth or gender - misspelled name.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Activate live results===&lt;br /&gt;
[[File:MM_MenuLiveResults.png|thumb|150px|left|Live Results Setup]]&lt;br /&gt;
The final step is to check your live result settings and then you can activate the live results to update all SplashMe online data to the same state of your meet database.&lt;br /&gt;
&lt;br /&gt;
Updating SplashMe online data is combined with the common (old) live results, where you can upload Pdf documents to any Ftp server. Both uploads work completely independent in the background and can be activated separately or both together as well. Just ensure that you have set the appropriate checkbox on the ''&amp;quot;SplashMe&amp;quot;'' / ''&amp;quot;General&amp;quot;'' tab before you activate the upload.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
[[File:MM_LiveResults.png|center|Live Results Setup Dialog]]&lt;br /&gt;
For SplashMe online data you only have to ensure, that you entered a valid global meet id and password.&lt;br /&gt;
* You may use the ''&amp;quot;Clear&amp;quot;'' function to remove all online data for the current meet.&lt;br /&gt;
* You may upload your own logo with the ''&amp;quot;Image&amp;quot;'' function. The logo has to be a Png image with exact size of 500 x 300 pixels.&lt;br /&gt;
* When you change athlete or club names it is possible, that not all data will be updated on the server. To ensure a check for all names, you have to deactivate the update function and activate it again.&lt;br /&gt;
* Press the &amp;quot;Shift&amp;quot; key when you activate live results to make a full upload of all data. This can be usefull if you think, the online data was damaged for some reason.&lt;br /&gt;
&lt;br /&gt;
===What meets are shown for SplashMe ?===&lt;br /&gt;
Meets do not apear in SplashMe before you did upload live results the first time. You have to run this even if there are no entries yet in your database.&lt;br /&gt;
&lt;br /&gt;
There are some restrictions when a meet is shown in the SplashMe app:&lt;br /&gt;
* All meets apear only 20 days before the meet starts.&lt;br /&gt;
* Meets with entries: Only until the day when the meet starts.&lt;br /&gt;
* Incomplete meets: Only until the day when the meet ends.&lt;br /&gt;
* Complete meets: Until 14 days after the meet.&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
* '''''Some athletes have no star to mark them as favorite. Why?''''' It's important to synchronize your meet with swimrankings.net so that all knows athletes get the swimrankings id (SWRID) assigned. Only athletes with SWRID can be used as favorites.&lt;br /&gt;
* '''''How can I add a logo for my club?''''' You can send us an image file (best size is 500 x 300 pixel) and the exact name, code and nation of your club. Then we put it on our server and it will be displayed in SplashMe.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Support&amp;diff=723</id>
		<title>Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Support&amp;diff=723"/>
				<updated>2022-03-07T14:55:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Splash Meet and Team Manager==&lt;br /&gt;
If your license is part of an agreement with a national/regional federation, please contact support of your federation. Known contacts are:&lt;br /&gt;
&lt;br /&gt;
* Austria Tirol&lt;br /&gt;
* Austria Vienna&lt;br /&gt;
* Belgium FFBN&lt;br /&gt;
* Belgium VZF&lt;br /&gt;
* Canada Quebec  - [mailto:splash@fnq.qc.ca splash@fnq.qc.ca]&lt;br /&gt;
* Estonia&lt;br /&gt;
* Iceland&lt;br /&gt;
* Luxembourg&lt;br /&gt;
* Netherlands KNZB  - [mailto:splash@knzb.nl splash@knzb.nl]&lt;br /&gt;
* Netherlands NCS&lt;br /&gt;
* Portugal&lt;br /&gt;
* Russia&lt;br /&gt;
* Slovakia&lt;br /&gt;
* Slovenia&lt;br /&gt;
* Swiss Swimming - [mailto:swimming@swiss-aquatics.ch swimming@swiss-aquatics.ch]&lt;br /&gt;
* Turkey&lt;br /&gt;
&lt;br /&gt;
All other users please use our '''[http://forums.swimrankings.net support forums]'''. You have to register and create your own account in order to post in the forum. These accounts are completely independant from regular Splash and/or Swimrankings accounts.&lt;br /&gt;
&lt;br /&gt;
For requests regarding new licenses and updates you can contact us at [mailto:sales@swimrankings.net sales@swimrankings.net].&lt;br /&gt;
&lt;br /&gt;
==Swimrankings Website==&lt;br /&gt;
Most common questions regarding the Swimrankings website are answered in the [[swimrankings:Frequently_Asked_Questions_(FAQ) | FAQ]]. You may read on about how to [[swimrankings:Contribute | contribute]] as well. Or you may contact us at [mailto:results@swimrankings.net results@swimrankings.net].&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:SplashMe&amp;diff=722</id>
		<title>Meet Manager:SplashMe</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:SplashMe&amp;diff=722"/>
				<updated>2021-11-25T20:14:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instruction in French (Quebec) as [[Media:SplashMe-Quebec.pdf|Pdf Document]].&lt;br /&gt;
&lt;br /&gt;
SplashMe is a mobile application to view live meet results. Meet Manager is used to publish data for SplashMe. &lt;br /&gt;
&lt;br /&gt;
SplashMe for the iPhone is available in the [https://itunes.apple.com/us/app/splashme/id584805809?l=de&amp;amp;ls=1&amp;amp;mt=8 AppStore]. SplashMe for Android is available in the [https://play.google.com/store/apps/details?id=com.splashme Play Store].&lt;br /&gt;
&lt;br /&gt;
In order to publish a meet for SplashMe, you have to follow these steps:&lt;br /&gt;
* Register meet in swimrankings.net calendar&lt;br /&gt;
* Synchronize athletes / clubs with swimrankings.net&lt;br /&gt;
* Activate live results&lt;br /&gt;
&lt;br /&gt;
For all these functions, you need a working internet connection and Meet Manager needs access to the internet (using HTTP protocol). It is also important to know, that only meets with appropriate data will be visible, e.g. after the end date of a meet, the meet remains visible only, if you uploaded complete meet results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Special notes for federations===&lt;br /&gt;
* [[Media:SplashMe_NL.pdf|Dutch Swimming Federation (KNZB)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Register in swimrankings.net Calendar===&lt;br /&gt;
[[File:MM_MenuCalendarEdit.png|thumb|150px|left|Calendar Menu]]&lt;br /&gt;
Before you can register your meet in the calendar, you have to enter at least all basic values like meet name, city, nation and you have to add at least one session per day of your meet.&lt;br /&gt;
&lt;br /&gt;
Choose ''Transfer &amp;gt; Edit / Update Calendar…'' from the main menu to connect your meet to the swimrankings.net calendar. &lt;br /&gt;
&lt;br /&gt;
The first time you connect your meet to the calendar, the global meet id field should be empty and you have to enter a meet password with at least four characters. Then you press &amp;quot;Login&amp;quot; to send a request to the swimrankings.net server. The new meet is created and a unique meet id is assigned to your meet.&lt;br /&gt;
&lt;br /&gt;
With the global meet id (e.g. &amp;quot;E6-896&amp;quot;) and your password you have all information you need to connect to the SplashMe online data server. The global meet id can be found in the lower left corner of the calendar edit dialog.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
[[File:MM_CalendarEditGeneral.png|center|Calendar Edit Dialog]]&lt;br /&gt;
If you want your meet to be listed in the swimrankings.net calendar, then click ''&amp;quot;Update&amp;quot;'' at least once in this dialog. But this is not necessary to have your meet available in the SplashMe application.&lt;br /&gt;
&lt;br /&gt;
The global meet id and the password is saved into your local meet database file and will be available automatically on all login dialogs where you need it.&lt;br /&gt;
&lt;br /&gt;
===Synchronize athletes / clubs with swimrankings.net===&lt;br /&gt;
[[File:MM_MenuClubsEdit.png|thumb|150px|left|Clubs - Edit Menu]]&lt;br /&gt;
For this step choose the module ''&amp;quot;Clubs&amp;quot;''. Then choose ''Edit &amp;gt; Get All Club Info'' to start the synchronization for all clubs. You may select a club first and then start the synchronization for a single club only. This is usefull when you added athletes and want to do the synchronisation for the new athletes only.&lt;br /&gt;
&lt;br /&gt;
The synchronization is important to retreive the unique swimrankings id (SWRID) for each athlete. This id is needed for the favorite function in SplashMe. Only athletes with an SWRID can be choosen as favorite. You can set the filter to &amp;quot;Show suspicious clubs / athletes only&amp;quot; to list only the athletes, where a synchronization was not possible. There are some common reasons, why an athlete cannot be found on swimrankings.net: Wrong nationality - wrong year of birth or gender - misspelled name.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Activate live results===&lt;br /&gt;
[[File:MM_MenuLiveResults.png|thumb|150px|left|Live Results Setup]]&lt;br /&gt;
The final step is to check your live result settings and then you can activate the live results to update all SplashMe online data to the same state of your meet database.&lt;br /&gt;
&lt;br /&gt;
Updating SplashMe online data is combined with the common (old) live results, where you can upload Pdf documents to any Ftp server. Both uploads work completely independent in the background and can be activated separately or both together as well. Just ensure that you have set the appropriate checkbox on the ''&amp;quot;SplashMe&amp;quot;'' / ''&amp;quot;General&amp;quot;'' tab before you activate the upload.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
[[File:MM_LiveResults.png|center|Live Results Setup Dialog]]&lt;br /&gt;
For SplashMe online data you only have to ensure, that you entered a valid global meet id and password.&lt;br /&gt;
* You may use the ''&amp;quot;Clear&amp;quot;'' function to remove all online data for the current meet.&lt;br /&gt;
* You may upload your own logo with the ''&amp;quot;Image&amp;quot;'' function. The logo has to be a Png image with exact size of 500 x 300 pixels.&lt;br /&gt;
* Press the &amp;quot;Shift&amp;quot; key when you activate live results to make a full upload of all data. This can be usefull if you think, the online data was damaged for some reason.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===What meets are shown for SplashMe ?===&lt;br /&gt;
Meets do not apear in SplashMe before you did upload live results the first time. You have to run this even if there are no entries yet in your database.&lt;br /&gt;
&lt;br /&gt;
There are some restrictions when a meet is shown in the SplashMe app:&lt;br /&gt;
* All meets apear only 20 days before the meet starts.&lt;br /&gt;
* Meets with entries: Only until the day when the meet starts.&lt;br /&gt;
* Incomplete meets: Only until the day when the meet ends.&lt;br /&gt;
* Complete meets: Until 14 days after the meet.&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
* '''''Some athletes have no star to mark them as favorite. Why?''''' It's important to synchronize your meet with swimrankings.net so that all knows athletes get the swimrankings id (SWRID) assigned. Only athletes with SWRID can be used as favorites.&lt;br /&gt;
* '''''How can I add a logo for my club?''''' You can send us an image file (best size is 500 x 300 pixel) and the exact name, code and nation of your club. Then we put it on our server and it will be displayed in SplashMe.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=721</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=721"/>
				<updated>2021-11-02T21:35:37Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=720</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=720"/>
				<updated>2021-10-27T10:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Database_Connections&amp;diff=719</id>
		<title>Meet Manager:Database Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Database_Connections&amp;diff=719"/>
				<updated>2020-02-17T15:15:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Enterprise Edition only)&lt;br /&gt;
&lt;br /&gt;
Instead of opening an '''.mdb''' file you can open a '''.ini''' file with a description of a connection to any common database. But there are some differences compared to MS Access files:&lt;br /&gt;
* Meet databases have to be created manually&lt;br /&gt;
* Backup / restore only works with concurrent backups&lt;br /&gt;
&lt;br /&gt;
The main advantage is, that you can run Meet Manager in a network on a real database server. The following documentation expects, that you are familiar with the installation of a database server, user setup and basic managment tasks like creating an empty database.&lt;br /&gt;
&lt;br /&gt;
The first time you connect to a database with Meet Manager, the application will automatically create the necessary tables and indices. You should always use an empty database in order to avoid conflicts with table names. Once a database is initialized with Meet Manager, you can backup and restore it with your database in order to use it for a different meet.&lt;br /&gt;
&lt;br /&gt;
===The .ini file===&lt;br /&gt;
The .ini file needs the following sections:&lt;br /&gt;
&lt;br /&gt;
=====[Database]=====&lt;br /&gt;
In this section you can define the following keys:&lt;br /&gt;
* DatabaseType: Values are '''FIREBIRD''', '''MSSQL''', '''MYSQL''', '''ORACLE''' and '''POSTGRESQL'''.&lt;br /&gt;
* Server: The name or IP address of your database server&lt;br /&gt;
* Database: The name of your database&lt;br /&gt;
* Username: The username used to connect to the database&lt;br /&gt;
* Password: The password for the database user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Supported databases===&lt;br /&gt;
====Firebird====&lt;br /&gt;
http://www.firebirdsql.org is a good page to start with Firebird. We recommend to use the latest version of Firebird (3.0). Databases should always be created with UTF8 as default characterset. In addition to the regular keys you have to define the following values in the .ini file:&lt;br /&gt;
* Charset=UTF8&lt;br /&gt;
* ClientLibrary=fbclient.dll&lt;br /&gt;
When you define the &amp;quot;Database&amp;quot; key, the database name is either the full local path on the database server or the name of an alias, defined in the aliases.conf file of Firebird. We recommend always to use the aliases.conf file. The server name part can either be an IP address or any valid name for a host, that can be resolved by the DNS on the client computers. For local installations use &amp;quot;localhost&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====MS Sql Server====&lt;br /&gt;
&lt;br /&gt;
====My SQL====&lt;br /&gt;
&lt;br /&gt;
====Oracle====&lt;br /&gt;
&lt;br /&gt;
====PostgreSQL====&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=718</id>
		<title>Meet Manager:Custom Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=718"/>
				<updated>2019-10-24T07:02:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may define custom point tables. This feature is available in Team Manager as well. For this proceed the following steps:&lt;br /&gt;
* Create a subdirectory &amp;quot;points&amp;quot; in the application directory (directory with '''Meet.exe''' / '''Team.exe''' file).&lt;br /&gt;
* Create a file with the extension .txt in the new directory.&lt;br /&gt;
* Add the definition in the file. In the header you have some global options. After the keyword &amp;lt;BASETIMES&amp;gt; you list a table with the base points for all styles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Values in the global section:&lt;br /&gt;
* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH | LINEAR | PARACANADA | GOMPERTZ | LIFESAVING | BSWIM | POLYNOM&lt;br /&gt;
* FormatDecimals: 0, 1 or 2&lt;br /&gt;
* Id: Number between 1 and 999&lt;br /&gt;
* Name: The name for your scoring&lt;br /&gt;
* Options: &amp;lt;empty&amp;gt; | HANDICAP | MASTER (what for the points can be used)&lt;br /&gt;
* ShortNameVersion and Version are used for export to Lenex files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remarks for columns:&lt;br /&gt;
* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).&lt;br /&gt;
* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.&lt;br /&gt;
* For points per agegroup add the columns AGEMIN and AGEMAX. When there is no upper/lower bound, put -1 in the corresponding column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is an example for a custom points file:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Formula=CUBED&amp;lt;br /&amp;gt;&lt;br /&gt;
Id=123&amp;lt;br /&amp;gt;&lt;br /&gt;
Name=My special points&amp;lt;br /&amp;gt;&lt;br /&gt;
Options=HANDICAP&amp;lt;br /&amp;gt;&lt;br /&gt;
ShortNameVersion=IPC 2009&amp;lt;br /&amp;gt;&lt;br /&gt;
Version=2009&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;BASETIMES&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIME&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S1;01.04.57;&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S2;01.00.11;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S3;00.42.60;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S4;00.37.54;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S5;00.32.62;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S6;00.29.78;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S7;00.27.67;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S8;00.26.45;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S9;00.25.34;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S10;00.23.61;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S11;00.25.82;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S12;00.23.43;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S13;00.23.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S14;00.25.29;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S15;00.23.86;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;AB;00.22.34;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S1;02.20.76;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S2;02.10.48;&amp;lt;br /&amp;gt;LCM;M;1;50;BACK;S1;01.13.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FLY;S5;00.35.95;&amp;lt;br /&amp;gt;SCM;M;1;100;BACK;S9;00.57.93;&amp;lt;br /&amp;gt;SCM;M;1;50;BREAST;SB4;00.44.18;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;[[Category:Results]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=717</id>
		<title>Meet Manager:Custom Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=717"/>
				<updated>2019-05-17T06:42:21Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may define custom point tables. This feature is available in Team Manager as well. For this proceed the following steps:&lt;br /&gt;
* Create a subdirectory &amp;quot;points&amp;quot; in the application directory (directory with '''Meet.exe''' / '''Team.exe''' file).&lt;br /&gt;
* Create a file with the extension .txt in the new directory.&lt;br /&gt;
* Add the definition in the file. In the header you have some global options. After the keyword &amp;lt;BASETIMES&amp;gt; you list a table with the base points for all styles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Values in the global section:&lt;br /&gt;
* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH | LINEAR | PARACANADA&lt;br /&gt;
* FormatDecimals: 0, 1 or 2&lt;br /&gt;
* Id: Number between 1 and 999&lt;br /&gt;
* Name: The name for your scoring&lt;br /&gt;
* Options: &amp;lt;empty&amp;gt; | HANDICAP | MASTER (what for the points can be used)&lt;br /&gt;
* ShortNameVersion and Version are used for export to Lenex files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remarks for columns:&lt;br /&gt;
* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).&lt;br /&gt;
* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.&lt;br /&gt;
* For points per agegroup add the columns AGEMIN and AGEMAX. When there is no upper/lower bound, put -1 in the corresponding column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is an example for a custom points file:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Formula=CUBED&amp;lt;br /&amp;gt;&lt;br /&gt;
Id=123&amp;lt;br /&amp;gt;&lt;br /&gt;
Name=My special points&amp;lt;br /&amp;gt;&lt;br /&gt;
Options=HANDICAP&amp;lt;br /&amp;gt;&lt;br /&gt;
ShortNameVersion=IPC 2009&amp;lt;br /&amp;gt;&lt;br /&gt;
Version=2009&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;BASETIMES&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIME&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S1;01.04.57;&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S2;01.00.11;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S3;00.42.60;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S4;00.37.54;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S5;00.32.62;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S6;00.29.78;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S7;00.27.67;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S8;00.26.45;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S9;00.25.34;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S10;00.23.61;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S11;00.25.82;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S12;00.23.43;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S13;00.23.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S14;00.25.29;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S15;00.23.86;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;AB;00.22.34;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S1;02.20.76;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S2;02.10.48;&amp;lt;br /&amp;gt;LCM;M;1;50;BACK;S1;01.13.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FLY;S5;00.35.95;&amp;lt;br /&amp;gt;SCM;M;1;100;BACK;S9;00.57.93;&amp;lt;br /&amp;gt;SCM;M;1;50;BREAST;SB4;00.44.18;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;[[Category:Results]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Database_Connections&amp;diff=716</id>
		<title>Meet Manager:Database Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Database_Connections&amp;diff=716"/>
				<updated>2019-03-14T12:41:13Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Enterprise Edition only)&lt;br /&gt;
&lt;br /&gt;
Instead of opening an '''.mdb''' file you can open a '''.ini''' file with a description of a connection to any common database. But there are some differences compared to MS Access files:&lt;br /&gt;
* Meet databases have to be created manually&lt;br /&gt;
* Backup / restore only works with concurrent backups&lt;br /&gt;
&lt;br /&gt;
The main advantage is, that you can run Meet Manager in a network on a real database server. The following documentation expects, that you are familiar with the installation of a database server, user setup and basic managment tasks like creating an empty database.&lt;br /&gt;
&lt;br /&gt;
The first time you connect to a database with Meet Manager, the application will automatically create the necessary tables and indices. You should always use an empty database in order to avoid conflicts with table names. Once a database is initialized with Meet Manager, you can backup and restore it with your database in order to use it for a different meet.&lt;br /&gt;
&lt;br /&gt;
===The .ini file===&lt;br /&gt;
The .ini file needs the following sections:&lt;br /&gt;
&lt;br /&gt;
=====[Database]=====&lt;br /&gt;
In this section you can define the following keys:&lt;br /&gt;
* BSDatabaseType: Values are '''FIREBIRD''', '''MSSQL''', '''MYSQL''', '''ORACLE''' and '''POSTGRESQL'''.&lt;br /&gt;
* Database: Generally the value has the format &amp;quot;Servername:Databasename&amp;quot;. The format in detail depends on the selected database type&lt;br /&gt;
* User_Name: The username used to connect to the database&lt;br /&gt;
* Password: The password for the database user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Supported databases===&lt;br /&gt;
====Firebird====&lt;br /&gt;
http://www.firebirdsql.org is a good page to start with Firebird. We recommend to use the latest version of Firebird (3.0). Databases should always be created with UTF8 as default characterset. In addition to the regular keys you have to define the following values in the .ini file:&lt;br /&gt;
* Charset=UTF8&lt;br /&gt;
* ClientLibrary=fbclient.dll&lt;br /&gt;
When you define the &amp;quot;Database&amp;quot; key, the database name is either the full local path on the database server or the name of an alias, defined in the aliases.conf file of Firebird. We recommend always to use the aliases.conf file. The server name part can either be an IP address or any valid name for a host, that can be resolved by the DNS on the client computers. For local installations use &amp;quot;localhost&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====MS Sql Server====&lt;br /&gt;
&lt;br /&gt;
====My SQL====&lt;br /&gt;
&lt;br /&gt;
====Oracle====&lt;br /&gt;
&lt;br /&gt;
====PostgreSQL====&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=715</id>
		<title>Meet Manager:Entries CSV File Format</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=715"/>
				<updated>2019-03-07T06:49:36Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beside the common formats like Lenex, SDIF, German DSV you may import entries from common text files with Meet Manager.&lt;br /&gt;
&lt;br /&gt;
The format of this text file has to fullfill the following specification:&lt;br /&gt;
* On the ''first'' line you have the meet identification with the fields '''meet name''', '''meet city''', '''meet nation''', '''course''' and '''meet date'''. All fields have to be separated with a semicolon (''';''').&lt;br /&gt;
* On the ''second'' line you have the column names, all uppercase, separated with a semicolon (''';''') The columns can be in any order.&lt;br /&gt;
* From the third and all following lines you have the entries, one entry per line.&lt;br /&gt;
&lt;br /&gt;
A valid entry file needs at least these columns:&lt;br /&gt;
* '''BIRTHDATE''': The  athlete’s  birthdate. Just leave the field empty for relay results. See also column YOB. &lt;br /&gt;
* '''CLUBCODE''': The official club code or number. Please only use official values allocated by  the  club’s  national federation here. DO NOT attempt to invent any codes if you do not know the official ones!&lt;br /&gt;
* '''CLUBNAME''': The club name.&lt;br /&gt;
* '''CLUBNATION''': The  club nation. If this column is missing  or empty,  the  club nation  is supposed to be found in the field NATION. &lt;br /&gt;
* '''DISTANCE''': The distance of the event (50, 100, 200, 400, 800, ...). For relay results, this is always the distance for a single athlete.&lt;br /&gt;
* '''ENTRYTIME''': The entry time in the format MM:SS.ZZ or SS.ZZ. &lt;br /&gt;
* '''FIRSTNAME''': The athlete’s first name.&lt;br /&gt;
* '''GENDER''': The  athlete’s  gender  or, in the case of relay results,  the gender of the relay. Allowed values are F (female) or M (male).&lt;br /&gt;
* '''LASTNAME''': The athlete’s last name (family name). &lt;br /&gt;
* '''LICENSE''': The swimmer’s national registration  ID. Please use official  IDs  issued by national federations only. Otherwise leave this field empty.&lt;br /&gt;
* '''NATION''': The athlete’s nationality. If this value differs from his/her club nation, fill in the column CLUBNATION as well.&lt;br /&gt;
* '''RELAYCOUNT''': This column is necessary if you have relay entries. E.g. for a relay entry 4x100 you put 4 in RELAYCOUNT and 100 in DISTANCE. For individual entries, just type &amp;quot;1&amp;quot; in here. &lt;br /&gt;
* '''STROKE''': The stroke of the event. Allowed values are FREE, BACK, BREAST, FLY or MEDLEY. &lt;br /&gt;
* '''YOB''': The  athlete’s  year of birth.  You may use this column  rather than BIRTHDATE if you do not have full birthdates available. The year of birth should be entered with 4 digits (e.g. 1987). &lt;br /&gt;
&lt;br /&gt;
Other optional columns in the entry file are:&lt;br /&gt;
* '''EXCEPTION''': This column is the exception code for disabled athletes.&lt;br /&gt;
* '''HANDICAP''': The disabled class for the athlete. Depending on the stroke it is used for '''S''', '''SB''' or '''SM'''.&lt;br /&gt;
* '''RELAYNUMBER''': This column is optional for relay entries. If you have more than one entry per club / event you can pas the number of the relay team here.&lt;br /&gt;
 &lt;br /&gt;
For relay swimmers you may add XXXXX&amp;lt;n&amp;gt; columns, where &amp;lt;n&amp;gt; is the number of the relay swimmer.  Columns like these  can be created for the fields BIRTHDATE1, FIRSTNAME1, GENDER1, LASTNAME1 or YOB1. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example with three entries (two individual, one relay entry):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Test meet for CSV Entries;Berne;SUI;SCM;15.05.2009&lt;br /&gt;
NUMBER;RELAYCOUNT;DISTANCE;STROKE;LASTNAME;FIRSTNAME;GENDER;BIRTHDATE;CLUBCODE;CLUBNAME;NATION;ENTRYTIME;LASTNAME1;FIRSTNAME1;GENDER1;BIRTHDATE1;LASTNAME2;FIRSTNAME2;GENDER2;BIRTHDATE2;LASTNAME3;FIRSTNAME3;GENDER3;BIRTHDATE3;LASTNAME4;FIRSTNAME4;GENDER4;BIRTHDATE4&lt;br /&gt;
1;1;400;FREE;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;4:59.99&lt;br /&gt;
31;1;200;MEDLEY;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;2:01.01&lt;br /&gt;
38;4;100;MEDLEY;;;F;;SWR;Swimrankings Team;SUI;4:01.02;Kaufmann;Christian;M;01.02.2001;Marino;Franco;M;01.01.1999;Angeli;Ricardo;M;01.01.1988;Roth;Manuel;M;01.01.1992&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Entries]]&lt;br /&gt;
[[Category:Data Exchange]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=714</id>
		<title>Meet Manager:Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Installation&amp;diff=714"/>
				<updated>2018-09-11T08:52:25Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: /* Downloads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==System requirements==&lt;br /&gt;
Basically Meet Manager runs on any Win32 operating system like Windows 7, 8 and 10. It may run on older systems like Windows XP but we cannot give a guarantee for that. Meet Manager uses the Microsoft Jet Database Engine for which the access components should be installed by default with all these operating systems.&lt;br /&gt;
&lt;br /&gt;
Please always ensure that you have administrator privileges when you install the software and that users have full read / write rights to the directories where you save the database files. In addition a common problem is that Antivirus applications block internet access of Meet Manager (Meet.exe) which is necessary for the first time activation and for some functionality that uses the swimrankings.net database.&lt;br /&gt;
&lt;br /&gt;
==Installation steps==&lt;br /&gt;
#Download the latest Meet Manager Installer (see below). You will need your Splash usernumber and password to login to this site.&amp;lt;br&amp;gt;&lt;br /&gt;
#Launch the installer from your download folder by double-clicking the '''install_Meet.exe''' file. Click '''Next''' and read the Software License Agreement carefully. You can only install this software if you accept the license first. Click '''Next''' again and indicate the folder for the Meet Manager installation. The installation will need about 20MBs of disk space. Choose a startmenu folder and finish the installer. If you downloaded the '''Demo Version''' of Meet Manager there will be an expiration date and the printing functions are restricted. To get a full version of the software, visit the '''Order''' section of our [http://www.swimrankings.net/index.php?page=order website].&lt;br /&gt;
#When launching Splash Meet Manager for the first time, you will need your usernumber and password again. Additionally, you have to be connected to the internet in order to activate the application on your computer.&lt;br /&gt;
#For further information please check the [[Meet Manager:Documents|Documents]] page.&lt;br /&gt;
&lt;br /&gt;
==Update from before 2015==&lt;br /&gt;
If you received your login information before end of 2015 or if you want to update an installation from 2014 or before, please read the instructions on '''this [[Meet Manager:Update from before 2015|website]]'''.&lt;br /&gt;
&lt;br /&gt;
==Downloads==&lt;br /&gt;
'''Preview Builds''': These are builds of the application, that contain the newest changes, which are not 100% tested. '''Do not use preview builds''', if you are not an advanced computer user. Always have backups, if you use a preview build. &lt;br /&gt;
&lt;br /&gt;
Please always use your '''Splash Usernumber''' and the '''Splash Password''' here in order to access the installation download:&lt;br /&gt;
&lt;br /&gt;
{{Meet Manager DownloadsNew}}&lt;br /&gt;
&lt;br /&gt;
==Username and Passwords==&lt;br /&gt;
There is a registered contact person for every club/license. Please contact this person, if you need the access codes for your club. To change the contact person for your club, please contact your national federation. This applies for clubs from Canada (Quebec), Netherlands, Portugal and Switzerland. &lt;br /&gt;
&lt;br /&gt;
If you forogot your password, you can use the following form to retreive your registration information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;websiteFrame&amp;gt; &lt;br /&gt;
website=https://www.swimrankings.net/services/SplashSendLogin&lt;br /&gt;
height=80&lt;br /&gt;
width=100%&lt;br /&gt;
align=left&lt;br /&gt;
border=0&lt;br /&gt;
scroll=no&lt;br /&gt;
&amp;lt;/websiteFrame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Splash user login cannot be used to login to the WikiMedia website (link in top right corner of the site). It's only needed when you click an install package for download.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=713</id>
		<title>swimrankings:FINA Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=713"/>
				<updated>2018-01-17T19:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The FINA Points Table allows comparisons of results among different events. The FINA Points Table assigns point values to swimming performances, more points for world class performances typically 1000 or more and fewer points for slower performances.&lt;br /&gt;
&lt;br /&gt;
The base times are defined every year, based on the latest World Record that was approved by FINA. For short course (SCM) the base times are defined with the cut of date of August 31st. For long course (LCM) the base times are defined at the end of the year (December 31st). &lt;br /&gt;
&lt;br /&gt;
We are the provider for the following official application and documents for the FINA Points Table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_PointsCalculator.zip FINA Points Calculator] &amp;lt;small&amp;gt;(An application to calculate points to times, times to points and print tables for user defined ranges with points and the corresponding times)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table.pdf FINA Points Formula] &amp;lt;small&amp;gt;(A description, how the FINA Points are calculated and when the base times are updated)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table_Base_Times.xls FINA Points Base Times] &amp;lt;small&amp;gt;(A table with all base times for the different events)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2018_LCM_Men.pdf Points Table 2018, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2018_LCM_Women.pdf Points Table 2018, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2018_LCM_Relay.pdf Points Table 2018, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Men.pdf Points Table 2017, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Women.pdf Points Table 2017, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Relay.pdf Points Table 2017, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Men.pdf Points Table 2017, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Women.pdf Points Table 2017, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Relay.pdf Points Table 2017, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Men.pdf Points Table 2016, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Women.pdf Points Table 2016, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Relay.pdf Points Table 2016, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Men.pdf Points Table 2016, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Women.pdf Points Table 2016, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Relay.pdf Points Table 2016, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Men.pdf Points Table 2015, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Women.pdf Points Table 2015, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Relay.pdf Points Table 2015, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Men.pdf Points Table 2015, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Women.pdf Points Table 2015, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Relay.pdf Points Table 2015, Long Course, Relays]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=712</id>
		<title>swimrankings:FINA Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=712"/>
				<updated>2017-09-07T07:03:38Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The FINA Points Table allows comparisons of results among different events. The FINA Points Table assigns point values to swimming performances, more points for world class performances typically 1000 or more and fewer points for slower performances.&lt;br /&gt;
&lt;br /&gt;
The base times are defined every year, based on the latest World Record that was approved by FINA. For short course (SCM) the base times are defined with the cut of date of August 31st. For long course (LCM) the base times are defined at the end of the year (December 31st). &lt;br /&gt;
&lt;br /&gt;
We are the provider for the following official application and documents for the FINA Points Table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_PointsCalculator.zip FINA Points Calculator] &amp;lt;small&amp;gt;(An application to calculate points to times, times to points and print tables for user defined ranges with points and the corresponding times)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table.pdf FINA Points Formula] &amp;lt;small&amp;gt;(A description, how the FINA Points are calculated and when the base times are updated)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table_Base_Times.xls FINA Points Base Times] &amp;lt;small&amp;gt;(A table with all base times for the different events)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Men.pdf Points Table 2017, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Women.pdf Points Table 2017, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_SCM_Relay.pdf Points Table 2017, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Men.pdf Points Table 2017, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Women.pdf Points Table 2017, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Relay.pdf Points Table 2017, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Men.pdf Points Table 2016, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Women.pdf Points Table 2016, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Relay.pdf Points Table 2016, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Men.pdf Points Table 2016, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Women.pdf Points Table 2016, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Relay.pdf Points Table 2016, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Men.pdf Points Table 2015, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Women.pdf Points Table 2015, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Relay.pdf Points Table 2015, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Men.pdf Points Table 2015, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Women.pdf Points Table 2015, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Relay.pdf Points Table 2015, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Men.pdf Points Table 2014, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Women.pdf Points Table 2014, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Relay.pdf Points Table 2014, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Men.pdf Points Table 2014, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Women.pdf Points Table 2014, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Relay.pdf Points Table 2014, Long Course, Relays]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=711</id>
		<title>swimrankings:FINA Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=711"/>
				<updated>2017-02-07T21:21:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The FINA Points Table allows comparisons of results among different events. The FINA Points Table assigns point values to swimming performances, more points for world class performances typically 1000 or more and fewer points for slower performances.&lt;br /&gt;
&lt;br /&gt;
The base times are defined every year, based on the latest World Record that was approved by FINA. For short course (SCM) the base times are defined with the cut of date of August 31st. For long course (LCM) the base times are defined at the end of the year (December 31st). &lt;br /&gt;
&lt;br /&gt;
We are the provider for the following official application and documents for the FINA Points Table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_PointsCalculator.zip FINA Points Calculator] &amp;lt;small&amp;gt;(An application to calculate points to times, times to points and print tables for user defined ranges with points and the corresponding times)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table.pdf FINA Points Formula] &amp;lt;small&amp;gt;(A description, how the FINA Points are calculated and when the base times are updated)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table_Base_Times.xls FINA Points Base Times] &amp;lt;small&amp;gt;(A table with all base times for the different events)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Men.pdf Points Table 2017, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Women.pdf Points Table 2017, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2017_LCM_Relay.pdf Points Table 2017, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Men.pdf Points Table 2016, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Women.pdf Points Table 2016, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Relay.pdf Points Table 2016, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Men.pdf Points Table 2016, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Women.pdf Points Table 2016, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Relay.pdf Points Table 2016, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Men.pdf Points Table 2015, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Women.pdf Points Table 2015, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Relay.pdf Points Table 2015, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Men.pdf Points Table 2015, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Women.pdf Points Table 2015, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Relay.pdf Points Table 2015, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Men.pdf Points Table 2014, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Women.pdf Points Table 2014, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Relay.pdf Points Table 2014, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Men.pdf Points Table 2014, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Women.pdf Points Table 2014, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Relay.pdf Points Table 2014, Long Course, Relays]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Export_and_Import_Formats&amp;diff=710</id>
		<title>Meet Manager:Export and Import Formats</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Export_and_Import_Formats&amp;diff=710"/>
				<updated>2016-12-19T21:41:39Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Created page with &amp;quot;===== What formats are supported ===== Meet Manager can import and export records in Lenex format and as Excel file. When you select '''.xls''' or '''.xlsx''' as file extensio...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===== What formats are supported =====&lt;br /&gt;
Meet Manager can import and export records in Lenex format and as Excel file. When you select '''.xls''' or '''.xlsx''' as file extension for export, the exported file will be an excel sheet, in all other cases the exported file will have the Lenex format.&lt;br /&gt;
&lt;br /&gt;
===== What is the format for an Excel file =====&lt;br /&gt;
Use an existing record list in Meet Manager or create a new record list with some sample records and export as Excel file. This will show you the columns that are necessary in this format. The first row always contains the column names. From row 2, each row contains one record. The order of columns and/or rows doesn't matter. Codes used (e.g. for strokes) are the same as defined in the Lenex format.&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Frequently_Asked_Questions_(FAQ)&amp;diff=709</id>
		<title>Meet Manager:Frequently Asked Questions (FAQ)</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Frequently_Asked_Questions_(FAQ)&amp;diff=709"/>
				<updated>2016-12-19T21:36:25Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: /* Records */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please always search all FAQ sections before you send us a support question. Also check the old [[Media:Meet_Manager_FAQ.pdf|FAQ PDF document]] for topics that were not yet added to the wiki site. If you think you found an error, please check the [[Meet_Manager:Release_Notes|release notes]] first for the latest corrections.&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
:[[Meet_Manager:Installation|Installation]] - Check this site to find instructions for download and installation.&lt;br /&gt;
:[[Meet_Manager:New Meet|Create a New Meet]]&lt;br /&gt;
:[[Meet_Manager:Data Access, Storage and Backup|Data Access, Storage and Backup]]&lt;br /&gt;
:[[Meet_Manager:Keyboard Shortcuts|Keyboard Shortcuts]] - Available keyboard shortcuts (all moduls).&lt;br /&gt;
:[[Meet_Manager:Swiss Swimming|SUI - Swiss Swimming]] - Specific notes for meets in Switzerland.&lt;br /&gt;
&lt;br /&gt;
=Event Structure=&lt;br /&gt;
:[[Meet_Manager:Age Group Filters|Age Group Filters]] - Read about the different possibilities to group results on the result list.&lt;br /&gt;
&lt;br /&gt;
=Records=&lt;br /&gt;
:[[Meet_Manager:Record List Definitions|Record List Definition]]&lt;br /&gt;
:[[Meet_Manager:Export and Import Formats|Export and Import Formats]]&lt;br /&gt;
&lt;br /&gt;
=Entries / Seeding=&lt;br /&gt;
:[[Meet_Manager:Online_Entries|Online Entries]] - Setup your meet for online entries.&lt;br /&gt;
:[[Meet_Manager:Entries CSV File Format|Entries CSV File Format]] - Generic file format for entries import.&lt;br /&gt;
:[[Meet_Manager:Mixed Relay Agegroups|Mixed Relay Agegroups]] - Handling of different ages for boys and girls.&lt;br /&gt;
:[[Meet_Manager:Entries - Other questions|Other questions]] - More tips and answers about entries.&lt;br /&gt;
&lt;br /&gt;
=Results / Reports=&lt;br /&gt;
:[[Meet_Manager:Custom Points|Custom Points]] - Define your own point tables.&lt;br /&gt;
:[[Meet_Manager:Report Layout|Report Layout]] - More information about customizing your reports.&lt;br /&gt;
&lt;br /&gt;
=Timing Systems=&lt;br /&gt;
You can search the [[Meet_Manager:Timing_Systems|general information]] which applies to all timing systems or you can check the specific sites for the following systems:&lt;br /&gt;
:[[Meet_Manager:Timing_System_ALGE_SwimTime|ALGE - SwimTime]]&lt;br /&gt;
:[[Meet_Manager:Timing_System_Colorado_Dolphin_Wireless|Colorado - Dolphin Wireless]]&lt;br /&gt;
:[[Meet_Manager:Timing_System_Omega_Quantum_Aquatics|Omega - Quantum Aquatics]]&lt;br /&gt;
:[[Meet_Manager:Timing_System_Stramatel_AquaSwimV|Stramatel - AquaSwim V]]&lt;br /&gt;
:[[Meet_Manager:Timing_System_Generic_Txt_Heat_Files|Generic Txt Heat Files]]&lt;br /&gt;
&lt;br /&gt;
=Live Results=&lt;br /&gt;
:[[Meet_Manager:Live_Results_Customized_Styles|Using customized styles]]&lt;br /&gt;
:[[Meet_Manager:Live_Results_Secondary_FTP_Server|Secondary FTP Server]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=708</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=708"/>
				<updated>2016-11-10T08:14:23Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=707</id>
		<title>swimrankings:FINA Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:FINA_Points&amp;diff=707"/>
				<updated>2016-08-25T15:12:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The FINA Points Table allows comparisons of results among different events. The FINA Points Table assigns point values to swimming performances, more points for world class performances typically 1000 or more and fewer points for slower performances.&lt;br /&gt;
&lt;br /&gt;
The base times are defined every year, based on the latest World Record that was approved by FINA. For short course (SCM) the base times are defined with the cut of date of August 31st. For long course (LCM) the base times are defined at the end of the year (December 31st). &lt;br /&gt;
&lt;br /&gt;
We are the provider for the following official application and documents for the FINA Points Table:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_PointsCalculator.zip FINA Points Calculator] &amp;lt;small&amp;gt;(An application to calculate points to times, times to points and print tables for user defined ranges with points and the corresponding times)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table.pdf FINA Points Formula] &amp;lt;small&amp;gt;(A description, how the FINA Points are calculated and when the base times are updated)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_Points_Table_Base_Times.xls FINA Points Base Times] &amp;lt;small&amp;gt;(A table with all base times for the different events)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Men.pdf Points Table 2016, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Women.pdf Points Table 2016, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_SCM_Relay.pdf Points Table 2016, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Men.pdf Points Table 2016, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Women.pdf Points Table 2016, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2016_LCM_Relay.pdf Points Table 2016, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Men.pdf Points Table 2015, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Women.pdf Points Table 2015, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_SCM_Relay.pdf Points Table 2015, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Men.pdf Points Table 2015, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Women.pdf Points Table 2015, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2015_LCM_Relay.pdf Points Table 2015, Long Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Men.pdf Points Table 2014, Short Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Women.pdf Points Table 2014, Short Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_SCM_Relay.pdf Points Table 2014, Short Course, Relays]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Men.pdf Points Table 2014, Long Course, Men]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Women.pdf Points Table 2014, Long Course, Women]&lt;br /&gt;
* [http://www.swimrankings.net/files/FINA_2014_LCM_Relay.pdf Points Table 2014, Long Course, Relays]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=706</id>
		<title>Meet Manager:Entries CSV File Format</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=706"/>
				<updated>2016-08-12T07:13:42Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beside the common formats like Lenex, SDIF, German DSV you may import entries from common text files with Meet Manager.&lt;br /&gt;
&lt;br /&gt;
The format of this text file has to fullfill the following specification:&lt;br /&gt;
* On the ''first'' line you have the meet identification with the fields '''meet name''', '''meet city''', '''meet nation''', '''course''' and '''meet date'''. All fields have to be separated with a semicolon (''';''').&lt;br /&gt;
* On the ''second'' line you have the column names, all uppercase, separated with a semicolon (''';''') The columns can be in any order.&lt;br /&gt;
* From the third and all following lines you have the entries, one entry per line.&lt;br /&gt;
&lt;br /&gt;
A valid entry file needs at least these columns:&lt;br /&gt;
* '''BIRTHDATE''': The  athlete’s  birthdate. Just leave the field empty for relay results. See also column YOB. &lt;br /&gt;
* '''CLUBCODE''': The official club code or number. Please only use official values allocated by  the  club’s  national federation here. DO NOT attempt to invent any codes if you do not know the official ones!&lt;br /&gt;
* '''CLUBNAME''': The club name.&lt;br /&gt;
* '''CLUBNATION''': The  club nation. If this column is missing  or empty,  the  club nation  is supposed to be found in the field NATION. &lt;br /&gt;
* '''DISTANCE''': The distance of the event (50, 100, 200, 400, 800, ...). For relay results, this is always the distance for a single athlete.&lt;br /&gt;
* '''ENTRYTIME''': The entry time in the format MM:SS.ZZ or SS.ZZ. &lt;br /&gt;
* '''FIRSTNAME''': The athlete’s first name.&lt;br /&gt;
* '''GENDER''': The  athlete’s  gender  or, in the case of relay results,  the gender of the relay. Allowed values are F (female) or M (male).&lt;br /&gt;
* '''LASTNAME''': The athlete’s last name (family name). &lt;br /&gt;
* '''LICENSE''': The swimmer’s national registration  ID. Please use official  IDs  issued by national federations only. Otherwise leave this field empty.&lt;br /&gt;
* '''NATION''': The athlete’s nationality. If this value differs from his/her club nation, fill in the column CLUBNATION as well.&lt;br /&gt;
* '''RELAYCOUNT''': This column is necessary if you have relay entries. E.g. for a relay entry 4x100 you put 4 in RELAYCOUNT and 100 in DISTANCE. For individual entries, just type &amp;quot;1&amp;quot; in here. &lt;br /&gt;
* '''STROKE''': The stroke of the event. Allowed values are FREE, BACK, BREAST, FLY or MEDLEY. &lt;br /&gt;
* '''YOB''': The  athlete’s  year of birth.  You may use this column  rather than BIRTHDATE if you do not have full birthdates available. The year of birth should be entered with 4 digits (e.g. 1987). &lt;br /&gt;
&lt;br /&gt;
Other optional columns in the entry file are:&lt;br /&gt;
* '''RELAYNUMBER''': This column is optional for relay entries. If you have more than one entry per club / event you can pas the number of the relay team here.&lt;br /&gt;
 &lt;br /&gt;
For relay swimmers you may add XXXXX&amp;lt;n&amp;gt; columns, where &amp;lt;n&amp;gt; is the number of the relay swimmer.  Columns like these  can be created for the fields BIRTHDATE1, FIRSTNAME1, GENDER1, LASTNAME1 or YOB1. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example with three entries (two individual, one relay entry):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Test meet for CSV Entries;Berne;SUI;SCM;15.05.2009&lt;br /&gt;
NUMBER;RELAYCOUNT;DISTANCE;STROKE;LASTNAME;FIRSTNAME;GENDER;BIRTHDATE;CLUBCODE;CLUBNAME;NATION;ENTRYTIME;LASTNAME1;FIRSTNAME1;GENDER1;BIRTHDATE1;LASTNAME2;FIRSTNAME2;GENDER2;BIRTHDATE2;LASTNAME3;FIRSTNAME3;GENDER3;BIRTHDATE3;LASTNAME4;FIRSTNAME4;GENDER4;BIRTHDATE4&lt;br /&gt;
1;1;400;FREE;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;4:59.99&lt;br /&gt;
31;1;200;MEDLEY;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;2:01.01&lt;br /&gt;
38;4;100;MEDLEY;;;F;;SWR;Swimrankings Team;SUI;4:01.02;Kaufmann;Christian;M;01.02.2001;Marino;Franco;M;01.01.1999;Angeli;Ricardo;M;01.01.1988;Roth;Manuel;M;01.01.1992&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Entries]]&lt;br /&gt;
[[Category:Data Exchange]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=705</id>
		<title>Meet Manager:Entries CSV File Format</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Entries_CSV_File_Format&amp;diff=705"/>
				<updated>2016-08-12T07:11:12Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Beside the common formats like Lenex, SDIF, German DSV you may import entries from common text files with Meet Manager.&lt;br /&gt;
&lt;br /&gt;
The format of this text file has to fullfill the following specification:&lt;br /&gt;
* On the ''first'' line you have the meet identification with the fields '''meet name''', '''meet city''', '''meet nation''', '''course''' and '''meet date'''. All fields have to be separated with a semicolon (''';''').&lt;br /&gt;
* On the ''second'' line you have the column names, all uppercase, separated with a semicolon (''';''') The columns can be in any order.&lt;br /&gt;
* From the third and all following lines you have the entries, one entry per line.&lt;br /&gt;
&lt;br /&gt;
A valid entry file needs at least these columns:&lt;br /&gt;
* '''BIRTHDATE''': The  athlete’s  birthdate. Just leave the field empty for relay results. See also column YOB. &lt;br /&gt;
* '''CLUBCODE''': The official club code or number. Please only use official values allocated by  the  club’s  national federation here. DO NOT attempt to invent any codes if you do not know the official ones!&lt;br /&gt;
* '''CLUBNAME''': The club name.&lt;br /&gt;
* '''CLUBNATION''': The  club nation. If this column is missing  or empty,  the  club nation  is supposed to be found in the field NATION. &lt;br /&gt;
* '''DISTANCE''': The distance of the event (50, 100, 200, 400, 800, ...). For relay results, this is always the distance for a single athlete.&lt;br /&gt;
* '''ENTRYTIME''': The entry time in the format MM:SS.ZZ or SS.ZZ. &lt;br /&gt;
* '''FIRSTNAME''': The athlete’s first name.&lt;br /&gt;
* '''GENDER''': The  athlete’s  gender  or, in the case of relay results,  the gender of the relay. Allowed values are F (female) or M (male).&lt;br /&gt;
* '''LASTNAME''': The athlete’s last name (family name). &lt;br /&gt;
* '''LICENSE''': The swimmer’s national registration  ID. Please use official  IDs  issued by national federations only. Otherwise leave this field empty.&lt;br /&gt;
* '''NATION''': The athlete’s nationality. If this value differs from his/her club nation, fill in the column CLUBNATION as well.&lt;br /&gt;
* '''RELAYCOUNT''': This column is necessary if you have relay entries. E.g. for a relay entry 4x100 you put 4 in RELAYCOUNT and 100 in DISTANCE. For individual entries, just type &amp;quot;1&amp;quot; in here. &lt;br /&gt;
* '''RELAYNUMBER''': This column is optional for relay entries. If you have more than one entry per club / event you can pas the number of the relay team here.&lt;br /&gt;
* '''STROKE''': The stroke of the event. Allowed values are FREE, BACK, BREAST, FLY or MEDLEY. &lt;br /&gt;
* '''YOB''': The  athlete’s  year of birth.  You may use this column  rather than BIRTHDATE if you do not have full birthdates available. The year of birth should be entered with 4 digits (e.g. 1987). &lt;br /&gt;
 &lt;br /&gt;
For relay swimmers you may add XXXXX&amp;lt;n&amp;gt; columns, where &amp;lt;n&amp;gt; is the number of the relay swimmer.  Columns like these  can be created for the fields BIRTHDATE1, FIRSTNAME1, GENDER1, LASTNAME1 or YOB1. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example with three entries (two individual, one relay entry):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Test meet for CSV Entries;Berne;SUI;SCM;15.05.2009&lt;br /&gt;
NUMBER;RELAYCOUNT;DISTANCE;STROKE;LASTNAME;FIRSTNAME;GENDER;BIRTHDATE;CLUBCODE;CLUBNAME;NATION;ENTRYTIME;LASTNAME1;FIRSTNAME1;GENDER1;BIRTHDATE1;LASTNAME2;FIRSTNAME2;GENDER2;BIRTHDATE2;LASTNAME3;FIRSTNAME3;GENDER3;BIRTHDATE3;LASTNAME4;FIRSTNAME4;GENDER4;BIRTHDATE4&lt;br /&gt;
1;1;400;FREE;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;4:59.99&lt;br /&gt;
31;1;200;MEDLEY;Kaufmann;Christian;M;01.02.2001;SWR;Swimrankings Team;SUI;2:01.01&lt;br /&gt;
38;4;100;MEDLEY;;;F;;SWR;Swimrankings Team;SUI;4:01.02;Kaufmann;Christian;M;01.02.2001;Marino;Franco;M;01.01.1999;Angeli;Ricardo;M;01.01.1988;Roth;Manuel;M;01.01.1992&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Entries]]&lt;br /&gt;
[[Category:Data Exchange]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=704</id>
		<title>Meet Manager:Custom Points</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=Meet_Manager:Custom_Points&amp;diff=704"/>
				<updated>2016-03-13T20:09:04Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may define custom point tables. This feature is available in Team Manager as well. For this proceed the following steps:&lt;br /&gt;
* Create a subdirectory &amp;quot;points&amp;quot; in the application directory (directory with '''Meet.exe''' / '''Team.exe''' file).&lt;br /&gt;
* Create a file with the extension .txt in the new directory.&lt;br /&gt;
* Add the definition in the file. In the header you have some global options. After the keyword &amp;lt;BASETIMES&amp;gt; you list a table with the base points for all styles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Values in the global section:&lt;br /&gt;
* Formula: CUBED | CUBED_DSV | CUBED_FINA | BRITISH | CANADIAN | RUDOLPH | LINEAR&lt;br /&gt;
* FormatDecimals: 0, 1 or 2&lt;br /&gt;
* Id: Number between 1 and 999&lt;br /&gt;
* Name: The name for your scoring&lt;br /&gt;
* Options: &amp;lt;empty&amp;gt; | HANDICAP | MASTER (what for the points can be used)&lt;br /&gt;
* ShortNameVersion and Version are used for export to Lenex files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remarks for columns:&lt;br /&gt;
* The column MAXTIME is only used for Rudolph points (MINTIME = 20pts, MAXTIME = 1pt).&lt;br /&gt;
* If the columns COURSE, HANDICAP and/or GENDER are missing, points will be used for all.&lt;br /&gt;
* For points per agegroup add the columns AGEMIN and AGEMAX. When there is no upper/lower bound, put -1 in the corresponding column.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is an example for a custom points file:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
Formula=CUBED&amp;lt;br /&amp;gt;&lt;br /&gt;
Id=123&amp;lt;br /&amp;gt;&lt;br /&gt;
Name=My special points&amp;lt;br /&amp;gt;&lt;br /&gt;
Options=HANDICAP&amp;lt;br /&amp;gt;&lt;br /&gt;
ShortNameVersion=IPC 2009&amp;lt;br /&amp;gt;&lt;br /&gt;
Version=2009&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;BASETIMES&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
COURSE;GENDER;RELAYCOUNT;DISTANCE;STROKE;HANDICAP;MINTIME;MAXTIME&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S1;01.04.57;&amp;lt;br /&amp;gt;&lt;br /&gt;
LCM;M;1;50;FREE;S2;01.00.11;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S3;00.42.60;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S4;00.37.54;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S5;00.32.62;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S6;00.29.78;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S7;00.27.67;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S8;00.26.45;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S9;00.25.34;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S10;00.23.61;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S11;00.25.82;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S12;00.23.43;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S13;00.23.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S14;00.25.29;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;S15;00.23.86;&amp;lt;br /&amp;gt;LCM;M;1;50;FREE;AB;00.22.34;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S1;02.20.76;&amp;lt;br /&amp;gt;LCM;M;1;100;FREE;S2;02.10.48;&amp;lt;br /&amp;gt;LCM;M;1;50;BACK;S1;01.13.41;&amp;lt;br /&amp;gt;LCM;M;1;50;FLY;S5;00.35.95;&amp;lt;br /&amp;gt;SCM;M;1;100;BACK;S9;00.57.93;&amp;lt;br /&amp;gt;SCM;M;1;50;BREAST;SB4;00.44.18;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;[[Category:Results]]&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=703</id>
		<title>File:Lenex 3.0 Technical Documentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=File:Lenex_3.0_Technical_Documentation.pdf&amp;diff=703"/>
				<updated>2016-03-10T11:04:03Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: Kf uploaded a new version of File:Lenex 3.0 Technical Documentation.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	<entry>
		<id>https://wiki.swimrankings.net/index.php?title=swimrankings:Frequently_Asked_Questions_(FAQ)&amp;diff=702</id>
		<title>swimrankings:Frequently Asked Questions (FAQ)</title>
		<link rel="alternate" type="text/html" href="https://wiki.swimrankings.net/index.php?title=swimrankings:Frequently_Asked_Questions_(FAQ)&amp;diff=702"/>
				<updated>2016-02-07T13:02:37Z</updated>
		
		<summary type="html">&lt;p&gt;Kf: /* Athlete XY changed club. Why is he still listed for the old club? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before you contact us by email, please check the following list.&lt;br /&gt;
&lt;br /&gt;
=====Why are the results of meet XY missing in the rankings ?=====&lt;br /&gt;
The national federations are responsable to send us the results of meets in their country. For more detailed information, please check the [http://www.swimrankings.net/files/Results_Guidelines.pdf results guidelines] document.&lt;br /&gt;
&lt;br /&gt;
=====I found an error in the rankings. What should I do ?=====&lt;br /&gt;
First ensure with an official result list, that there is really an error in the ranking. Then send the error by email to results@swimrankings.net.&lt;br /&gt;
&lt;br /&gt;
=====I sent  an error but I don't see any changes in the pages ?=====&lt;br /&gt;
Normally we update the rankings once or twice a week, depending on the incoming results. So it may take up to a week, until your correction is done in the database and available on the website.&lt;br /&gt;
&lt;br /&gt;
=====Why do some meet result lists look strange and incomplete ?=====&lt;br /&gt;
The different formats in which results are sent to us, are not all as complete as desirable. In these cases it is not possible to display correct places and/or age groups of the result lists.&lt;br /&gt;
&lt;br /&gt;
=====Why are there only regional, club and age group rankings for certain federations ?=====&lt;br /&gt;
Basically detailed rankings are only available for federations, who entered an agreement with us. For all other countries only an open national ranking with the results from the European rankings is available.&lt;br /&gt;
&lt;br /&gt;
=====How are ages calculated in age group rankings ?=====&lt;br /&gt;
Age calculations for rankings are always based on year of birth. For season rankings the age is calculated based on the end of the season, for alltime rankings, the age is calculated based on the meets date.&lt;br /&gt;
&lt;br /&gt;
=====What is a season on swimrankings.net ?=====&lt;br /&gt;
On European level, the season is 1 Jan - 31 Dec for long course and 1 Aug - 31 Jul for short course results. Example: Short course 2013 is 1 Aug 2012 - 31 Jul 2013.&amp;lt;br /&amp;gt;&lt;br /&gt;
For national rankings, seasons are defined the same way, except if there are detailed rankings for a nation. In this case, the seasons are set according to the definition of the national federation.&lt;br /&gt;
&lt;br /&gt;
=====Why is there no individual result for the first leg of a mixed relay?=====&lt;br /&gt;
According to FINA and LEN rules, the first leg cannot be a valid individual result when it's a mixed relay.&lt;br /&gt;
&lt;br /&gt;
=====Athlete XY changed club. Why is he still listed for the old club?=====&lt;br /&gt;
In swimrankings.net, each result has a link to a club. Like this you always have the full history of a swimmers club ([http://www.swimrankings.net/index.php?page=athleteDetail&amp;amp;athleteId=4015147&amp;amp;athletePage=MEET example]). In addition, each athlete has a &amp;quot;current club&amp;quot;. This club is updated when federations send us a new list with their registered swimmers. &lt;br /&gt;
&lt;br /&gt;
For federations, where we don't receive such lists, the club is updated automatically after getting results for at least two meets where the athlete started for a new club. We don't have the resources, to update the current club for individual athletes manually.&lt;br /&gt;
&lt;br /&gt;
=====Why is the split time of a result missing in the rankings?=====&lt;br /&gt;
When importing results, an additional result is created only for split times with distances of 400m, 800m or 1500m. If you want another split time listed as official result (e.g. 50m, 100m or 200m), you have to send us a notification and we add it manually. Please ensure, that such notifications can only be sent by an official of the national federation.&lt;br /&gt;
&lt;br /&gt;
=====I lost my login password to edit my biography=====&lt;br /&gt;
Please go to https://www.swimrankings.net/manager in order to receive your login information.&lt;br /&gt;
&lt;br /&gt;
=====I would like to edit multiple athlete profiles=====&lt;br /&gt;
Currently only one athlete profile can be attached to an account. We may add this feature sometimes in the future. Meanwhile you may encourage your athletes to create an account and edit their profile themselfs.&lt;br /&gt;
&lt;br /&gt;
If you would like to send us multiple pictures of your athletes of your team, you can send these by email if you prepare them as this:&lt;br /&gt;
* Resize the picture to '''320x320''' pixel.&lt;br /&gt;
* Use JPEG format, quality '''95%'''.&lt;br /&gt;
* Name each file with '''NNNNNNN.jpg''' where NNNNNNN is the swimrankings number of the athlete. Each athlete has a number between 4'000'000 and 7'000'000. You can see this number in the browser url when you show the athletes page (....&amp;amp;athleteId='''NNNNNNN'''&amp;amp;....).&lt;/div&gt;</summary>
		<author><name>Kf</name></author>	</entry>

	</feed>