diff --git a/developer/libjamiclient-coding-style.md b/developer/libjamiclient-coding-style.md deleted file mode 100644 index 2e47a08c83241da491589fad2af86b469db9a8fa..0000000000000000000000000000000000000000 --- a/developer/libjamiclient-coding-style.md +++ /dev/null @@ -1,105 +0,0 @@ -libjamiclient coding style -========================== - -**This page gives rules and/or guidances to all -developers that want to integrate some code to the LibRingClient (a -Daemon Middleware for Desktop Clients).** - -- Following rules apply to this sub-project only. Others may re-use - this one in parts or whole, have their own, etc. Refer to their - pages for that. - -<!-- --> - -- Some rules are <u>strict</u> and are **strongly marked** or using - modals like SHALL or MUST. - - -**!!!Not respecting these rules results in code-review rejection!!!** - -- Some are guidance or recommendation (using modals like SHOULD or - RECOMMEND), it's up to the developer to balance them with his own - way to write code. - -<!-- --> - -- Rules are based on following well known ones, we've modified them - for this project: - - [Google C++ - CodingStyle](https://google.github.io/styleguide/cppguide.html) - for the general C++ domain - - [Qt Coding Conventions](https://wiki.qt.io/Coding_Conventions) - and [Qt Coding Style](https://wiki.qt.io/Qt_Coding_Style) as - this project use QtCore as framework. - -<!-- --> - -- This wiki is a permanent Work-In-Progress system. **So not all rules - are written yet.** That doesn't mean we don't have them yet (we = - core developer members). - -<!-- --> - -- We've changed some rules during the project. We update the code - iteratively, so tt's extremly possible to find whole files or parts - of code that not using these rules. - -In such situation, if you need to change only few lines in a "logic" -block (i.e. a class declaration, a function body, ...) keep the local -rules to make easier the review: we can see what's the important change -without being disturbed by coding rules refactoring. If you need such -action, use a dedicated patch with a clear mention in the commit -message. - ---- - -## Rules - -### **Language Standard** - -We SHALL use the **C++14 standard** syntax only. - -For gnu-gcc and clang, use compiler command line option `-std=c++14` to -enforce this rule. - -### **Maximum Line Length** - -You SHOULD keep your line length under the **120 characters limit**. - -This limitation is mainly due that integrators used splited view to -compare files, and keep it below 120 cols make easier to compare them, -even on wide screen. Configure your editing tools to this limit. - -If keeping this rule make the code worst to read or non-valid than -exceed the limit, the rule can be transgressed. These why we've -**exceptions** to this rule: - -- If a comment line contains an example command or a literal URL - longer than 120 characters, that line may be longer than 120 - characters for ease of cut and paste. -- A raw-string literal may have content that exceeds 120 characters. - Except for test code, such literals should appear near top of - a file. -- An \#include statement with a long path may exceed 120 columns. - -### **Non-ASCII Characters** - -Non-ASCII characters should be rare, and MUST use **UTF-8** formatting. - -You SHALL NOT use the C++11 char16\_t and char32\_t character types, -since they're for non-UTF-8 text. For similar reasons you also SHALL NOT -use wchar\_t (unless you're writing code that interacts with the Windows -API, which uses wchar\_t extensively). - -### **Spaces vs. Tabs** - -In code files (i.e. .cpp or .h), you SHALL use **spaces to indent**. - -One indent level is 4 (four) consecutive spaces. You should set your -editor to emit spaces when you hit the tab key and when you save your -file. - -### **Testing** - -Each patch for LRC should be accompanied by a test. CppUnit is used to -write tests. diff --git a/developer/ui-ux-development.md b/developer/ui-ux-development.md deleted file mode 100644 index 2f96abd2838b6c5427d8fb60805aaa647a6765fe..0000000000000000000000000000000000000000 --- a/developer/ui-ux-development.md +++ /dev/null @@ -1,26 +0,0 @@ -UI and UX development -===================== - -The purpose of this page is to act as a reference during UI/UX development and to help synchronize the various Ring clients. - -As a start, we should post screenshots from all important Ring views. - - -## Screenshots - -**Disclaimer: This page is not up-to-date!** - -Part | GNOME | OSX | WIN32 | UWP | Android ------|-------|-----|-------|-----|-------- -Main |  | TODO |  | TODO | TODO -New account creation (initial) |  | TODO |  | TODO | TODO -New account creation (main) |  | TODO |  | TODO | TODO -new account (clicked next) | Text with spinner + confirmation/error message | TODO |  | TODO | TODO -Link device (initial) |  | TODO |  | TODO | TODO -Link device (explanatory) |  | TODO |  | TODO | TODO -Link device (pin + password) |  | TODO |  | TODO | TODO -Chat |  | TODO | TODO | TODO | TODO - -## Future - -[Ring_GNOME_client_mock-ups.pdf](https://git.jami.net/savoirfairelinux/jami-project/uploads/698997f2126004a2e82b3d6e32bcdae4/Ring_GNOME_client_mock-ups.pdf) diff --git a/misc.rst b/misc.rst deleted file mode 100644 index 03dc4b69c3ae4b2eb145313722dc4e04de8b8550..0000000000000000000000000000000000000000 --- a/misc.rst +++ /dev/null @@ -1,17 +0,0 @@ -Miscellaneous -============= - -This page mainly serves as a jump-in point for the pages of an earlier -version of these documents previously in form of a GitLab wiki. -The ultimate goal/plan for the following pages is to rewrite and/or -reorganize them into the three manuals of Jami: the :doc:`user manual -<user/index>`, the :doc:`build manual <build/index>`, and the -:doc:`developer manual <developer/index>`. Thus, the following links -may change at any time. - -.. toctree:: - :maxdepth: 1 - - user-manual/introduction - user-manual/installation - user-manual/create-jami-account diff --git a/uploads/20037cbaaa4082ec73af44c4e76864f1/install_linux.png b/uploads/20037cbaaa4082ec73af44c4e76864f1/install_linux.png deleted file mode 100644 index 00b008b80d7487f70cfd6c98ca8fd07d3b8a1b8c..0000000000000000000000000000000000000000 Binary files a/uploads/20037cbaaa4082ec73af44c4e76864f1/install_linux.png and /dev/null differ diff --git a/uploads/2fc925933bbfb3296f48f9e1da3e0706/installed_android.jpg b/uploads/2fc925933bbfb3296f48f9e1da3e0706/installed_android.jpg deleted file mode 100644 index 05e09cbc786a831e24746303bf0e0b108cd3a11c..0000000000000000000000000000000000000000 Binary files a/uploads/2fc925933bbfb3296f48f9e1da3e0706/installed_android.jpg and /dev/null differ diff --git a/uploads/5632dc645e41d02fa2458cba414ac67c/change_preference_android.jpg b/uploads/5632dc645e41d02fa2458cba414ac67c/change_preference_android.jpg deleted file mode 100644 index 8bd85d66a584823a92f0d13ee55dbb799e2890f6..0000000000000000000000000000000000000000 Binary files a/uploads/5632dc645e41d02fa2458cba414ac67c/change_preference_android.jpg and /dev/null differ diff --git a/uploads/695d77baaf669134d271c4f7c1c82301/uninstall_android.jpg b/uploads/695d77baaf669134d271c4f7c1c82301/uninstall_android.jpg deleted file mode 100644 index b944459d3eb3719002e8ca77eac061b44c69f657..0000000000000000000000000000000000000000 Binary files a/uploads/695d77baaf669134d271c4f7c1c82301/uninstall_android.jpg and /dev/null differ diff --git a/uploads/6f3b937c07720d5b8c192ab3045cf4e0/.vsconfig b/uploads/6f3b937c07720d5b8c192ab3045cf4e0/.vsconfig deleted file mode 100644 index 31df8740657ddd4e116b0e7778f25a064751c4b0..0000000000000000000000000000000000000000 --- a/uploads/6f3b937c07720d5b8c192ab3045cf4e0/.vsconfig +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.VisualStudio.Component.CoreEditor", - "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.VisualStudio.Component.Roslyn.Compiler", - "Microsoft.Component.MSBuild", - "Microsoft.VisualStudio.Component.Static.Analysis.Tools", - "Microsoft.Net.Component.4.6.1.SDK", - "Microsoft.Net.Component.4.6.1.TargetingPack", - "Microsoft.VisualStudio.Component.TextTemplating", - "Microsoft.VisualStudio.Component.Debugger.JustInTime", - "Microsoft.VisualStudio.Component.VC.CoreIde", - "Microsoft.VisualStudio.Component.VC.Redist.14.Latest", - "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Graphics.Win81", - "Microsoft.VisualStudio.Component.Graphics.Tools", - "Microsoft.VisualStudio.Component.VC.DiagnosticTools", - "Microsoft.VisualStudio.Component.Windows10SDK.17763", - "Microsoft.VisualStudio.Component.Windows81SDK", - "Microsoft.VisualStudio.Component.VC.CLI.Support", - "Microsoft.VisualStudio.Component.Windows10SDK.17134", - "Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP", - "Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP.Native", - "Microsoft.VisualStudio.Component.Windows10SDK.16299.Desktop", - "Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP", - "Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP.Native", - "Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop", - "Microsoft.VisualStudio.Component.Windows10SDK.14393", - "Microsoft.VisualStudio.Component.Windows10SDK.10586", - "Microsoft.VisualStudio.Component.Windows10SDK.10240", - "Microsoft.VisualStudio.Workload.NativeDesktop", - "Microsoft.VisualStudio.Component.VC.Tools.ARM64", - "Microsoft.VisualStudio.Component.VC.Tools.ARM", - "Microsoft.VisualStudio.Component.Windows10SDK", - "Component.MDD.Linux", - "Microsoft.VisualStudio.Workload.NativeCrossPlat", - "Microsoft.VisualStudio.Component.VC.Tools.14.15" - ] -} \ No newline at end of file diff --git a/uploads/764a9bba83310616e8b9cb057d4f7db4/use_linux.png b/uploads/764a9bba83310616e8b9cb057d4f7db4/use_linux.png deleted file mode 100644 index 66ab92c3bf4ac65ef93b45aacb1f5d713c2252d3..0000000000000000000000000000000000000000 Binary files a/uploads/764a9bba83310616e8b9cb057d4f7db4/use_linux.png and /dev/null differ diff --git a/uploads/8071a1780094bbfa45bc684c3b05bb73/DOWNLOAD_JAMI_ON__iOS_EN.pdf b/uploads/8071a1780094bbfa45bc684c3b05bb73/DOWNLOAD_JAMI_ON__iOS_EN.pdf deleted file mode 100644 index c5bd33d8dd47426766263626cff77d9404b54fbc..0000000000000000000000000000000000000000 Binary files a/uploads/8071a1780094bbfa45bc684c3b05bb73/DOWNLOAD_JAMI_ON__iOS_EN.pdf and /dev/null differ diff --git a/uploads/885fa1c869ca7c4f2a88f528b88ff2c0/create_account_jami_android_EN.pdf b/uploads/885fa1c869ca7c4f2a88f528b88ff2c0/create_account_jami_android_EN.pdf deleted file mode 100644 index 005ed213001f77e74264b5a85babb422ee3d41ee..0000000000000000000000000000000000000000 Binary files a/uploads/885fa1c869ca7c4f2a88f528b88ff2c0/create_account_jami_android_EN.pdf and /dev/null differ diff --git a/uploads/9190692c7b4b73d9d512ec8996568bff/testJAMI.ods b/uploads/9190692c7b4b73d9d512ec8996568bff/testJAMI.ods deleted file mode 100644 index 660fd29a319a128ea6a5d4cdb7dedf0a928dca69..0000000000000000000000000000000000000000 Binary files a/uploads/9190692c7b4b73d9d512ec8996568bff/testJAMI.ods and /dev/null differ diff --git a/uploads/97d9656f04fcdb2d714a6718d9f94241/vsconfig b/uploads/97d9656f04fcdb2d714a6718d9f94241/vsconfig deleted file mode 100644 index f55b52cbb91ff069397e5ae922cf4454e15ca385..0000000000000000000000000000000000000000 --- a/uploads/97d9656f04fcdb2d714a6718d9f94241/vsconfig +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.VisualStudio.Workload.NativeDesktop", - "microsoft.net.component.4.6.targetingpack", - "microsoft.visualstudio.component.debugger.justintime", - "microsoft.visualstudio.component.vc.diagnostictools", - "microsoft.visualstudio.component.vc.cmake.project", - "microsoft.visualstudio.component.vc.atl", - "microsoft.visualstudio.component.vc.testadapterforboosttest", - "microsoft.visualstudio.component.vc.testadapterforgoogletest", - "microsoft.component.vc.runtime.ucrtsdk", - "microsoft.visualstudio.component.windows81sdk", - "microsoft.visualstudio.component.windows10sdk.16299.desktop", - "microsoft.visualstudio.component.windows10sdk.15063.desktop", - "microsoft.visualstudio.component.windows10sdk.14393", - "microsoft.visualstudio.component.diagnostictools", - "microsoft.visualstudio.component.windows10sdk", - "component.wixtoolset.visualstudioextension.dev15" - ] -} \ No newline at end of file diff --git a/uploads/984597d748a460637ad0858163f4a67f/installed_linux.png b/uploads/984597d748a460637ad0858163f4a67f/installed_linux.png deleted file mode 100644 index 9034d99269fa9cf0e8ec77a2d4ab79e4385b084c..0000000000000000000000000000000000000000 Binary files a/uploads/984597d748a460637ad0858163f4a67f/installed_linux.png and /dev/null differ diff --git a/uploads/a026a4c9e2e3c3492503a343eb344e3c/testJAMI.csv b/uploads/a026a4c9e2e3c3492503a343eb344e3c/testJAMI.csv deleted file mode 100644 index 5dc42ee79545b3ada622b7338554d67560869517..0000000000000000000000000000000000000000 --- a/uploads/a026a4c9e2e3c3492503a343eb344e3c/testJAMI.csv +++ /dev/null @@ -1,110 +0,0 @@ -Test id,Test case name, Steps description,Expected result,Status,actual result /comment,bug id -1001,Installation,"1- Go to https://jami.net -2- Download the appropriate package -3- Install Ring","1- Page opened -2- Type OS detected correctly - and appropriate choice/choices displayed -3- Package(s) downloaded succesfuly -4- Installation proceeded succesfuly",,, -1002,Starting Ring,"Run Jami from the Applications menu -Or from your Launcher","Jami started succesfuly -A wizard page will appear.",,, -1003,Creating new account,"Write your name or alias on the wizard page. -Enter a password and password confirmation. -And click on Next.","The window navigates to the About page with the contacts -tab selected. ",,, -1004,Creating an account avatar,Take a picture and change avatar,The user avatar should include the new picture uploaded,,, -1005,"Linking new device,generate pin","In existing account go to devices tab (Configuration) -Click on Add device -Enter password and click on ' Export on the Ring'",Pin generated and displayed,,, -1006,Linking second device,"On device that should be linked click -Link this device to an existing account -Enter Pin and password of existing account","device linked succesfuly , Ring ID is the same as at first device",,, -1007,QR code,Click on QR code button under Ring ID,QR code is displayed ,,, -1008,About Info,"Click on Jami icon on the window title bar (left corner ) - and choose About","About window is opened and contained following: -Ring Logo and name on the top -Type version(Ex:Gnome Ring) and version ID -Short description of Jami -Link http://www.jami.net/ and copyright -License Link http://www.gnu.org/licenses/gpl.html -Credits button",,, -1009,Search Ring ID,Enter jami ID(user1) in Search field and press enter,"Appropriate account is found and added to -Conversation list -Conversation window appear at right side. -Input text field is active",,, -1010,Chat Functionality sending,Enter text in chat input field and press enter,Message sent succesfuly and recipient received it,,, -1011,Chat Functionality sending,Enter text in chat input field and press button Send (Envoyer),Message sent succesfuly and recipient received it,,, -1012,Search Ring ID,"Enter Ring ID(user2) in Search field -And click on ID from drop down menu","Appropriate account is found and added to -Conversation list -Conversation window appeared at right side. -Input text field is active",,, -1013,Chat on call,Click on Chat button (activate),"Conversation window appear at right side. -Input text field is active",,, -1014,Chat on call,Click on Chat button (deactivate),Conversation window disappear ,,, -1015,Mute call,Click on Mute button (activate),"Audio is muted , but you can still chat",,, -1016,Mute call,Click on Mute button (deactivate),"Audio is on , no errors",,, -1017,End call ,Press End Call button(Raccrocher) on your client,Call ended on both clients without errors,,, -1018,Video Call from Ring ID (user1),"1 Initiate video call to RingID(2devices linked) -2 On RING01 client side press Reject","1 Calling window appear on both devices with 2 active buttons: - Accept and Reject -2 Call ended without error message on every device",,, -1019,Video Call from Ring ID (user1),"1 Initiate video call to RingID(2devices linked) -2 at one of devices press Accept","1 Calling window appear on both devices with 2 active buttons: - Accept and Reject -2 Call started without error message , video is turned on and - streaming without problem , at other linked devices call stopped",,, -1020,Call on Hold,Click on Hold button (activate),"Audio is muted and video is interrupted , but you can still chat",,, -1021,Call on Hold,Click on Hold button (deactivate),Call returned to previous state: Video and audio ON,,, -1022,Deactivate Video,Click on deactivate video button ,"Video is turned off , audio not affected",,, -1023,Reactivate Video,Click on reactivate video button ,Video and audio ON,,, -1024,End call ,Press End Call button(Raccrocher) on RING01 side,Call ended on both clients without errors,,, -1025,Search Ring ID,Enter Ring ID(user3) in Search field and press enter,"Appropriate account is found and added to Conversation list. -Conversation window appear at right side. -Input text field is active",,, -1026,Contact List,Click to RING01,"Conversation window at right side show chat history -Input text field is active",,, -1027,Send Contact Request,"Enter Ring ID or username (user4) in Search field and press -Enter or click Add Contact","A contact should be added to the contact list, a contact request -should be sent and indicated in the contact list item. The contact -request should also be received by user4",,, -1028,Receive Contact Request,"From an new contact (R1), send a contact request to (R0)",A contact request should be received and indicated the the user,,, -1029,Accept Contact Request,"From the contact request list menu, click accept on the -contact request from (R1)","The contact request should no longer be visible, and the contact -should appear as a trusted contact in the contacts list",,, -1030,Ignore Contact Request,"After sending (R0) another contact request from (R2) -From the contact request list menu, click ignore on the -contact request from (R2)","The contact request should no longer be visible, and the contact -Should NOT appear in the contacts list",,, -1031,Block Contact Request,"After sending (R0) another contact request from (R3) -From the contact request list menu, click block on the -contact request from (R3)","The contact request should no longer be visible, and the contact -should NOT appear in the contacts list. The contact should appear -in the Blocked Contacts list within the account settings menu. (R0) -should not be able to receive any further contact requests from (R3)",,, -1032,Unblock Contact Request,"access the blocked user (R3) from the Blocked Contacts list -from within the account settings menu, and click -unblock/add to contacts","The contact (R3) should no longer appear in the blocked contact list, -but should show up in the contacts list as a trusted contact",,, -1033,Change camera channel,"After installing an external camera, the user should be able to change the camera channel in the settings",The camera channel would be changed and stay that way even after closing/reopening of the app,,, -1034,Change camera resolution,Change the camera resolution in the settings,the output resolution of the video should change in the next calls,,, -1035,Start recording,Press record and wait for the record button to blink,The conversation should be recording and saved in user files,,, -1036,Stop recording,Press record and wait for the record button to stop blinking,The recording should stop accuratly with the end of the video file,,, -1037,Conference calls,Initiate one call with user 1 and user 2 at the same time by draging and droping the names into each other,The call should start with no errors one the 3 devices,,, -1038,End conference call (Master),Master (the one who initiated the call) press End Call button on one of the devices,The conference Call should end on the 3 devices at the same time with no errors,,, -1039,End conference call,A member of the conference call (not the master) press end call,The conference Call should end on the user device but keep activated on the other 2 devices,,, -1040,Change HD setting,Go in settings→accept HD calls ON ,The video call should have a better resolution,,, -1041,Remove HD feature,Go in settings→accept HD calls OFF,The video call should have a lower resolution,,, -1042,Sip calls and Enable System Calls,Go in settings→place system calls using Jami ON,The user should be able to receive and make SIP calls directly with Jami. Hang up should work. Putting the call on mute should work. Putting the call on hold/off hold should work also,,, -1043,Multi-device Call,Go in settings→Accounts→Add an axisting account. Then call the account from a third device. ,The user should be able to receive the call from the third account directly on all the devices linked to his/her account.,,, -1044,Multi-device Text,Go in settings→Accounts→Add an axisting account. Then send a message text and an emoj to the account from a third device. ,The user should be able to receive the message text from the third account directly on all the devices linked to his/her account.,,, -1045,Presence,Go in the conversation page on USR1 device and make sure other device of USR2 is connected,The user should be able to see USR2 presence and vice-versa,,, -1046,Wake-up,Make sure USR2 device is in sleep mode and call USR2 with USR1 device,USR2 device should wake up and receive notification of an incoming call from USR1,,, -1047,,,,,, -1048,Uninstall,Right click on the Jami icon and click uninstall,The application should no longer be installed,,, -,,,,,, -,LEGEND,please include comments at the end of the file and specifications on the devices tested,,,, -,Test failed,,,,, -,,,,,, -,Test passed,,,,, diff --git a/uploads/a2169faa90f759799d3f95d43727c7e5/Screenshot_from_2019-03-10_21-12-56.png b/uploads/a2169faa90f759799d3f95d43727c7e5/Screenshot_from_2019-03-10_21-12-56.png deleted file mode 100644 index 8bb3f90cdc024b549bf02c7663c3bae59cf7e1b6..0000000000000000000000000000000000000000 Binary files a/uploads/a2169faa90f759799d3f95d43727c7e5/Screenshot_from_2019-03-10_21-12-56.png and /dev/null differ diff --git a/uploads/a87d4d2a9f403e2cd1573296709f4608/create_account_jami_android_EN.pdf b/uploads/a87d4d2a9f403e2cd1573296709f4608/create_account_jami_android_EN.pdf deleted file mode 100644 index 005ed213001f77e74264b5a85babb422ee3d41ee..0000000000000000000000000000000000000000 Binary files a/uploads/a87d4d2a9f403e2cd1573296709f4608/create_account_jami_android_EN.pdf and /dev/null differ diff --git a/uploads/af663991871a742eb08ba623169c14d9/vsconfig.zip b/uploads/af663991871a742eb08ba623169c14d9/vsconfig.zip deleted file mode 100644 index f38999fe5e7048b7448da0a9d3ee34664fc7efe0..0000000000000000000000000000000000000000 Binary files a/uploads/af663991871a742eb08ba623169c14d9/vsconfig.zip and /dev/null differ diff --git a/uploads/d79419990eeab6cfd022655c1e6405c4/05-24-19-11_10_12.png b/uploads/d79419990eeab6cfd022655c1e6405c4/05-24-19-11_10_12.png deleted file mode 100644 index 8d9784d6cd0ee15e42479881845f343bba236047..0000000000000000000000000000000000000000 Binary files a/uploads/d79419990eeab6cfd022655c1e6405c4/05-24-19-11_10_12.png and /dev/null differ diff --git a/uploads/f01ac140971a9a0224cbd158eb858143/testJAMI.ods b/uploads/f01ac140971a9a0224cbd158eb858143/testJAMI.ods deleted file mode 100644 index d1e5fcfb53f5cc9f645fc1370379c6bb3f23d55f..0000000000000000000000000000000000000000 Binary files a/uploads/f01ac140971a9a0224cbd158eb858143/testJAMI.ods and /dev/null differ diff --git a/uploads/f53787b5780dce066f7a1b08cf93c992/install_android.jpg b/uploads/f53787b5780dce066f7a1b08cf93c992/install_android.jpg deleted file mode 100644 index 3edce1955f3d23f5e2a7a7a1e45ff440c10bf6b1..0000000000000000000000000000000000000000 Binary files a/uploads/f53787b5780dce066f7a1b08cf93c992/install_android.jpg and /dev/null differ diff --git a/uploads/fcc6e051436f0b97f896290546b19447/use_android.jpg b/uploads/fcc6e051436f0b97f896290546b19447/use_android.jpg deleted file mode 100644 index 107703f0defb43225cacc8a85e0ee51657a452d5..0000000000000000000000000000000000000000 Binary files a/uploads/fcc6e051436f0b97f896290546b19447/use_android.jpg and /dev/null differ diff --git a/user-manual.md b/user-manual.md deleted file mode 100644 index 49ba024773eb635bb76cf2e3faf1c3e1c53c6ec6..0000000000000000000000000000000000000000 --- a/user-manual.md +++ /dev/null @@ -1,19 +0,0 @@ -Jami is a universal distributed communication platform. - -This guide explains how to use Jami. - -[Introduction (fr)](user-manual/introduction) - -[Installation et mise à jour (fr)](user-manual/installation) - -[Create your Jami account](user-manual/create-jami-account) - -[Use your existing Jami account](user-manual/use-existing-jami-account) - -[Configure your SIP account](user-manual/sip-account) - -[Manage your contacts](user-manual/manage-contacts) - -[Establish communications](user-manual/calls) - -[Jami account configuration](user-manual/account-configuration) \ No newline at end of file diff --git a/user-manual/download-img.png b/user-manual/download-img.png deleted file mode 100644 index ca0d88c92d0b243bab32bd7229bf6185e28bef79..0000000000000000000000000000000000000000 Binary files a/user-manual/download-img.png and /dev/null differ diff --git a/user/bug-report-guide-fr.md b/user/bug-report-guide-fr.md index 6ae81482a71392499dc98c09aacd4880933db983..b50742bb07f08e6eeebe4e30fb6ffae7b0d43eae 100644 --- a/user/bug-report-guide-fr.md +++ b/user/bug-report-guide-fr.md @@ -1,5 +1,5 @@ -Rapporter un bug -================ +Rapporter un bug (FR) +===================== [Page](bug-report-guide) traduite par la communauté diff --git a/user-manual/create-jami-account-android-en.pdf b/user/create-jami-account-android-en.pdf similarity index 100% rename from user-manual/create-jami-account-android-en.pdf rename to user/create-jami-account-android-en.pdf diff --git a/user-manual/create-jami-account-ios-en.pdf b/user/create-jami-account-ios-en.pdf similarity index 100% rename from user-manual/create-jami-account-ios-en.pdf rename to user/create-jami-account-ios-en.pdf diff --git a/user-manual/create-jami-account-macos-en.pdf b/user/create-jami-account-macos-en.pdf similarity index 100% rename from user-manual/create-jami-account-macos-en.pdf rename to user/create-jami-account-macos-en.pdf diff --git a/user-manual/create-jami-account.md b/user/create-jami-account.md similarity index 90% rename from user-manual/create-jami-account.md rename to user/create-jami-account.md index ca4a93f9c5aa673455347887472f0fe04c56a48b..98ac7170e990c61c54c55ec3785dc8a5baa59fe5 100644 --- a/user-manual/create-jami-account.md +++ b/user/create-jami-account.md @@ -1,5 +1,5 @@ -GNU Jami - Create Jami account -============================== +Create Jami account +=================== CREATE A JAMI ACCOUNT ON: diff --git a/user-manual/creer-compte-jami-android-fr.pdf b/user/creer-compte-jami-android-fr.pdf similarity index 100% rename from user-manual/creer-compte-jami-android-fr.pdf rename to user/creer-compte-jami-android-fr.pdf diff --git a/user-manual/creer-compte-jami-ios-fr.pdf b/user/creer-compte-jami-ios-fr.pdf similarity index 100% rename from user-manual/creer-compte-jami-ios-fr.pdf rename to user/creer-compte-jami-ios-fr.pdf diff --git a/user-manual/creer-compte-jami-macos-fr.pdf b/user/creer-compte-jami-macos-fr.pdf similarity index 100% rename from user-manual/creer-compte-jami-macos-fr.pdf rename to user/creer-compte-jami-macos-fr.pdf diff --git a/user-manual/creer-compte-jami-windows-fr.pdf b/user/creer-compte-jami-windows-fr.pdf similarity index 100% rename from user-manual/creer-compte-jami-windows-fr.pdf rename to user/creer-compte-jami-windows-fr.pdf diff --git a/user/faq-fr.md b/user/faq-fr.md index a6208cd6b8055fe3b1a68766e92752f119e00548..0fdc4ee757fe6b27c202962f0c76fc38ae162ce0 100644 --- a/user/faq-fr.md +++ b/user/faq-fr.md @@ -1,4 +1,4 @@ -# Jami FAQ +# FAQ (FR) [Page](faq) traduite par la communauté diff --git a/user/index.rst b/user/index.rst index 6466c1e23d0c6b9e9af682b1a418a57019f190af..11c1ec3280ead54c2fd9f60aa2d3ea3aead6d49f 100644 --- a/user/index.rst +++ b/user/index.rst @@ -13,6 +13,9 @@ bugs and issues. :maxdepth: 1 introduction + introduction-fr + installation-fr + create-jami-account jami-distributed-network jami-distributed-network-fr features @@ -22,3 +25,11 @@ bugs and issues. tutorials bug-report-guide bug-report-guide-fr + + .. + TODO: + [Use your existing Jami account](use-existing-jami-account) + [Configure your SIP account](sip-account) + [Manage your contacts](manage-contacts) + [Establish communications](calls) + [Jami account configuration](account-configuration) diff --git a/user-manual/installation.md b/user/installation-fr.md similarity index 99% rename from user-manual/installation.md rename to user/installation-fr.md index 40d2ccfab7608acfde69be679f9bb439e1ec680b..054755c316128070ef00919257bc729f04f8731d 100644 --- a/user-manual/installation.md +++ b/user/installation-fr.md @@ -1,4 +1,4 @@ -# GNU Jami - Installation et mise à jour +# Installation et mise à jour (FR) ## Installation et mise à jour sous Debian GNU/Linux et ses dérivés par la ligne de commande diff --git a/user-manual/introduction.md b/user/introduction-fr.md similarity index 98% rename from user-manual/introduction.md rename to user/introduction-fr.md index c43e81038576999eb8249844399748a591eb1bb4..942961e10b4c5f2082b86884f2437e5c0c86f54a 100644 --- a/user-manual/introduction.md +++ b/user/introduction-fr.md @@ -1,4 +1,4 @@ -# GNU Jami - Introduction +# Introduction (FR) Le manuel d’utilisation rédigé ici est une participation d’utilisateurs du logiciel de communication Jami. Il a pour but de fournir une base à la documentation francophone à partir des observations faites par les utilisateurs du forum officiel. Même s’il est ici possible de commenter le contenu du manuel par des annotations, il est préférable que les commentaires qui sont faits autour le soient dans le fil de discussion dédié à la documentation. Jami est un logiciel libre et open-source, soutenu par la Free Software Foundation (FSF). Il est conçu pour communiquer en pair-à-pair, c’est-à-dire directement d’un appareil à un autre sans l’intermédiaire d’un serveur. Jami inclus la messagerie instantanée, le transfert de fichiers, les appels audio et vidéo. Il est disponible pour GNU/Linux, MacOS, Android, Android TV, iOS et Windows. diff --git a/user/jami-distributed-network-fr.md b/user/jami-distributed-network-fr.md index 2e85473e81d09da6cc78f29dd77a703af8d64fa6..b543d9312216d2e9ba8187f85444148aa4510cb0 100644 --- a/user/jami-distributed-network-fr.md +++ b/user/jami-distributed-network-fr.md @@ -1,5 +1,5 @@ -Réseau distribué Jami -===================== +Réseau distribué Jami (FR) +========================== [Page](jami-distributed-network) traduite par la communauté