On Thu, Feb 13, 2014 at 11:26 AM, Stephan Beal <sgb...@googlemail.com> wrote:
> On Thu, Feb 13, 2014 at 8:24 PM, Richard Hipp <d...@sqlite.org> wrote:
>>
>> Huh.  Apparently you can already do "config pull css".  What else other
>> than the CSS file needs to be brought over to move a "look" from one repo to
>> another?
>
>
> Didn't know that. In my case i pulled (css,header,footer), but i don't know
> if that's generically the right thing to do.
>
>>
>> I don't think you necessarily want header and footer, since those can be
>> customized to a project.  (I know that I typically do customize headers and
>> footers.)  And you don't want to bring over the logo or background image or
>> the "ad unit" setup.  What else is there that is considered part of the
>> portable "skin"?
>

The skin file I've been using across all my repos lately contains css,
header, and footer. It needs to modify the header and the footer
because it wraps the page content in a <div class="container">. I also
have some slightly modified th1 code in the header that I like (mostly
I just ensure that the title of the page is only output when it is not
on the index page to avoid seeing the project name repeated).

I'm however *not* pulling and pushing the config -- rather I'm keeping
another repo around with my skin.config as its contents and I'm simply
maintaining it and using 'fossil config import' to load.


>
> i always go imageless and adless, so those don't bother me, but yeah, they
> should probably be included in the skin.
>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> http://gplus.to/sgbeal
> "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
> those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to