Project:Drupal.org Library Packaging Whitelist
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The Epic Editor is a very slim editor to ease the writing of markdown. It is based on the MIT (or X11) license.
The epic editor is used by the NodeStream distribution and is supported by in the wysiwyg module

Website: http://oscargodson.github.com/EpicEditor/
Repo: https://github.com/OscarGodson/EpicEditor
License file: https://github.com/OscarGodson/EpicEditor/blob/develop/LICENSE

Example download: http://oscargodson.github.com/EpicEditor/docs/downloads/EpicEditor-v0.1....

Comments

#1

Status:needs review» reviewed & tested by the community

MIT License, ~30Kb download, looks good to me!

#2

Status:reviewed & tested by the community» fixed

Added: http://drupal.org/node/1904746

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#4

Status:closed (fixed)» needs work

http://epiceditor.com/docs/downloads/EpicEditor-v0.1.1.1.zip

this doesn't seem to work. The above is the URL that fabsor specified in his package. Either the URL or the regexp isn't quite right.

#5

I added a new regexp

#6

Status:needs work» closed (fixed)

The whitelist entry is

^https://github\.com/OscarGodson/EpicEditor\.git$
^https://github\.com/OscarGodson/EpicEditor/tarball/.+$
^https://raw\.github\.com/OscarGodson/EpicEditor/.+$

So, my sense is that the nodestream .make file is pulling from the wrong location. #1929122: get epic editor from the right spot on github.