From: Patrick Shirkey <pshirkey@boosthardware.com>
To: ALSA Development <alsa-devel@lists.sourceforge.net>
Subject: alsa docs - PHP help
Date: Wed, 21 Aug 2002 13:43:47 +0900 [thread overview]
Message-ID: <3D631A83.3000000@boosthardware.com> (raw)
In-Reply-To: 3D629F9B.8070301@mindcom.fi
Using urlencode on the template doesn't solve the problem for older
browsers.
Can anyone think of a regex to auto encode the every line in the index
page that looks like this:
<a
href="doc-php/template.php3?company=Abit&card=AU10&chip=FM801&module=fm801">Install</a>
So that the variables are ulrencoded before the page is rendered?
Otherwise I/future maintainers have to go through every device and hand
type it in and any patches that are made too.
Ergh!
I'm thinking of something like
if (line = <a href="doc-php/template.php3?...){
for (every variable){
rewrite as urlencode($variable);
}
}
would I then have to use urldecode in the template?
thx.
--
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
prev parent reply other threads:[~2002-08-21 4:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.44.0208061855490.23759-100000@yme.mo.himolde.no>
2002-08-08 15:56 ` new alsa docs Patrick Shirkey
2002-08-09 6:25 ` Antti Boman
2002-08-09 6:52 ` Patrick Shirkey
2002-08-09 7:31 ` Patrick Shirkey
2002-08-10 18:51 ` Frans Ketelaars
2002-08-09 15:27 ` Patrick Shirkey
2002-08-13 14:40 ` Clemens Ladisch
2002-08-13 15:01 ` Patrick Shirkey
2002-08-14 16:01 ` Pedro Lopez-Cabanillas
2002-08-15 8:56 ` Patrick Shirkey
2002-08-15 14:22 ` Pedro Lopez-Cabanillas
2002-08-15 10:19 ` Patrick Shirkey
2002-08-14 16:40 ` Clemens Ladisch
2002-08-15 9:03 ` Patrick Shirkey
2002-08-15 12:25 ` Clemens Ladisch
2002-08-15 12:42 ` Patrick Shirkey
[not found] ` <3D536705.9040705@mindcom.fi>
[not found] ` <3D536C72.10302@boosthardware.com>
[not found] ` <3D536DE5.20601@mindcom.fi>
[not found] ` <3D537354.2030900@boosthardware.com>
[not found] ` <3D537337.4080802@mindcom.fi>
[not found] ` <3D537C3C.9000105@boosthardware.com>
[not found] ` <3D5B6FE2.1040603@mindcom.fi>
[not found] ` <3D5B7BA7.7040502@boosthardware.com>
[not found] ` <3D5B7FC5.2030404@mindcom.fi>
[not found] ` <3D60EDB4.7080600@boosthardware.com>
[not found] ` <3D60EE47.7050704@mindcom.fi>
[not found] ` <3D60FA94.4010001@boosthardware.com>
[not found] ` <3D610A82.6080709@mindcom.fi>
[not found] ` <3D629F9B.8070301@mindcom.fi>
2002-08-21 4:43 ` Patrick Shirkey [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D631A83.3000000@boosthardware.com \
--to=pshirkey@boosthardware.com \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.