logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jclic-libmanager - Utility to manage JClic libraries at system level

Description

       This  manual  page  describes  briefly  the  jclic-library command.  This manual page was written for the
       Debian GNU/Linux distribution.  It only contains the description of the basic options. For  full  manuals
       and documentation please visit:
       http://clic.xtec.cat and https://github.com/projectestac/jclic/wiki

       JClic  is  formed  by  a  set  of computer applications that are used for carrying out different types of
       educational activities: puzzles, associations, text exercises, crosswords...
       If you want to check about how JClic projects are, you should take a look at:
       http://clic.xtec.cat/db/listact_en.jsp

       JClic activities are packed in JClicprojects. Projects are sets of activities organized in one  or  more
       sequences, which indicate the order in which they have to be shown.
       Projects  can  be  organized  into  JClicLibraries.  Libraries are collections of JClicprojects, often
       structured in folders and subfolders.  When JClic starts, it can automatically  show  the  main  library.
       When more than one library is defined JClic shows a list, allowing users to select one.
       Each  user  can  have  its  own  JClic  Library, usually placed in ~/JClic/projects.  JClic libraries are
       encapsulated into XML files. These files are named "library.jclic" by default.
       System-wide libraries can also be specified. These system-wide libraries  are  usually  "read-only",  and
       shown to everyone without the need of per-user settings.

       JClicLibraryManager  is a tool intended to be used by admin users to list, add and remove references to
       JClic Libraries at system level. It should be called always as a superuser (e.g.: "sudo  jclic-libmanager
       -list")

Name

       jclic-libmanager - Utility to manage JClic libraries at system level

Options

-list  List the name and path of the current JClic libraries defined at system level.

       -addnamepath
              Adds the "library.jclic" file pointed by "path" into the list of JClic system libraries. If "name"
              has blanks, please enclose it within double quotes.

       -removename
              Remove  the  specified  library  from the list of JClic libraries defined at system level.  Please
              enter the exact name, as obtained by a call to  "sudo  jclic-libmanager  -list",  and  enclose  it
              within double quotes in case it has blanks.

       -help  Displays a short abstract of the options.

       AUTHORS
              JClic was written by Francesc Busquets <fbusquets@xtec.cat> for the Department of Education of the
              Government of Catalonia.

See Also

jclic(1), jclicauthor(1), jclicreports(1)

                                                   2013-12-04                           JClicLibraryManager(1)

Synopsis

jclic-libmanager [OPTION] [NAME] [FILE]

See Also