Commit eef41f07 authored by ressa's avatar ressa Committed by Kristoffer Rom
Browse files

Issue #3252692 by ressa: Align file names and functions with project name

parent d80ae720
Loading
Loading
Loading
Loading

.DS_Store

deleted100644 → 0
−6 KiB

File deleted.

.gitignore

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
.DS_Store
._*

README.txt

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
Sound Management
================

The Sound Management module aims to provide a framework for audio streaming sites.

## Installation

- composer require drupal/sound_management
- Download the SoundManager2 library from https://github.com/scottschiller/SoundManager2 to yourdomain.com/libraries/SoundManager2-master

## Credits
Developed by https://www.drupal.org/u/raghvendrag from https://www.drupal.org/cyber-infrastructure-cisin
Sponsored by https://tambourhinoceros.net, an independent record label and music publisher
Maintained by Tambourhinoceros founder https://drupal.org/u/kristofferrom
 No newline at end of file
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
sm_audio_player.soundmanager2:
sound_management.soundmanager2:
  remote: https://github.com/scottschiller/SoundManager2/archive/master.zip
  version: &soundmanager_audiojs_version "2.97.20170601"
  license: &soundmanager_audiojs_license
Loading