Giter Club home page Giter Club logo

acelist's Introduction

aceList: Curate your A-List

aceList is a self-contained subscription list management system using PHP, SQLite3 and jQuery (with a keen focus on UX) โœจ

aceList

Sweet Features

  • Export your subscriber list as CSV and import them with ease in the marketing tool of your choice (AWeber, Amazon SES, MailChimp, SendGrid Email Marketing, Campaign Monitor...)
  • Uses SQLite (file-based) as the datastore so that you can get going without MySQL
  • Maximum compatibility with your existing web app / homepage - All design and code starts with aceList*
  • No external dependencies - New to git? No problem. Don't know what stuff like composer/npm is about? No worries (You should check them out, though). Download the code, upload it to your server and get going. That's it!

Requirements

  1. PHP Server with sqlite3 extension (enabled by default on PHP 5.3.0 and above)
  2. Access to 1.

Getting Started

  • Download the archive, extract it
  • Edit ./aceListConfig.php and make required changes - Admin Password, Language etc.
  • Edit index.php to make it your own (optional)
  • If required, edit ./aceList/locale/{lang}.php to change UI messages (optional)
  • Upload all files to your server and make sure the db file is writable (default: aceListSubscribers.db)

Admin

  • Admin Panel can be accessed via ./aceList.php?admin
  • Login with the password (set in aceListConfig.php) to download your aceList

PS: You can use a tool like DB Browser to view the SQLite3 database

Todo

  • Double Opt-in
  • Manage list via Admin Panel

๐Ÿ”ต Follow me @thinkdj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.