]> git.mxchange.org Git - hub.git/commitdiff
Renamed file to match convention.
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:44:31 +0000 (00:44 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:44:31 +0000 (00:44 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/templates/xml/dht_bootstrap/bootstrap.xml [deleted file]
application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml [new file with mode: 0644]

diff --git a/application/hub/templates/xml/dht_bootstrap/bootstrap.xml b/application/hub/templates/xml/dht_bootstrap/bootstrap.xml
deleted file mode 100644 (file)
index e21be50..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-An XML for DHT bootstrapping
-
-@author                Roland Haeder <webmaster@ship-simu.org>
-@version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub 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/>
-//-->
-<bootstrap>
-       <!--
-       The data in this message is similar to that in announcement, except that an
-       announcement is sent to boot, master and list nodes but this to "all" nodes
-       that matches some criteria. If we would send this to *really* all nodes,
-       this would easily flood the network.
-
-       Currently this XML message contains the same data fields as announcement.xml
-       but this might be changed in the future. And please remember that you can
-       type as much as you want here, as all will be removed by the compaction
-       step.
-       //-->
-       <dht-bootstrap-data>
-               <!-- Status of this node, see node_status.xml for details. //-->
-               <node-status>{?node_status?}</node-status>
-               <!-- Node mode: regular, master, list, boot again //-->
-               <node-mode>{?node_default_mode?}</node-mode>
-               <!-- The session id. This should be announced to all other hubs. //-->
-               <session-id>{?session_id?}</session-id>
-               <!-- Data from our listeners (e.g. which port) //-->
-               <listener>
-                       <!-- Public external IP address //-->
-                       <external-ip>{?external_ip?}</external-ip>
-                       <!-- Private internal IP address //-->
-                       <internal-ip>{?internal_ip?}</internal-ip>
-                       <!-- Listener ports for both connections //-->
-                       <listen-port>{?node_listen_port?}</listen-port>
-               </listener>
-       </dht-bootstrap-data>
-</bootstrap>
diff --git a/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml b/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml
new file mode 100644 (file)
index 0000000..e21be50
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+An XML for DHT bootstrapping
+
+@author                Roland Haeder <webmaster@ship-simu.org>
+@version       0.0.0
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub 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/>
+//-->
+<bootstrap>
+       <!--
+       The data in this message is similar to that in announcement, except that an
+       announcement is sent to boot, master and list nodes but this to "all" nodes
+       that matches some criteria. If we would send this to *really* all nodes,
+       this would easily flood the network.
+
+       Currently this XML message contains the same data fields as announcement.xml
+       but this might be changed in the future. And please remember that you can
+       type as much as you want here, as all will be removed by the compaction
+       step.
+       //-->
+       <dht-bootstrap-data>
+               <!-- Status of this node, see node_status.xml for details. //-->
+               <node-status>{?node_status?}</node-status>
+               <!-- Node mode: regular, master, list, boot again //-->
+               <node-mode>{?node_default_mode?}</node-mode>
+               <!-- The session id. This should be announced to all other hubs. //-->
+               <session-id>{?session_id?}</session-id>
+               <!-- Data from our listeners (e.g. which port) //-->
+               <listener>
+                       <!-- Public external IP address //-->
+                       <external-ip>{?external_ip?}</external-ip>
+                       <!-- Private internal IP address //-->
+                       <internal-ip>{?internal_ip?}</internal-ip>
+                       <!-- Listener ports for both connections //-->
+                       <listen-port>{?node_listen_port?}</listen-port>
+               </listener>
+       </dht-bootstrap-data>
+</bootstrap>