Automatic File List Generator: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Category talk:Related Software moved to Automatic File List Generator: this is not category talk...)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
== Download Links ==
== Download Links ==


[http://www.estudiokuakers.com.ar/updates/NSIS_FileSeeker.rar Source & Bins]
[https://github.com/ogero/NSIS-FileSeeker Source & Bins]


== Description ==
== Description ==
Line 20: Line 20:


== Credits ==
== Credits ==
Author: Geronimo Oñativia.
Author: Geronimo Oñativia.
Web: http://www.estudiokuakers.com.ar
Mail: geronimox (at) gmail.com
 
== License ==
== License ==


<pre> This software is provided 'as-is', without any express or implied
<pre>The MIT License (MIT)
  warranty. In no event will the authors be held liable for any damages
 
  arising from the use of this software.
Copyright (c) 2014 Gero
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


  Permission is granted to anyone to use this software for any purpose,
The above copyright notice and this permission notice shall be included in all
  including commercial applications, and to alter it and redistribute
copies or substantial portions of the Software.
  it freely, subject to the following restrictions:


  1. The origin of this software must not be misrepresented;
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    you must not claim that you wrote the original software.
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    If you use this software in a product, an acknowledgment in the
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    product documentation would be appreciated but is not required.
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  2. Altered versions must be plainly marked as such,
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    and must not be misrepresented as being the original software.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  3. This notice may not be removed or altered from any distribution.</pre>
SOFTWARE.</pre>


[[Category:Related Software]]
[[Category:Related Software]]

Latest revision as of 17:35, 30 July 2014

Automatic File List Generator

Author: Geronimox (talk, contrib)


Download Links

Source & Bins

Description

This software helps you adding to your project multiple files very quickly. It has a very intuitive GUI an allows recursive directory listing. Hope it helps someone.

Usage

Run the software an choose which folder to examine, after pressing the process button, copy and paste the generated code.

Versions History

1.0 - 05/Jun/2008
  • First version.

Credits

Author: Geronimo Oñativia. Mail: geronimox (at) gmail.com

License

The MIT License (MIT)

Copyright (c) 2014 Gero

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.