File: ckeditor3.README.Debian

package info (click to toggle)
ckeditor3 3.6.6.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,320 kB
  • sloc: javascript: 92,774; php: 641; xml: 28; makefile: 8; sh: 1
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ckeditor for Debian
------------------------

The package installs all the files needed by ckeditor under
`/usr/share/javascript/ckeditor'.

It's pretty easy to use ckeditor within your webapp, you just have alias that
directory to "ckeditor":

    Alias /ckeditor/ /usr/share/javascript/ckeditor/
    <Directory "/usr/share/javascript/ckeditor/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order allow,deny
    </Directory>

 -- Frank Habermann <lordlamer@lordlamer.de>  Tue, 25 Aug 2009 23:15:00 +0200