jeshyr: Blessed are the broken. Harry Potter. (Default)
Ricky Buchanan ([personal profile] jeshyr) wrote in [site community profile] dreamscapes2009-08-23 08:28 pm

EasyRead

Theme name/layout: EasyRead / Tabula Rasa
Author: [personal profile] rb
Layout info: CSS is available at http://notdoneliving.net/dw-easyread.css
Image info: Has no images

You can see this layout being used at my journal [personal profile] rb.

This very plain/simple layout is optimised for users who have low vision and use very large font sizes (think >36 pt, I usually use 128pt fonts) when reading long slabs of text. As you can imagine, most styles totally fail to be usable at these huge font sizes.

I have no knowledge of S2 or how to convert this theme into a "proper" DW style, and no spare energy/spoons/brain cells to learn how. [personal profile] afuna said to post it anyway and somebody else may do the converting for me so here you are! If anybody'd like to volunteer to help, please please please feel free :)

I set this up by choosing Tabula Rasa with no sidebars and pointing the CSS at the file above, I don't think there was anything else? I'd really like the stuff in .module-section-one to come out *above* the main content but I don't think this can be done with just CSS, I need the HTML output to be in a different order - hence the need (I think) for a patch.

Please somebody let me know if I have totally screwed this up! As you can see, I'm rather short on confidence here.

Ricky
zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)

[personal profile] zvi 2009-09-29 07:11 am (UTC)(link)
Does http://bugs.dwscoalition.org/attachment.cgi?id=2304 incorporate the changes you showed to rb? I can't see where if it does... If not, can you pass it to me, and I'll incorporate it in the Latest! Most Improved-est! EasyRead Patch! I'm going to try to generate tomorrow (or after tomorrow, if you don't get back to me tomorrow, as you might not, since I have no idea of your schedule.)
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-30 12:59 am (UTC)(link)
Oops, no it doesn't. Here's everything (I believe) I changed:

set module_userprofile_section = "one";
set module_userprofile_show = true;

set module_pagesummary_section = "one";
set module_pagesummary_show = true;


set module_navlinks_section = "two";
set module_navlinks_show = true;

set module_tags_section = "two";
set module_tags_show = true;
set module_tags_opts_type = "cloud";

set module_links_section = "two";
set module_links_show = true;


set module_customtext_section = "two";
set module_customtext_show = false;

set module_syndicate_section = "two";
set module_syndicate_show = true;

set module_credit_section = "two";
set module_credit_show = true;

set module_time_section = "two";
set module_time_show = true;

set module_poweredby_section = "two";
set module_poweredby_show = true;


set module_calendar_section = "two";
set module_calendar_show = false;


set module_userprofile_order = 1;
set module_pagesummary_order = 2;

set module_navlinks_order = 10;
set module_tags_order = 11;
set module_links_order = 12;

set module_customtext_order = 13;
set module_syndicate_order = 14;
set module_credit_order = 15;
set module_time_order = 16;
set module_poweredby_order = 17;

set module_calendar_order = 18;

function Page::print()
{
    """\n\n""";
    $this->print_wrapper_start();
    $this->print_control_strip();
    """
    
"""; $this->print_global_title(); $this->print_global_subtitle(); $this->print_title(); """
"""; $this->print_module_section("one"); """
"""; $this->print_body(); """
"""; $this->print_module_section("two"); """
"""; """
"""; print safe """
"""; $this->print_wrapper_end(); """"""; }


The entire patch is here: http://pastie.org/636036

PS. I noticed http://bugs.dwscoalition.org/show_bug.cgi?id=1768 is still assigned to me; assign it to yourself, when you submit your patch?

PPS. Thank you for being so awesome, and grabbing EasyRead!