https://github.com/nylen/scrabble-words
PHP application to store a list of memorable words with definitions.
https://github.com/nylen/scrabble-words
Last synced: 8 days ago
JSON representation
PHP application to store a list of memorable words with definitions.
- Host: GitHub
- URL: https://github.com/nylen/scrabble-words
- Owner: nylen
- License: gpl-3.0
- Created: 2011-03-29T03:31:12.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T03:50:46.000Z (over 15 years ago)
- Last Synced: 2025-06-11T15:00:12.642Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# What is this?
Scrabble-Words is an application that remembers a list of words and their definitions for you. You can enter new words and it will fetch their definitions.
# How do I install it?
* Clone the source code using `git` (try `git clone git://github.com/nylen/scrabble-words/`). Place the resulting files into a directory reachable from your web server.
* If you are using Apache, you may want to set up a .htaccess file for authentication. If you are not using Apache, you should deny access to the `private/` folder using the appropriate method.
* Create a MySQL table with the schema defined in `private/tabledef.sql`.
* Copy the file `private/config.example.php` to `private/config.php` and change the settings as needed.
# How do I use it?
Type one or more words (separated by spaces) in the text box to the left of the "Add word(s)" button. Click the "Add word(s)" button, and the program will add the requested words to the list, along with their definitions.