Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 883 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 883 Bytes

futaba.php

futaba.php is Message board scripts.

I branched script to this repository. Is script used in http://www.2chan.net/.

This script aims running with PHP 5.4.15 or later...

How to running

  • PHP 5.4.15 or later
> cd app
> grunt concat:model
> grunt concat:futaba
> grunt shell:phpRunning

ToDo

Script charactor code is UTF-8, But previous code is Shift-JIS. There is a problem of compatibility of the log charactor code.

Countermeasure

Use by nkf (Nihongo Kanji Filter).

> nkf -Lu old.log > new.log

みさわ

Lisence

This script for License is Public-domain. I accordance with the distribution of the original license.

Bitdeli Badge