From 25744f4bf462020e353c503db3ec558604c19137 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Mon, 19 Nov 2012 20:34:44 -0300 Subject: Imported Debian patch 4.0.3-2 --- debian/man/nikola.rst | 41 ++++++++++++++++++++++++++++++++++ debian/man/nikola_check.rst | 34 ++++++++++++++++++++++++++++ debian/man/nikola_import_wordpress.rst | 34 ++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 debian/man/nikola.rst create mode 100644 debian/man/nikola_check.rst create mode 100644 debian/man/nikola_import_wordpress.rst (limited to 'debian/man') diff --git a/debian/man/nikola.rst b/debian/man/nikola.rst new file mode 100644 index 0000000..3e64024 --- /dev/null +++ b/debian/man/nikola.rst @@ -0,0 +1,41 @@ +====== +nikola +====== + +----------------------------------- +Is a static Site and Blog Generator +----------------------------------- + +:Manual section: 1 +:Manual group: nikola + +SYNOPSIS +======== + +**nikola** command [*options*] + + +DESCRIPTION +=========== + +nikola + Is a static Site and Blog Generator. + + +OPTIONS +======= + +To create a new site in a folder, run "nikola init foldername [src]". + +The destination folder must not exist. + +If you pass the src argument, that folder will be used as a template for +the new site instead of Nikola's sample site. + +AUTHOR +====== + +Roberto Alsina + +This manpage was initially written by Agustin Henze + for the Debian Project. diff --git a/debian/man/nikola_check.rst b/debian/man/nikola_check.rst new file mode 100644 index 0000000..6b2f6d3 --- /dev/null +++ b/debian/man/nikola_check.rst @@ -0,0 +1,34 @@ +============ +nikola_check +============ + +----------------------------------------------- +Check if you have broken links or missing files +----------------------------------------------- + +:Manual section: 1 +:Manual group: nikola + +SYNOPSIS +======== + +**nikola_check** [--check-links [--find-sources]] [--check-files] + + +DESCRIPTION +=========== + +Check if you have broken links or missing files. + +SEE ALSO +======== + +nikola(1) + +AUTHOR +====== + +Roberto Alsina + +This manpage was initially written by Agustin Henze + for the Debian Project. diff --git a/debian/man/nikola_import_wordpress.rst b/debian/man/nikola_import_wordpress.rst new file mode 100644 index 0000000..7ba419c --- /dev/null +++ b/debian/man/nikola_import_wordpress.rst @@ -0,0 +1,34 @@ +======================= +nikola_import_wordpress +======================= + +-------------------------------- +Import your posts from wordpress +-------------------------------- + +:Manual section: 1 +:Manual group: nikola + +SYNOPSIS +======== + +**nikola_import_wordpress** url + + +DESCRIPTION +=========== + +Import your posts from wordpress. + +SEE ALSO +======== + +nikola(1) + +AUTHOR +====== + +Roberto Alsina + +This manpage was initially written by Agustin Henze + for the Debian Project. -- cgit v1.2.3