diff --git a/fanficfare/writers/writer_epub.py b/fanficfare/writers/writer_epub.py index 84d7b416..07a9654a 100644 --- a/fanficfare/writers/writer_epub.py +++ b/fanficfare/writers/writer_epub.py @@ -359,7 +359,7 @@ div { margin: 0pt; padding: 0pt; } attrs={"opf:role":"aut"}, text=self.getMetadata('author'))) - metadata.appendChild(newTag(contentdom,"dc:contributor",text="fanficfare [https://github.com/JimmXinu/fanficdownloader]",attrs={"opf:role":"bkp"})) + metadata.appendChild(newTag(contentdom,"dc:contributor",text="FanFicFare [https://github.com/JimmXinu/FanFicFare]",attrs={"opf:role":"bkp"})) metadata.appendChild(newTag(contentdom,"dc:rights",text="")) if self.story.getMetadata('langcode'): metadata.appendChild(newTag(contentdom,"dc:language",text=self.story.getMetadata('langcode'))) diff --git a/setup.py b/setup.py index 6fb44f12..408a287d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( long_description=long_description, # The project's main homepage. - url='https://github.com/JimmXinu/fanficdownloader', + url='https://github.com/JimmXinu/FanFicFare', # Author details author='Jim Miller', diff --git a/webservice/index.html b/webservice/index.html index 47b7c078..cf07d50b 100644 --- a/webservice/index.html +++ b/webservice/index.html @@ -51,7 +51,7 @@

Questions? Check out our - FAQs. + FAQs.

If you have any problems with this application, please @@ -127,7 +127,7 @@

Supported sites:

There's a - Supported + Supported Sites page in our wiki. If you have a site you'd like to see supported, please check there first.

@@ -165,7 +165,7 @@ Powered by Google App Engine

- This is a web front-end to FanFicFare
+ This is a web front-end to FanFicFare
Copyright © FanFicFare team