Skip to content

christianmalek/Paste.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste.js

Welcome to Paste.js!

Paste.js is an minimalistic web application which allows you to create fast texts (notices, lists, minutes...) and share them with a link.

Current features

  • share texts with a link (readonly and editable version)
  • auto-save

Used software

Installation

You need a MySQL server to store the pad data. Open the file Core/datalayer.php and enter your user credentials at the line with $connect = mysqli_connect("localhost", "root", ""). Don't forget that you also need to change the database name one line below. Then you have to create the database. You can do that for example by selecting dump.sql out of phpMyAdmin (or equivalent).

About

Paste.js is an minimalistic programme for sharing and editing notices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.1%
  • JavaScript 30.4%
  • PHP 12.7%
  • HTML 7.8%