瀏覽代碼

[Pelican Comment System] documentation fixes

thanks @Scheirle
MinchinWeb 7 年之前
父節點
當前提交
0a4468d13b
共有 2 個文件被更改,包括 7 次插入7 次删除
  1. 1 1
      pelican_comment_system/CHANGELOG.md
  2. 6 6
      pelican_comment_system/doc/import.md

+ 1 - 1
pelican_comment_system/CHANGELOG.md

@@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 
 ## 1.3.0 - 2017-01-10
 ## 1.3.0 - 2017-01-10
 ### Added
 ### Added
-- add [blogger_comment_export.py](import/blogger_comment_export.py) script to export comments from Blogger XML export and [associated documentation](docs/import.md)
+- add [blogger_comment_export.py](import/blogger_comment_export.py) script to export comments from Blogger XML export and [associated documentation](docs/import.md) [PR #835](https://github.com/getpelican/pelican-plugins/pull/835)
 
 
 ## 1.2.2 – 2016-12-19
 ## 1.2.2 – 2016-12-19
 ### Fixed
 ### Fixed

+ 6 - 6
pelican_comment_system/doc/import.md

@@ -1,16 +1,16 @@
-# Importing Commnets
+# Importing Comments
 
 
-**Note**: Contributrions to this section are welcomed!
+**Note**: Contributions to this section are welcomed!
 
 
-When moving to Pelican and the Pelican Commnet System, it may be desireable to move over your comments as well.
+When moving to Pelican and the Pelican Comment System, it may be desirable to move over your comments as well.
 
 
-The scritps to support this are found in the `import` directory.
+The scripts to support this are found in the `import` directory.
 
 
 ## Blogger
 ## Blogger
 
 
 Blogger is good in that it will give you an export of everything, but the bad news is it's one giant XML file. XML is great if you're a computer, but a bit of a pain if you're a human. 
 Blogger is good in that it will give you an export of everything, but the bad news is it's one giant XML file. XML is great if you're a computer, but a bit of a pain if you're a human. 
 
 
-The code I used to export my comments from Blogger is found at [blogger_comment_export.py](https://github.com/MinchinWeb/pelican-plugins/tree/master/pelican_comment_system/import/blogger_comment_export.py).
+The code I used to export my comments from Blogger is found at [blogger_comment_export.py](../import/blogger_comment_export.py).
 
 
 To use it
 To use it
 yourself, you will need to first adjust the constants at the beginning of the 
 yourself, you will need to first adjust the constants at the beginning of the 
@@ -22,7 +22,7 @@ Comments will be exported into folders matching
 the Blogger slug of the post. The email for all authors will be `noreply@blogger.com`. The other file created will be `authors.txt`
 the Blogger slug of the post. The email for all authors will be `noreply@blogger.com`. The other file created will be `authors.txt`
 which lists the various comment authors, and a link to the profile
 which lists the various comment authors, and a link to the profile
 picture used on Blogger. These pictures will need to be manually downloaded
 picture used on Blogger. These pictures will need to be manually downloaded
-and then confiugred using the `PELICAN_COMMENT_SYSTEM_AUTHORS` setting.
+and then configured using the `PELICAN_COMMENT_SYSTEM_AUTHORS` setting.
 In my case, that looked like this:
 In my case, that looked like this:
 
 
 ```python
 ```python