2 Star 2 Fork 0

HelloWeb / Mathematics Online

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Mathematics Online, version 1.0 beta

    安装与运行
    目录结构
    许可协议
    实现细节

安装与运行

内置测试环境运行:

双击“local_server.bat”即可

部署于服务器:

需要 PHP 版本 高于 5.3
开启 PHP SQlite3 扩展
开启 PHP cURL 扩展
对 newscache 文件夹有读写权限
对 db 文件夹有读写权限

目录结构

    │  about.html						关于页面
    │  about_compatible.html				关于 - 兼容性
    │  algebra.html					        代数页面
    │  geometry.html					几何页面
    │  index.html						主页
    │  local_server.bat					运行测试环境的脚本
    │  newsrepeater.php					用于首页 RSS 读取与缓存的脚本
    │  note.php						留言板
    │  README.txt						本文件
    │  setup.php						在缺少 db/mathol.db 时,用于创建数据库

    ├─css							层叠样式表文件
    │      csshover.htc					修复 IE6 Hover 的 htc 文件
    │      index.css					首页、多数页面的 CSS

    ├─db							数据库
    │      mathol.db					留言数据库

    ├─images						图片文件
    │      bg_formula.jpg					高清的背景图
    │      bg_formula_s.png				现在用的背景图
    │      paper.png					文章打底的背景

    ├─js							脚本文件
    │      algebra.js					代数页面的脚本
    │      buzz.min.js					HTML5 音效插件
    │      cufon-yui.js					Cufon Yui
    │      geo.js						【未完工】几何绘图系统
    │      index.js					主页与几何页面的脚本
    │      jquery.js					jQuery 库
    │      news.js						RSS 阅读,配合 newsreader.php
    │      Old_Fashion_500.font.js				Cufon 字体文件,用于抬头“Mathematics Online”

    ├─newscache						文章 RSS 缓存, Base64 编码
    │      d3d3Lm1hdHJpeDY3LmNvbS9ibG9nL2ZlZWQvcnNz
    │      YmxvZy5zaW5hLmNvbS5jbi9yc3MvMTQ1ODEyNzUzMS54bWw=

    ├─nicedit						nicEdit 控件
    │  │  nicEdit.js
    │  │  nicEditorIcons.gif
    │  │
    │  └─demos
    │          demo01.html
    │          demo02.html
    │          demo03.html
    │          demo04.html
    │          demo05.html

    └─sound						下部的《英雄联盟》小彩蛋,用于 IE9+,Safari、Firefox、Chrome、Opera
            Ashe.mp3					寒冰射手艾希
            Ashe.ogg
            Ezreal.mp3					伊泽瑞尔
            Ezreal.ogg
            Kennen.mp3					凯南
            Kennen.ogg
            Lux.mp3						拉克丝
            Lux.ogg
    __________________________________________________________________

许可协议

nicEdit, MIT License Cufon, MIT license jQuery, MIT License PHP, The PHP License, version 3.01 -See php/license.txt

本软件除以上部分,其余由 MIT 协议发布。

Copyright (C) 2014 Zitan Liu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

实现细节

暂无
The MIT License (MIT) Copyright (c) 2014 HelloWeb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

数学在线 展开 收起
PHP
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/libreliu/Mathematics-Online.git
git@gitee.com:libreliu/Mathematics-Online.git
libreliu
Mathematics-Online
Mathematics Online
master

搜索帮助