Skip to content
/ Quickies Public

Simple PHP/MySQL application to share notes organized by category.

Notifications You must be signed in to change notification settings

nst/Quickies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickies

Philosophy

This code is running my Mac OS X programming code snippets on http://quickies.seriot.ch.

Credits to Borkware Quickies for inspiration and prior art.

Features

  • PHP code and MySQL database, for maximal portability
  • two entities, Category and Note, one-to-many relationship
  • create, update and delete for all entities, search in notes title and text
  • Markdown syntax
  • made for code snippets but useable for virtually anything

Note that I am not a PHP developer and any suggestion to improve the code is welcome.

Installation

  1. create a MySQL database as well as a user
  2. create the tables by running the queries in quickies.sql
  3. edit quickies/config.inc and quickies/admin/config.inc to match your settings
  4. upload the whole quickies directory to your web server
  5. go to quickies/ to ensure the connection works
  6. go to quickies/admin/ to see the admin page
  7. click on categories and create your first catetory
  8. click on notes and create your first note

Caveats

  • you can't save a note without a category
  • if you delete a category, related notes won't show up in the public part
  • if you delete a category, related notes will still show up in the admin part

Security

License

  • this code is in the public domain
  • I would really appreciate if you could send me a word with the URL where you installed it

About

Simple PHP/MySQL application to share notes organized by category.

Resources

Stars

Watchers

Forks

Packages

No packages published