Skip to content

Commit

Permalink
Convert text files to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 19, 2015
1 parent 455d35d commit f35babc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
inirw changelog
## 1.3 (unreleased)

Version 1.2 - 19 Jul 06:
* Updated to Visual Studio 2013
* Switch to MIT license

Standardized version information across all programs
## 1.2 (19 Jul 06)

Version 1.1 - 08 Apr 06:
* Standardized version information across all programs

Added .rc and .ico files
Improved build scripts
Updated documentation
## 1.1 (08 Apr 06)

Version 1.0 - 12 Apr 04:
* Added .rc and .ico files
* Improved build scripts
* Updated documentation

Initial release
## 1.0 (12 Apr 04)

* Initial release
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
inirw 1.2 - Jul 19 2006
Copyright (c) 2004-2006 Ross Smith II (http://smithii.com) All Rights Reserved
# inirw

------------------------------------------------------------------------------
Read and write .INI files

Usage:
## Usage

````
inirw filename sectionname key [newvalue]
````

------------------------------------------------------------------------------
## Contributing

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
## Bugs

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
To view existing bugs, or report a new bug, please see the [issues](/issues) page for this project.

$Id$
## License

This project is [MIT licensed](LICENSE).

## Changelog

Please see [CHANGELOG.md](CHANGELOG.md) for the version history for this project.

## Contact

This project was originally developed by [Ross Smith II](mailto:[email protected]).
Any enhancements and suggestions are welcome.

0 comments on commit f35babc

Please sign in to comment.