Ivan Shmakov | 26 Jul 2010 20:45

submitting patches for the web pages: how?

	Okay, following the instructions at [1], I could easily download
	the current source.

[1] http://netsukuku.freaknet.org/?pag=download

	However, how does one download the Web pages?  Are these in a
	(D)VCS? or do I have to recurse with a Wget?

	In particular, the ‘#menu’ element reads:

…
<a href="?pag=home"><li class="men">&nbsp; home&nbsp; </li></a>
…

	I'm not sure whether it's a valid XHTML or not, but it confuses
	my Lynx for sure.  Shouldn't it be as follows instead?

…
<li class="men"><a href="?pag=home">&nbsp; home&nbsp; </a></li>
…

	(Though I don't quite understand these &nbsp;'s, either.)

	In general, I may be able to conjure some improvements to the
	pages (which I've found a bit flaky at a glance), but I cannot
	see any advice on how to submit the patches.

PS.  Thanks _Vi for pointing this mailing list to me.  Shouldn't there
	be a link to it below Contacts?  And, BTW, to its Gmane [2]
	vision as well.
(Continue reading)

Maksim Burnin | 27 Jul 2010 07:41
Picon

Re: submitting patches for the web pages: how?

Yeah you r right about html.
LI is a block element, and A is a inline element. and block element can't be inside the inline element by standard.
Ofcourse there is "li.men {display:inline;}" in css, but it does not makes xhtml markup valid.

Regards,
Maksim Burnin


2010/7/27 Ivan Shmakov <ivan-tPYS1JDixHzCyp4qypjU+w@public.gmane.org>
       Okay, following the instructions at [1], I could easily download
       the current source.

[1] http://netsukuku.freaknet.org/?pag=download

       However, how does one download the Web pages?  Are these in a
       (D)VCS? or do I have to recurse with a Wget?

       In particular, the ‘#menu’ element reads:


<a href="?pag=home"><li class="men">&nbsp; home&nbsp; </li></a>


       I'm not sure whether it's a valid XHTML or not, but it confuses
       my Lynx for sure.  Shouldn't it be as follows instead?


<li class="men"><a href="?pag=home">&nbsp; home&nbsp; </a></li>


       (Though I don't quite understand these &nbsp;'s, either.)

       In general, I may be able to conjure some improvements to the
       pages (which I've found a bit flaky at a glance), but I cannot
       see any advice on how to submit the patches.

PS.  Thanks _Vi for pointing this mailing list to me.  Shouldn't there
       be a link to it below Contacts?  And, BTW, to its Gmane [2]
       vision as well.

[2] http://dir.gmane.org/gmane.network.peer-to-peer.netsukuku

--
FSF associate member #7257

_______________________________________________
Netsukuku mailing list
Netsukuku-pma9X3FYtpzZ+VzJOa5vwg@public.gmane.org
http://lists.dyne.org/mailman/listinfo/netsukuku


_______________________________________________
Netsukuku mailing list
Netsukuku@...
http://lists.dyne.org/mailman/listinfo/netsukuku

Gmane