Skip to content

Commit 155c714

Browse files
committed
go to version 2!
1 parent 7fa53e5 commit 155c714

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

INSTALL

+1-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
*********************************************
2-
Persian Log2Vis version 2 - INSTALL
3-
*********************************************
4-
5-
Thank you for downloading Persian Log2Vis. This text will guide you
6-
through the basics of installation.
7-
8-
TABLE OF CONTENT :
9-
10-
1. REQUIREMENTS
11-
2. TROUBLESHOOTING
12-
13-
14-
REQUIREMENTS
15-
============
16-
17-
To install Persian Log2Vis on a computer, whether locally or remotely,
18-
you need the following on your machine :
19-
20-
1. One of the following Operating systems :
21-
22-
Linux / BSD / Unix
23-
Windows
24-
25-
2. A web server (We recommend Apache, but others should work too),
26-
27-
3. PHP scripting language (version 5.0 or later).
28-
29-
TROUBLESHOOTING
30-
===============
31-
32-
1. If you want to submit a bug, please email me at <[email protected]>
33-
or post a comment in my blog at <http://oxygenws.com/blog/archives/33-PHP.html>.
1+
read README

README

+33-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
read INSTALL
1+
*********************************************
2+
Persian Log2Vis version 2 - INSTALL
3+
*********************************************
4+
5+
Thank you for downloading Persian Log2Vis. This text will guide you
6+
through the basics of installation.
7+
8+
TABLE OF CONTENT :
9+
10+
1. REQUIREMENTS
11+
2. TROUBLESHOOTING
12+
13+
14+
REQUIREMENTS
15+
============
16+
17+
To install Persian Log2Vis on a computer, whether locally or remotely,
18+
you need the following on your machine :
19+
20+
1. One of the following Operating systems :
21+
22+
Linux / BSD / Unix
23+
Windows
24+
25+
2. A web server (We recommend Apache, but others should work too),
26+
27+
3. PHP scripting language (version 5.0 or later).
28+
29+
TROUBLESHOOTING
30+
===============
31+
32+
1. If you want to submit a bug, please email me at <[email protected]>
33+
or post a comment in my blog at <http://oxygenws.com/blog/archives/33-PHP.html>.

bidi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,4 +661,4 @@ public function utf8Bidi($ta, $forcertl=false) {
661661
}
662662

663663
}
664-
?>
664+

persian_log2vis.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
//----------------------------------------------------------------------
3-
// Persian Log2Vis version 2 Beta 1
3+
// Persian Log2Vis version 2
44
//----------------------------------------------------------------------
5-
// Copyright (c) 2009 Oxygen Web Solutions <http://oxygenws.com>
5+
// Copyright (c) 2012 Oxygen Web Solutions <http://oxygenws.com>
66
//----------------------------------------------------------------------
77
// This program is under the terms of the GENERAL PUBLIC LICENSE (GPL)
88
// as published by the FREE SOFTWARE FOUNDATION. The GPL is available
@@ -43,4 +43,4 @@ function persian_log2vis(&$str)
4343

4444
$str = implode("\n", $str);
4545
}
46-
?>
46+

unicode_data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18320,4 +18320,4 @@
1832018320
//============================================================+
1832118321
// END OF FILE
1832218322
//============================================================+
18323-
?>
18323+

0 commit comments

Comments
 (0)