| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() | Readme Generator Hey, Just thought i'd post here a readme generator i've created. I created it a month back just practising with fwrite and a few other functions and i hope that people can use this script for practise with exactly the same thing. You enter a few details about your product, ie. development team, version main info etc etc and it creates a .txt readme including ASCII generated text at the top using figlet. EDIT: Just updated to V1.2 (Added commenting throughout the main folder to help people understand and edit it )Main page: http://www.beaver6813.com/me/?page_id=7 ????: NamePros.com http://www.namepros.com/code/258800-readme-generator.html Demo: http://www.beaver6813.com/readmegen Download: New V1.2: http://www.beaver6813.com/me/wp-cont...rator_V1.2.zip Any bugs or suggestions, lemme know ![]() Beav
__________________ -Beaver6813.com - Web Developer Extraordinaire!
Last edited by beaver6813; 12-02-2006 at 01:34 AM.
|
| |
| | #3 (permalink) |
| Resistance is Futile Join Date: Apr 2006 Location: Montreal, Canada
Posts: 1,094
![]() ![]() ![]() ![]() ![]() ![]() | Awesome generator! Love the art stuff you did.
__________________ Freelance Web Developer PHP, MySQL, XHTML, CSS, Javascript, jQuery, Wordpress Portfolio: www.bundy.ca |
| |
| | THREAD STARTER #7 (permalink) |
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() | php.net is the best place to look at that kinda stuff ![]() Thanks guys for all the comments and words of encouragement
__________________ -Beaver6813.com - Web Developer Extraordinaire! |
| |
| | #10 (permalink) |
![]() Join Date: Jul 2006
Posts: 4,607
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | php.net... you told the most important things about basic skills. Thanks for your awesome script. Rep added.
__________________ juegosjuegos Your Hotel in Austria Matratzen Domain Acquisition | Store all your favorite links! | Web Proxies Proxy List | Bookmarks | Creative Enquiry | Web Proxy List |
| |
| | THREAD STARTER #11 (permalink) |
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() | Thanks guys for the rep etc Much appreciated. I've updated the script to V1.2, i've basically just commented on everything that the script does step by step so people will find it easier to use and understand
__________________ -Beaver6813.com - Web Developer Extraordinaire! |
| |
| | THREAD STARTER #13 (permalink) | ||||
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() |
__________________ -Beaver6813.com - Web Developer Extraordinaire! | ||||
| |
| | #16 (permalink) |
| NamePros Regular Join Date: Feb 2006
Posts: 584
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Your demo displays this error : Warning: fopen(readmesaved/README-Demo_Name-90.txt) [function.fopen]: failed to open stream: Permission denied in /home/beaver68/public_html/readmegen/index.php on line 135 Cannot open file (readmesaved/README-Demo_Name-90.txt) Check your permissions? |
| |
| | THREAD STARTER #17 (permalink) |
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() | Hey, I transfered hosts yesterday so its probably changed permissions like you said Will check it out now ^^EDIT: Fixed Needed to re-chmod the readmesaved directory
__________________ -Beaver6813.com - Web Developer Extraordinaire! |
| |
| | #18 (permalink) |
| NamePros Regular Join Date: Feb 2006
Posts: 584
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | A demo for anyone to see : http://www.beaver6813.com/readmegen/...mo_Name-39.txt I love the isometric ASCII |
| |
| | #19 (permalink) |
| Senior Member Join Date: Aug 2006
Posts: 1,218
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Code: ___ ___ ___ ___ ___ ___
|\__\ /\ \ /\ \ /\ \ /\ \ /\__\
|:| | /::\ \ /::\ \ /::\ \ /::\ \ /:/ /
|:| | /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/ /
|:|__|__ /:/ \:\ \ /:/ \:\ \ /:/ \:\ \ /:/ \:\ \ /:/ /
/::::\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/__/
/:/~~/~ \:\ \ /:/ / \:\ \ \/__/ \:\ \ /:/ / \:\ \ /:/ / \:\ \
/:/ / \:\ /:/ / \:\ \ \:\ /:/ / \:\ /:/ / \:\ \
\/__/ \:\/:/ / \:\ \ \:\/:/ / \:\/:/ / \:\ \
\::/ / \:\__\ \::/ / \::/ / \:\__\
\/__/ \/__/ \/__/ \/__/ \/__/
><><><><><><><><><><><><><><><><><><><><><><><><><><><><
------------------------------------------------------
__________________ |
| |