doctools::html::cssdefaults(n) Documentation tools doctools::html::cssdefaults(n)
__________________________________________________________________________________________________________________________________________________NAME
doctools::html::cssdefaults - Default CSS style for HTML export plugins
SYNOPSIS
package require Tcl 8.4
package require doctools::html::cssdefaults ?0.1?
::doctools::html::cssdefaults::contents
_________________________________________________________________DESCRIPTION
This package provides a single command providing access to the text of the default CSS style to use for HTML markup generated by the vari-
ous HTML export plugins.
This is an internal package of doctools, for use by export plugins, i.e. the packages converting doctools related documented into other
formats, most notably HTML.
API
::doctools::html::cssdefaults::contents
This command returns the text of the default CSS style to use for HTML markup generated by the various HTML export plugins.
BUGS, IDEAS, FEEDBACK
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category doctools
of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for
either package and/or documentation.
KEYWORDS
CSS, HTML, doctools, export, plugin, style
CATEGORY
Documentation tools
COPYRIGHT
Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>
doctools2base 0.1 doctools::html::cssdefaults(n)
Check Out this Related Man Page
doctools::msgcat::toc::c(n) Documentation tools doctools::msgcat::toc::c(n)
__________________________________________________________________________________________________________________________________________________NAME
doctools::msgcat::toc::c - Message catalog for the doctoc parser (C)
SYNOPSIS
package require Tcl 8.4
package require msgcat
package require doctools::msgcat::toc::c ?0.1?
_________________________________________________________________DESCRIPTION
The package doctools::msgcat::toc::c is a support module providing the C language message catalog for the doctoc parser in the doctools
system version 2. As such it is an internal package a regular user (developer) should not be in direct contact with.
If you are such please go the documentation of either
[1] doctools::doc,
[2] doctools::toc, or
[3] doctools::idx
Within the system architecture this package resides under the package doctools::msgcat providing the general message catalog management
within the system. Note that there is no explicit dependency between the manager and catalog packages. The catalog is a plugin which is
selected and loaded dynamically.
API
This package has no exported API.
BUGS, IDEAS, FEEDBACK
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category doctools
of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for
either package and/or documentation.
KEYWORDS
C, catalog package, doctoc, doctools, i18n, internationalization, l10n, localization, message catalog, message package
CATEGORY
Documentation tools
COPYRIGHT
Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>
doctools2toc 0.1 doctools::msgcat::toc::c(n)
I'm in .profile. I want to export a directory ( export MY_TOOL_HOME=/tools/my tool". Unfortunately for me, the directory I want to export to has a space in its name. So when I try to cd $MY_TOOL_HOME, i get a No such file or directory at the command line... thanks for the help (4 Replies)
I have a html file called myfile. If I simply put "cat myfile.html" in UNIX, it shows all the html tags like <a href=r/26><img src="http://www>. But I want to extract only text part.
Same problem happens in "type" command in MS-DOS.
I know you can do it by opening it in Internet Explorer,... (4 Replies)
I download the files from Adobe, and place them in /opt/firefox/plugins i made sure to chown and chmod them to be the same as the other 2 plugins that i have in there. when i try to open a file .html that has links to a .swf it keeps asking me to install the player did i do something wrong? (9 Replies)
Hi
I need to export some directpry path like below:
var1=/<>/<>/<>
export var1
This is my basic idea.
I tried export var1=/<>/<>/<>
after executing this in a shell i did an echo of the var1. But nothing happened.
Can you please help me with this.
I need to srite a script to... (4 Replies)
I have an html file that looks like this (this is just a part of the html file):
<td colspan="3" rowspan="1" style="text-align: center; background-color: rgb(<!-- IDENTIFIER1 -->51, 255, 51);"><small><!-- IDENTIFIER2 -->UP</small></td>
This is to automatically update the status of the... (4 Replies)
hi all,
i have a file that contains the following kind of data
codeexpert_package_module1.html
codeexpert_package_module2.html
codeexpert_package_module3_revision2.html
and it goes on ..
i need to get the following data from it
package_module1
package_module2
i know basename... (4 Replies)
Hello,
I need to compare two files which have the following structure
File1:
No : 1
Name : George/Brown
Value2 : type2
Value3 : type3
Date : Wed Oct 20 11:12:58 2010
Value : yes
No : 2
Name : John/Cash
Value2 :... (4 Replies)
Hi all,
How might I go about writing a program that will read all input as an HTML file, and subsequently strip all HTML, embedded scripts and style sheets from its input, leaving only text as the output?
I am a beginner, so the simpler, the better.
Thanks for any advice :) (4 Replies)
Hi
i want to store output in html file.but the problem is the html file already has its content..i want to append the new output to that html file..please suggest any new ideas...i m tryin to store the output in a textfile and append to that html file..but its nt workin..need ur help
while... (6 Replies)
I am having some problems. I have been able to learn HTML, but when I try and encode CSS, nothing happens, what is the major issue here.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>MY CSS</title>
<style... (7 Replies)
I've an HTML page where the pie chart is generated with google java code with the required input values in UNIX.
The HMTL page is generated in UNIX and then when it loads in browser, the code is interpreted thought internet and the pie chart is generated. This is done by the java code in the... (4 Replies)
Hello there,
I have a files f1.html, f2.html.
I have a final file called final.html which is something like the below snippet
<!DOCTYPE html>
<html>
<body>
<h1 align="center">aaaaa Report</h1>
<pppp><p><b>pppp Repository</b></p>
</pppp>
<qqqq><p><b>qqqq Repository </b></p>... (4 Replies)
Hi all,
Is there any out there have a brilliant idea on how to export html table data as .csv or write to txt file with separated comma and also get the filename of link from every table and put one line per rows each table.
Please see the attached html and PNG of what it looks like.
... (7 Replies)