marcelhollerbach / verne

A small efl based filemanager
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Fix README.md a little. #1

Closed Yomi0 closed 9 years ago

Yomi0 commented 9 years ago

Fix README.md a little.

Yomi0 commented 9 years ago

I also wanted to fix line 38, but I can't figure out what it is trying to convey.

'Once a file appeared all big things are done async, things like fetching stat´s, mimetypes and such things.'

'Once a file has appeared all the big things are done async, like fetching stat's, mimetypes and things like that.'

marcelhollerbach commented 9 years ago

Hi, at first thx for the help :)

This sentences wants to explain what happens wants once a file "appears".

appears means here: It is found while iterating throuw the directory where it is located, or it was created while monitoring the directory.

fetching stat is not really done there anymore ... have to update it.

The mimetype of a file is something like the kind of file, all files with the same mimetype are having the same icon. Looking for this mimetype takes some time. this is why it is done asynchorne. In other words: this is done in a seperated thread.

Is it a bit more understandable ? :)

Yomi0 commented 9 years ago

Yes, that's a bit more understandable.

'Once a file appears, big operations such as fetching stat's, mimetype and the like are done asynchronously. ' ?

marcelhollerbach commented 9 years ago

I am ok with that :) you can leave the stat´s away.

Yomi0 commented 9 years ago

I am ok with that :) you can leave the stat´s away.

You want me to remove the 'fetching stat's' part?

marcelhollerbach commented 9 years ago

yep

Yomi0 commented 9 years ago

Right, okay.

marcelhollerbach commented 9 years ago

Okay, looks cool! :) ready for merge ?

Yomi0 commented 9 years ago

Yep.