Explorar o código

move authorpages => autopages

Dan Crosta %!s(int64=11) %!d(string=hai) anos
pai
achega
8c9a760bab
Modificáronse 6 ficheiros con 2 adicións e 2 borrados
  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