Age | Commit message (Collapse) | Author | Files | Lines |
|
non-japanese people):
- use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>).
- set default help messages to english (not japanese).
|
|
one can now stop the daemon.
|
|
README.SSL update by Marko Asplund <aspa@hip.fi>
Added cookie example to lwpcook.pod
HTTP::Date::str2time returns undef on failure instead
of an empty list as suggested by Markus B Krüger <markusk@pvv.org>
$request->uri($uri) will now always store a copy of the $uri.
HTTP::Status: Added status codes from RFC 2616 and RFC 2518 (WebDAV)
LWP::RobotUA will not parse robots.txt unless content type and
content sample looks right.
LWP::UserAgent: Deal with multiple WWW-Authenticate headers.
Patch by Hugo <hv@crypt.compulink.co.uk>
$ua->proxy can now return the old proxy settings without
destroying the old one.
Based on patch by Benjamin Low <ben@snrc.uow.edu.au>
LWP::Protocol::http update
- don't terminate header parsing on bad headers
- extra_sock_opts
- preparations for keep alive support
- method CONNECT
WWW::RobotRules deal with various absolute URIs in the
disallow lines.
Makefile.PL: Make sure we have HTML::TokeParser
Added HTML::Form to the distribution.
LWP::Protocol::http: Kill any Connection header
LWP::MediaTypes: Fixed builtin html/text mapping.
Added bz2 to suffixEncoding
|
|
URI::WithBase (and URI::URL) now support $u->new_abs constructor.
URI::WithBase->new("foo", "URI::URL") bug fixed.
QNX file support by Norton Allen <allen@huarp.harvard.edu>.
Support for rsync:-URI by Dave Beckett <D.J.Beckett@ukc.ac.uk>
|
|
refer to the Changes file.
|
|
the NEWS file:
o Frames
o Bookmarks
o Support for more languages
o Mailto: and telnet: link types
o -dump, -source
o -anonymous
|
|
only minor documentation updates.
|
|
1.2.8 or newer the "pth" package will always be installed. There must be
something else wrong.
|
|
"pth" otherwise which causes a build failure.
|
|
|
|
|
|
|
|
* Bugfix: When a header by CGI POST method gives Location: header,
the redirect can't be reloaded.
* white spaces in URL are removed.
* Bugfix: onA() doesn't work.
* Improvement of 'Jump to label' behavior within a frame.
* Bugfix: width of <li>
* Bugfix: Line break occurs on .
* Bugfix: single > in a document isn't analyzed properly.
* Bugfix: <xmp>,<listing> in <textarea>
* Screen shift bugfix.
* Bugfix: <option> without <select> in table causes core dump.
* Bugfix: CRs in <textarea>..</textarea> are replaced with
white spaces.
* Bugfix: After specifying non-text file in 'V' command,
w3m dumps core.
* BUFINFO related bugfix.
* Bugfix: extbrowser setting in config desn't work.
* Bugfix: pathname to invoke external viewer becomes like
``/home/okada/.w3m//w3mv6244-0..pdf''.
* enhancement of [w3m-dev 00684].
* Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line].
* show_params() improvement.
* when CLEAR_BUF is defined and reloading local file, that is overwritten.
* When submitting data in textarea without editing them, CR charcters are
sent instead of CRLF.
* When CLEAR_BUF is defined, content of form disappears.
* Improvement of Japanese coding-system decition algorithm.
* Command line analysis enhancement.
* Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and EXEC_SHELL('!').
* Bugfix: When CLEAR_BUF is defined, anchors created by : disappears.
* Enhancement of dirlist.cgi.
* when -m option is used, continuation lines in header are not
processed properly.
* handling of Japanese character in HTTP header.
* Bugfix: w3m dumps core after like w3m -T a -B and save command.
* frameset related bugfix.
* ID_EXT related bugfix.
* Bugfix? handling of character-entity (") in attribute.
* Enhancement: frame names are embedded as id attribute in
the frame-table.
* Bugfix: <STRONG> tags become comments in frame.
* frame related bugfix.
* Bugfix: as some file descriptors are not closed, file descriptors
are exhausted on a certain condition.
* Bugfix: a blank line is inserted when processing <title>...</title>.
* <table> within <blockquote> in <table> corrupts.
* Support of terminals which can't display (0xa0).
* <!--comment --\n> like comment handling fix.
* w3mhelperpanel.c fix.
* Bugfix: personal_document_root doesn't work.
* When opening file:///dir/, if index.html exists in
that directory, open the file instead of displaying directory list.
* w3m -num fix.
* Bugfix: When using -dump option, temporary files don't be unlinked.
* Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>,
the table corrupts.
* Bugfix: supports terminal without sr capability.
* Kanji-code decision enhancement.
* Bugfix: w3m can't handle cgi using <ISINDEX>.
* Remove CR/LF within URL.
* Layered frameset support.
* id attribute support bugfix.
* Enhancement: -o option parameter list
* Security hole fix about I command.
* Filename completion bugfix.
* Color display bugfix.
* When transmitting a string to form, it was made not to escape
a safe character.
* Bugfix: when displaying the page which has a link in the
beginning of the screen, the first link doesn't get active.
* proxy initialization bugfix.
* free memory of hidden buffers. (CLEAR_BUF)
* when file:// style local file access fails, don't retry
as http://file://.
* Enhancement: Save Buffer URL into file.
* FTP proxy bugfix.
* Bugfix: After window resize, reshapeBuffer() is called on
each keyin.
|
|
|
|
|
|
|
|
|
|
|
|
Changes since Apache JServ 1.1.1:
Apache JServ 1.1.2 - 17 June 2000
(Jon S. Stevens, Henner Zeller, Jean-Luc Rochat)
change the allowed host for the jserv status page (/jserv/) from 'localhost'
to '127.0.0.1'. localhost does not work, if HostnameLookups isn't enabled in
httpd.conf or on badly configured systems (Default Redhat installation without
hostname used to have localhost.localdomain in its /etc/hosts which doesn't
match 'localhost'). So using the IP address here will work better in many
cases ..(HZ)
fixed some issues with load balancing and uneven distribution of servers as a
result of those that are marked as down. thanks to Christos Zoulas (JSS).
Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load
balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR)
allow ApJServEnvVar to work in virtual hosts (useful with SSL). Thanks to
Antonio Merighi for the fix. (JLR)
Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of ISO8859_1
Thanks to tim.landscheidt@gmx.de. (JSS)
class reloader session serialization hack: fix bug where the hashtable might
not have been sent through serialization, but is expected. (JSS)
Fixed Bug Id: mod_jserv/6074 JServ RPM packaging not complete Thanks to
apeac@byu.edu. (HZ)
minor documentation fix in how.to.security.html. An example was false when
it should have been true. Thanks to George Armhold. (JSS)
|
|
|
|
|
|
Use lowercase PKGNAME version name.
Prepare for running configure ourselves.
|
|
|
|
|
|
adzap-20000616, old version not available anymore. No ChangeLog available.
|
|
now, without manual intervention, and it even runs!
Also, gmake -> ${GMAKE} for pkglint.
Still needs lots of work. I haven't even tried "make install" yet.
|
|
|
|
|
|
pkgsrc-changes: Use proper distname, to avoid problems with outdated
distfiles (adzap.tar.gz); while I'm here, silence pkglint a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
usable on ELF systems.
|
|
be recorded properly.
Use bsd.prefs.mk for options instead.
|
|
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
|
|
and add a new patch which fixes the behavior of the slideshow example under
a default cocoon config. The slideshow example is an incredibly cool example
of what can be done with just a little XML and XSL, but it doesn't work exactly
right under the default config.
|
|
|
|
files at the _end_ of the CLASSPATH instead of the start so that users
can override selected functionality. For example, cocoon needs to override
tomcat's own XML parsing with that from Xerces-J if you want PDF generation
from XSL Formatting Objects to work.
|
|
- The default definition of "pages" is now case insensitive, and also
includes *.asp.
- Reads the extended logs from IIS 5 correctly.
- Version number displayed before any warning or debugging messages.
- The "number of days" at the top of the report now obeys DECPOINT (and
is also now to 2 decimal places).
- Improved OpenVMS build procedure.
- Hungarian and Romanian language files, and corrected Spanish language
files and English domains files.
- Italian and Spanish form interfaces.
- The FAQ now has a list of contents
|
|
|
|
Cocoon is a 100% pure Java publishing framework that relies on new W3C
technologies (such as DOM, XML, and XSL) to provide web content.
There is a good overview of the technologies Cocoon uses to streamline
the web publishing process at
http://xml.apache.org/cocoon/technologies.html
|