[Pkg-javascript-commits] [highlight.js] branch master updated (b265c04 -> 54a5724)
Cédric Boutillier
boutil at alioth.debian.org
Thu Nov 7 10:07:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository highlight.js.
from b265c04 add dversionmangle
new 160bf86 Imported Upstream version 7.4+ds
new 9b9a1ac build with python3
new cb75713 Bump Standards-Version to 3.9.5 (no changes needed); update homepage
new 5717294 Refresh modify_build_dir.patch
new 1d73bdf Rename the unminified highlight.pack.js to highlight.js (the minified version is highlight.min.js)
new 7fffcba d/copyright: update Source field to point to github page
new 54a5724 prepare changelog
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
AUTHORS.en.txt | 17 +-
AUTHORS.ru.txt | 19 +-
README.md | 33 +-
README.ru.md | 32 +-
classref.txt | 110 +++-
debian/changelog | 13 +
debian/control | 8 +-
debian/copyright | 2 +-
debian/patches/modify_build_dir.patch | 26 +-
debian/rules | 5 +-
docs/api.rst | 7 +-
docs/building-testing.rst | 48 +-
docs/conf.py | 4 +-
docs/contribution.rst | 6 +-
docs/language-guide.rst | 2 +-
docs/reference.rst | 2 +-
src/export.html | 2 +-
src/highlight.js | 58 +-
src/languages/applescript.js | 3 +-
src/languages/asciidoc.js | 187 +++++++
src/languages/axapta.js | 6 +-
src/languages/bash.js | 62 ++-
src/languages/clojure.js | 5 +-
src/languages/coffeescript.js | 121 +++--
src/languages/cpp.js | 6 +-
src/languages/cs.js | 2 +-
src/languages/css.js | 27 +-
src/languages/django.js | 5 +-
src/languages/fsharp.js | 56 ++
src/languages/haml.js | 142 +++++
src/languages/handlebars.js | 64 +++
src/languages/haskell.js | 4 +-
src/languages/ini.js | 3 +-
src/languages/java.js | 3 +-
src/languages/javascript.js | 19 +-
src/languages/lasso.js | 112 ++++
src/languages/lisp.js | 11 +-
src/languages/mizar.js | 24 +
src/languages/nginx.js | 3 +-
src/languages/objectivec.js | 11 +-
src/languages/parser3.js | 2 +-
src/languages/profile.js | 2 +-
src/languages/python.js | 26 +-
src/languages/ruleslanguage.js | 62 +++
src/languages/rust.js | 11 +-
src/languages/scss.js | 114 ++++
src/languages/smalltalk.js | 5 +-
src/languages/sql.js | 4 +-
src/languages/vala.js | 5 +-
src/languages/vbnet.js | 54 ++
src/languages/xml.js | 4 +-
src/package.json | 4 +-
src/styles/arta.css | 3 +-
src/styles/dark.css | 3 +-
src/styles/default.css | 18 +-
src/styles/{github.css => docco.css} | 52 +-
src/styles/far.css | 3 +-
src/styles/foundation.css | 113 ++++
src/styles/github.css | 4 +-
src/styles/googlecode.css | 3 +-
src/styles/ir_black.css | 3 +-
src/styles/magula.css | 3 +-
src/styles/mono-blue.css | 59 +++
src/styles/monokai.css | 12 +-
src/styles/{monokai.css => monokai_sublime.css} | 215 ++++----
src/styles/{monokai.css => obsidian.css} | 89 +++-
src/styles/{sunburst.css => railscasts.css} | 111 ++--
src/styles/school_book.css | 3 +-
src/styles/solarized_dark.css | 7 +-
src/styles/solarized_light.css | 7 +-
src/styles/sunburst.css | 3 +-
src/styles/tomorrow-night-blue.css | 2 +-
src/styles/tomorrow-night-bright.css | 2 +-
src/styles/tomorrow-night-eighties.css | 2 +-
src/styles/tomorrow-night.css | 2 +-
src/styles/tomorrow.css | 2 +-
src/styles/vs.css | 4 +-
src/styles/xcode.css | 4 +-
src/styles/zenburn.css | 3 +-
src/test.html | 646 ++++++++++++++++++++---
tools/build.py | 125 +++--
tools/build3.py | 305 -----------
83 files changed, 2455 insertions(+), 917 deletions(-)
create mode 100644 src/languages/asciidoc.js
create mode 100644 src/languages/fsharp.js
create mode 100644 src/languages/haml.js
create mode 100644 src/languages/handlebars.js
create mode 100644 src/languages/lasso.js
create mode 100644 src/languages/mizar.js
create mode 100644 src/languages/ruleslanguage.js
create mode 100644 src/languages/scss.js
create mode 100644 src/languages/vbnet.js
copy src/styles/{github.css => docco.css} (69%)
create mode 100644 src/styles/foundation.css
create mode 100644 src/styles/mono-blue.css
copy src/styles/{monokai.css => monokai_sublime.css} (64%)
copy src/styles/{monokai.css => obsidian.css} (60%)
copy src/styles/{sunburst.css => railscasts.css} (55%)
mode change 100644 => 100755 src/test.html
delete mode 100644 tools/build3.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/highlight.js.git
More information about the Pkg-javascript-commits
mailing list