This gist repository contains attachments for my issue tracker.
Just add files to this repository and then link them in the issue.
1 | Sortir du nucléaire | accueil | |
---|---|---|---|
2 | Journal | actualite/journal | |
3 | Agenda | association/agenda | |
4 | Presse | accueil | |
5 | Sortons du nucléaire | accueil | |
6 | Association | accueil | |
7 | Contact | association/contact | |
8 | Buts | association/buts | |
9 | Statuts | association/statuts | |
14 | Communiqués de presse | actualite/communiques |
$ python3 test.py | |
QQmlApplicationEngine failed to load component | |
file:///home/ale/docs/src/scribus-script-repository/script-download/test/main.qml:4 AppplicationWindow is not a type |
This gist repository contains attachments for my issue tracker.
Just add files to this repository and then link them in the issue.
<?php | |
/** | |
* Show the history of the latest selected tables. Cookies based. | |
* Set the js variable history_length to define the history length. | |
* Works only with current browsers. | |
* @link http://www.adminer.org/plugins/#use | |
* @author Ale Rimoldi, http://www.ideale.ch/ | |
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 | |
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) |
<VirtualHost *:80> | |
# Indexes + Directory Root. | |
#DirectoryIndex index.html index.php | |
DocumentRoot /home/ale/docs/htdocs/graphicslab/htdocs/ | |
<Directory /home/ale/docs/htdocs/graphicslab/htdocs/ > | |
# Options FollowSymLinks | |
# AllowOverride FileInfo Options | |
Options Indexes FollowSymLinks | |
AllowOverride AuthConfig FileInfo |
the scribus-core code is currently structured as foolows: | |
+ impagina-core/ | |
- impagina-core.pro | |
- main.cpp | |
- scribus.cpp | |
- scribus.h | |
+ document/ | |
- document.cpp |
<?php | |
/* | |
Target: | |
******* | |
Perfect solution for a simple WP event manager | |
Needs: | |
****** |