[devdocsgjs/main: 538/1867] Fix attribution
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 538/1867] Fix attribution
- Date: Fri, 19 Nov 2021 23:47:16 +0000 (UTC)
commit d27c1c47a256099814310bed5672796928dc5d67
Author: Harm Aarts <harmaarts gmail com>
Date: Fri Dec 14 10:14:10 2018 +0100
Fix attribution
lib/docs/scrapers/pony.rb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/pony.rb b/lib/docs/scrapers/pony.rb
index 091c22fe..702bc1ef 100644
--- a/lib/docs/scrapers/pony.rb
+++ b/lib/docs/scrapers/pony.rb
@@ -5,7 +5,10 @@ module Docs
self.base_url = 'https://stdlib.ponylang.io/'
html_filters.push 'pony/container', 'pony/entries'
- options[:attribution] = "Me"
+
+ options[:attribution] = <<-HTML
+ © 2018 Pony Developers
+ HTML
options[:trailing_slash] = false
options[:skip_patterns] = [/src/]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]