Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8580140
docs: add user guide on valuta
CBID2 Aug 28, 2024
86d6815
fix: made some revisions
CBID2 Aug 28, 2024
298c73a
fix: made more edits
CBID2 Aug 28, 2024
07d81f2
feat: adding screenshot
CBID2 Aug 28, 2024
5bb8bc7
feat: add and hyperlink screenshot
CBID2 Aug 28, 2024
cb2a633
fix: this time, I actually added the screenshot's hyperlink
CBID2 Aug 28, 2024
269ec4b
feat: add and hyperlink the screenshot for step 3.
CBID2 Aug 28, 2024
bcd2392
fix: add a period
CBID2 Aug 28, 2024
3cb2e10
fix: revise the installation instructions
CBID2 Aug 29, 2024
57d27c7
Merge branch 'rocky-linux:main' into christine-RSOD-part-3
CBID2 Aug 29, 2024
a0acc57
feat: add screenshot of manual install code
CBID2 Aug 29, 2024
624dd67
fix: remove picture
CBID2 Aug 29, 2024
0435fab
fix: revise the install commands and hyperlink for install screenshot
CBID2 Aug 29, 2024
4ae8b87
fix: making the intro simpler
CBID2 Aug 29, 2024
03fc859
fix: using application instead of app
CBID2 Aug 29, 2024
8861ebf
fix: simplifying the alternative text for the screenshots
CBID2 Aug 29, 2024
f56d340
fix: revise number in the How to use section
CBID2 Aug 29, 2024
93e550d
fix: fixing the formatting of the first step in the How to Use section
CBID2 Aug 29, 2024
565a50d
fix: revise the conclusion
CBID2 Aug 29, 2024
e868fca
docs: add user guide on valuta to GNOME section
CBID2 Aug 28, 2024
786e6e1
docs: add user guide for decoder app in GNOME section (#2307)
CBID2 Aug 28, 2024
806d7e6
feat: tweaking the installation process
CBID2 Aug 30, 2024
269bdfb
Merge branch 'rocky-linux:main' into christine-RSOD-part-3
CBID2 Aug 30, 2024
eb8b02e
feat: add screenshot for manual install script
CBID2 Aug 30, 2024
cb53182
fix: change screenshot
CBID2 Aug 30, 2024
20982fb
fix: add hyperlink to screenshot
CBID2 Aug 30, 2024
824a18f
fix: remove old screenshot
CBID2 Aug 30, 2024
09109aa
fix: replace screenshot with a more accurate version
CBID2 Aug 30, 2024
999d923
fix: indent second code block
CBID2 Aug 30, 2024
e8a52e9
fix: indent first code block
CBID2 Aug 30, 2024
56eaece
fix: move screenshot to the top
CBID2 Aug 30, 2024
b2c5610
Update valuta.md
sspencerwire Aug 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/desktop/gnome/images/01_valuta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/desktop/gnome/images/02_valuta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/desktop/gnome/images/03_valuta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/desktop/gnome/images/valuta-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions docs/desktop/gnome/valuta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Valuta
author: Christine Belzie
contributors:
---

## Introduction

If you often travel or are moving abroad, ease your finanical planning with Valuta. This application quickly converts currencies between two countries.

## Assumptions

This guide assumes you have the following:

- Rocky Linux
- Flatpak
- FlatHub


## Installation process

![Screenshot of the Valuta page on Flathub with the blue install button highlighted in a red square](images/01_valuta.png)

1. Go to [Flathub.org](https://flathub.org), type "Valuta" in the search bar and click **Install**

![manual install script and run script](images/valuta-install.png)


2. Copy the manual script in your terminal:

```bash
flatpak install flathub io.github.idevecore.Valuta
```


3. Finally, the manual script in your terminal:

```bash
flatpak run flathub io.github.idevecore.Valuta
```

## How to Use

To use Valuta, do the following:

1. Choose the country that you currently live in from the dropdown menu and type the amount of cash you want to spend.

![Screenshot of Valuta app showing 1000 USD in the input field, with a grey arrow pointing down to a grey box showing 1000 USD](images/02_valuta.png)

2. Choose the country you are traveling to from the dropdown menu. From there, the converted amount automatically appears.

![Screenshot showing a grey arrow pointing upward to a green box displaying the converted amount, 899.52 EUR](images/03_valuta.png)

## Conclusion

Whether it’s for a vacation or a business trip, Valuta simplifies currency conversion. Want to learn more or share ideas to improve it? [Submit an issue in Valuta's repository at GitHub](https://github.com/ideveCore/valuta/issues).