mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-10 19:56:36 +03:00
First update of README
parent
8f702e7a1a
commit
215215216a
|
@ -1,6 +1,6 @@
|
|||
# License
|
||||
|
||||
sqlmap is (C) 2006-2015 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org), [Miroslav Stampar](mailto:miroslav@sqlmap.org).
|
||||
sqlmap is (C) 2006-2016 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org), [Miroslav Stampar](mailto:miroslav@sqlmap.org).
|
||||
|
||||
This program is free software; you may redistribute and/or modify it under the terms of the [GNU General Public License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) as published by the [Free Software Foundation](http://www.fsf.org); Version 2 (or later) with the clarifications and exceptions described in the [license file](https://raw.github.com/sqlmapproject/sqlmap/master/doc/COPYING). This guarantees your right to use, modify, and redistribute this software under certain conditions. If you wish to embed sqlmap technology into proprietary software, we sell alternative licenses
|
||||
(contact [sales@sqlmap.org](sales@sqlmap.org)).
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* [[Features]] - Brief list of supported features
|
||||
* [[Download and update]] - Keep your copy up-to-date
|
||||
* [[Dependencies]] - Information about used third-party libraries and tools
|
||||
* [[History]] - History from 2006 to 2015
|
||||
* [[History]] - History from 2006 to 2016
|
||||
* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
|
||||
* [[License]] - Copyright information
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Introduction.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md
|
||||
pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Introduction.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md
|
||||
|
||||
pandoc -f markdown -o FAQ.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap frequently asked questions (FAQ)" --no-wrap --toc --highlight-style=haddock --number-sections title_faq.txt FAQ.md
|
||||
pandoc -f markdown -o FAQ.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --variable author-meta="sqlmap developers" --variable title-meta="sqlmap frequently asked questions (FAQ)" --no-wrap --toc --highlight-style=haddock --number-sections title_faq.txt FAQ.md
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
% sqlmap user's manual
|
||||
% [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org)
|
||||
% April 15, 2013 (**DRAFT**)
|
||||
% February 2X, 2016 (**DRAFT**)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
% sqlmap frequently asked questions (FAQ)
|
||||
% [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org)
|
||||
% April 15, 2013 (**DRAFT**)
|
||||
% February 2X, 2016 (**DRAFT**)
|
||||
|
|
Loading…
Reference in New Issue
Block a user