Skip to content

Commit 4d39f50

Browse files
committed
Update docs.md
1 parent 202bece commit 4d39f50

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

docs.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,43 @@ title: Docs
44

55
# Documentation
66

7-
welcome to the offcial cSploit documents page.
7+
Welcome to the offcial cSploit documentations page.
88

99
## Current project status
1010

11-
we are in a delicate first phase of this project, we are not stable. we are moving parts of code into the new core.
12-
even if you see __release__ this does not mean that it has no bugs.
13-
my apologies for that, i'm doing my best for achieve a stable app :v:.
11+
We are in a delicate first phase of this project and we are not stable, yet. Currently we are moving many parts of the code into a new core.
12+
Even if you see a release marked as __release__, this does not mean that it has no bugs.
13+
My apologies for that, I'm doing my best to achieve a stable app :v:.
1414

15-
## Errors means
15+
## Possible error sdsd
1616

17-
a short error message it's often self-explicative, but sometime what went wrong is too long to explain it in a short message.
18-
here you can find a description for some common errors.
17+
A short error message it's often self-explanatory. Sometimes it too difficult to explain an issue with a short message and here you can find a few common exmaples that explain some errors:
1918

2019
- _cannot start process_: this message is printed when the core of cSploit cannot start the required process.
2120
- _`cmd` returned #`number`_: this message is printed when `cmd` has exited with an error code `number`
2221
- _`cmd` killed by signal `number`_: this message is printed when `cmd` has been killed by signal `number`
2322

24-
the above errors are bugs, specific for your device. so please report it if no one has already did it.
23+
The above errors are bugs that are specific for your device. Hence please report them if no one already did.
2524

2625
## Reporting bugs
2726

28-
i'm human, thus i can fail. this is why we need a good issue tracker as the one provided by github.
29-
i'm working on an automated way to reporting bugs, directly from the app, just by clicking on a button.
30-
31-
until that day you have to manually collect your logcat and share it on the [github issues page](https://github.com/cSploit/android/issues).
27+
I'm human, thus i can fail. This is why we need a good issue tracker like the one provided by github.
28+
I'm working on an automated way of reporting bugs directly from the app just by clicking on a button. Until then you have to manually collect your logcat and share it on the [github issues page](https://github.com/cSploit/android/issues).
3229

3330
## FAQ
3431

35-
> Q: is cSploit the same as dSploit ?
32+
> Q: Is cSploit the same as dSploit ?
3633
>
37-
> A: the code is the same, i'm just continuing developing it, but dSploit has been oficcially merge into zANTI2.
34+
> A: The basic code is the same but I'm continuing the development since dSploit has been oficcially merged into zANTI2.
3835
3936
-----
4037

41-
> Q: when the feature XXX will be implemented or the bug YYY will be solved ?
38+
> Q: When will feature XYZ implemented or bug ABC fixed?
4239
>
43-
> A: as every open source project: don't ask for ETA :grin:
40+
> A: Like on every other open source project - don't ask for ETA :grin:
4441
4542
-----
4643

47-
> Q: how can i contribute to cSploit ?
44+
> Q: How can I contribute to cSploit ?
4845
>
49-
> A: there is many way to contribute, by donating, by improving the source code,
50-
> by correct my doggish english on this website and so on.
46+
> A: There are many ways to contribute: by [donating](http://www.csploit.org/donate.html), by improving the source code or by correcting my English on this website.

0 commit comments

Comments
 (0)