# Conflicts: # LICENSE.md # README.md # api.php # app.php # composer.json # composer.lock # index.php # lang/en_us.php # lang/messages.php # lib/login.php # mobile/index.php # pages.php # pages/404.php # pages/home.php # required.php # settings.template.php # static/css/app.css # static/css/bootstrap.min.css # static/css/fa-svg-with-js.css # static/css/index.css # static/js/bootstrap.min.js # static/js/fontawesome-all.min.js
29 lines
967 B
Markdown
29 lines
967 B
Markdown
NewsPen
|
|
========
|
|
|
|
Painless newsletter creation and mailing list management.
|
|
|
|
https://netsyms.biz/apps/newspen
|
|
|
|
Features
|
|
--------
|
|
|
|
**Simple Editing**
|
|
Just click and type. Everything else, like design and layout, will be taken
|
|
care of automatically.
|
|
|
|
**List Management**
|
|
Import and manage email addresses, then send a newsletter with a couple clicks.
|
|
|
|
Installing
|
|
----------
|
|
|
|
0. Follow the installation directions for [AccountHub](https://source.netsyms.com/Business/AccountHub), then download this app somewhere.
|
|
1. Copy `settings.template.php` to `settings.php`
|
|
2. Import `database.sql` into your database server
|
|
3. Edit `settings.php` and fill in your DB info
|
|
4. Set the location of the AccountHub API in `settings.php` (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
|
|
5. Set the location of the AccountHub home page ("PORTAL_URL")
|
|
6. Set the URL of this app ("URL")
|
|
7. Run `composer install` (or `composer.phar install`) to install dependency libraries.
|