* develop: Renamed Stories.render_action() to render_json_action() Added account image with link to https://gravatar.com Added HTML sanitizer for comments and stories. Fixes issue 64. Added button for easily adding a username to the troll filter Implemented “gaslighting” of troll comments, i.e. hiding a comment of a known troll for everyone else but themselves Removed misleading trailing “(Server)” from console output Fixes issue 143 Separated rendering of core and custom CSS with Less and added more detailed error output Improved display of console messages Added bottom margin after article meta in case there is no title Introduced another value for the color of borders, vertical and horizontal lines Conflicts: code/Global/0.node.js code/Global/Global.js code/Site/$Site.skin code/Story/$Story.skin code/Story/Story.js code/Story/Story.skin
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
||
"name": "Antville",
|
||
"version": "1.5.0",
|
||
"description": "Antville is an open source project aimed at the development of a high performance, feature rich weblog hosting software. It can easily host up to several thousands of sites (the number of weblogs is rather limited by the installation owner’s choice and server power than by software limitations).",
|
||
"main": "main.js",
|
||
"directories": {
|
||
"doc": "docs",
|
||
"test": "tests"
|
||
},
|
||
"scripts": {
|
||
"install": "napa",
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://code.google.com/p/antville"
|
||
},
|
||
"author": "The Ant Queens",
|
||
"license": "Apache 2",
|
||
"napa": {
|
||
"uikit-bower": "uikit/bower-uikit#2.17.0",
|
||
"jquery-collagePlus": "ed-lea/jquery-collageplus#0.3.3"
|
||
},
|
||
"browserify-css": {
|
||
"minify": true
|
||
},
|
||
"devDependencies": {
|
||
"browserify": "^8.0.2",
|
||
"codemirror": "^4.10.0",
|
||
"jquery": "^2.1.3",
|
||
"js-md5": "^0.1.3",
|
||
"JSON": "^1.0.0",
|
||
"less": "git://github.com/less/less.js#v1.7.5",
|
||
"marked": "^0.3.3",
|
||
"minifyify": "^6.1.0",
|
||
"napa": "^1.1.0",
|
||
"sanitize-html": "^1.6.1"
|
||
}
|
||
}
|