Removing images

They're not useful.
This commit is contained in:
allanaaa 2020-07-22 12:03:27 -04:00
parent 019c067706
commit bb72897230

View File

@ -90,8 +90,6 @@ To import data directly from a database online, you will need to do two things:
* Add OpenRefine (running from your computers IP address) to an account authorized to access your database * Add OpenRefine (running from your computers IP address) to an account authorized to access your database
* Set up OpenRefine to access that database using that authorized account * Set up OpenRefine to access that database using that authorized account
![A screenshot of connecting to a database](img/databaseconnect.jpg "A screenshot of connecting to a database.")
You can either connect just once and gather data, or save the connection to use it again later. If you press “Connect” without saving, OpenRefine will forget all the information you just entered. To save it, name your connection in a way you will recognize later. Click “Save” and it will appear in the “Saved Connections” list on the left. Now, you can click on the “...” ellipsis to the right of the connection youve saved, and click “Connect.” You can either connect just once and gather data, or save the connection to use it again later. If you press “Connect” without saving, OpenRefine will forget all the information you just entered. To save it, name your connection in a way you will recognize later. Click “Save” and it will appear in the “Saved Connections” list on the left. Now, you can click on the “...” ellipsis to the right of the connection youve saved, and click “Connect.”
If your connection is successful, you will see a Query Editor. From here you can write an [SQL query](https://www.w3schools.com/sql/) to pull the specific data you need. OpenRefine will give you an error if you write a statement that tries to modify the source database in any way. If your connection is successful, you will see a Query Editor. From here you can write an [SQL query](https://www.w3schools.com/sql/) to pull the specific data you need. OpenRefine will give you an error if you write a statement that tries to modify the source database in any way.
@ -153,12 +151,7 @@ An exported project will include all of the [history](running#history-undoredo),
Once someone has sent you a project archive file from their computer, you can save it anywhere, including your Downloads folder. Once someone has sent you a project archive file from their computer, you can save it anywhere, including your Downloads folder.
In the left-hand menu of the home screen, click “Import Project.” You will see the following screen: In the left-hand menu of the home screen, click “Import Project.” Click “Browse…” and navigate to wherever you saved the file you were sent (for example, your Downloads folder).
![A screenshot of the Import screen](img/import.jpg "A screenshot of the Import screen.")
Click “Browse…” and navigate to wherever you saved the file you were sent (for example, your Downloads folder).
You can rename the project if youd like - we recommend adding your name, a date, or a version number, if youre planning to continue collaborating with another person (or working from multiple computers). You can rename the project if youd like - we recommend adding your name, a date, or a version number, if youre planning to continue collaborating with another person (or working from multiple computers).