Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Added htmlparser and normal-template to catalog.
Browse files Browse the repository at this point in the history
Fixed gmosx uri in README.

Conflicts:

	sources.json
  • Loading branch information
tlrobinson committed Jan 23, 2010
1 parent 8f7d6db commit 2066341
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Contributors

* [Tom Robinson](http://tlrobinson.net/)
* [Kris Kowal](http://askawizard.blogspot.com/)
* [George Moschovitis](http://blog.gmosx.com/)
* [George Moschovitis](http://www.gmosx.com/)
* [Kevin Dangoor](http://www.blueskyonmars.com/)
* Hannes Wallnöfer
* Sébastien Pierre
Expand Down
76 changes: 76 additions & 0 deletions catalog-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,82 @@
}
],
"dependencies": []
},
"htmlparser": {
"name": "htmlparser",
"description": "An HTML parser",
"keywords": [
"html",
"parser",
"dom"
],
"author": {
"name": "George Moschovitis",
"url": "http://www.gmosx.com/"
},
"contributors": [
{
"name": "George Moschovitis",
"url": "http://www.gmosx.com/"
}
],
"lib": [
"lib"
],
"jars": [
"engines/rhino/jars/htmlparser-1.2.1.jar"
],
"lean": [
"lib",
"engines"
],
"descriptorUrl": "http://github.com/gmosx/htmlparser/raw/master/package.json",
"packageUrl": "http://github.com/gmosx/htmlparser/zipball/master",
"packageArchive": "zip",
"source": {
"type": "github",
"user": "gmosx",
"name": "htmlparser",
"packageName": "htmlparser",
"descriptorUrl": "http://github.com/gmosx/htmlparser/raw/master/package.json",
"url": "http://github.com/gmosx/htmlparser/zipball/master",
"archive": "zip"
},
"dependencies": [],
"version": []
},
"normal-template": {
"name": "normal-template",
"description": "A simple, powerful and safe templating engine",
"keywords": [
"template",
"text",
"json"
],
"author": {
"name": "George Moschovitis"
},
"email": "george.moschovitis@gmail.com",
"dependencies": [],
"lib": "lib",
"descriptorUrl": "http://github.com/gmosx/normal-template/raw/master/package.json",
"packageUrl": "http://github.com/gmosx/normal-template/zipball/master",
"packageArchive": "zip",
"source": {
"type": "github",
"user": "gmosx",
"name": "normal-template",
"packageName": "normal-template",
"descriptorUrl": "http://github.com/gmosx/normal-template/raw/master/package.json",
"url": "http://github.com/gmosx/normal-template/zipball/master",
"archive": "zip"
},
"contributors": [
{
"name": "George Moschovitis"
}
],
"version": []
}
}
}
10 changes: 10 additions & 0 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,16 @@
"type": "github",
"user": "tlrobinson",
"name": "mustache.js"
},
"htmlparser": {
"type": "github",
"user": "gmosx",
"name": "htmlparser"
},
"normal-template": {
"type": "github",
"user": "gmosx",
"name": "normal-template"
}
}
}

0 comments on commit 2066341

Please sign in to comment.