source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/slidy/help/.htaccess@ d568769

ml-11.0 multilib xry111/multilib
Last change on this file since d568769 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100755
File size: 358 bytes
RevLine 
[15c7d39]1Options +MultiViews
2LanguagePriority en
3AddLanguage pt-br .pt-br
4
5<Files ~ "*.html">
6
7ForceType 'text/html; charset=utf-8'
8
9</Files>
10
11<Files ~ "*.xhtml">
12
13ForceType 'application/xhtml+xml; charset=utf-8'
14
15</Files>
16
17<Files ~ *.css">
18
19ForceType 'text/css; charset=utf-8'
20
21</Files>
22
23<Files ~ "*.js">
24
25ForceType 'text/javascript; charset=utf-8'
26
27</Files>
28mkdir
Note: See TracBrowser for help on using the repository browser.