Преглед изворни кода

move authorpages => autopages

Dan Crosta пре 9 година
родитељ
комит
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.
                     
-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.
                     

+ 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