09-18-2002
You figured out what I was asking...
I figured there wouldn't be a viable option--at least not one worth pursuing. Like I said it's not a big issue, just wanted to know if there was a simple way to do a copyright notice in UNIX (similar to what the HTML code you indicated does on the web -- '&'copy', right?), but I see your point with the font issue.
Thanks for the reply!
Last edited by spieterman; 09-18-2002 at 06:46 PM..
5 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have one file that contain copyright notice, that I would like to append to all files in our directory structure (excluding binaries). How can I do that? Thanks for your help! (3 Replies)
Discussion started by: SiftinDotCom
3 Replies
2. Shell Programming and Scripting
Hi,
I have multiple shell scripts in diffrent folders on server.
Most of them contain copyright information like on the third line
* Copyright © 2004, 2005, My Inc. All rights reserved.
I need to change these headers to
* Copyright © 2003, 2009, My Inc. All rights reserved.
... (2 Replies)
Discussion started by: neeto
2 Replies
3. Solaris
deleteing post (0 Replies)
Discussion started by: dshakey
0 Replies
4. Shell Programming and Scripting
Hi guys,
I have a txt file full of funny symbols like the copyright symbol and other funny ones that get in the way when trying to use sed. For example, not sure if you can read this but I have a line that looks like this:
24(9):995Â*1001 DOI: 10.1007/s11606-009-1053-2 ©
When I'm using... (1 Reply)
Discussion started by: joshdg
1 Replies
5. UNIX for Dummies Questions & Answers
Hi
I hope this is the right section to post.
My question is about copyrighted code.
If I read some copyrighted source code to learn something new and then I would like to reuse one idea I liked what is the boundary to avoid rights problems?
I mean, for example, is there the chance to... (7 Replies)
Discussion started by: Dedalus
7 Replies
LEARN ABOUT DEBIAN
html::formhandler::widget::form::simple
HTML::FormHandler::Widget::Form::Simple(3pm) User Contributed Perl Documentation HTML::FormHandler::Widget::Form::Simple(3pm)
NAME
HTML::FormHandler::Widget::Form::Simple - widget to render a form with divs
VERSION
version 0.40013
SYNOPSIS
Role to apply to form objects to allow rendering. This rendering role is applied to HTML::FormHandler by default. It supports block
rendering. (HTML::FormHandler::Blocks, HTML::FormHandler::Widget::Block)
Relevant flags:
do_form_wrapper - put a wrapper around the form
If the wrapper_tag is a 'fieldset' (default if not specified) the wrapper goes inside the form tags (because it's not valid to put it
outside of them). If the wrapper_tag is something else, it will go around the form tags. If you're doing one kind of wrapper and want
another one, you can achieve that result by using the 'before'/'after' tags or the 'after_start'/'before_end' tags.
Supported tags:
wrapper_tag -- tag for form wrapper; default 'fieldset'
before
after
after_start
before_end
messages_wrapper_class -- default 'form_messages'
error_class -- default 'error_message'
error_message -- message to issue when form contains errors
success_class -- default 'success_message'
success_message -- message to issue when form was submitted successfully
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Gerda Shank.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
perl v5.14.2 2012-06-25 HTML::FormHandler::Widget::Form::Simple(3pm)