Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cevio/pjblog4

PJBLOG4轻博客系统
https://github.com/cevio/pjblog4

Last synced: 4 days ago
JSON representation

PJBLOG4轻博客系统

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

```