소스 검색

[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
 ### 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
 ### 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 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
 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`
 which lists the various comment authors, and a link to the profile
 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:
 
 ```python