diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-04-03 03:56:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-04-03 03:56:46 -0400 |
commit | 689ee9c7ea48c2e3de8790dcaae4500207567508 (patch) | |
tree | 057be6b6e289395f0c47927b83a93137b33f40f8 /extras | |
parent | 50ac423f6e3be7566c1106647158e81b6eaae44a (diff) | |
download | old-guff-689ee9c7ea48c2e3de8790dcaae4500207567508.tar.bz2 old-guff-689ee9c7ea48c2e3de8790dcaae4500207567508.zip |
add ckeditor
Diffstat (limited to 'extras')
-rw-r--r-- | extras/ckeditor-4.5.8-custom.zip | bin | 0 -> 923620 bytes | |||
-rw-r--r-- | extras/ckeditor-notes.txt | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/extras/ckeditor-4.5.8-custom.zip b/extras/ckeditor-4.5.8-custom.zip Binary files differnew file mode 100644 index 0000000..6bda632 --- /dev/null +++ b/extras/ckeditor-4.5.8-custom.zip diff --git a/extras/ckeditor-notes.txt b/extras/ckeditor-notes.txt new file mode 100644 index 0000000..aa34571 --- /dev/null +++ b/extras/ckeditor-notes.txt @@ -0,0 +1,14 @@ +build: + * standard +plugins: + * preview +skin: + * moono +languages: + * english +setup: + cd data/stuff + unzip ../../extras/ckeditor-4.5.8-custom.zip + mv ckeditor{,-4.5.8-custom} + cd ckeditor-4.5.8-custom + rm -rf build-config.js CHANGES.md LICENSE.md README.md samples |