forked from vuchkov/atomchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PHClaus
authored
Dec 26, 2018
1 parent
6582e4e
commit 694078b
Showing
9 changed files
with
194 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# PHP Atomchat | ||
|
||
**PHP Atomchat** is a **free PHP chat script** for low volume sites or individual homepages, e.g. P2P chat. | ||
**PHP Atomchat** is a **free PHP chat script** for low volume websites or individual homepages. | ||
|
||
- Works OOTB | ||
- Completely anonymous | ||
- No registration or passwords ever | ||
- Emoji auto-conversion | ||
- File uploads | ||
- Themeable | ||
- Multi-lingual | ||
- No database required |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Make a copy of en.php and save it as xx.php, where xx is | ||
the language ID, e.g. fr for French, it for Italian, etc. | ||
Make a copy of en.php and save as xx.php, where xx is the | ||
language ID, e.g. "fr" for French, "it" for Italian, etc. | ||
|
||
https://www.loc.gov/standards/iso639-2/php/code_list.php | ||
|
||
Edit xx.php and mail a copy to @author given in en.php. | ||
|
||
Subject: Lang_XX_PHP_Atomchat | ||
Body : @author Your Name [email protected] | ||
Subject: lang_xx_PHP_Atomchat | ||
Body : Your Name <[email protected]> | ||
Attach : xx.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.