[fossil-users] default web config

2014-01-19 Thread Chad Perrin
Am I missing something?  I have not found a simple way to ensure how
that when I create new Fossil repositories, and I want them all to have
the web UI settings (CSS, footer, other stuff), I do not have to copy
and paste stuff into forms in the Fossil web UI admin interface.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] default web config

2014-01-19 Thread Richard Hipp
On Sun, Jan 19, 2014 at 2:59 PM, Chad Perrin c...@apotheon.net wrote:

 Am I missing something?  I have not found a simple way to ensure how
 that when I create new Fossil repositories, and I want them all to have
 the web UI settings (CSS, footer, other stuff), I do not have to copy
 and paste stuff into forms in the Fossil web UI admin interface.



fossil config export skin -R template.repo desired-appearance.txt


fossil new xyzzy.fossil;  # Create a new repository
fossil config import -R xyzzy.fossil desired-appearance.txt




 --
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] default web config

2014-01-19 Thread Themba Fletcher
fossil config [import|export] skin -R repo.fossil

There are lots more areas (skin, above) and actions. 'fossil help
configuration' for the rest 



On Sun, Jan 19, 2014 at 11:59 AM, Chad Perrin c...@apotheon.net wrote:

 Am I missing something?  I have not found a simple way to ensure how
 that when I create new Fossil repositories, and I want them all to have
 the web UI settings (CSS, footer, other stuff), I do not have to copy
 and paste stuff into forms in the Fossil web UI admin interface.

 --
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
 ___
 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


Re: [fossil-users] default web config

2014-01-19 Thread Chad Perrin
On Sun, Jan 19, 2014 at 03:06:42PM -0500, Richard Hipp wrote:
 On Sun, Jan 19, 2014 at 2:59 PM, Chad Perrin c...@apotheon.net wrote:
 
  Am I missing something?  I have not found a simple way to ensure how
  that when I create new Fossil repositories, and I want them all to have
  the web UI settings (CSS, footer, other stuff), I do not have to copy
  and paste stuff into forms in the Fossil web UI admin interface.
 
 
 
 fossil config export skin -R template.repo desired-appearance.txt
 
 
 fossil new xyzzy.fossil;  # Create a new repository
 fossil config import -R xyzzy.fossil desired-appearance.txt

Excellent.  Thank you.

I knew I'd feel dumb when I got the answer. . . .

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] default web config

2014-01-19 Thread Stephan Beal
See also :

fossil new --template...

- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity and
typos.
On Jan 19, 2014 9:00 PM, Chad Perrin c...@apotheon.net wrote:

 Am I missing something?  I have not found a simple way to ensure how
 that when I create new Fossil repositories, and I want them all to have
 the web UI settings (CSS, footer, other stuff), I do not have to copy
 and paste stuff into forms in the Fossil web UI admin interface.

 --
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
 ___
 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