mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Fixed some spelling mistakes on about page
This commit is contained in:
parent
1d401e521c
commit
3c4c53a36b
1 changed files with 5 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ const About = props => {
|
|||
<h2 className='todo'>FAQ</h2>
|
||||
<b className='question'>Q: I posted some sensitive information on Reddit. Can you delete this from your page?</b>
|
||||
<p>
|
||||
No, I can't remove anything myself since I am not the not the one storing all the deleted comment.
|
||||
No, I can't remove anything myself since I am not the not the one storing all the deleted comments.
|
||||
This is done by an external service run by Jason Baumgartner (<a href='https://www.reddit.com/user/Stuck_In_the_Matrix'>/u/Stuck_In_the_Matrix</a>).
|
||||
If you want something sensitive removed permanently you should contact him.
|
||||
</p>
|
||||
|
|
@ -46,21 +46,21 @@ const About = props => {
|
|||
This page is only possible because of the amzaing work done by Jason.
|
||||
His site <a href='https://pushshift.io/'>pushshift.io</a> activly listens for new comments on reddit and stores them in his own database.
|
||||
Then sites like removeddit and ceddit can fetch these comment from pushshift.
|
||||
Removeddit know what comment reddit shows (from Reddits API) and what comment should be showed (from Pushshift).
|
||||
Removeddit know what comment reddit shows (from Reddits API) and what comment should be showed (from Pushshifts API).
|
||||
By comparing the comments from these 2 APIs, we can figure out what has been deleted and removed.
|
||||
</p>
|
||||
<b className='question'>Q: What's the difference between ceddit and removeddit?</b>
|
||||
<p>
|
||||
Not much. Removeddit was created as a temporary replacement for ceddit, at a time when ceddit didn't work.
|
||||
I though this was necessary since I used ceddit more then Reddit itself.
|
||||
I thought this was necessary since I used ceddit more then Reddit itself.
|
||||
Months later ceddit was fixed, but I didn't see any reason to remove what I had done.
|
||||
Today both sites live side by side and strive for the same goal.
|
||||
</p>
|
||||
<p>
|
||||
There are some minor differences in them tho:
|
||||
There are some minor differences in them though:
|
||||
<ul>
|
||||
<li>
|
||||
Ceddit respect user deletion while removeddit does not. This decision was made early on and I feel like it's too late to change now.
|
||||
Ceddit respect user made deletions while removeddit does not. This decision was made early on and I feel like it's too late to change now.
|
||||
If I had created removeddit today I might had thought more about what was right here.
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -71,7 +71,6 @@ const About = props => {
|
|||
Ceddit provides user lookup while removeddit doesn't.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</p>
|
||||
|
||||
<h2 className='contact'>Links/Contact</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue