new homepage
Thien-Thi Nguyen <[email protected]> Fri, 04 Oct 2013 10:29:00 +0200
| Newsgroups | gmane.network.serveez.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============8633202294379710017==
Content-Type: multipart/signed; boundary="=-=-=";
micalg=pgp-sha1; protocol="application/pgp-signature"
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
FYI, i just updated the homepage to use (essentially) boilerplate.html
version 1.75, so things are more dynamic now (via server-side includes).
http://www.gnu.org/software/serveez/
http://www.gnu.org/software/serveez/serveez.html
These two should ideally show the same page, but at this moment it
appears the .symlinks file is not yet being consulted by the server, so
that the first URL shows a directory listing instead of the expected
"index.html". I expect things will sort themselves out in due time...
Anyway, no more HTML 2.0! There is still a bug, though: the <style>
element should not appear in <body>, according to the w3c validator
service. I think this can be fixed by changing the current:
(~style 'type "text/css"
"img.svzlogo {"
" float: right;"
" border: double 5px;"
" margin: 10px;"
"}")
(~img 'class "svzlogo"
'src "logo.jpg"
'alt "[Serveez logo]"
'width "308" 'height "187" 'border "0")
to something like:
(~img 'style "{ float: right; border: double 5px; margin: 10px; }"
'src "logo.jpg"
'alt "[Serveez logo]"
'width "308" 'height "187" 'border "0")
but since i'm no CSS (or XHTML) expert, i wonder if that is correct.
=2D-=20
Thien-Thi Nguyen
GPG key: 4C807502
(if you're human and you know it)
read my lisp: (responsep (questions 'technical)
(not (via 'mailing-list)))
=3D> nil
--=-=-=
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlJOfFIACgkQZwMiJEyAdQJFZgCfRhMGAhpKnb7d9s9UfWYpS3lT
WgwAoN07DWSVTrEF4hhVRY0dNwf3dinB
=h1mC
-----END PGP SIGNATURE-----
--=-=-=--
--===============8633202294379710017==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dev-serveez mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/dev-serveez
--===============8633202294379710017==--