wWelcome.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- glade-interface-naming-policy project-wide -->
  4. <object class="GtkAction" id="action1"/>
  5. <object class="GtkWindow" id="wWelcome">
  6. <property name="window_position">center</property>
  7. <property name="default_width">1024</property>
  8. <property name="default_height">768</property>
  9. <child>
  10. <object class="GtkVBox" id="vbox1">
  11. <property name="visible">True</property>
  12. <child>
  13. <object class="GtkImage" id="iAnontwi">
  14. <property name="visible">True</property>
  15. <property name="pixbuf">images/anontwi_small.png</property>
  16. </object>
  17. <packing>
  18. <property name="padding">10</property>
  19. <property name="position">0</property>
  20. </packing>
  21. </child>
  22. <child>
  23. <object class="GtkLabel" id="label2">
  24. <property name="visible">True</property>
  25. <property name="label" translatable="yes">Welcome to AnonTwi GTK+ Interface!
  26. Is time to configure it...</property>
  27. </object>
  28. <packing>
  29. <property name="expand">False</property>
  30. <property name="fill">False</property>
  31. <property name="position">1</property>
  32. </packing>
  33. </child>
  34. <child>
  35. <object class="GtkLinkButton" id="linkbutton1">
  36. <property name="label" translatable="yes">http://anontwi.03c8.net</property>
  37. <property name="width_request">100</property>
  38. <property name="visible">True</property>
  39. <property name="can_focus">True</property>
  40. <property name="receives_default">True</property>
  41. <property name="has_tooltip">True</property>
  42. <property name="relief">half</property>
  43. <property name="uri">http://anontwi.03c8.net</property>
  44. </object>
  45. <packing>
  46. <property name="fill">False</property>
  47. <property name="position">2</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkLabel" id="label1">
  52. <property name="visible">True</property>
  53. <property name="label" translatable="yes">Features working:
  54. + AES + HMAC-SHA1 encryption on Public/Private Messages
  55. + Secure Sockets Layer (SSL) to interact with API
  56. + Proxy Socks (for example, to connect to the TOR network)
  57. + Random HTTP header values
  58. + Send long messages splitted automatically
  59. + Automatic decryption of tweet's urls or raw inputs
  60. + Backup messages to your disk
  61. + Send fake geolocation places
  62. + Remove data and close account (suicide)
  63. + View global Trending Topics
  64. + UTF-8 + Unicode support (chinese, arabic, symbols, etc)
  65. + Multiplatform: GNU/Linux, MacOS, Win32
  66. + [....]
  67. Enjoy your new private network! :D</property>
  68. </object>
  69. <packing>
  70. <property name="position">3</property>
  71. </packing>
  72. </child>
  73. <child>
  74. <object class="GtkButton" id="bNext">
  75. <property name="label" translatable="yes">Next</property>
  76. <property name="height_request">100</property>
  77. <property name="visible">True</property>
  78. <property name="can_focus">True</property>
  79. <property name="receives_default">True</property>
  80. </object>
  81. <packing>
  82. <property name="expand">False</property>
  83. <property name="fill">False</property>
  84. <property name="position">4</property>
  85. </packing>
  86. </child>
  87. </object>
  88. </child>
  89. </object>
  90. </interface>