diff --git a/retroshare-gui/src/gui/help/content/content.qrc b/retroshare-gui/src/gui/help/content/content.qrc index 7bc123d30..fca436c92 100644 --- a/retroshare-gui/src/gui/help/content/content.qrc +++ b/retroshare-gui/src/gui/help/content/content.qrc @@ -3,6 +3,10 @@ en/contents.xml en/index.html + en/invitefriends.html + en/addfriends.html + en/connectfriends.html + en/advanced.html en/config.html en/links.html en/commandline.html diff --git a/retroshare-gui/src/gui/help/content/en/addfriends.html b/retroshare-gui/src/gui/help/content/en/addfriends.html new file mode 100644 index 000000000..bb78dc4ad --- /dev/null +++ b/retroshare-gui/src/gui/help/content/en/addfriends.html @@ -0,0 +1,45 @@ + + + + + +

Add Your Friends to RetroShare

+
+ + +

Add Your Friends to RetroShare

+ + +

+When your friends send you a their invitations, Click to open the Add Friends window. + +Cut and Paste your Friend's "ID Certificates" into the window and add them as friends. +

+ + + + + + + diff --git a/retroshare-gui/src/gui/help/content/en/advanced.html b/retroshare-gui/src/gui/help/content/en/advanced.html new file mode 100644 index 000000000..3bc327c31 --- /dev/null +++ b/retroshare-gui/src/gui/help/content/en/advanced.html @@ -0,0 +1,51 @@ + + + + + +

Advanced: Open Firewall Port

+
+ + +
+

Advanced: Open Firewall Port

+ +

+You can improve your Retroshare performance by opening an External Port. +This will speed up connections and allow more people to connect with you + +The easiest way to do this is by enabling UPnP on your Wireless Box or Router. +As each router is different, you need to find out your Router Model and Google for instructions. + +If none of this makes sense, don't worry about it Retroshare will still work. + + +

+ + + + + + + diff --git a/retroshare-gui/src/gui/help/content/en/connectfriends.html b/retroshare-gui/src/gui/help/content/en/connectfriends.html new file mode 100644 index 000000000..e5ed6daeb --- /dev/null +++ b/retroshare-gui/src/gui/help/content/en/connectfriends.html @@ -0,0 +1,65 @@ + + + + + +

Connect to Friends

+
+ +
+

Connect to Friends

+ +

+Be Online at the same time, and RetroShare will automatically connect you! +

+ +

+Your client needs to find the RetroShare Network before it can make connections. +This takes 5-30 minutes the first time you startup RetroShare +

+ +

+The DHT indicator (in the Status Bar) turns Green when it can make connections. + +

+ +

+After a couple of minutes, the NAT indicator (also in the Status Bar) switch to Yellow or Green. + +

+ +

+If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through. + +

+

+Look in the Further Help section for more advice about connecting. +

+ + + + + + + diff --git a/retroshare-gui/src/gui/help/content/en/contents.xml b/retroshare-gui/src/gui/help/content/en/contents.xml index f47f46eb7..4018e28d4 100644 --- a/retroshare-gui/src/gui/help/content/en/contents.xml +++ b/retroshare-gui/src/gui/help/content/en/contents.xml @@ -22,12 +22,17 @@ --> + + + + + diff --git a/retroshare-gui/src/gui/help/content/en/invitefriends.html b/retroshare-gui/src/gui/help/content/en/invitefriends.html new file mode 100644 index 000000000..f10dc8fa8 --- /dev/null +++ b/retroshare-gui/src/gui/help/content/en/invitefriends.html @@ -0,0 +1,47 @@ + + + + + +

Invite Friends

+
+ +
+

Invite Friends

+ +

+Retroshare is nothing without your Friends. Click on the Add Friend Button to start the process. + +Email an Invitation with your "ID Certificate" to your friends. + +Be sure to get their invitation back as well... +You can only connect with friends if you have both added each other. +

+ + + + + + + diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc index 294490cdb..5240699fa 100644 --- a/retroshare-gui/src/gui/images.qrc +++ b/retroshare-gui/src/gui/images.qrc @@ -1,6 +1,11 @@ images/splash.png + images/help/addafriend.png + images/help/addfriendkey.png + images/help/dhtgreen.png + images/help/natgreen.png + images/help/natred.png images/attach.png images/pgp.png images/rs_wizard.png diff --git a/retroshare-gui/src/gui/images/help/addafriend.png b/retroshare-gui/src/gui/images/help/addafriend.png new file mode 100644 index 000000000..6f37763b3 Binary files /dev/null and b/retroshare-gui/src/gui/images/help/addafriend.png differ diff --git a/retroshare-gui/src/gui/images/help/addfriendkey.png b/retroshare-gui/src/gui/images/help/addfriendkey.png new file mode 100644 index 000000000..55e9535f0 Binary files /dev/null and b/retroshare-gui/src/gui/images/help/addfriendkey.png differ diff --git a/retroshare-gui/src/gui/images/help/dhtgreen.png b/retroshare-gui/src/gui/images/help/dhtgreen.png new file mode 100644 index 000000000..8ad3c89df Binary files /dev/null and b/retroshare-gui/src/gui/images/help/dhtgreen.png differ diff --git a/retroshare-gui/src/gui/images/help/natgreen.png b/retroshare-gui/src/gui/images/help/natgreen.png new file mode 100644 index 000000000..1fe6cd208 Binary files /dev/null and b/retroshare-gui/src/gui/images/help/natgreen.png differ diff --git a/retroshare-gui/src/gui/images/help/natred.png b/retroshare-gui/src/gui/images/help/natred.png new file mode 100644 index 000000000..d1a796c5b Binary files /dev/null and b/retroshare-gui/src/gui/images/help/natred.png differ