DocScript SVN
Status: Beta
Brought to you by:
ah8
#!/bin/bash
# DocScript HTML function definitions
# Copyright (C) 2009
# Andreas Harnack (ah8 at freenet dot de)
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along
# with this library; see the file COPYING. If not, write to the Free
# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
# As a special exception, you may use this file as part of a free software
# library without restriction. Specifically, if other files instantiate
# templates or use macros or inline functions from this file, or you compile
# this file and link it with other files to produce an executable, this
# file does not by itself cause the resulting executable to be covered by
# the GNU General Public License. This exception does not however
# invalidate any other reasons why the executable file might be covered by
# the GNU General Public License.
function attr { echo '"'"$@"'"'; }
function tag { echo "<$@>"; }
function tags { for i; do echo -n "<$i>"; done; echo; }
function block { echo "<$@>"; sed 's/^/\t/'; echo "</$1>"; }
function blck { echo -n "<$@>"; sed "\$s/\$/<\/$1>/"; }
function bl { LINE=$1; shift; echo "<$@>${LINE}</$1>"; }
function link {
link="$1"; shift
blck 'a' "href="/?originalUrl=https%3A%2F%2Fsourceforge.net%2F%2560attr%2520%24%257Blink%257D%2560%26%2334%3B%2520%26%2334%3B%24%40%26%2334%3B%7Dfunction%2520ln%2520%7BTEXT%3D%26%2334%3B%241%26%2334%3B%3B%2520shift%3B%2520LINK%3D%26%2334%3B%241%26%2334%3B%3B%2520shiftbl%2520%26%2334%3B%24%7BTEXT%7D%26%2334%3B%2520%26%2339%3Ba%26%2339%3B%2520%26%2334%3Bhref%3D%2560attr%2520%24%7BLINK%7D%2560%26%2334%3B%2520%26%2334%3B%24%40%26%2334%3B%7Dfunction%2520image%2520%7Bsrc%3D%26%2334%3B%241%26%2334%3B%3B%2520shift%3B%2520alt%3D%26%2334%3B%241%26%2334%3B%3B%2520shifttag%2520img%2520%26%2334%3Bsrc%3D%2560attr%2520%24%7Bsrc%7D%2560%26%2334%3B%2520%26%2334%3Balt%3D%2560attr%2520%24%7Balt%7D%2560%26%2334%3B%2520%26%2334%3B%24%40%26%2334%3B%7D%253C%2Fpre">