summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmgerman <dmg@uvic.ca>2011-06-26 17:24:50 -0700
committerdmgerman <dmg@uvic.ca>2011-06-26 17:24:50 -0700
commit627490e3a94b152d63bda8489d4b4147246879dc (patch)
treed45117c5f31603af34f368dd157d21a5eeee82fb
parent7a9a5c48ede207eec881829382fbe4e63bc513a9 (diff)
parentb4babbbbe7fcb98211b25b067cacfed5dc625a19 (diff)
downloadninka-627490e3a94b152d63bda8489d4b4147246879dc.tar.gz
Merge pull request #1 from ryanakca/master
Added a manpage
-rw-r--r--ninka.183
1 files changed, 83 insertions, 0 deletions
diff --git a/ninka.1 b/ninka.1
new file mode 100644
index 0000000..a0a9b13
--- /dev/null
+++ b/ninka.1
@@ -0,0 +1,83 @@
+.TH NINKA 1 "JUNE 2011" ninka
+.SH NAME
+ninka \- source file license identification tool
+.SH SYNOPSYS
+.SY ninka
+.OP \-vfCcSsGgTtLd
+.OP \-\-
+.RI [ file ]
+.YS
+
+.SH DESCRIPTION
+
+Analyses source files to determine the license they fall under. Takes a source
+file as input and outputs the file's license.
+
+.SH OPTIONS
+
+.IP \-v
+verbose
+
+.IP \-f
+force all processing
+
+.IP \-C
+force creation of comments
+.IP \-c
+stop after creation of comments
+
+.IP \-S
+force creation of sentences
+.IP \-s
+stop after creation of sentences
+
+.IP \-G
+force creation of goodsent
+.IP \-g
+stop after creation of goodsent
+
+.IP \-T
+force creation of senttok
+.IP \-t
+stop after creation of senttok
+
+.IP \-L
+force creation of matching
+
+.IP \-d
+delete intermediate files
+
+.IP \-\-
+Stop processing options
+
+.SH EXAMPLES
+
+.TP
+\fBninka\fR \fIfoo.c\fR
+Determine the licenses in file foo.c
+
+.TP
+.BI ninka\ \-d \ foo.c
+Determine the license in file foo.c and delete intermediary files
+
+.TP
+find * | xargs \-n1 \-I@ \fBninka\fR '@'
+Determine the licenses of files in a directory.
+
+
+.SH AUTHOR
+
+\fBninka\fR was written by Daniel M. German <dmg@uvic.ca> and Yuki Manabe
+<y-manabe@ist.osaka-u.ac.jp>. ninka itself is licensed under the AGPLv3+. This
+manpage was written by Ryan Kavanagh <ryanakca@kubuntu.org> for the Debian
+project and is also licensed under the AGPLv3+.
+
+.SH SEE ALSO
+
+Daniel M. German, Yuki Manabe and Katsuro Inoue. A sentence-matching method
+for automatic license identification of source code files. In 25nd IEEE/ACM
+International Conference on Automated Software Engineering (ASE 2010).
+
+You can email Daniel M. German <dmg@uvic.ca> for a copy or download it from
+.UR http://turingmachine.org/~dmg/papers/dmg2010ninka.pdf
+.UE