Skip to content

Commit

Permalink
remove obsolete PERMALINK_FORMAT from conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Sep 19, 2012
1 parent e18d7f0 commit ac8b368
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion acrylamid/__init__.py
Expand Up @@ -124,7 +124,7 @@ def Acryl():


new = subparsers.add_parser('new', help="create a new entry", parents=[default], new = subparsers.add_parser('new', help="create a new entry", parents=[default],
epilog=("Takes all leading [args] as title or prompt if none given. creates " epilog=("Takes all leading [args] as title or prompt if none given. creates "
"a new entry based on your PERMALINK_FORMAT and opens it with your " "a new entry based on your ENTRY_PERMALINK and opens it with your "
"favourite $EDITOR.")) "favourite $EDITOR."))
new.add_argument("title", nargs="*", default='') new.add_argument("title", nargs="*", default='')


Expand Down
1 change: 0 additions & 1 deletion acrylamid/defaults/conf.py
Expand Up @@ -49,5 +49,4 @@


THEME = '${theme}' THEME = '${theme}'
ENGINE = 'acrylamid.templates.${engine}.Environment' ENGINE = 'acrylamid.templates.${engine}.Environment'
PERMALINK_FORMAT = '/:year/:slug/index.html'
DATE_FORMAT = '%d.%m.%Y, %H:%M' DATE_FORMAT = '%d.%m.%Y, %H:%M'

0 comments on commit ac8b368

Please sign in to comment.