*sigh*
[shipsimu.git] / application / ship-simu / templates / de / game / technology / base_technology.xml
diff --git a/application/ship-simu/templates/de/game/technology/base_technology.xml b/application/ship-simu/templates/de/game/technology/base_technology.xml
deleted file mode 100644 (file)
index 6e2ae92..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-A general technology template.
-
-@author                Roland Haeder <webmaster@ship-simu.org>
-@version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
-@license       GNU GPL 3.0 or any newer version
-@link          http://www.ship-simu.org
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>
-//-->
-<technology>
-       <!-- General technology data like type, level, summary or description. //-->
-       <general-data>
-               <id>{?id?}</id>
-               <name>{?name?}</name>
-               <type>{?type?}</type>
-               <!-- The date/time when this technology was gained, e.g. by research. //-->
-               <technology-gained timestamp="{?gained?}" />
-               <!-- A summary of this technology. //-->
-               <technology-summary>
-                       <![CDATA[{?summary?}]]>
-               </technology-summary>
-               <!-- A full description of this technology. //-->
-               <technology-description>
-                       <![CDATA[{?description?}]]>
-               </technology-description>
-       </general-data>
-       <!-- All levels of this technology are held in this tag. //-->
-       <technology-level-list>
-               <!-- A single technology level with its basic data, own summary and
-                    description. //-->
-               <technology-level>
-                       <level>{?list_level?}</level>
-                       <gained>{?level_gained?}</gained>
-                       <!-- A summary of this technology level. //-->
-                       <technology-level-summary>
-                               <![CDATA[{?level_summary?}]]>
-                       </technology-level-summary>
-                       <!--  A full description of this technology level. //-->
-                       <technology-level-description>
-                               <![CDATA[{?level_description?}]]>
-                       </technology-level-description>
-                       <!-- A specific technology level may depend on some further technologies or research
-                            proposals. //-->
-                       <level-dependencies>
-                               <!-- All technology dependencies for this technology. //-->
-                               <technology-level-dependency-list>
-                                       <!-- A technology dependency for this technology. //-->
-                                       <technology-level-dependency>
-                                               <id>{?technology_level_id?}</id>
-                                               <name>{?technology_level_name?}</name>
-                                               <level>{?technology_level_level?}</level>
-                                       </technology-level-dependency>
-                               </technology-level-dependency-list>
-                               <!-- All research dependencies for this technology. //-->
-                               <research-level-dependency-list>
-                                       <!-- A research dependency for this technology. //-->
-                                       <research-level-dependency>
-                                               <id>{?research_level_id?}</id>
-                                               <name>{?research_level_name?}</name>
-                                               <level>{?research_level_level?}</level>
-                                       </research-level-dependency>
-                               </research-dependency-list>
-                       </level-dependencies>
-               </technology-level>
-       </technology-level-list>
-       <!-- A technology may depend on some other technologies or research
-            proposals to gain the first level of this technology. //-->
-       <dependencies>
-               <!-- All technology dependencies for this technology. //-->
-               <technology-dependency-list>
-                       <!-- A technology dependency for this technology. //-->
-                       <technology-dependency>
-                               <id>{?technology_id?}</id>
-                               <name>{?technology_name?}</name>
-                               <level>{?technology_level?}</level>
-                       </technology-dependency>
-               </technology-dependency-list>
-               <!-- All research dependencies for this technology. //-->
-               <research-dependency-list>
-                       <!-- A research dependency for this technology. //-->
-                       <research-dependency>
-                               <id>{?research_id?}</id>
-                               <name>{?research_name?}</name>
-                               <level>{?research_level?}</level>
-                       </research-dependency>
-               </research-dependency-list>
-       </dependencies>
-</technology>