Skip to content

Web program to see the number of links to a page in any Wikimedia project.

License

Notifications You must be signed in to change notification settings

xubom123/linkcount

This branch is 1 commit ahead of, 1 commit behind BrandonXLF/linkcount:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae30348 · Aug 17, 2024
Aug 17, 2024
Apr 27, 2024
Apr 27, 2024
Feb 16, 2022
Sep 20, 2023
Sep 20, 2023
Apr 26, 2024
Apr 27, 2024
Mar 24, 2021
Jul 13, 2022
Jan 31, 2021
Jan 18, 2022
Oct 25, 2023
Oct 25, 2023
Feb 16, 2022
Feb 16, 2022
Apr 27, 2024
Oct 25, 2023
Oct 25, 2023
Jul 13, 2022

Repository files navigation

linkcount

linkcount is a web program that shows the number of links to any page in a Wikimedia project. It is hosted at https://linkcount.toolforge.org/.

Installing

To run you will need to install the PHP dependencies using composer install and the Node JS dependencies using npm install.

Config

Copy the file config-example.ini to config.ini and fill in the fields with values from your replica.my.cnf file.

Testing

Test are run using composer test-win on windows and composer test-lin on linux etc. When testing, the linkcounttest table is created. You can also run composer createdb to create the linkcounttest table for manual testing from a browser. When manual testing, en.wikipedia.org is linked to the linkcounttest database. Wikis with a url starting with e are also added to the wiki table to allow for testing of the project input autocomplete.

About

Web program to see the number of links to a page in any Wikimedia project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.2%
  • JavaScript 9.8%
  • CSS 4.0%