mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #306 from mbowcock/master
Add output markup option to importer doc and multiple file extensions to file reader
This commit is contained in:
commit
0fe1453c50
6 changed files with 52 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ Usage
|
|||
"""""
|
||||
|
||||
| pelican-import [-h] [--wpfile] [--dotclear] [--feed] [-o OUTPUT]
|
||||
| [--dir-cat]
|
||||
| [-m MARKUP][--dir-cat]
|
||||
| input
|
||||
|
||||
Optional arguments
|
||||
|
|
@ -51,6 +51,7 @@ Optional arguments
|
|||
--feed Feed to parse
|
||||
-o OUTPUT, --output OUTPUT
|
||||
Output path
|
||||
-m MARKUP Output markup
|
||||
--dir-cat Put files in directories with categories name
|
||||
|
||||
Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue