codiceovvio / soundmap-places

WordPress plugin to extend Sound Map plugin (https://github.com/codiceovvio/soundmap) with a custom content type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Map Places

A custom content extension for Sound Map plugin.

WARNING!

This plugin extends Sound Map which is under active development and not currently ready for production!

Use it only to test its features and to submit any bug you may find. Many features are listed but not currently implemented.

Contents

Scaffolded from WordPress Plugin Boilerplate, includes some extra features:

Features

Installation

Sound Map Places plugin can be installed directly into your plugins folder like any other plugin. The only requirement is to have Sound Map plugin already installed and activated. Sound Map Places will use many features and methods from Sound Map to make its job.

It's safe to activate the plugin at this point. All code on master branch should not have breaking errors or changes.

License

Sound Map Places is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE.txt.

Important Notes

Includes

Note that if you include your own classes, or third-party libraries, there are three locations in which said files may go:

  • soundmap-places/includes is where functionality shared between the admin area and the public-facing parts of the site reside
  • soundmap-places/admin is for all admin-specific functionality
  • soundmap-places/public is for all public-facing functionality

Sound Map Places loads when Sound Map plugin is fully loaded, firing a 'soundmap_loaded' hook which is used by Sound Map Places to initialize.

What About Other Features?

More on these here later on...

Credits

The main Sound Map plugin is currently being developed by Codice Ovvio.

Development, Documentation, and More

If you’re interested in helping out with the development or with writing documentation, please let me know .

About

WordPress plugin to extend Sound Map plugin (https://github.com/codiceovvio/soundmap) with a custom content type.

License:GNU General Public License v2.0


Languages

Language:PHP 94.5%Language:JavaScript 4.9%Language:CSS 0.6%