Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cssed(1) [debian man page]

CSSED(1)							    css editor								  CSSED(1)

NAME
cssed - A tiny GTK2 CSS editor and validator. SINOPSIS
cssed [file] | [file] ... DESCRIPTION
cssed is a small but powerful CSS editor for web developing. It features auto completion, CSS syntax validation, and other utilities to help web developer to create and maintain CSS style sheets. OPTIONS
[file] .... Anything passed to the command line will be taken as a regular text file and opened in cssed's editor window. FILES
cssed-def-.xml It's the CSS definition file that stores the CSS valid values or properties. cssed can use the system file installed by default or any file named cssed-def.xml in the .cssed folder on the user's HOME directory. cssed-cfg.xml It's the user's configuration file. It stores the default document settings and the highlighting color scheme. The file is stored always on close on the .cssed folder on the user's HOME directory. USING CSSED
cssed is a X graphical application so it's used with it's menus and toolbar entries. To know more about how to use cssed visit http://cssed.sourceforge.net. LOCALIZED INTERFACE
To run cssed with a Spanish interface on a non Spanish Mac system, just issue the following command in an xterm or equivalent: Bash and zsh users export LANGUAGE=es_ES; cssed tcsh users set LANGUAGE es_ES; cssed Same applies for other languages available in cssed, i.e. English (en_US) and French (fr_FR) at the time being. AUTHOR
Iago Rubio <iago.rubio@hispalinux.es> Iago Rubio Sanfiz 13 April 2004 CSSED(1)

Check Out this Related Man Page

CSS::Adaptor(3pm)					User Contributed Perl Documentation					 CSS::Adaptor(3pm)

NAME
CSS::Adaptor - Arbitrarily map CSS data for use in another context. SYNOPSIS
use CSS; # create a CSS object with an adaptor my $css = new CSS({ 'adaptor' => 'CSS::Adaptor', }); # load some CSS data $css->read_file( "my_file.css" ); # change the adaptor $css->set_adaptor( "CSS::Adaptor::Pretty" ); # output CSS object using the current adaptor print $css->output(); DESCRIPTION
This class is used by CSS to translate a CSS object to a string. This allows CSS data to be easily mapped into other formats. This documentation is for people who want to write their own CSS::Adaptor module. For usage information, see the documentation for CSS. METHODS
CONSTRUCTOR "new()" Called without options. FUNCTIONS "output_rule( $rule )" returns a string containing a formatted CSS::Style object, passed as an object ref "output_selectors( $selectors )" returns a string containing a formatted list of CSS::Selector objects, passed as an array ref "output_properties( $properties )" returns a string containing a formatted list of CSS::Property objects, passed as an array ref "output_values( $values )" returns a string containing a formatted list of CSS::Value objects, passed as an array ref AUTHORS
Copyright (C) 2001-2002, Allen Day <allenday@ucla.edu> Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com> SEE ALSO
CSS perl v5.14.2 2008-04-23 CSS::Adaptor(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. Programming

Vi editor code

Does any one have the code to create a shell scrpit for making a VI editor ? mouse trapping of menus is also required...:( Regards, Bhaskar. (2 Replies)
Discussion started by: bhaskar_a
2 Replies

2. BSD

BSD, Bash and Shells?

When I use Mac OS X's Terminal the UI is some what easier than that of Linux... I this just a shell or something because using Bash is a pain in RH's Linux 9. It's so sensitive about case etc. ??? In that way what is the shell that OS X uses as it's default Bash is on OS X (OK Duh) and... (3 Replies)
Discussion started by: RedVenim
3 Replies

3. UNIX for Dummies Questions & Answers

dtpad?

try{ng to find an easy to use text editor for the novice user (vi is too complicated, and pico may be a second choice). the issue I'm having is when the user(in dtpad) copies from another platform (e.g. IBM - MVS, windows), special characters show up such as carriage returns, etc. I know this... (2 Replies)
Discussion started by: douknownam
2 Replies

4. UNIX for Dummies Questions & Answers

Best graphical editor?

I am writing most of my scripts in the vi editor (OS is AIX) at present. Just trying to see if any of you would recommend some graphical editor that supports syntax highlighting (the editor has to run on AIX). I have to log in to the UNIX server from a PC (using Xming and Putty), so it has to be... (19 Replies)
Discussion started by: soleil4716
19 Replies

5. UNIX for Dummies Questions & Answers

how to send an xml request

I'm new to Unix and web development but I'm in need to send an xml request to a web server Ican't find an easy way to do it from the command line, if somebody can help me with a sample would be amazing! my Unix says that curl is not installed so i was wondering if there is another way to test... (1 Reply)
Discussion started by: mpoblete
1 Replies

6. HP-UX

Vi editor issue

When I open vi editor and close it , the content of the vi editor is shown in console even after closing. Same is happening for manpages also.. Can anyone let me know how to solve the issue .. $uname -a HP-UX <servr_name> B.11.11 U 9000/800 657359313 unlimited-user license ... (6 Replies)
Discussion started by: soumyabubun
6 Replies

7. Shell Programming and Scripting

perl command issue

Hi, Please could someone advise on a perl command : export ENVPROP="$HOME/cfg/environment.properties.template" export LM_LICENSE=`awk -F= '!/^#/ && /LM_LICENSE/{print $2}' environment.properties` echo $LM_LICENSE $DATA_FILE/licenses/sample.demo.lic perl -i -npe... (1 Reply)
Discussion started by: venhart
1 Replies

8. Web Development

CSS frameworks

I have been reading up on CSS frameworks, to see if it could be useful for an intranet that I am helping to build, but the true purpose does not become clear to me. What circumstances would the deployment of a CSS framework be useful in? What does a CSS framework do that a CMS template cannot do? (1 Reply)
Discussion started by: figaro
1 Replies

9. What is on Your Mind?

Spanish Speaking Forum Members?

Hi! Any Spanish speaking forum members? If so, please reply! Thanks! (2 Replies)
Discussion started by: Neo
2 Replies

10. AIX

French Accented characters in xml file comes as numbers

Hello all, I am using AIX 7.1 and whenever xml files with accented French characters are read, for example Name Andree where the first e has accented mark on top, AIX should it as Andrée but it comes as funny number characters for the first e. What do I need to fix this. I want to test with one... (5 Replies)
Discussion started by: pregmi
5 Replies

11. Web Development

Bootstrap Changes to Advanced Editor and Attachments Form

I changed the CSS and Javascript in the "Advanced Editor" to clean it up. This is also the editor seen in "New Thread" and "New Reply". Basically I got rid of the mouseover style changes which were messed up due to vB legacy JS code from a decade ago. While doing this change, I then completed... (8 Replies)
Discussion started by: Neo
8 Replies

12. Web Development

New Supplementary CSS for Forum Postbit

Working on moving inline style to a supplementary CSS file. This one is postbit.css: .pb-wrapper { border-style: solid; border-width: 1px; border-color: rgba(110, 117, 182, 0.99); padding: 0px 0px 0px 0px; } .pb-wrapper-b { padding: 0px; border-width: 0px 0px 1px... (0 Replies)
Discussion started by: Neo
0 Replies