Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

32 строки
815 B

  1. $Id$
  2. The extras/ directory contains extra files that were used to generate
  3. static files such as fonts.
  4. usercp_confirm.php
  5. ------------------
  6. This file is includes/usercp_confirm.php, extracted from phpBB's captcha
  7. generator. It was used to generate the font_phpbb.png font file. This file
  8. is NOT under the WTFPL, it is GPL.
  9. Usage: php4 usercp_confirm.php > font_phpbb.png
  10. getphpbbcaptcha.py
  11. ------------------
  12. Download a phpBB captcha from www.phpbb.com and output it to stdout.
  13. Usage: getphpbbcaptcha.py > captcha.png
  14. font_linuxfr.php
  15. ----------------
  16. This file is used to create the linuxfr font.
  17. Usage: php4 font_linuxfr.php > font_linuxfr.png
  18. makefont.c
  19. ----------
  20. This program is used to do a bitmap drawing of a ttf font.
  21. Usage: makefont <font.ttf> <size> <text> <output.bmp>