Painless newsletter creation and mailing list management.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Skylar Ittner d11bd67645 Add wood theme 6 years ago
lang Add separate edit and format buttons 6 years ago
lib Add separate edit and format buttons 6 years ago
mobile Fully implement MPL-2.0 license 6 years ago
nbproject Upgrade to Bootstrap 4.0, FontAwesome 5.0, etc 6 years ago
pages Show background image in theme selector 6 years ago
static Add some table CSS 6 years ago
style_dev Update theme dev tools 6 years ago
themes Add wood theme 6 years ago
.gitignore Update gitignore 7 years ago
.gitmodules Convert material-color CSS to submodule 7 years ago
LICENSE.md Fully implement MPL-2.0 license 6 years ago
README.md Update license and readme 7 years ago
action.php Rework publication theme system to use flat files, it makes things easier 6 years ago
api.php Fully implement MPL-2.0 license 6 years ago
app.php Upgrade to Bootstrap 4.0, FontAwesome 5.0, etc 6 years ago
composer.json Update license and readme 7 years ago
composer.lock Update dependencies 6 years ago
database.mwb Change line tile style border width 6 years ago
database.sql Change line tile style border width 6 years ago
index.php Upgrade to Bootstrap 4.0, FontAwesome 5.0, etc 6 years ago
pages.php Add colorful theme selection buttons (replace dropdown) 6 years ago
required.php Fully implement MPL-2.0 license 6 years ago
settings.template.php Fully implement MPL-2.0 license 6 years ago

README.md

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

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info
  5. Set the location of the AccountHub API in settings.php (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
  6. Set the location of the AccountHub home page ("PORTAL_URL")
  7. Set the URL of this app ("URL")
  8. Run composer install (or composer.phar install) to install dependency libraries.