├── .gitignore ├── LICENSE ├── README.md ├── assets ├── rclip_server.html └── vue@3.2.11 │ └── vue.global.prod.js ├── doc └── zebra_minus_stripes_plus_spots.png ├── index_wikimedia.py └── rclip_server.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/README.md -------------------------------------------------------------------------------- /assets/rclip_server.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/assets/rclip_server.html -------------------------------------------------------------------------------- /assets/vue@3.2.11/vue.global.prod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/assets/vue@3.2.11/vue.global.prod.js -------------------------------------------------------------------------------- /doc/zebra_minus_stripes_plus_spots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/doc/zebra_minus_stripes_plus_spots.png -------------------------------------------------------------------------------- /index_wikimedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/index_wikimedia.py -------------------------------------------------------------------------------- /rclip_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramayer/rclip-server/HEAD/rclip_server.py --------------------------------------------------------------------------------