- Timestamp:
- Jan 18, 2018, 8:42:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/project-meta
r163 r164 57 57 58 58 sub cmd_help { 59 print <<END; 60 NAME 61 $0 - action on project metadata 62 63 SYNOPSIS 64 $0 [-verbose] check 59 print <<'END'; 60 project-meta - opendata project metafile manager 61 62 project-meta [-verbose] check 63 project-meta make-link 64 project-meta make-author 65 project-meta make-licence 66 project-meta make-copyright 67 project-meta make-licence 68 project-meta list-licence 65 69 END 66 70 } … … 261 265 closedir $dh; 262 266 } 267 268 ################################################################ 269 # documentation 270 ################################################################ 271 272 __END__ 273 274 =head1 NAME 275 276 project-meta - opendata project metafile manager 277 278 279 =head1 USAGE 280 281 project-meta [-verbose] check 282 project-meta make-link 283 project-meta make-author 284 project-meta make-licence 285 project-meta make-copyright 286 project-meta make-licence 287 project-meta list-licence 288 289 =head1 DESCRIPTION 290 291 =head1 COMMANDS 292 293 Some command are defined in the source code but are not documented here. 294 Theses could be not well defined, not finished, not well tested... 295 You can read the source code and use them at your own risk 296 (like for all the Klask code). 297 298 =head2 make-licence 299 300 project-meta make-licence 301 302 Copy the licence file from the project-meta licence database at the current folder with the file name: LICENCE.txt. 303 304 The licence is defined in the PROJECT-META.yml specification under the key C<public-dap/data-licence>. 305 The list of possible licence is given with the command L<list-licence>. 306 307 =head2 list-licence 308 309 project-meta list-licence 310 311 Give the list of all the open data licence supported by the project-meta licence database. 312 313 =head1 AUTHOR 314 315 Written by Gabriel Moreau, Grenoble - France 316 317 =head1 SPECIAL THANKS 318 319 The list of people below did not directly contribute to project-meta's source code 320 but provided me with some data, returned bugs 321 or helped me in another small task like having new ideas ... 322 Maybe I forgot your contribution in recent years, 323 please forgive me in advance and send me an e-mail to correct this. 324 325 Joel Sommeria, Julien Chauchat, Cyrille Bonamy. 326 327 328 =head1 LICENSE AND COPYRIGHT 329 330 Licence GNU GPL version 2 or later and Perl equivalent 331 332 Copyright (C) 2005-2018 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.
Note: See TracChangeset
for help on using the changeset viewer.