Code Monkey home page Code Monkey logo

openmage.github.io's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openmage.github.io's Issues

Add new "Partners" page: "Payments"

To signal to the public and to other payment processors that there is great trust placed in OpenMage I'd like to list all payment processors that are accepting of OpenMage and all extensions that are good examples of solid, secure implementation. That is, only those that are SAQ A and SAQ A-EP compatible.

Please provide info on gateways that you know are accepting of OpenMage and get permission from them to put their logo on our Payments page and post that info here so that we can compile it into a nice clean page.

For example:

Update "Partners" page

Please assign to yourself if you are claiming this task.

  • organize content into one long-scroll page?
  • make this more graphical, like a grid of logos/avatars rather than a table
  • call out "Security" partnerships? E.g. Sansec.io, Nexcess, Webscale have all agreed to communicate/collaborate with us on security vulnerabilities

Update "Modules" page

Please assign to yourself if you are claiming this task.

We only have three.. I think it isn't a good look being half-baked so would like to either remove for now or replace with content that requires less maintenance (like links to package repos or other resources).

Ideas?

Add code to rewrite HTTP to HTTPS

http://www.openmage.org/ is not redirected with a 301 to https://www.openmage.org/

This can leads some SEO&Branding problems in this times when OpenMage is seen as the Saint Graal of many Magento Merchants.

It's important to not use a JS redirect, but like for PHP websites some code like that we use in htaccess...
For example:

###
# Redirect all non-ssl to ssl.
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.openmage.org/$1 [R=301,L]
###

iFrame Mailjet isnt displayed

I see this in the Chromes console:

Refused to display 'https://app.mailjet.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

image

Update "Install" page

Please assign to yourself if you are claiming this task.

  • needs improved content, step by step install
  • instructions for updating after install

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.