mantiskanban
Mantis Kanban that uses ajax and mantisconnect
File Explorer
- bootstrap-theme.css
- bootstrap-theme.min.css
- bootstrap.css
- bootstrap.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- bootstrap.js
- bootstrap.min.js
- en-us.js
- zh-tw.js
- i18n.js
- columnLoadingGif.gif
- favicon.ico
- info.png
- info_20_by_20.png
- loaded.png
- loaded_40_by_40.png
- loading.gif
- loading_old.gif
- mantis_logo.png
- date.js
- global.js
- iso8601.min.js
- jquery.combobox.js
- kanban.js
- kanbanclasses.js
- mantis.js
- modernizr-latest.js
- soapclient.js
- screen1.png
- screen2.png
- screen3.png
- screen4.png
- .gitignore
- .htaccess
- config-sample.js
- custom.css
- forms.css
- index.html
- index.js
- kanban.css
- MantisKanban.komodoproject
- MantisKanban.sublime-project
- MantisKanban.sublime-workspace
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
username
View Details ▼
username
Manage users.
Accessed in configuration mode.
username {{admin}} privilege 15 secret {{password}}
Set up an admin account:
Complete
View Details ▼
Complete
Get and set argument autocompletion rules of shell commands in Bash.
The specified completions will be invoked when `<Tab>` is pressed in Bash.
See also: `compgen`, `compopt`.
complete -F {{function}} {{command}}
Set arguments of a command to autocomplete through a function (completion response is sent in `$COMPREPLY` variable):
complete -C {{autocomplete_command}} {{command}}
Set arguments of a command to autocomplete through another command (`$1` is the command, `$2` is the argument the cursor is on, and `$3` is the argument preceding the cursor):
complete -b {{command}}
Set arguments of a command to autocomplete to shell builtins:
Task
View Details ▼
Task
To-do list manager.
task add {{description}} due:{{tomorrow}}
Add a new task which is due tomorrow:
task {{task_id}} modify priority:{{H|M|L}}
Update a task's priority:
task {{task_id}} done
Complete a task:
