| 6 | | == Wiki page we read or collaborate to write @ mayfirst == |
| 7 | | * [wiki:/faq/translate/pages] |
| 8 | | * Formatting List of References |
| 9 | | * Title in italic |
| 10 | | * References |
| 11 | | * http://library.concordia.ca/help/citing/ |
| 12 | | * http://library.concordia.ca/help/citing/apa.php |
| 13 | | * http://library.concordia.ca/help/citing/mla.php |
| 14 | | * http://www.chicagomanualofstyle.org/tools_citationguide.html |
| 15 | | * Types of documents |
| 16 | | * Book |
| 17 | | * README |
| 18 | | * FAQ [https://en.wikipedia.org/wiki/FAQ Wikipedia] |
| 19 | | * HOWTO [https://en.wikipedia.org/wiki/How-to#Usage_in_the_world_of_computers Wikipedia] |
| 20 | | * Recipe [https://en.wikipedia.org/wiki/Recipe Wikipedia] |
| 21 | | * Guide [https://en.wikipedia.org/wiki/Guide Wikipedia] |
| 22 | | * WikiFormatting |
| 23 | | * Definition list |
| 24 | | * https://trac.edgewall.org/wiki/WikiFormatting#DefinitionLists |
| 25 | | * May be sensitive to space in front of items |
| 26 | | * Color |
| 27 | | * `span` |
| 28 | | * [[span(''WORLD'', style=color: green)]] |
| 29 | | {{{#!sh |
| 30 | | [[span(''WORLD'', style=color: green)]] |
| 31 | | }}} |
| 32 | | * https://trac-hacks.org/wiki/ColorMacro |
| 33 | | * [[Color(red, This has a red background)]] |
| 34 | | * [[Color(lightblue, green, This has a lightblue background and green text)]] |
| 35 | | * [[Color(none, #0000bb, I'm using a hex color)]] |
| 36 | | * [[Image(https://img.shields.io/packagist/dt/slim/slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://shields.io for Packagist |
| 37 | | {{{#!sh |
| 38 | | [[Image(https://img.shields.io/packagist/dt/slim/slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 39 | | }}} |
| 40 | | * [[Image(https://poser.pugx.org/slim/slim/downloads, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://poser.pugx.org for Packagist |
| 41 | | {{{#!sh |
| 42 | | [[Image(https://poser.pugx.org/slim/slim/downloads, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 43 | | }}} |
| 44 | | * [[Image(https://img.shields.io/npm/dm/mediator-js.svg, link=https://www.npmjs.com/package/mediator-js, title=mediator-js)]] https://shields.io for npm |
| 45 | | {{{#!sh |
| 46 | | [[Image(https://img.shields.io/npm/dm/mediator-js.svg, link=https://www.npmjs.com/package/mediator-js, title=mediator-js)]] |
| 47 | | }}} |
| 48 | | * [[Image(https://img.shields.io/packagist/dm/slim/slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://shields.io for Packagist |
| 49 | | {{{#!sh |
| 50 | | [[Image(https://img.shields.io/packagist/dm/slim/slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 51 | | }}} |
| 52 | | * [[Image(https://poser.pugx.org/slim/slim/d/monthly, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://poser.pugx.org for Packagist |
| 53 | | {{{#!sh |
| 54 | | [[Image(https://poser.pugx.org/slim/slim/d/monthly, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 55 | | }}} |
| 56 | | * [[Image(https://img.shields.io/github/license/slimphp/Slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://shields.io for Packagist |
| 57 | | {{{#!sh |
| 58 | | [[Image(https://img.shields.io/github/license/slimphp/Slim.svg, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 59 | | }}} |
| 60 | | * [[Image(https://poser.pugx.org/slim/slim/license, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] https://poser.pugx.org for Packagist |
| 61 | | {{{#!sh |
| 62 | | [[Image(https://poser.pugx.org/slim/slim/license, link=https://packagist.org/packages/slim/slim, title=slim/slim)]] |
| 63 | | }}} |
| 64 | | * [[Image(https://api.travis-ci.org/bee4/events.svg, link=https://travis-ci.org/bee4/events, title=bee4/events)]] https://api.travis-ci.org/ needs a .travis.yml file |
| 65 | | {{{#!sh |
| 66 | | [[Image(https://api.travis-ci.org/bee4/events.svg, link=https://travis-ci.org/bee4/events, title=bee4/events)]] |
| 67 | | }}} |
| 68 | | * [[Image(https://php-eye.com/badge/bee4/events/tested.svg, link=https://php-eye.com/package/bee4/events, title=bee4/events)]] https://php-eye.com/about https://api.travis-ci.org/ may needs a .travis.yml file https://php-eye.com/badge/symfony/symfony.json |
| 69 | | {{{#!sh |
| 70 | | [[Image(https://php-eye.com/badge/bee4/events/tested.svg, link=https://php-eye.com/package/bee4/events, title=bee4/events)]] |
| 71 | | }}} |
| 72 | | * [[Image(https://img.shields.io/sensiolabs/i/f06ff1ba-40a5-483b-88ce-c37b10177b2c.svg, link=https://insight.sensiolabs.com/projects/f06ff1ba-40a5-483b-88ce-c37b10177b2c, title=bee4/events)]] https://insight.sensiolabs.com/ for PHP, needs author registration (Badge from http://shields.io/) |
| 73 | | {{{#!sh |
| 74 | | [[Image(https://img.shields.io/sensiolabs/i/f06ff1ba-40a5-483b-88ce-c37b10177b2c.svg, link=https://insight.sensiolabs.com/projects/f06ff1ba-40a5-483b-88ce-c37b10177b2c, title=bee4/events)]] |
| 75 | | }}} |
| 76 | | * [[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=php-codesniffer&show_installed=on&date_fmt=%25Y, 3%, link=https://tracker.debian.org/pkg/php-codesniffer, title="debian: php-codesniffer")]] https://debian.org |
| 77 | | {{{#!sh |
| 78 | | [[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=php-codesniffer&show_installed=on&date_fmt=%25Y, 3%, link=https://tracker.debian.org/pkg/php-codesniffer, title="debian: php-codesniffer")]] |
| 79 | | }}} |
| 80 | | * [[Image(https://www.versioneye.com/php/psr:log/dev-master:references/badge, link=https://www.versioneye.com/php/psr:log/dev-master:references, title=psr/log/dev-master)]] [[Image(https://www.versioneye.com/php/psr:log/reference_badge.svg, link=https://www.versioneye.com/php/psr:log/references, title=psr/log)]] [[Image(https://www.versioneye.com/php/psr:log/references/badge, link=https://www.versioneye.com/php/psr:log/references, title=psr/log)]] https://www.versioneye.com/ |
| 81 | | {{{#!sh |
| 82 | | [[Image(https://www.versioneye.com/php/psr:log/dev-master:references/badge, link=https://www.versioneye.com/php/psr:log/dev-master:references, title=psr/log/dev-master)]] # use with care! |
| 83 | | [[Image(https://www.versioneye.com/php/psr:log/reference_badge.svg, link=https://www.versioneye.com/php/psr:log/references, title=psr/log)]] |
| 84 | | [[Image(https://www.versioneye.com/php/psr:log/references/badge, link=https://www.versioneye.com/php/psr:log/references, title=psr/log)]] # do not use this!! |
| 85 | | }}} |
| 86 | | * [[Image(https://www.versioneye.com/php/phpmetrics:phpmetrics/dev-master/badge, link=https://www.versioneye.com/php/phpmetrics:phpmetrics/dev-master, title=phpmetrics/phpmetrics/dev-master)]] [[Image(https://www.versioneye.com/php/phpmetrics:phpmetrics/badge, link=https://www.versioneye.com/php/phpmetrics:phpmetrics, title=phpmetrics/phpmetrics)]] https://www.versioneye.com/ |
| 87 | | {{{#!sh |
| 88 | | [[Image(https://www.versioneye.com/php/phpmetrics:phpmetrics/dev-master/badge, link=https://www.versioneye.com/php/phpmetrics:phpmetrics/dev-master, title=phpmetrics/phpmetrics/dev-master)]] |
| 89 | | [[Image(https://www.versioneye.com/php/phpmetrics:phpmetrics/badge, link=https://www.versioneye.com/php/phpmetrics:phpmetrics, title=phpmetrics/phpmetrics)]] |
| 90 | | }}} |
| 91 | | * [[Image(http://phppackages.org/p/psr/log/badge/rank.svg, link=http://phppackages.org/p/psr/log, title=psr/log)]] http://phppackages.org/ |
| 92 | | {{{#!sh |
| 93 | | [[Image(http://phppackages.org/p/psr/log/badge/rank.svg, link=http://phppackages.org/p/psr/log, title=psr/log)]] |
| 94 | | }}} |
| 95 | | * https://coveralls.io/ |
| 96 | | * https://trac-hacks.org/wiki/IncludeMacro |
| 97 | | * http://trac.edgewall.org/wiki/TracSyntaxColoring |
| 98 | | * Trac Syntax Coloring Example |
| 99 | | {{{ |
| 100 | | {{{#!sh |
| 101 | | }}} |
| 102 | | {{{#!application/x-shellscript |
| 103 | | }}} |
| 104 | | }}} |
| 105 | | {{{#!sh |
| 106 | | path$ echo "World" ; ls ; cd ; help # comment |
| 107 | | }}} |
| 108 | | {{{#!comment |
| 109 | | {{{#!application/x-shellscript |
| 110 | | path$ echo "World" ; ls ; cd ; help # comment |
| 111 | | }}} |
| 112 | | }}} |
| 113 | | {{{ |
| 114 | | {{{#!json |
| 115 | | }}} |
| 116 | | {{{#!application/json |
| 117 | | }}} |
| 118 | | }}} |
| 119 | | {{{#!json |
| 120 | | { |
| 121 | | "name": "drupal7", # comment forbidden in json |
| 122 | | "private": true // no coma here! |
| 123 | | } |
| 124 | | }}} |
| 125 | | {{{#!comment |
| 126 | | {{{#!application/json |
| 127 | | { |
| 128 | | "name": "drupal7", # comment forbidden in json |
| 129 | | "private": true # no coma here! |
| 130 | | } |
| 131 | | }}} |
| 132 | | }}} |
| 133 | | * #!diff |
| 134 | | * #!yml |
| 135 | | * #!text/x-yaml |
| 136 | | * #!application/x-yaml |
| 137 | | * #!xml |
| 138 | | * #!application/xml-dtd ... |
| 139 | | * #!html //Insert custom HTML in a wiki page.// |
| 140 | | * #!text/html //The result will be syntax highlighted HTML code// |
| 141 | | * #!text/html+twig |
| 142 | | * #!application/x-twig |
| 143 | | * #!application/x-httpd-php5 |
| 144 | | * #!python |
| 145 | | * #!php |
| 146 | | * #!text/x-php |
| 147 | | * #!text/css |
| 148 | | * #!js |
| 149 | | * #!text/javascript ... |
| 150 | | * **#!sql** |
| 151 | | * #!text/x-sql |
| 152 | | * #!text/x-sqlite3-console |
| 153 | | * #!text/x-postgresql-psql ... |
| 154 | | * #!text/x-mysql |
| 155 | | * #!text/x-diff |
| 156 | | * #!text/x-trac-wiki |
| 157 | | * #!application/x-sh-session **No macro or processor named 'application/x-sh-session' found** |
| 158 | | * [wiki:TracQuery#UsingtheTicketQueryMacro TicketQuery Macro] (tagging tickets) examples: |
| 159 | | * [wiki:tzk:choices] |
| 160 | | * [wiki:support-team/dkg] |
| 161 | | * https://support.mayfirst.org/tags |
| 162 | | * http://trac.edgewall.org/wiki/TicketQuery |
| 163 | | * http://trac.edgewall.org/wiki/TracQuery |
| 164 | | * There is somewhere a useful cloud of tags. [wiki:/faq/wordpress/WordPressInstall] |
| 165 | | * Tag for Debian packages `[DebianPackage:python-whoosh]`[DebianPackage:python-whoosh] (no tag for fedora https://admin.fedoraproject.org/pkgdb/package/rpms/php-zendframework-zend-diactoros/) |
| 166 | | * WikiPedia, Google |
| 167 | | * other tags [wiki:InterMapTxt] |
| 168 | | == Tickets we follow == |
| 169 | | === Taged with GRIP-UQAM === |
| 170 | | [[TicketQuery(max=10,keywords~=GRIP-UQAM,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]] |
| 171 | | === Taged with python, tendenci, django, pyramid, php, drupal7, drupal, golang, fastcgi, chelsea, ossie === |
| 172 | | [[TicketQuery(max=10,keywords~=python|tendenci|django|pyramid|php|drupal7|drupal|golang|fastcgi|chelsea.mayfirst.org|ossie.mayfirst.org,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]] |
| 173 | | === Reported by us === |
| 174 | | [[TicketQuery(reporter=https://id.mayfirst.org/gripuqam|https://id.mayfirst.org/gripuqamweb|https://id.mayfirst.org/essais)]] |
| 175 | | === Taged with GRIP-UQAM with description === |
| 176 | | [[TicketQuery(max=1,keywords~=GRIP-UQAM,format=table,col=changetime|resolution|owner|summary,rows=description)]] |
| | 6 | == Other Pages by GRIP-UQAM in this wiki == |
| | 7 | * [wiki:members/GRIP-UQAM/WikiWritingUsingTrac Wiki Writing Using Trac] |
| | 8 | * [wiki:members/GRIP-UQAM/MayFirstSupportTicketsWeFollow MayFirst Support Tickets we Follow] |
| | 9 | * Software Programming |
| | 10 | * Languages [Google:most+used+programming+languages] //[http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2016 2016]// //[http://spectrum.ieee.org/computing/software/top-programming-languages-trends-the-rise-of-big-data Top Programming Languages Trends: The Rise of Big Data]// |
| | 11 | * [wiki:members/GRIP-UQAM/HTML HTML] [WikiPedia:HTML] |
| | 12 | * [wiki:members/GRIP-UQAM/CSS CSS] |
| | 13 | * [wiki:members/GRIP-UQAM/Javascript Javascript] |
| | 14 | * [wiki:members/GRIP-UQAM/DatabaseProgramming Database Programming] |
| | 15 | * [wiki:members/GRIP-UQAM/SQL SQL] |
| | 16 | * [wiki:members/GRIP-UQAM/PHP PHP] |
| | 17 | * [wiki:members/GRIP-UQAM/Python Python] |
| | 18 | * [wiki:members/GRIP-UQAM/Java Java] |
| | 19 | * [wiki:members/GRIP-UQAM/C# C#] |
| | 20 | * [wiki:members/GRIP-UQAM/Ruby Ruby] |
| | 21 | * [wiki:members/GRIP-UQAM/Go Go (Golang)] |
| | 22 | * [wiki:members/GRIP-UQAM/Scala Scala] |
| | 23 | * [wiki:members/GRIP-UQAM/Lua Lua] |
| | 24 | * [wiki:members/GRIP-UQAM/Perl Perl] |
| | 25 | * [wiki:members/GRIP-UQAM/Rust Rust] |
| | 26 | * [wiki:members/GRIP-UQAM/Closure Closure] |
| | 27 | * [wiki:members/GRIP-UQAM/Processing Processing] |
| | 28 | * [wiki:members/GRIP-UQAM/D D (Dlang)] |
| | 29 | * [wiki:members/GRIP-UQAM/Ocaml Ocaml] |
| | 30 | * [wiki:members/GRIP-UQAM/Actionscript Actionscript] |
| | 31 | * [wiki:members/GRIP-UQAM/C++ C++] |
| | 32 | * [wiki:members/GRIP-UQAM/C C] |
| | 33 | * [wiki:members/GRIP-UQAM/Swift Swift] [WikiPedia:Swift_(programming_language)] |
| | 34 | * [wiki:members/GRIP-UQAM/R R] |
| | 35 | * [wiki:members/GRIP-UQAM/Objective-C Objective-C] |
| | 36 | * [wiki:members/GRIP-UQAM/Shell Shell] |
| | 37 | * [wiki:members/GRIP-UQAM/ ] |
| | 38 | * [wiki:members/GRIP-UQAM/ ] |
| | 39 | * [wiki:members/GRIP-UQAM/ ] |
| | 40 | * ... |