Mandrakelinux 10.2 Beta 1 screenshotok

Címkék

Megjelent a Mandrakelinux 10.2 első beta kiadása. Az új funkciók és csomagok többek közt az alábbiakat tartalmazzák: változások a telepítő programban, kernel 2.6.10, glibc 2.3.4 és gcc 3.4.3, KDE 3.3.2, Gnome, 2.8.1, GTK 2.6.1. A Mozilla-firefox leváltotta a Mozilla-t. Megtalálható még a disztróban a The Gimp 2.2, cdrecord 2.01.01a21 DVD+R Dual Layers támogatással, OpenOffice.org 1.1.4, Postgresql 8.0, és MySQL 4.1.9. Fejlődött a Mandrakelinux Control Center használhatósága, könnyebb lett a hálózat beállítás és a tűzfal konfiguráció.

Az OSDir készített egy csomó képet a Mandrakelinux 10.2 Beta 1-ről GNOME és KDE verzióban. A screenshot-ok megtekinthetők a itt.

Hozzászólások

a kedves hozzászólást tanácsos visszaszívni:

RFC 1738 magyarázat [www.blooberry.com]-ból:

"Reserved characters ($,&,+ etc):

URLs use some characters for special use in defining their syntax. When these characters are not used in their special role inside a URL, they need to be encoded."

ha tehát hagyományos GET értelemben használjuk a & jelet /paraméter elválasztásra/, akkor nem szabad enkódolni.

bocs Ă­rta:
> a kedves hozzĂĄszĂłlĂĄst tanĂĄcsos visszaszĂ­vni:
>
> RFC 1738 magyarĂĄzat [0] [www.blooberry.com]-bĂłl:
>
> "Reserved characters ($,&,+ etc):
>
> URLs use some characters for special use in defining their syntax. When
> these characters are not used in their special role inside a URL, they need
> to be encoded."
>
> ha tehĂĄt hagyomĂĄnyos GET ĂŠrtelemben hasznĂĄljuk a & jelet /paramĂŠter
> elvĂĄlasztĂĄsra/, akkor nem szabad enkĂłdolni.
>
> [0] http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

Bocs, ezt ĂŠn mĂĄskĂŠpp szoktam. LĂĄssuk a hivatalos definĂ­ciĂłt:

http://www.w3.org/TR/xhtml1/#C_12

C.12. Using Ampersands in Attribute Values (and Elsewhere)

In both SGML and XML, the ampersand character ("&") declares the
beginning of an entity reference (e.g., ® for the registered
trademark symbol "ÂŽ"). Unfortunately, many HTML user agents have
silently ignored incorrect usage of the ampersand character in HTML
documents - treating ampersands that do not look like entity references
as literal ampersands. XML-based user agents will not tolerate this
incorrect usage, and any document that uses an ampersand incorrectly
will not be "valid", and consequently will not conform to this
specification. In order to ensure that documents are compatible with
historical HTML user agents and XML-based user agents, ampersands used
in a document that are to be treated as literal characters must be
expressed themselves as an entity reference (e.g. "&"). For example,
when the href attribute of the a element refers to a CGI script that
takes parameters, it must be expressed as
http://my.site.dom/cgi-bin/myscript.pl?class=guest&name=user rather
than as http://my.site.dom/cgi-bin/myscript.pl?class=guest&name=user.

Persze ettől függetlenül az asztali böngészőkben van annyi, hogy
megpróbálják helyreállítani, amit a tisztelt webfejlesztő elszúrt - de
pl. egy telefonba ágyazott böngészőnek már nem biztos, hogy van ennyi
rendelkezésre álló erőforrása. Erre természetesen a Validator is
felhĂ­vja a figyelmet - mĂĄr persze ha meg van adva rendesen a DTD ĂŠs
minden egyĂŠb, ahogy kell (kĂŠne).

De nincs harag... Ugye? ;-)

Bye
B