aboutsummaryrefslogtreecommitdiffstats
path: root/debian/man
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2012-11-19 20:34:44 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2012-12-12 19:58:44 -0300
commit25744f4bf462020e353c503db3ec558604c19137 (patch)
tree891e8d1acd78c263c213c2c7fa02624d3fb09b13 /debian/man
parentca1f5a392261a7c6b82b5ac1015427605909d8c9 (diff)
Imported Debian patch 4.0.3-2debian/4.0.3-2
Diffstat (limited to 'debian/man')
-rw-r--r--debian/man/nikola.rst41
-rw-r--r--debian/man/nikola_check.rst34
-rw-r--r--debian/man/nikola_import_wordpress.rst34
3 files changed, 109 insertions, 0 deletions
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 <http://ralsina.com.ar/>
+
+This manpage was initially written by Agustin Henze
+<tin@sluc.org.ar> 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 <http://ralsina.com.ar/>
+
+This manpage was initially written by Agustin Henze
+<tin@sluc.org.ar> 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 <http://ralsina.com.ar/>
+
+This manpage was initially written by Agustin Henze
+<tin@sluc.org.ar> for the Debian Project.