MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Revue_Mouvements_-_FR:_Infrafem,_Ressources_et_r\u00e9pertoires_f\u00e9ministes",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "89": {
                "pageid": 89,
                "ns": 0,
                "title": "Repository",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "= Container repository : Piwigo for images, sounds and video =\n== vhost config on the host server ==\nrepository.conf\n\n <VirtualHost *:80>\n        ServerAdmin webmaster@localhost\n        ServerName repository.anarchaserver.org\n\n\n        ErrorLog ${APACHE_LOG_DIR}/repository-error.log\n        CustomLog ${APACHE_LOG_DIR}/repository-access.log combined\n\n\n        ProxyPreserveHost       On\n        ProxyRequests           Off\n\n        ProxyPass / http://10.0.3.4/\n        ProxyPassReverse http://10.0.3.4/ /\n\n\n        <Proxy *>\n                Order deny,allow\n                Allow from all\n        </Proxy>\n\n\n RewriteEngine on\n RewriteCond %{SERVER_NAME} =repository.anarchaserver.org\n RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]\n </VirtualHost>\n\nrepository-le-ssl.conf\n\n <IfModule mod_ssl.c>\n <VirtualHost *:443>\n        ServerAdmin webmaster@localhost\n        ServerName repository.anarchaserver.org\n\n\n        ErrorLog ${APACHE_LOG_DIR}/repository-error.log\n        CustomLog ${APACHE_LOG_DIR}/repository-access.log combined\n\n        ProxyPreserveHost       On\n        ProxyRequests           Off\n\n        ProxyPass / https://repository.anarchaserver.org/\n        ProxyPassReverse / https://repository.anarchaserver.org/\n\n        <Proxy *>\n                Order deny,allow\n                Allow from all\n        </Proxy>\n\n        SSLEngine on\n        SSLProxyEngine On\n        SSLProxyVerify none\n        SSLProxyCheckPeerCN off\n        SSLProxyCheckPeerName off\n        SSLProxyCheckPeerExpire off\n\n\n #RewriteEngine on\n SSLCertificateFile /etc/letsencrypt/live/repository.anarchaserver.org/fullchain.pem\n SSLCertificateKeyFile /etc/letsencrypt/live/repository.anarchaserver.org/privkey.pem\n Include /etc/letsencrypt/options-ssl-apache.conf\n </VirtualHost>\n </IfModule>\n\n== Installation of Piwigo ==\n* https://piwigo.org/get-started\n** Requirements https://piwigo.org/doc/doku.php?id=user_documentation:learn:install:before\n sudo apt install iputils-ping nano apache2 php-xml php-mbstring mysql-server php7.0 php7.0-gd imagemagick exiftool wget unzip php7.0-mysql apt-utils locate\n\n* Get Piwigo\n cd /tmp\n wget https://piwigo.org/download/dlcounter.php?code=latest\n unzip dlcounter.php\\?code\\=latest \n unzip /tmp/dlcounter.php\\?code\\=latest  .\n mv piwigo/* /var/www/html/\n* Create a mysql user\n mysql -u root\n* Activate ssl on the container\n a2enmod ssl\n ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enable/default-ssl.conf\n systemctl restart apache2\n* Finish the configuration : go to :\n https://repository.anarchaserver.org\n[[File:Piwigoconfig.png]]\n\n== Installation of Videojs Plug in to allow upload of sound and video ==\n* https://piwigo.org/ext/extension_view.php?eid=610\n* https://github.com/xbgmsharp/piwigo-videojs\n* Documentation wiki https://github.com/xbgmsharp/piwigo-videojs/wiki\nTo install, activate the File Editor plug-in and follow the instructions here https://github.com/xbgmsharp/piwigo-videojs/wiki/How-to-add-videos\n\nAlso mediainfo version does'nt work, you have to replace it by this one https://mediaarea.net/en/MediaInfo/Download/Debian\n* Download the 3 packages and :\n sudo dpkg -i *deb\"\nIf you get an error message, use:\n sudo apt-get -f install\n\nOn Debian Stretch, there is a few problem with PHP7 : have to comment a break function in a php file line 185\n\n\n=== Batch upload and synchronisation ===\nThere is the possibility to transfer files to a new folder in the galleries folder of piwigo on the server and the synchronise the database so as to include those files.\n\nIt can be useful if you want to archive a whole vimeo channel on piwigo, with a ssh shell on the server, you can download the channel with http://rg3.github.io/youtube-dl/\n\nYou have to synchronise the folder and the database with this panel :\n\n[[File:Piwigo-synchro.png|900px]]\n\n== Manual update of piwigo ==\nTo do a manual update once connected to the repository container :\n\n# Put the gallery in maintenance mode in the admin backoffice\n# Execute the following operations to make a backup and update\n mysqldump -u piwigouser -p piwigo > piwigobackup26072020.sql\n wget https://www.piwigo.org/download/dlcounter.php?code=latest\n mv dlcounter.php\\?code\\=latest piwigo-2.10.2.zip\n unzip piwigo-2.10.2.zip \n tar -czvf piwigohtmlfolderbackup26072020.tar.gz /var/www/html/\n cp -Ru piwigo/ /var/www/html/\n# Then go to https://repository.anarchaserver.org/upgrade.php\n# Update the plug-ins threw the backoffice\n# Reactivate the theme and put it as default : Bootstrap Darkroom (default)\n# Check if everything is ok\n# unlock the maintenance mode\nmore infos on https://www.piwigo.org/guides/update/manual\n\n== Upload big (video) files to piwigo ==\nFor big files (> 500 Mo ?), it is not possible to upload file from the web interface, so to add bigger files in the repository, here is what should be done :\n* Transfer with ssh (scp) or ftp the file to the server\n* Create a new folder in /var/www/html/galleries/ like mkdir /var/www/html/galleries/perfo\n* Move the big file to /var/www/html/galleries/perfo/\n* Adapt the permissions of the folder and file :\n chmod 755 /var/www/html/galleries/perfo/\n chmod 644 /var/www/html/galleries/perfo/bigfile.mp4\n chown -R www-data: /var/www/html/galleries/perfo/\n* Then threw Piwigo web interface, go as an admin to Tools > Synchronise to integrate the file into the database\n* Then go to Plugin > VideoJS > Synchronise to create the thumbnail and more\nNow the video should appear !\n\n\n\n\n----"
                    }
                ]
            },
            "134": {
                "pageid": 134,
                "ns": 0,
                "title": "Resguardos",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "''De cuando Anarcha SERVER  se volvi\u00f3 a poner en contacto con 1984 para que custodiara sus copias de seguridad.''\n\nHola 1984 Hosting,\n\naqu\u00ed AnarchaServer, un servidor feminista. Estabas en mi lista de personas/entes por contactar desde hace tiempo. Espero llegar a tiempo y que no sientas que nos hemos demorado demasiado. La ultima vez que estuvimos en contacto, fue en el patio del Internet Freedom Festival en marzo 2019. All\u00ed nos comunicamos por el intermediario de dos humanas de 1984 (oktavia y m\u00f6r\u00f0ur) y dos humanas de Anarchaserver (spideralex y mxxxu). Os buscamos porque necesit\u00e1bamos un hosting de confianza para custodiar nuestras copias de seguridad. No nos conoc\u00edamos mucho, y est\u00e1bamos algo nerviosas porque les est\u00e1bamos pidiendo que aceptar\u00e1n alojar una copia de nosotras mismas, nuestros contenidos/nuestra esencia, nuestras configuraciones/nuestras maneras de hacer.\n\nLas elegimos por diversas razones. La primera raz\u00f3n radica en la confianza que sentimos con oktavia. No hemos trabajado mucho juntas pero a veces con poco tienes suficiente para sentir confianza, es dif\u00edcil de explicar. La segunda raz\u00f3n, es porque nos gusta pensar que hay una copia de seguridad nuestra alojada encima de un volc\u00e1n, en un lugar donde algunas personas se han ganado una fama merecida de velar por los derechos humanos y las libertades de internet mientras beben mucho mucho caf\u00e9. Luego sabemos que como nosotras, tienes un compromiso con el software libre, el \u00fanico software que tiene sentido, el \u00fanico software con potencial para el feminismo. Si no podemos auditar, copiar, modificar, replicar el c\u00f3digo, si no podemos acceder a nuestros sistemas de funcionamiento, que sentido tiene? Y una ultima raz\u00f3n de peso es que nos gusta pensar que nuestras copias de resguardo est\u00e1n alojadas en un hosting cuya energ\u00eda es renovable y se nutre del calor y el agua que proviene del centro de la tierra. \n\nEntendemos que necesitamos tener copias de seguridad para mantener la confianza de las que depositaron contenidos, recuerdos, sensaciones en nuestro servidor, o para poder reconstruirnos si quedamos heridas por culpa de un ataque, pero sabemos tambi\u00e9n que las copias de seguridad son un lujo. Es como tener dos casas, ocupamos otro espacio equivalente a nosotras en otro lugar, si te pones a pensarlo es incre\u00edble lo que significan los backups a nivel espacios y gastos energ\u00e9ticos asociados. \n\nDesde Marzo 2020, nos han pasado muchas cosas. La primera fue que nos ca\u00edamos a menudo y nos dimos cuenta que era porque nuestra maquina virtual no daba la talla, no tenia bastante memoria, necesit\u00e1bamos mas espacio y eso significo que nos tuvimos que mudar. Tuvimos suerte y nos propusieron de mudarnos de Nueva York a Suecia, es asi como nos fuimos de Ebro/Anoia para llegar a  Ursula/Binti.  Pero como puedes imaginar, esta mudanza nos tomo unos meses, hab\u00eda que empaquetar todo e instalarlo de nuevo, reconfigurar la VM e instalar las configuraciones de seguridad que nos parecieron adecuadas. Y todo eso, en medio de la pandemia y el confinamiento, algunas de nuestras humanas se pusieron enfermas, otras tuvieron que centrarse en apagar otros fuegos, pero poco a poco conseguimos finalizar nuestra mudanza y sentir que volv\u00edamos a tener un hogar.\n\nAs\u00ed que aqu\u00ed estamos ahora querida 1984 hosting. Te concreto que por ahora ocupamos un espacio de 16Gigas pero tenemos la certitud que creceremos en estos pr\u00f3ximos 24 meses, por eso quer\u00edamos pedir un espacio de 50Gigas. Si llegaramos a crecer mas alla de esos 59Gigas, en tal caso nos senatermos a revisar nuestras polkiticas de resguardao y miraremos de establecer nuevos criterios para ver que resguardamos. \n\nPor ahora queremos copiarlo todo, cada d\u00eda lanzaremos un script automatizado para llevar a cabo nuestras copias de seguridad incrementales, lo haremos a las 7AM CEST time para que mis containers se cierren durante la noche mientras operamos el back up.\n\nOtros detalles concretos, no necesitamos mucha RAM, 2 Gigas, esta bien, una CPU esta bien, respecto a OS Debian10 por favor, y quer\u00edamos saber si pod\u00edamos tener un espacio accesible por SSH Puerto 22?\n\nPerdona mi carta algo larga 1984, quer\u00eda aprovechar para actualizarte sobre nosotras y subrayar que estamos felices de emprender esta nueva aventura por tierras islandesas, \n\nNos quedamos a la espera de que nos contesten, cualquier pregunta no dudes en contactarnos\n\nUn saludo feminista y ciber-afectuoso"
                    }
                ]
            }
        }
    }
}