index.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <!-- File name: index.xml
  3. Copyright 2021, 2024 5 Mode
  4. This file is part of Shifu Page.
  5. Shifu Page is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. Shifu Page is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with Shifu Page. If not, see <https://www.gnu.org/licenses/>.
  15. index.xml
  16. Shifu index file.
  17. @author Daniele Bonini <my25mb@aol.com>
  18. @copyrights (c) 2021, 2024, 5 Mode
  19. -->
  20. <?xml-stylesheet type="text/xsl" href="index.xsl"?>
  21. <CONTENT>
  22. <LINK>
  23. <NAME>Daniele</NAME>
  24. <GENDER>male</GENDER>
  25. <IMAGE>
  26. <ADDRESS>/foto.jpg</ADDRESS>
  27. <WIDTH>145</WIDTH>
  28. <HEIGHT>111</HEIGHT>
  29. </IMAGE>
  30. <DESC>Skilled programmer, enjoy coding any kind of web system. Yes embedded system, no apps, no domotic.</DESC>
  31. <PROFESSION>web developer</PROFESSION>
  32. <TYPE>artisan</TYPE>
  33. <URI>https://typeme.in/l/whochapp</URI>
  34. <INDEX>1</INDEX>
  35. </LINK>
  36. <LINK>
  37. <NAME>Marco</NAME>
  38. <GENDER>male</GENDER>
  39. <IMAGE>
  40. <ADDRESS>/foto.jpg</ADDRESS>
  41. <WIDTH>145</WIDTH>
  42. <HEIGHT>111</HEIGHT>
  43. </IMAGE>
  44. <DESC>Skilled electrician, ready to face any problem related to domestic systems. Yes industrial system, yes antennas, no domotic.</DESC>
  45. <PROFESSION>electrician</PROFESSION>
  46. <TYPE>artisan</TYPE>
  47. <URI>https://typeme.in/l/whochapp</URI>
  48. <INDEX>2</INDEX>
  49. </LINK>
  50. <LINK>
  51. <NAME>Vito</NAME>
  52. <GENDER>male</GENDER>
  53. <IMAGE>
  54. <ADDRESS>/foto.jpg</ADDRESS>
  55. <WIDTH>145</WIDTH>
  56. <HEIGHT>111</HEIGHT>
  57. </IMAGE>
  58. <DESC>Skilled builder, from family tradition like to build and mend domestic troubles. Yes restaurants and shops, no water pipes.</DESC>
  59. <PROFESSION>builder</PROFESSION>
  60. <TYPE>artisan</TYPE>
  61. <URI>https://typeme.in/l/whochapp</URI>
  62. <INDEX>3</INDEX>
  63. </LINK>
  64. </CONTENT>