Skip to content

TechColla/NI

 
 

Repository files navigation

New Internationalist magazine digital subscription

A digital subscription backend for a magazine reader web app, iPhone app & Android app.

New Internationalist Magazine for Android.

See the live site at digital.newint.com.au

Features

  • Subscribe for 3 or 12 months.
  • Buy a single issue.
  • Read it in HTML, or a specific app.

MJML email templates

We use the https://mjml.io email markup framework to generate HTML email code via this MJML-Rails gem.

Install it locally to get it to render the .mjml template files:

$ npm install -g mjml

  • Note: you might have to specify a version number to align with the gem i.e. $ npm install -g [email protected]

iOS app

The Apple Newsstand app for iPad, iPhone and iPod Touch GitHub project is available here: https://github.com/sighmon/NI-ipad

Download the New Internationalist app on the Apple App Store: https://itunes.apple.com/au/app/new-internationalist-magazine/id711254931

Android app

The Android app GitHub project is available here: https://github.com/sighmon/NewInternationalist

Download the New Internationalist magazine app for Android from: https://play.google.com/store/apps/details?id=au.com.newint.newinternationalist

CMS

You can write articled directly into this Rails site with the basic built article writing tools or import them from the Bricolage CMS via SOAP.

When writing directly,

and
tags are added automatically (thanks simple_format), and it also lets you use basic tags too.

To upload images, simply drag the images into the article page. Images auto-format at the top of the page, but if you'd like to manually position them in the page use the tag format [File:xx] where xx is the image :id number of the image you just uploaded.

Software License

New Internationalist magazine digital edition.

Copyright © 2016 New Internationalist Australia.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Magazine content

Copyright © 1973-2016 New Internationalist. Except where otherwise noted, content is licensed under Creative Commons. http://creativecommons.org/licenses/by-nc-nd/3.0/

Except where otherwise noted, images are © the attributed photographer/illustrator or representative agency.

About

New Internationalist magazine digital edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 61.0%
  • HTML 31.9%
  • CSS 6.0%
  • Other 1.1%