All Projects → BrandonXLF → linkcount

BrandonXLF / linkcount

Licence: GPL-3.0 license
Web program to see the number of links to a page in any Wikimedia project.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to linkcount

Mediawiki
🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
Stars: ✭ 2,752 (+10484.62%)
Mutual labels:  wikipedia, wikimedia
context-cards
Wikipedia page previews for any site
Stars: ✭ 29 (+11.54%)
Mutual labels:  wikipedia, wikimedia
DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (+15.38%)
Mutual labels:  wikipedia, wikimedia
WikimediaUI-Style-Guide
Wikimedia Design Style Guide with user interface focus, authored by Wikimedia Foundation Design team.
Stars: ✭ 93 (+257.69%)
Mutual labels:  wikipedia, wikimedia
xtools
A suite of tools to analyze page, user and project data of MediaWiki websites
Stars: ✭ 78 (+200%)
Mutual labels:  wikipedia, wikimedia
Spell4Wiki
Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia commons. Also act as a Wiki-Dictionary.
Stars: ✭ 17 (-34.62%)
Mutual labels:  wikipedia, wikimedia
pageviews
Pageviews Analysis tool for Wikimedia Foundation wikis
Stars: ✭ 95 (+265.38%)
Mutual labels:  wikipedia, wikimedia
word2vec-on-wikipedia
A pipeline for training word embeddings using word2vec on wikipedia corpus.
Stars: ✭ 68 (+161.54%)
Mutual labels:  wikipedia
wikipedia for humans
No description or website provided.
Stars: ✭ 44 (+69.23%)
Mutual labels:  wikipedia
lascallesdelasmujeres
Proyecto colaborativo para fomentar la generación de contenidos en OSM y Wikipedia, sobre mujeres.
Stars: ✭ 45 (+73.08%)
Mutual labels:  wikipedia
open-heroes
Some people that facilitate science, one way or the other
Stars: ✭ 37 (+42.31%)
Mutual labels:  wikipedia
Zimpedia
Offline reader for Wikipedia
Stars: ✭ 18 (-30.77%)
Mutual labels:  wikipedia
etymology-db
An open etymology dataset created using Wiktionary data. Contains 3.8M entries, 1.8M terms, 2900 languages, and 31 unique relationship types.
Stars: ✭ 20 (-23.08%)
Mutual labels:  wikimedia
citationhunt
A fun tool for quickly browsing unsourced snippets on Wikipedia.
Stars: ✭ 83 (+219.23%)
Mutual labels:  wikipedia
wdumper
Tool for generating filtered Wikidata RDF exports
Stars: ✭ 25 (-3.85%)
Mutual labels:  toolforge
wikipedia-api-docs
Wikipedia API documentation
Stars: ✭ 61 (+134.62%)
Mutual labels:  wikipedia
wikiapi
JavaScript MediaWiki API for node.js
Stars: ✭ 28 (+7.69%)
Mutual labels:  wikipedia
wiki-tui
A simple and easy to use Wikipedia Text User Interface
Stars: ✭ 74 (+184.62%)
Mutual labels:  wikipedia
entity-fishing
A machine learning tool for fishing entities
Stars: ✭ 176 (+576.92%)
Mutual labels:  wikipedia
youtube-video-maker
📹 A tool for automatic video creation and uploading on YouTube
Stars: ✭ 134 (+415.38%)
Mutual labels:  wikipedia

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].