Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/web/config.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142 - (show annotations) (download) (as text)
Sun Mar 16 08:15:56 2008 UTC (16 years, 2 months ago) by tmurakam
File MIME type: application/xml
File size: 1148 byte(s)
updated
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <site
4 base_url="http://felica2money.tmurakam.org/"
5 store_into="sitemap.xml"
6 verbose="1"
7 >
8
9 <directory path="." url="http://felica2money.tmurakam.org/" />
10
11 <!-- Exclude URLs that end with a '~' (IE: emacs backup files) -->
12 <filter action="drop" type="wildcard" pattern="*~" />
13
14 <!-- Exclude URLs within UNIX-style hidden files or directories -->
15 <filter action="drop" type="regexp" pattern="/\.[^/]*" />
16
17 <!-- Exclude other files -->
18 <filter action="drop" type="wildcard" pattern=".svn" />
19 <filter action="drop" type="wildcard" pattern="*CVS*" />
20 <filter action="drop" type="wildcard" pattern="*cgi*" />
21 <filter action="drop" type="wildcard" pattern="*.bak" />
22 <filter action="drop" type="wildcard" pattern="*.o" />
23 <filter action="drop" type="wildcard" pattern="*.old" />
24 <filter action="drop" type="wildcard" pattern="*.sh" />
25 <filter action="drop" type="wildcard" pattern="*pukiwiki*" />
26 <filter action="drop" type="wildcard" pattern="*Templates*" />
27
28 </site>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26