All Projects → yarl → vicuna

yarl / vicuna

Licence: other
Tool for uploading files to Wikimedia Commons and other Wikimedia projects

Programming Languages

java
68154 projects - #9 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to vicuna

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 (+7544.44%)
Mutual labels:  mediawiki, wikimedia
video-cut-tool
Wikimedia Tool to Trim Online Videos in Wikimedia Commons. https://commons.wikimedia.org/wiki/Commons:VideoCutTool
Stars: ✭ 27 (-25%)
Mutual labels:  wikimedia-commons, wikimedia
DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (-16.67%)
Mutual labels:  mediawiki, wikimedia
Mediawiki
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
Stars: ✭ 89 (+147.22%)
Mutual labels:  mediawiki
Apps Android Wikipedia
📱The official Wikipedia app for Android!
Stars: ✭ 1,350 (+3650%)
Mutual labels:  mediawiki
Zhconv
Simple conversion and localization between simplified and traditional Chinese using tables from MediaWiki.
Stars: ✭ 192 (+433.33%)
Mutual labels:  mediawiki
cassandra-GLAM-tools
Support GLAMs in monitoring and evaluating their cooperation with Wikimedia projects
Stars: ✭ 17 (-52.78%)
Mutual labels:  mediawiki
Jwiki
📖 A library for effortlessly interacting with Wikipedia/MediaWiki
Stars: ✭ 69 (+91.67%)
Mutual labels:  mediawiki
Wiktionaryparser
A Python Wiktionary Parser
Stars: ✭ 224 (+522.22%)
Mutual labels:  mediawiki
Wikipedia Mirror
🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kimix + ZIM dump, and MediaWiki/XOWA + XML dump
Stars: ✭ 160 (+344.44%)
Mutual labels:  mediawiki
Wikitextparser
A simple WikiText parsing library for MediaWiki
Stars: ✭ 149 (+313.89%)
Mutual labels:  mediawiki
Mediawiker
Mediawiker is a plugin for Sublime Text editor that adds possibility to use it as Wiki Editor on Mediawiki based sites like Wikipedia and many other.
Stars: ✭ 120 (+233.33%)
Mutual labels:  mediawiki
Mwclient
Python client library to interface with the MediaWiki API
Stars: ✭ 221 (+513.89%)
Mutual labels:  mediawiki
Infoboxer
Wikipedia information extraction library
Stars: ✭ 147 (+308.33%)
Mutual labels:  mediawiki
Linq To Wiki
.Net library to access MediaWiki API
Stars: ✭ 93 (+158.33%)
Mutual labels:  mediawiki
discord-wiki-bot
Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about the pages and is able to resolve redirects and follow interwiki links.
Stars: ✭ 69 (+91.67%)
Mutual labels:  mediawiki
Chameleon
Provides a highly flexible and customizable skin using Bootstrap 4
Stars: ✭ 78 (+116.67%)
Mutual labels:  mediawiki
Huggle3 Qt Lx
Huggle is an anti-vandalism tool for use on MediaWiki based projects
Stars: ✭ 143 (+297.22%)
Mutual labels:  mediawiki
App
Wikia Application Code
Stars: ✭ 183 (+408.33%)
Mutual labels:  mediawiki
SemanticWikibase
Makes Wikibase data available in Semantic MediaWiki
Stars: ✭ 14 (-61.11%)
Mutual labels:  mediawiki

a VicuñaUploader

ultimate tool for upload files to Wikimedia Commons and other Wikimedia projects

Usage

For manual, take a look at project wiki and website.

Build and Run

Program is being written using any IDE (NetBeans preferred) you want and Gradle is used for building. Minimal version is Java 11. In order to download and build source code, do following:

git clone https://github.com/yarl/vicuna.git
cd vicuna
./gradlew build

You will find distribution tar and zip build/distributions directory.

cd build/distributions/
unzip cuploader.zip
./cuploader/bin/cuploader

If you want to just run local build:

./gradlew run

Create org-wikipedia-Wiki.jar file (be careful, we need class file in Java 11 version):

git clone https://github.com/MER-C/wiki-java.git
cd wiki-java
mkdir -p org-wikipedia-Wiki/org/wikipedia
cp src/org/wikipedia/Wiki.java org-wikipedia-Wiki/org/wikipedia/
javac org-wikipedia-Wiki/org/wikipedia/Wiki.java
jar cfv org-wikipedia-Wiki-`git rev-parse --verify HEAD --short=6`.jar -C org-wikipedia-Wiki/ .

Contribute

Feel free to fork and suggest changes. However, please do not send pull requests with radical changes without prior discussion. Also, changes should work on NetBeans (especially project building and Form Designer).

License

Copyright 2015 Paweł Marynowski

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Contributors

Florian Straub
Michal Josef Špaček
Nicolas Raoul

External libs used

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].