I'm looking for a way to offer downloads of files that change a lott. I like to have one file item in the list, but also offer the 'older' downloads. A good example is the way filehippo offers files. You can click CCleaner, but then your also offered the older versions. So if you need those, they are easily found. And old files don't clutter the general list.
http://filehippo.com/download_ccleaner
I couldn't find a plugin that advertises such a feature.
Any suggestions?
did you try Wordpress Download Manager?
I haven't used it much, but you can add categories to uploads to organize them. So for your problem, you could just make sure you use the File Manager after installing the plugin, and assign categories to each upload, then list groups of them you want to display. Make sure you put the version in the file name and you should be able to keep it organized.
See more on their information page. You can even make packages of downloads, etc. Hope it helps.
Below steps helps me download any version of the plugin
Go to plugin page on WordPress site ex: https://wordpress.org/plugins/download-manager/
Open any plugin screenshot/image. It will open link straight to image ex: https://ps.w.org/file-manager-advanced/assets/screenshot-1.png?rev=1821394
Change above URL and go to 1 folder before assets which will allow you to browse directory, go to tags folder (ex: https://ps.w.org/download-manager/tags/).
From there you will be able to see and download any version of the plugin.
Only works for plugins that are in WP store.
Related
I'm new to MITK Workbench and I can't seem to find where to download plugins. Specifically, I'm looking for a link to download the Registration plugin so that I can align two images with the deformable image registration method. Any direction to a link would be greatly appreciated.
-KBS
Currently MITK does not allow to download Plugins for Extentions, you would have to build it from source and activate them in Cmake.
However, the Registration Plugin is included into the latest Release 2016.11 (its the MatchPoint Plugin).
As chriswe wrote, MITK doesn't work by downloading plugin. You simply need to download the MITK Workbench from their website and it will already contain all the plugins MITK created.
If you want to know how to code a new plugin, that's a totally different question! By the way, the MITK Mailing List is really active so it's a good place to ask questions.
I have a project that requires me to add another application to the package.
This application will act as a proxy, such as the one described in the BBMSDKDemoProxy sample project. I'd like the user to be able to download one package, both applications are installed, and my main application is launched via the proxy.
The problem is that I don't know exactly what steps to follow to achieve this. The project will be distributed via the app world, but I'd like to know how to do this via a website too.
I've found a link stating that you simply add both applications in a single .zip and upload that to the app world, but I want to be sure about this.
Any help would be greatly appreciated, thanks.
For AppWorld: just include the extra cod file in the file set to be uploaded. If you are uploading a zip then include the extra cod in the zip content.
For Desktop/BES: you can include the cod file along the other files and manually edit the .alx to add an entry for the new module. I'd not recommend doing this unless you have a good understanding of the alx format and the different elements in the descriptor.
For OTA downloads: You'd place the new cod file with the other cod files (if it contained sibling cods you'd publish the siblings instead). Then you can manually edit the .jad file to add the new module(s).
Of these 3 options, only the first one is safe. Manually editing the alx or jad is tricky, and is very easy to make mistakes. If you need files for desktop-BES or OTA installs I'd add a new library project as #preetam has suggested in the comments.
I have a NetBeans javascript project with several included paths for plugins. I do not want to include the plugins in my core repository, so I have created separate, external folders for each and am including them via an include path. Because I test across many devices, I need my changes to upload on save and this works fine for the main code base, however, I would like to be able to edit a plugin via the include path and see those changes auto uploaded as well. Is this possible?
As of right now, the only alternative I see is to create separate projects for each plugin, which I am willing to do if this is the only option. The single project workflow is very preferable to me and I might be willing to switch IDE's if this is possible in another environment.
I would be happy to elaborate if my intentions are unclear.
I don't think it's possible. What about creating one single "umbrella" project for all plugins and simply manage it the same way you do the main project?
Personal note: What you have is basically several projects and the uploading is focused always on single project. So what you want is like "I want to treat them as projects but not to at the same time" :) Btw, how do you edit a plugin? I guess open it as a project in NetBeans or use some text editor. So again you basically treat it as a project.
I created a NetBeans based application and I want t publish its update center in the Java.net project's page. Any idea on how to do this?
The page suggests using Webdav but is not working.
Edit:
I was able to do it by adding then in a folder in the downloads section but it is a manual process. Any easier way?
The only way I have done it so far is loading all the files into a folder one by one, manually. I just hoped for a better way.
can anyone suggest where i can get a hold of the source code for the callback dock demo application in Miglayout site. such a tutorial would also be ok. thanks.
There are quite a few broken links to where the source used to be. Now the demos are distributed with the MiG Layout source.
Go to http://www.miglayout.com/
Follow the link under MiGLayout Downloads to the Downloads Folder.
Choose the latest version, and download the jar that includes "sources" in the name. For instance, miglayout-3.7.2-sources.jar
Expand the jar file and locate the folder called demo, which includes a Java file for each of the demos.
Near the bottom of the MiG Layout page there is also a link to their support forums that look fairly active.