瀏覽代碼

move authorpages => autopages

Dan Crosta 10 年之前
父節點
當前提交
8c9a760bab
共有 6 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Readme.rst
  2. 0 1
      authorpages/__init__.py
  3. 0 0
      autopages/LICENSE
  4. 0 0
      autopages/README.md
  5. 1 0
      autopages/__init__.py
  6. 0 0
      autopages/autopages.py

+ 1 - 1
Readme.rst

@@ -40,7 +40,7 @@ AsciiDoc reader           Use AsciiDoc to write your posts.
 
 
 Asset management          Use the Webassets module to manage assets such as CSS and JS files.
 Asset management          Use the Webassets module to manage assets such as CSS and JS files.
                     
                     
-Author Pages              Generate custom content for generated Author pages (e.g. author biography)
+Auto Pages                Generate custom content for generated Author, Category, and Tag pages (e.g. author biography)
 
 
 Better code samples       Wraps all `table` blocks with a class attribute `.codehilitetable` in an additional `div` of class `.hilitewrapper`. It thus permits to style codeblocks better, especially to make them scrollable.
 Better code samples       Wraps all `table` blocks with a class attribute `.codehilitetable` in an additional `div` of class `.hilitewrapper`. It thus permits to style codeblocks better, especially to make them scrollable.
                     
                     

+ 0 - 1
authorpages/__init__.py

@@ -1 +0,0 @@
-from .authorpages import *

authorpages/LICENSE → autopages/LICENSE


authorpages/README.md → autopages/README.md


+ 1 - 0
autopages/__init__.py

@@ -0,0 +1 @@
+from .autopages import *

authorpages/authorpages.py → autopages/autopages.py