mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Pelican project domain in a few more places
This commit is contained in:
parent
0e4d493d93
commit
f4eea743db
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ Pelican currently supports:
|
||||||
* Import from WordPress, Dotclear, or RSS feeds
|
* Import from WordPress, Dotclear, or RSS feeds
|
||||||
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
||||||
|
|
||||||
Have a look at `the documentation <http://pelican.notmyidea.org/en/latest/>`_ for
|
Have a look at `the documentation <http://docs.getpelican.com/latest/>`_ for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
Why the name "Pelican"?
|
Why the name "Pelican"?
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ entry_points = {
|
||||||
setup(
|
setup(
|
||||||
name = "pelican",
|
name = "pelican",
|
||||||
version = "3.0",
|
version = "3.0",
|
||||||
url = 'http://pelican.notmyidea.org/',
|
url = 'http://getpelican.com/',
|
||||||
author = 'Alexis Metaireau',
|
author = 'Alexis Metaireau',
|
||||||
author_email = 'alexis@notmyidea.org',
|
author_email = 'alexis@notmyidea.org',
|
||||||
description = "A tool to generate a static blog from reStructuredText or Markdown input files.",
|
description = "A tool to generate a static blog from reStructuredText or Markdown input files.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue