
hoff.st at web
Aug 9, 2012, 12:33 PM
Post #4 of 4
(247 views)
Permalink
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 09.08.2012 11:26, schrieb mutetella: > it works proper. Thank you. Fine, you're welcome. > I used the Apache-alias '/htdocs' first, because under the [trac]-section a > > htdocs_location = /home/claus/webapps/trac/.htdocs > > or under the [header_logo]-section a > > src = /home/claus/webapps/trac/.logos/logo_wiki_400x100.png > > don't work, only an Apache-alias get me further here. Well, this is static content --> htdocs. > Is this so because 'templates_dir' will be used from genshi directly > whereas 'htdocs_location' or the logo-src are trac-internal settings? > > Can you give me an explanation? As written before, templates are actually processed by the server (Trac and Genshi), yes. htdocs' resources (CSS, images, JavaScript, etc.) are just referenced in XTHML pages and served by whatever you use for serving your static web content, Apache, any other web server or Trac's own code - tracd. Steffen Hoffmann -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAkEJoACgkQ31DJeiZFuHf0tQCgzAMSYXSALSmVfLzrxmrfp/hE BSUAn20iJ/N8YFi7nOKqcBZv+gd7+Q93 =nQ95 -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|