Downloads:
2,901
Downloads of v 1.6.2407.31030:
88
Last Update:
16 Jul 2024
Package Maintainer(s):
Software Author(s):
- Petr Novak
Tags:
admin freeware xml editor- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
XiMpLe
This is not the latest version of XiMpLe available.
- 1
- 2
- 3
1.6.2407.31030 | Updated: 16 Jul 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,901
Downloads of v 1.6.2407.31030:
88
Maintainer(s):
Software Author(s):
- Petr Novak
XiMpLe 1.6.2407.31030
This is not the latest version of XiMpLe available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Petr Novak. The inclusion of Petr Novak trademark(s), if any, upon this webpage is solely to identify Petr Novak goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install XiMpLe, run the following command from the command line or from PowerShell:
To upgrade XiMpLe, run the following command from the command line or from PowerShell:
To uninstall XiMpLe, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download ximple --internalize --version=1.6.2407.31030 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade ximple -y --source="'INTERNAL REPO URL'" --version="'1.6.2407.31030'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade ximple -y --source="'INTERNAL REPO URL'" --version="'1.6.2407.31030'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ximple
win_chocolatey:
name: ximple
version: '1.6.2407.31030'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ximple' do
action :install
source 'INTERNAL REPO URL'
version '1.6.2407.31030'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ximple
{
Name = "ximple"
Version = "1.6.2407.31030"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ximple':
ensure => '1.6.2407.31030',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 17 Jul 2024.
XiMpLe is an xml and json editor based on a table grid view (the same nodes are arranged in tables).
Features
- Xml data are presented in well-arranged tables
- Simple and intuitive control even for a beginner
- No need to know xml rules or syntax
- Special sub-tables for mining nested data inside a table
- Transparent clipboard operations all done in a text mode
- Searching and replacing texts with a possibility to use wild cards
- Replacing texts based on a lookup table defined in an external xml file
- Wide range of configurations for editor appearance and output file shaping
- XML splitter for big files (as ximple as possible)
- XML joiner to link it back together (as flexible as possible)
- XML comparator in a grid view
- JSON support with white spaces protection
- Validating XML with XSD schema
- Name and value suggestion according XSD schema
- XSD generation
- Text comparator supports long lines and longer files
Notes
- For a commercial use a license is needed to use XiMpLe
- This package contains .NET Framework 4.0 XiMpLe version
For a commercial use a license is needed to use XiMpLe.
A standard license price is 30 euro per user per year.
Please contact me by e-mail for a payment method (a bank transfer or PayPal)
with details of your request (number of licenses, company name, time duration).
A registration key will be generated based on your information and send it back on your e-mail after paying.
md5: 12344CB3FD8BA605AEF008854FB0C272 | sha1: B3F1C7FB2DB0F886997C6FC8250BAD9042CD4072 | sha256: 377DFDF828E271E100AD04E155242DDE15120A63066C9F040366512BDBBCD9CC | sha512: 293938E9AED0E1CC0CC6D475F2B01D873EA279622727E91A79EBF1576725AA445BC771194FAB4E8C3C07C8824BF9AE7BD243EEE2BA2A25912444F391BC1C5F03
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: http://www.ximple.cz/php/pickup.4.php?t=32&f=
x64: http://www.ximple.cz/php/pickup.4.php?t=64&f=
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 19E73F28121BAB0503B18079340E553938062C69A28AEE85915FAFCA73FB0659
checksum64: F129E3E659D80BC1ED7EB77227439ED7AF8403477CB2DEF5B7FDA9BBAC6ED280
File 'license.txt' is obtained from:
http://www.ximple.cz/license.php
Remove-Item "$Env:USERPROFILE\Desktop\XiMpLe.lnk" -ErrorAction ignore
md5: 6B0A7AE65727BBCE207F3087D9CC77A5 | sha1: 7D1A0092F3EC6E93BD2A8F43C9E82579EAB95841 | sha256: 19E73F28121BAB0503B18079340E553938062C69A28AEE85915FAFCA73FB0659 | sha512: 95DDA204F9EF502A06188A9CAC6D180DBD8B213D321B02D4F7F39D4DC9FAB39F079A12E49DEF11533810E45FAB188F5A522A20538AB592FECFDF15F1A9544A17
md5: FFD6E5E3933FEB4E81DF47E60684DE84 | sha1: E4759D7372742DB46EAD18E3BB993AE9641D3FE1 | sha256: F129E3E659D80BC1ED7EB77227439ED7AF8403477CB2DEF5B7FDA9BBAC6ED280 | sha512: FC94D262E5632AF5AFB29F7AF8A669DB1587779A6CA8DD1417AA2CCBB78268021491BCCDC57F6DABDA59861FD43FABA035CCC17FE09810C4BFFBB1EB2921C6BF
Log in or click on link to see number of positives.
- ximple.1.6.2407.31030.nupkg (8051751e0619) - ## / 70
- XiMpLe_x32.exe (19e73f28121b) - ## / 74
- XiMpLe_x64.exe (f129e3e659d8) - ## / 74
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
XiMpLe 1.6.2409.20581 | 91 | Wednesday, September 11, 2024 | Approved | |
XiMpLe 1.6.2407.31030 | 88 | Tuesday, July 16, 2024 | Approved | |
XiMpLe 1.6.2405.2416 | 94 | Thursday, May 2, 2024 | Approved | |
XiMpLe 1.6.2404.40903 | 48 | Sunday, April 21, 2024 | Approved | |
XiMpLe 1.6.2401.55149 | 90 | Sunday, January 28, 2024 | Approved | |
XiMpLe 1.6.2310.25020 | 89 | Thursday, October 12, 2023 | Approved | |
XiMpLe 1.6.2310.16723 | 44 | Monday, October 9, 2023 | Approved | |
XiMpLe 1.6.2308.33112 | 79 | Thursday, August 17, 2023 | Approved | |
XiMpLe 1.6.2307.23155 | 86 | Wednesday, July 12, 2023 | Approved | |
XiMpLe 1.6.2307.14580 | 40 | Saturday, July 8, 2023 | Approved | |
XiMpLe 1.6.2305.28918 | 99 | Monday, May 15, 2023 | Approved | |
XiMpLe 1.6.2305.9068 | 72 | Friday, May 5, 2023 | Approved | |
XiMpLe 1.6.2303.22584 | 108 | Sunday, March 12, 2023 | Approved | |
XiMpLe 1.6.2303.10619 | 40 | Monday, March 6, 2023 | Approved | |
XiMpLe 1.6.2302.11085 | 114 | Monday, February 6, 2023 | Approved | |
XiMpLe 1.6.2301.31064 | 48 | Monday, January 16, 2023 | Approved | |
XiMpLe 1.5.2210.2567 | 201 | Sunday, October 2, 2022 | Approved | |
XiMpLe 1.5.2209.59073 | 61 | Friday, September 30, 2022 | Approved | |
XiMpLe 1.5.2209.52964 | 67 | Tuesday, September 27, 2022 | Approved | |
XiMpLe 1.5.2209.45037 | 64 | Friday, September 23, 2022 | Approved | |
XiMpLe 1.5.2208.35073 | 94 | Thursday, August 18, 2022 | Approved | |
XiMpLe 1.5.2207.23140 | 95 | Tuesday, July 12, 2022 | Approved | |
XiMpLe 1.5.2207.12466 | 88 | Thursday, July 7, 2022 | Approved | |
XiMpLe 1.5.2206.31123 | 112 | Thursday, June 16, 2022 | Approved | |
XiMpLe 1.5.2204.15007 | 121 | Friday, April 8, 2022 | Approved | |
XiMpLe 1.5.2202.5174 | 166 | Thursday, February 3, 2022 | Approved | |
XiMpLe 1.5.2201.60679 | 75 | Monday, January 31, 2022 | Approved | |
XiMpLe 1.5.2110.32820 | 117 | Sunday, October 17, 2021 | Approved | |
XiMpLe 1.5.2110.6931 | 90 | Monday, October 4, 2021 | Approved | |
XiMpLe 1.5.2109.59053 | 79 | Thursday, September 30, 2021 | Approved | |
XiMpLe 1.5.2109.45077 | 78 | Friday, September 24, 2021 | Approved | |
XiMpLe 1.5.2109.43118 | 87 | Wednesday, September 22, 2021 | Approved | |
XiMpLe 1.5.2108.62518 | 76 | Thursday, September 16, 2021 | Approved |
Copyright 2018-2021 by Petr Novak
Ground Rules:
- This discussion is only about XiMpLe and the XiMpLe package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or XiMpLe, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.