Skip to content

An open-source JavaScript web application to check for plagiarisms in texts.

Notifications You must be signed in to change notification settings

homecoded/sucodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sucodo

... is a NW.js-application written mainly in JavaScript that checks for plagiarisms in texts. The application runs locally as a desktop app and does not send any data to any server except to search engines. The search engines will get chunks of the original data each one at a time. The checked texts are not cached in any way on a server. If there is caching, it will be locally on the users machine and under his/her control. The results any analysis are not shared with anyone.

WARNING: This tool is highly experimental. It uses the Google search engine at the moment. Prepare to solve a lot of captchas when you have decent size text. The captchas will be in a popup.

Things to consider if you want to use this software:

You may freely use, alter, copy and distribute this software if you keep the Apache license in mind:

  • You have to clearly state, what part of your derived work is licensed under Apache2
  • State the copyright owner somewhere in your application, as in an about or credit screen (Manuel Rülke, homecoded.com)

You may NOT:

  • copy the software, replace the name and pretend it was you who made it ! This would be just sad. For you.

How to Setup

  • clone repository
  • run npm install in main directory
  • run npm test to run unit tests
  • run npm start to start application stub (not yet functional)

License

Copyright 2012 and after, Manuel Rülke, homecoded.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

An open-source JavaScript web application to check for plagiarisms in texts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages