Author: tomaz
Date: Fri Jun 3 20:13:03 2011
New Revision: 1131184
URL: http://svn.apache.org/viewvc?rev=1131184&view=rev
Log:
Fix sitemap.
Modified:
libcloud/site/trunk/content/contributing.mdtext
libcloud/site/trunk/lib/path.pm
Modified: libcloud/site/trunk/content/contributing.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1131184&r1=1131183&r2=1131184&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Fri Jun 3 20:13:03 2011
@@ -1,20 +1,4 @@
-Title:
-Notice: Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
+Title: Contributing
## Contributing to libcloud ##
Modified: libcloud/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/lib/path.pm?rev=1131184&r1=1131183&r2=1131184&view=diff
==============================================================================
--- libcloud/site/trunk/lib/path.pm (original)
+++ libcloud/site/trunk/lib/path.pm Fri Jun 3 20:13:03 2011
@@ -25,7 +25,7 @@ our @patterns = (
# arrayrefs containing other filepaths.
our %dependencies = (
- "/libcloud/sitemap.html" => [ grep s!^content!!, glob
"content/libcloud/*.mdtext"
+ "sitemap.html" => [ grep s!^content!!, glob "content/libcloud/*.mdtext"
],
);