https://github.com/alswl/image2attach
an extention for MoinMoin Wiki
https://github.com/alswl/image2attach
Last synced: about 1 year ago
JSON representation
an extention for MoinMoin Wiki
- Host: GitHub
- URL: https://github.com/alswl/image2attach
- Owner: alswl
- Created: 2011-12-17T08:30:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-29T01:42:34.000Z (about 14 years ago)
- Last Synced: 2025-05-08T03:12:42.060Z (about 1 year ago)
- Language: Python
- Homepage: http://log4d.com/2011/12/moinmoin-plugin-image2attach
- Size: 115 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image2Attach #
## What's this ##
Image2Attach is a extension for [MoinMoin](http://moinmo.in).
It can create a page action to save images from web to page's attachments.
## Requirment ##
* MoinMoin 1.9 (I only test in this version.)
## Install ##
* copy action/Image2Attach.py to data/plugin/action/
* restart python server
## Usage ##
Go into a page, click `more action` - `Image2Attach` .
It will take a while to fetch the images,
after that it will save the image to attachments and replace the
image's link with attachment's link.
Finnally it will commit a change with message
`internet image save to attachment` to wiki.
Enjoy it, any bugs can report to
[Issue Report](https://github.com/alswl/image2attach/issues).
## Support ##
You can get some develop infomation in
[Image2attach - Log4D](http://log4d.com/tag/image2attach)
## Licence ##
Distributed under the [GPL v2](http://www.gnu.org/licenses/gpl-2.0.htmwl)
// vim: set ft=markdown: