From 232aa1924c8c0f10d87b210b46c9f061af5c844c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 17 Oct 2010 13:29:57 +0000 Subject: added files --- h-source/Application/Views/Download/index.php | 68 ++++++++++++++++++++++++ h-source/Application/Views/Download/index_es.php | 68 ++++++++++++++++++++++++ h-source/Application/Views/Download/index_it.php | 68 ++++++++++++++++++++++++ h-source/Application/Views/Download/xml.php | 20 +++++++ 4 files changed, 224 insertions(+) create mode 100644 h-source/Application/Views/Download/index.php create mode 100644 h-source/Application/Views/Download/index_es.php create mode 100644 h-source/Application/Views/Download/index_it.php create mode 100644 h-source/Application/Views/Download/xml.php (limited to 'h-source/Application/Views/Download') diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php new file mode 100644 index 0000000..e296711 --- /dev/null +++ b/h-source/Application/Views/Download/index.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Download the h-node hardware database in xml format: +
+ +
+ You can download all the h-node database in one unique xml file in order to parse its contents by means of some proper script (for example a Python or Perl or PHP script) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Download the xml file of all the database">
Download the xml file of all the notebooks in the database">
Download the xml file of all the wifi cards in the database">
Download the xml file of all the video cards in the database">
Download the xml file of all the printers in the database">
Download the xml file of all the scanners in the database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/index_es.php b/h-source/Application/Views/Download/index_es.php new file mode 100644 index 0000000..b181b23 --- /dev/null +++ b/h-source/Application/Views/Download/index_es.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Descargue la base de datos de h-node.com en formato xml: +
+ +
+ Puede descargar toda la base de datos de h-node en un único archivo xml en orden de procesar sus contenidos por medio de un algoritmo (por ejemplo un algoritmo en Python o Perl o PHP) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Descargue el archivo xml de toda la base de datos">
Descargue el archivo xml de todas las laptops en la base de datos">
Descargue el archivo xml de todas las tarjetas inalámbricas en la base de datos">
Descargue el archivo xml de todas las tarjetas de video en la base de datos">
Descargue el archivo xml de todas las impresoras en la base de datos">
Download the xml file of all the scanners in the database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/index_it.php b/h-source/Application/Views/Download/index_it.php new file mode 100644 index 0000000..16fb40a --- /dev/null +++ b/h-source/Application/Views/Download/index_it.php @@ -0,0 +1,68 @@ + + +. +?> + +
+ +
+ ">Home » download +
+ +
+ +
+ Scarica il database dell'hardware di h-node in formato xml: +
+ +
+ Puoi scaricare l'intero database di h-node in un unico file xml per analizzarne i contenuti utilizzando uno script appropriato (ad esempio uno script Python o Perl o PHP) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Scarica il file xml dell'intero database">
Scarica il file xml di tutti i notebooks del database">
Scarica il file xml di tutte le schede wifi del database">
Scarica il file xml di tutte le schede video del database">
Scarica il file xml di tutte le stampanti del database">
Scarica il file xml di tutti gli scanner del database">
+
+
+ +
+ +
diff --git a/h-source/Application/Views/Download/xml.php b/h-source/Application/Views/Download/xml.php new file mode 100644 index 0000000..b473875 --- /dev/null +++ b/h-source/Application/Views/Download/xml.php @@ -0,0 +1,20 @@ + + + +. +?> \ No newline at end of file -- cgit v1.2.3