Skip to content

Commit 2c274b1

Browse files
committed
update
1 parent 9646e91 commit 2c274b1

18 files changed

+320
-328
lines changed

1.html

+303-305
Large diffs are not rendered by default.

CodeIgniter.chm

186 KB
Binary file not shown.

CodeIgniter.hhc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<param name="Local" value="preface.html">
4545
</OBJECT>
4646
<LI> <OBJECT type="text/sitemap">
47-
<param name="Name" value="��һ�¡��� CodeIgniter �Ľ���">
47+
<param name="Name" value="��һ�¡�CodeIgniter ���">
4848
<param name="Local" value="1.html">
4949
</OBJECT>
5050
<UL>

CodeIgniter.hhp

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Error log file=_errorlog.txt
1313
Full-text search=Yes
1414
Index file=CodeIgniter.hhk
1515
Language=0x804 ����(���壬�й�)
16-
Title=PHP ���ݿ������ CodeIgniter - ���� Web Ӧ�ÿ������ ����������: 2009.1.19��
16+
Title=PHP ��� CodeIgniter 3 - ���� Web Ӧ�ÿ������ ����������: 2016.3.12��
1717

1818
[WINDOWS]
19-
Main="PHP ���ݿ������ CodeIgniter - ���� Web Ӧ�ÿ������ ����������: 2009.1.19��","CodeIgniter.hhc","CodeIgniter.hhk","index.html","table_of_contents.html",,,,,0x71520,180,0x70387e,[0,0,708,727],0xb0000,,,,,,0
19+
Main="PHP ��� CodeIgniter 3 - ���� Web Ӧ�ÿ������ ����������: 2016.3.12��","CodeIgniter.hhc","CodeIgniter.hhk","index.html","table_of_contents.html",,,,,0x71520,180,0x70387e,[0,0,708,727],0xb0000,,,,,,0
2020

2121

2222
[FILES]
@@ -45,4 +45,3 @@ preface_cn.html
4545
table_of_contents.html
4646

4747
[INFOTYPES]
48-

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
《CodeIgniter for Rapid PHP Application Development》中文版
1+
《CodeIgniter for Rapid PHP Application Development》中文翻译项目
22
=================================
33

44
简介
55
---------------------------------
6-
**中文名**:《PHP 敏捷开发框架 CodeIgniter - 快速 Web 应用开发详解》
6+
**中文名**:《PHP 框架 CodeIgniter 3 - 快速 Web 应用开发详解》
77

88
![image](images/CodeIgniter_cover.jpg)
99

_images_source/CodeIgniter_cover.png

-17.7 KB
Loading

_images_source/header.png

18.6 KB
Loading

css/highlight.css

-1
This file was deleted.

css/main.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ code {
5151

5252
#header {
5353
background-color: #f0f0f0;
54-
background-image: url(../images/header.gif);
54+
background-image: url(../images/header.png);
5555
background-repeat: no-repeat;
5656
background-position: 10px 2px;
5757
height: 30px;
@@ -108,7 +108,7 @@ div.code {
108108
}
109109

110110
div.code div.title {
111-
background: #F0F0F0;
111+
background: #efeff7;
112112
border-bottom-color: #c8cdde;
113113
border-bottom-style: solid;
114114
border-bottom-width: 1px;
@@ -125,14 +125,14 @@ div.code div.title {
125125
}
126126

127127
div.code pre {
128-
background: #F0F0F0;
128+
background: #f7f7ff;
129129
border-top-color: #ffffff;
130130
border-top-style: solid;
131131
border-top-width: 1px;
132132
padding-left: 6px;
133133
padding-right: 6px;
134-
padding-top: 2px;
135-
padding-bottom: 5px;
134+
padding-top: 10px;
135+
padding-bottom: 20px;
136136
margin: 0;
137137
font-size: 12px;
138138
overflow: auto;

images/CodeIgniter_cover.jpg

-44.4 KB
Binary file not shown.

images/CodeIgniter_cover.png

225 KB
Loading

images/header.gif

-2.64 KB
Binary file not shown.

images/header.png

4.5 KB
Loading

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
5-
<title>PHP 敏捷开发框架 CodeIgniter - 快速 Web 应用开发详解</title>
5+
<title>PHP ¿ò¼Ü CodeIgniter 3 - ¿ìËÙ Web Ó¦Óÿª·¢Ïê½â</title>
66
<link href="css/main.css" rel="stylesheet" type="text/css" />
77
</head>
88
<body>
9-
<div align="center"><img src="images/CodeIgniter_cover.jpg" /></div>
10-
<img style="display:none;" src="images/header.gif" />
9+
<div align="center"><img src="images/CodeIgniter_cover.png" /></div>
10+
<img style="display:none;" src="images/header.png" />
1111
</body>
12-
</html>
12+
</html>

js/_main.js

-2
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,3 @@ function copyToClipboard(txt)
8080
clip.setData(trans,null,clipid.kGlobalClipboard);
8181
}
8282
}
83-
84-
hljs.initHighlightingOnLoad();

js/highlight.js

-2
This file was deleted.

js/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

table_of_contents.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Ŀ¼</h1>
1616
<ul>
1717
<li><a href="preface_cn.html">译序</a></li>
1818
<li><a href="preface.html">前言</a></li>
19-
<li><a href="1.html">第一章 CodeIgniter 的介绍</a>
19+
<li><a href="1.html">第一章 CodeIgniter 简介</a>
2020
<ul>
2121
<li><a href="1.html#C_1_1">1.1 CodeIgniter 能为你做什么?</a>
2222
<ul>
@@ -308,4 +308,4 @@ <h1>Ŀ¼</h1>
308308
</div>
309309
</div>
310310
</body>
311-
</html>
311+
</html>

0 commit comments

Comments
 (0)