Hi,

I ported all my sites to responsive css design and it's time to do the
same for perl.apache.org. Currently perl.apache.org scores very poorly
on mobile checks.

I ported it but no longer have commit writes so I can't commit (and this
is good, not asking for one).

If someone who still works on the project with commit rights could do
the commit and the rebuild of the online version it'd be great.

The changes include a complete replacement for the design, so now you
can easily tweak things via css, as the old crud is no longer needed.
DocSet got updated, images got optimized. I wiped out the old style.css
completely, it's possible that there was something useful there, but
it's a way too much to look through. it looks fine with a quick random
checking. I tried to keep the look-n-feel as close to the current one as
possible. Feel free to improve upon my basic design.

You can download the modified archive here:
https://www.dropbox.com/s/z8c5qfpemlj7ooa/modperl-docs-mobile.rar?dl=0


================================

here is what you need to do:

1. make a fresh checkout of modperl-docs

2. copy the above archive over

3. run the following as some files were renamed/removed/added:

cd tmpl/custom/html
svn delete ad asf_links search search_field wrap_box
svn add menu*

please check that I haven't missed any additions of files. hmm, I see I
left by mistake a few temp files in the archive, I think just the above
needs to be added/removed.

4. commit from the root of the project.

5. update and rebuild the online version - see that it's all dandy

=================================

Futher optional improvements:

if you install CSS::Minifier::XS on the live box - then you can enable
in config.cfg:

    options => {
        minify_mode => 1,
    },

and the html/css output will be run through a minifier, so google and
users with limited internet connection will be even happier.

=================================

If you have any questions please ask asap, as I will be travelling for
an extended period of time starting in a few days...

Thank you.

-- 
________________________________________________
Stas Bekman    <'))))><  http://stasosphere.com
http://stason.org        http://chestofbooks.com
http://vitalitylink.com  http://healingcloud.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscr...@perl.apache.org
For additional commands, e-mail: docs-dev-h...@perl.apache.org

Reply via email to