1CSSED(0.2.1) css editor CSSED(0.2.1)
2
3
4
6 cssed - A tiny GTK2 CSS editor and validator.
7
9 cssed [file] | [file] ...
10
12 cssed is a small but powerful CSS editor for web developing.
13
14 It features auto completion, CSS syntax validation, and other utilities
15 to help web developer to create and maintain CSS style sheets.
16
18 [file] ....
19 Anything passed to the command line will be taken as a regular
20 text file and opened in cssed's editor window.
21
23 cssed-def-.xml
24 It's the CSS definition file that stores the CSS valid values or
25 properties. cssed can use the system file installed by default
26 or any file named cssed-def.xml in the .cssed folder on the
27 user´s HOME directory.
28
29 cssed-cfg.xml
30 It's the user´s configuration file. It stores the default docu‐
31 ment settings and the highlighting color scheme. The file is
32 stored always on close on the .cssed folder on the user's HOME
33 directory.
34
36 cssed is a X graphical application so it´s used with it´s menus and
37 toolbar entries. To know more about how to use cssed visit
38 http://cssed.sourceforge.net.
39
41 To run cssed with a Spanish interface on a non Spanish Mac system, just
42 issue the following command in an xterm or equivalent:
43
44 Bash and zsh users
45 export LANGUAGE=es_ES; cssed
46
47 tcsh users
48 set LANGUAGE es_ES; cssed
49
50 Same applies for other languages available in cssed, i.e. English
51 (en_US) and French (fr_FR) at the time being.
52
54 Iago Rubio <iago.rubio@hispalinux.es>
55
56Iago Rubio Sanfiz 13 April 2004 CSSED(0.2.1)