From dcf49d94bcda85da3d6c53c71601228d100cff78 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 16 Oct 2011 15:18:17 -0400 Subject: [PATCH] switched to markdown syntax for README --- .gitignore | 12 ++++++++++++ README.markdown | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.markdown diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e47a1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db \ No newline at end of file diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..27c4acb --- /dev/null +++ b/README.markdown @@ -0,0 +1,14 @@ +Lightbox2 v2.05 +=============== +by Lokesh Dhakar - http://www.lokeshdhakar.com +Last Modification: 11/16/11 + +For more information, visit: +http://lokeshdhakar.com/projects/lightbox2/ + +Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/ + - Free for use in both personal and commercial projects + - Attribution requires leaving author name, author link, and the license info intact. + + Thanks: Scott Upton(uptonic.com), Peter-Paul Koch(quirksmode.com), and Thomas Fuchs(mir.aculo.us) for ideas, libs, and snippets. + Artemy Tregubenko (arty.name) for cleanup and help in updating to latest ver of proto-aculous.