Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cevio/pjblog4
PJBLOG4轻博客系统
https://github.com/cevio/pjblog4
Last synced: 4 days ago
JSON representation
PJBLOG4轻博客系统
- Host: GitHub
- URL: https://github.com/cevio/pjblog4
- Owner: cevio
- Created: 2012-08-27T09:05:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T02:18:17.000Z (almost 4 years ago)
- Last Synced: 2023-10-26T05:14:37.647Z (about 1 year ago)
- Language: Classic ASP
- Homepage:
- Size: 18.2 MB
- Stars: 7
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PJBlog4
=======PJBLOG4轻博客系统
```js
require("status");if ( config.user.login === true ){
console.log('您已登入 退出登入');
}else{
var oauth = require("server/oAuth/qq/oauth"),
fn = require("fn");
console.log('登入');
}//require(["XML"], function(xml){
// var _object = xml.load("1.xml");
// var x = xml("t c", _object.root, _object.object);
//
// x.first().create("evio").html("evio is good");
//
// x.save("2.xml");
//
//// for ( var i = 0 ; i < x.length ; i++ ){
//// console.push(xml.type(x[i]) + "
");
//// }
// //console.debug();
//});//require(["PACKAGE"], function(package){
// package.merge(".", "3.xml", function(name){
// return name.replace(/^\.\//, "");
// });
// package.separate("3.xml", "test");
//});require(["openDataBase", "cache"], function(base, cache){
if (base === true && cache !== null){
var arr = cache.load("global");
console.push(arr);
console.debug();
}else{
console.push("cache handle file not be ready.");
console.debug();
}
});
``````html
```