repo
string
commit
string
message
string
diff
string
nex3/mdb
50bb9b11ceeed284e3a5f6a7f25c3125c9f041e7
Minor formatting cleanup.
diff --git a/mdb-slurp b/mdb-slurp index c077dca..beab0a0 100755 --- a/mdb-slurp +++ b/mdb-slurp @@ -1,19 +1,19 @@ #!/usr/bin/env python import sys import os import traceback from mdb import Database -server = 'http://localhost:5984/' +server = 'http://localhost:5984/' name = 'mdb' for path in sys.argv[1:]:...
nex3/mdb
08e0d5cd5296dc4990c8115be47ab63e4517ffd0
Set default value for ~#disc and ~#discs.
diff --git a/mdb/__init__.py b/mdb/__init__.py index e63bd4f..cbed66d 100644 --- a/mdb/__init__.py +++ b/mdb/__init__.py @@ -1,41 +1,45 @@ from datetime import datetime from mdb.formats import MusicFile from couchdb.client import Server SAVED_METATAGS = [ "~filename", "~format", "~mountpoint", "~performers...
nex3/mdb
b2bf69aae2c64a47b085942f49f1d4b062a0e6be
Don't insert empty attributes.
diff --git a/mdb/__init__.py b/mdb/__init__.py index ef33c46..e63bd4f 100644 --- a/mdb/__init__.py +++ b/mdb/__init__.py @@ -1,39 +1,41 @@ from datetime import datetime from mdb.formats import MusicFile from couchdb.client import Server SAVED_METATAGS = [ "~filename", "~format", "~mountpoint", "~performers...
nex3/mdb
01854403a2b1f7623d23a33cf30a2bfbc511b7a8
Catch exceptions in mdb-slurp.
diff --git a/mdb-slurp b/mdb-slurp index f71f354..c077dca 100755 --- a/mdb-slurp +++ b/mdb-slurp @@ -1,15 +1,19 @@ #!/usr/bin/env python import sys import os +import traceback from mdb import Database server = 'http://localhost:5984/' name = 'mdb' for path in sys.argv[1:]: db = Database(server, name) ...
nex3/mdb
cf1808317663d01aafd5dd241c56fb9f2d4d6ae0
Make sure pathnames are unicode objects.
diff --git a/mdb/__init__.py b/mdb/__init__.py index e4153c0..ef33c46 100644 --- a/mdb/__init__.py +++ b/mdb/__init__.py @@ -1,39 +1,39 @@ from datetime import datetime from mdb.formats import MusicFile from couchdb.client import Server SAVED_METATAGS = [ "~filename", "~format", "~mountpoint", "~performers...
nex3/mdb
9cc23d83b8cc9a0523d177975581ab7cbafe0454
Support bulk update and use it at album level.
diff --git a/mdb-slurp b/mdb-slurp index a2b57bb..f71f354 100755 --- a/mdb-slurp +++ b/mdb-slurp @@ -1,15 +1,15 @@ #!/usr/bin/env python import sys import os from mdb import Database server = 'http://localhost:5984/' name = 'mdb' for path in sys.argv[1:]: db = Database(server, name) if os.path.isf...
nex3/mdb
1a434e10eb1c9c57d7d12dbbe619d3d79b8da3ae
Add basic slurping capabilities.
diff --git a/mdb-slurp b/mdb-slurp new file mode 100755 index 0000000..a2b57bb --- /dev/null +++ b/mdb-slurp @@ -0,0 +1,15 @@ +#!/usr/bin/env python +import sys +import os +from mdb import Database + +server = 'http://localhost:5984/' +name = 'mdb' + +for path in sys.argv[1:]: + db = Database(server, name) + if ...
nex3/mdb
88d8896eda2038cb76cd1d959d006531e13cbf6b
Don't catch errors in mdb.formats.MusicFile.
diff --git a/mdb/formats/__init__.py b/mdb/formats/__init__.py index fab1999..058a1f8 100644 --- a/mdb/formats/__init__.py +++ b/mdb/formats/__init__.py @@ -1,74 +1,60 @@ # Copyright 2004-2005 Joe Wreschnig, Michael Urman # # This program is free software; you can redistribute it and/or modify # it under the terms ...
nex3/mdb
1b32e6f9df2dfc9ec79abdd05097e8579acf0848
Add .gitignore.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc
nex3/mdb
1fc118bf8141a3ad99d0d624644bddcb2df4f3f6
Remove the dependency of mdb.formats on Quod Libet.
diff --git a/mdb/formats/__init__.py b/mdb/formats/__init__.py index 13edb71..fab1999 100644 --- a/mdb/formats/__init__.py +++ b/mdb/formats/__init__.py @@ -1,75 +1,74 @@ # Copyright 2004-2005 Joe Wreschnig, Michael Urman # # This program is free software; you can redistribute it and/or modify # it under the terms ...
nex3/mdb
92bf68edf0dab283a11890dfc23de18460e2d79c
Use Quod Libet's tag-normalization lib because Mutagen apparently doesn't handle that.
diff --git a/mdb/formats/__init__.py b/mdb/formats/__init__.py new file mode 100644 index 0000000..13edb71 --- /dev/null +++ b/mdb/formats/__init__.py @@ -0,0 +1,75 @@ +# Copyright 2004-2005 Joe Wreschnig, Michael Urman +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of ...
ruediger/VobSub2SRT
d238553ea1f82da8c89a82df175d244880a92ba4
Fix homebrew formula
diff --git a/packaging/vobsub2srt.rb b/packaging/vobsub2srt.rb index 69a90d1..b3bd91c 100644 --- a/packaging/vobsub2srt.rb +++ b/packaging/vobsub2srt.rb @@ -1,18 +1,20 @@ # Homebrew Formula for VobSub2SRT # Usage: brew install https://github.com/ruediger/VobSub2SRT/raw/master/vobsub2srt.rb require 'formula' cla...
ruediger/VobSub2SRT
6c2f57dbc5ffd27667152e08142f0105fdbca104
Remove deprecated std_cmake_parameters
diff --git a/packaging/vobsub2srt.rb b/packaging/vobsub2srt.rb index e7539aa..69a90d1 100644 --- a/packaging/vobsub2srt.rb +++ b/packaging/vobsub2srt.rb @@ -1,18 +1,18 @@ # Homebrew Formula for VobSub2SRT # Usage: brew install https://github.com/ruediger/VobSub2SRT/raw/master/vobsub2srt.rb require 'formula' cla...
ruediger/VobSub2SRT
92ab67135a5d727f7e5f0a94aefa1c8d571e915a
Build: Use pkg-config to find bash-completions path.
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f648128..21d1348 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,30 +1,48 @@ find_program(GZIP gzip HINTS /bin /usr/bin /usr/local/bin) if(GZIP-NOTFOUND) message(WARNING "Gzip not found! Uncompressed manpage installed") add_...
ruediger/VobSub2SRT
f09f7f7b93b3d00f1c7387f983cfff62666e4d3c
Minor code cleanup.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index f3bbeed..207c1cb 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,319 +1,320 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
d1d62e992273e7159dc546d113b9d100fe46f641
src/cmd_options.c++ (help): Remove ... from help text.
diff --git a/src/cmd_options.c++ b/src/cmd_options.c++ index cbef0db..b4b7368 100644 --- a/src/cmd_options.c++ +++ b/src/cmd_options.c++ @@ -1,196 +1,196 @@ /* * This file is part of vobsub2srt * * Copyright (C) 2010-2015 Rüdiger Sonderfeld <ruediger@c-plusplus.de> * * This program is free software: you ...
ruediger/VobSub2SRT
4ed58c2abbe8206c9d56fabc4eb1942f201e598d
missing ;
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 9b3b3f6..72eb08f 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,312 +1,312 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
41c68442e55c327950dbe13cb0eec3c92bd6aaf3
Add --min-width, --min-height to elide spurious subpictures
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 82dfa81..9b3b3f6 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,307 +1,312 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
1eb5896fb5bc2a9b02f146dd83a56a0ef0436633
Use default tesseract data path if none specified
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 82dfa81..e049aac 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,307 +1,311 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
f8737613e60fd705d3a75752b05ae4e8ac92270f
Y-threshold option converts all palette entries below it to black.
diff --git a/mplayer/spudec.c b/mplayer/spudec.c index b3960cc..f9f2e91 100644 --- a/mplayer/spudec.c +++ b/mplayer/spudec.c @@ -830,646 +830,665 @@ static void scale_image(int x, int y, scale_pixel* table_x, scale_pixel* table_y { int alpha[4]; int color[4]; unsigned int scale[4]; int base = table_y[y].po...
ruediger/VobSub2SRT
ea026e46cbc4fb85c3834b5ee3eb735ce355e03c
src/vobsub2srt.c++ (main): Use `or` instead of `||`.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 40a8443..776a5d8 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,300 +1,300 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
028f7428846e15d4d2a49adc59c9c0740e6b2b12
Check for images with a zero height or width.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 2fa88df..40a8443 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,295 +1,300 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
b722a034dd6deb1581294d906adde8c564c0bf1b
Fix: subtitle numbers must start from 1
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index b74b548..2fa88df 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,295 +1,295 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
7293ac228e6916b0a841889a3509c1ba862a83b4
Use 4 digits for image file names, as some movies have over 10000 subs.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index d85c1dd..b74b548 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,295 +1,295 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
3a59dc278abc2c1e6efd842d567fbe063a9be4ba
remove trailing space/newlines from text
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 86eb7b2..d85c1dd 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,289 +1,295 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
8af7471e73624ad1e148ece6e9e8bfe9ed5c6a76
cmd_options: Fix #36 short option handling.
diff --git a/src/cmd_options.c++ b/src/cmd_options.c++ index acadaa5..3090ad6 100644 --- a/src/cmd_options.c++ +++ b/src/cmd_options.c++ @@ -1,196 +1,196 @@ /* * This file is part of vobsub2srt * * Copyright (C) 2010 Rüdiger Sonderfeld <ruediger@c-plusplus.de> * * This program is free software: you can r...
ruediger/VobSub2SRT
b70b6f584e8151f70f9d90df054af0911ea7475e
Write error message to SRT in case of OCR failure.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 1a1d54e..86eb7b2 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,285 +1,289 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
fbaa4ee4cbf3e831a3d647d8aa687939bc887f32
Report error for unknown options.
diff --git a/src/cmd_options.c++ b/src/cmd_options.c++ index 70b2c86..acadaa5 100644 --- a/src/cmd_options.c++ +++ b/src/cmd_options.c++ @@ -1,190 +1,196 @@ /* * This file is part of vobsub2srt * * Copyright (C) 2010 Rüdiger Sonderfeld <ruediger@c-plusplus.de> * * This program is free software: you can r...
ruediger/VobSub2SRT
de90184a05a5a5bbb4891b5326620b7495659e4c
Fix double-free issue.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 7bae69a..1a1d54e 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,284 +1,285 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
848f6a016104b23eeb83879241924bd791f89478
Cleanup previous patch and other minor changes.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 24235dc..7bae69a 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,281 +1,284 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
5b2ccabc55f1037e325f7889f02fecdae3ab8702
Fix for #29: output subtitled with overlapping errors
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 17b721c..24235dc 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,260 +1,281 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
1c782e5344bfa201e5073b07ba7f0ebec1312d82
Handle stride when dumping images. Fix #18 and #30.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index bbeead9..17b721c 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,258 +1,260 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
0122ce7efc3e9dc1e519e39c766bc72158f8f49f
Handle NULL id's for --langlist.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index d8510de..7457b1e 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,238 +1,239 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
7a6613928a6898881d48de27a52416a171386182
Add --index flag.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index d8510de..748aec8 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,238 +1,257 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
751a3682d85f666d690fa17c220047adbff6ec27
packaging/gentoo: Updated ebuild script.
diff --git a/packaging/vobsub2srt-9999.ebuild b/packaging/vobsub2srt-9999.ebuild index 53826dd..c6cfb30 100644 --- a/packaging/vobsub2srt-9999.ebuild +++ b/packaging/vobsub2srt-9999.ebuild @@ -1,33 +1,25 @@ # -*- mode:sh; -*- -# Copyright 1999-2012 Gentoo Foundation + +# See https://github.com/ruediger/VobSub2SRT/issu...
ruediger/VobSub2SRT
d4831b6307267f2c045fc304ecbd21929f7d2639
manpage: Example for chinese.
diff --git a/doc/vobsub2srt.1 b/doc/vobsub2srt.1 index c49d402..fba9668 100644 --- a/doc/vobsub2srt.1 +++ b/doc/vobsub2srt.1 @@ -1,45 +1,49 @@ .TH vobsub2srt 1 "27 September 2010" .SH NAME vobsub2srt \- converts vobsub (.idx/.sub) into .srt subtitles .SH SYNOPSIS \fBvobsub2srt\fR [\fIOPTION\fR] \fIFILENAME\fR .SH...
ruediger/VobSub2SRT
8d34a407b326c82a2a79f81d4e7ed9929920d1ef
Add --tesseract-lang option.
diff --git a/doc/completion.sh b/doc/completion.sh index f52b17a..dbccb9f 100755 --- a/doc/completion.sh +++ b/doc/completion.sh @@ -1,57 +1,57 @@ #!/bin/bash # -*- mode:sh; coding:utf-8; -*- # # Bash completions for vobsub2srt(1). # # Copyright (C) 2010 Rüdiger Sonderfeld <ruediger@c-plusplus.de> # # This ...
ruediger/VobSub2SRT
fe6c255cdf4024cb87df5b4cfd9ef1b6e7f1a457
Fix #24: Wrong manpage install path.
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7ad44da..24b7190 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,30 +1,30 @@ find_program(GZIP gzip HINTS /bin /usr/bin /usr/local/bin) if(GZIP-NOTFOUND) message(WARNING "Gzip not found! Uncompressed manpage installed") add_...
ruediger/VobSub2SRT
d7af9b863e5ac0002815aa912fbc04a1949b1577
Fedora RPM spec file
diff --git a/packaging/vobsub2srt.spec b/packaging/vobsub2srt.spec new file mode 100644 index 0000000..bc5177e --- /dev/null +++ b/packaging/vobsub2srt.spec @@ -0,0 +1,53 @@ +%global commit 1746781ee4a98d92d70ba7198246c58285296437 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20130216 +%global ...
ruediger/VobSub2SRT
1add08890434510868d618200420aa38e3fed4d4
build: Add support for INSTALL_DOC_DIR and other common path flags.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e43709..d1954cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,146 +1,150 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
1746781ee4a98d92d70ba7198246c58285296437
Removed libavutil dependency.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a76983..0e43709 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,147 +1,146 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
db3b89ccd920435e14a906ac8b48fe43621c80a7
configure: Use -p instead of redirect. Thanks to Vinzenz!
diff --git a/configure b/configure index 5d0e400..64a50b4 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh # -*- mode:sh; coding:utf-8; -*- -mkdir build 2>/dev/null +mkdir -p build cd build && cmake "$@" ..
ruediger/VobSub2SRT
c1bfcd208a6a1fec10bec9b1e8d92db70084b815
Switch the brew formula to use the root Makefile instead of the CMake's build/Makefile
diff --git a/packaging/vobsub2srt.rb b/packaging/vobsub2srt.rb index b68f29d..e7539aa 100644 --- a/packaging/vobsub2srt.rb +++ b/packaging/vobsub2srt.rb @@ -1,18 +1,18 @@ # Homebrew Formula for VobSub2SRT # Usage: brew install https://github.com/ruediger/VobSub2SRT/raw/master/vobsub2srt.rb require 'formula' cla...
ruediger/VobSub2SRT
bf5cedba9cbd44d2cd3561173c7a17260dcad9fd
Ignore Mac spore
diff --git a/.gitignore b/.gitignore index 9b89d8d..8ccca03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ build/ test/ /.dput.cf /doc/vobsub2srt.1.gz /ppa_config.cmake /version /TAGS +*DS_Store \ No newline at end of file
ruediger/VobSub2SRT
d2a5d433a3a876ec1189e90f8c6f8e3aac438579
Add building documentation to target all.
diff --git a/Makefile b/Makefile index 2d006af..7355eb8 100644 --- a/Makefile +++ b/Makefile @@ -1,34 +1,34 @@ .PHONY: all clean distclean install uninstall package dput documentation -all: build | documentation +all: build $(MAKE) -C build clean: build $(MAKE) -C build clean distclean: rm -rf build/ ...
ruediger/VobSub2SRT
a00f715a309366ed6aafe3b74ed2042b4ae75a9a
make documentation so that `brew install` doesn't fail
diff --git a/packaging/vobsub2srt.rb b/packaging/vobsub2srt.rb index 9181385..b68f29d 100644 --- a/packaging/vobsub2srt.rb +++ b/packaging/vobsub2srt.rb @@ -1,18 +1,18 @@ # Homebrew Formula for VobSub2SRT # Usage: brew install https://github.com/ruediger/VobSub2SRT/raw/master/vobsub2srt.rb require 'formula' cla...
ruediger/VobSub2SRT
fea824deef580427733f52dbce522110b7d00890
gitignore: TAGS file
diff --git a/.gitignore b/.gitignore index 13bac65..9b89d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ build/ test/ /.dput.cf /doc/vobsub2srt.1.gz /ppa_config.cmake /version +/TAGS
ruediger/VobSub2SRT
c10d80eb6ee49703b6cc17ff7bff75f296e79764
build: Warn against building statically linked binaries
diff --git a/CMakeLists.txt b/CMakeLists.txt index b3bdf26..8a76983 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,146 +1,147 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
3d0cf9184c433f60e179cddabdbce96188e3bd68
build: No warning for the use of long long.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f422a5f..b3bdf26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,146 +1,146 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
aa28b55fdf0fe67563305aa2c02c4a90377055eb
Use -pedantic instead of -pedantic-errors. Fixes #19
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ad357c..f422a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,146 +1,146 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
63867cc686bbb07fea7a2f9fba4bf4518fadc47d
Check if Tesseract Init failed.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index e4aeb6c..14dd080 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,233 +1,236 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
b0c6af1d74d0621f0cc0ce30520c5cd5fbf9e553
Use sizeof instead of constant.
diff --git a/src/vobsub2srt.c++ b/src/vobsub2srt.c++ index 9f4768d..e4aeb6c 100644 --- a/src/vobsub2srt.c++ +++ b/src/vobsub2srt.c++ @@ -1,233 +1,233 @@ /* * VobSub2SRT is a simple command line program to convert .idx/.sub subtitles * into .srt text subtitles by using OCR (tesseract). See README. * * Copyri...
ruediger/VobSub2SRT
af6a7bfded1e6a7ce53385c655191a129373efe5
Build: Strip leading v from git versions.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f650178..6ad357c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,145 +1,146 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
48bbafe1721bc1b87ba3372f128f73850b60ad40
PPA: Fixed building of documentation
diff --git a/.gitignore b/.gitignore index 006ea86..13bac65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ build/ test/ /.dput.cf /doc/vobsub2srt.1.gz +/ppa_config.cmake +/version diff --git a/CMakeLists.txt b/CMakeLists.txt index f43a467..f650178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,143...
ruediger/VobSub2SRT
1404d47b4091547627909b2ea2996048f513da52
build: install targets depends on documentation target
diff --git a/Makefile b/Makefile index afdbb47..2d006af 100644 --- a/Makefile +++ b/Makefile @@ -1,34 +1,34 @@ .PHONY: all clean distclean install uninstall package dput documentation all: build | documentation $(MAKE) -C build clean: build $(MAKE) -C build clean distclean: rm -rf build/ documentatio...
ruediger/VobSub2SRT
75c60306db6c036e6fd6410a2d71210e9fa4fbfa
build/install: Handle uninstall in cmake. Fixes #17
diff --git a/CMakeLists.txt b/CMakeLists.txt index 69367f1..f43a467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,134 +1,143 @@ project(vobsub2srt) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules) if(NOT CMAKE_BUILD_TYPE) set( CMA...
ruediger/VobSub2SRT
102877663fbea7a1a299f64e736c561e60ab244c
Create vobsub2srt.1.gz in build directory.
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 372f20c..3544e53 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,30 +1,30 @@ find_program(GZIP gzip HINTS /bin /usr/bin /usr/local/bin) if(GZIP-NOTFOUND) message(WARNING "Gzip not found! Uncompressed manpage installed") add_...
ruediger/VobSub2SRT
16f64202ecc58f803104274fee1394c932306a10
build: made documentation an ordered prerequisite of all and package.
diff --git a/Makefile b/Makefile index 6cdf649..5157b0b 100644 --- a/Makefile +++ b/Makefile @@ -1,39 +1,39 @@ .PHONY: all clean distclean install uninstall package dput documentation -all: build +all: build | documentation $(MAKE) -C build clean: build $(MAKE) -C build clean distclean: rm -rf build/ ...
ruediger/VobSub2SRT
f12a6b5674091bc43e6909fee94d5fe93f90f0fe
UploadPPA: added comment on how to check the package before uploading
diff --git a/CMakeModules/UploadPPA.cmake b/CMakeModules/UploadPPA.cmake index e0fad4c..e4b8b9a 100644 --- a/CMakeModules/UploadPPA.cmake +++ b/CMakeModules/UploadPPA.cmake @@ -1,343 +1,355 @@ ## -*- mode:cmake; coding:utf-8; -*- # Copyright (c) 2010 Daniel Pfeifer <daniel@pfeifer-mail.de> # Changes Copyright (c) 20...
ruediger/VobSub2SRT
74b2409130a3cbfcd00b4ae37c5cf9b9c5acde18
UploadPPA: create changelog.Debian.gz
diff --git a/CMakeModules/UploadPPA.cmake b/CMakeModules/UploadPPA.cmake index 83e5564..e0fad4c 100644 --- a/CMakeModules/UploadPPA.cmake +++ b/CMakeModules/UploadPPA.cmake @@ -1,341 +1,343 @@ ## -*- mode:cmake; coding:utf-8; -*- # Copyright (c) 2010 Daniel Pfeifer <daniel@pfeifer-mail.de> # Changes Copyright (c) 20...
ruediger/VobSub2SRT
5fd4cf6565f032a082e2c289ec40c94ed052d6f3
build: print a warning if manpage is not compressed
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..006ea86 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +test/ +/.dput.cf +/doc/vobsub2srt.1.gz diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..69367f1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,134 @@ +p...
razerbeans/webri
6e739d57b5cdc2a9ce9e7167a74a5def7ce210e8
redfish template highlight c/c++ in addition to ruby code
diff --git a/lib/webri/generators/redfish/static/assets/main.js b/lib/webri/generators/redfish/static/assets/main.js index f408967..5a5206b 100644 --- a/lib/webri/generators/redfish/static/assets/main.js +++ b/lib/webri/generators/redfish/static/assets/main.js @@ -1,113 +1,113 @@ /** * * Darkfish Page Functions ...
razerbeans/webri
39b78b321b908fa2d98284bdfe023d8506a416d0
add prettify component and add to longfish template
diff --git a/lib/webri/components/prettify.rb b/lib/webri/components/prettify.rb new file mode 100644 index 0000000..2b708d1 --- /dev/null +++ b/lib/webri/components/prettify.rb @@ -0,0 +1 @@ +require 'webri/components/prettify/component'
razerbeans/webri
c5483df802ca5137e77d2f344a1fcd58dac752a6
add prettify component and add to longfish template
diff --git a/lib/webri/components/prettify/component.rb b/lib/webri/components/prettify/component.rb new file mode 100644 index 0000000..bf01e65 --- /dev/null +++ b/lib/webri/components/prettify/component.rb @@ -0,0 +1,15 @@ +require 'webri/components/abstract' + +module WebRI + + # The Prettify component provides a G...
razerbeans/webri
81f34a09c85b4ef95db2cbabb92af59879801832
add 'pre code' to all of the highlight component's styles
diff --git a/lib/webri/components/highlight/static/assets/highlight/styles/ascetic.css b/lib/webri/components/highlight/static/assets/highlight/styles/ascetic.css index b869c71..2f0b9da 100644 --- a/lib/webri/components/highlight/static/assets/highlight/styles/ascetic.css +++ b/lib/webri/components/highlight/static/ass...
razerbeans/webri
83ea057b30d03db842d1231704e267d53d6a1220
remove some old commented out code
diff --git a/lib/webri/generators/newfish/generator.rb b/lib/webri/generators/newfish/generator.rb index a888b89..22867ea 100644 --- a/lib/webri/generators/newfish/generator.rb +++ b/lib/webri/generators/newfish/generator.rb @@ -1,35 +1,25 @@ require 'webri/generators/abstract' require 'webri/components/icons' requi...
razerbeans/webri
db56e6bf7f382c29303e1088e27e885259d72869
generate components first
diff --git a/lib/webri/generators/abstract/generator.rb b/lib/webri/generators/abstract/generator.rb index 06d6390..b51baeb 100644 --- a/lib/webri/generators/abstract/generator.rb +++ b/lib/webri/generators/abstract/generator.rb @@ -1,669 +1,669 @@ #begin # # requiroing rubygems is needed here b/c ruby comes with #...
razerbeans/webri
b1f6487d65c336996befc36d7d86e3b4eade97e0
sometimes there is no superclass [bug]
diff --git a/lib/webri/generators/longfish/template/class_context.rhtml b/lib/webri/generators/longfish/template/class_context.rhtml index c02853c..2784357 100644 --- a/lib/webri/generators/longfish/template/class_context.rhtml +++ b/lib/webri/generators/longfish/template/class_context.rhtml @@ -1,305 +1,307 @@ <% ...
razerbeans/webri
402b75aa3bce23a4f1e71d5d312dbabf9fe448fe
fixed icons for redfish and newfish [minor]
diff --git a/lib/webri/components/icons/component.rb b/lib/webri/components/icons/component.rb index a55e3c2..143fc2b 100644 --- a/lib/webri/components/icons/component.rb +++ b/lib/webri/components/icons/component.rb @@ -1,13 +1,13 @@ -require 'webri/componenets/abstract' +require 'webri/components/abstract' module ...
razerbeans/webri
6226fa14db7985b8ca2a08d57867e805366d58da
added icons component to house a set of standard icons
diff --git a/lib/webri/components/icons.rb b/lib/webri/components/icons.rb new file mode 100644 index 0000000..6d69379 --- /dev/null +++ b/lib/webri/components/icons.rb @@ -0,0 +1 @@ +require 'webri/components/icons/component' diff --git a/lib/webri/components/icons/component.rb b/lib/webri/components/icons/component.r...
razerbeans/webri
f81afeb3f3351a75468510f4bbe36472e9644781
added some new metadata
diff --git a/meta/devsite b/meta/devsite new file mode 100644 index 0000000..a297638 --- /dev/null +++ b/meta/devsite @@ -0,0 +1 @@ +http://github.com/proutils/webri diff --git a/meta/mailinglist b/meta/mailinglist new file mode 100644 index 0000000..9b55ea5 --- /dev/null +++ b/meta/mailinglist @@ -0,0 +1 @@ +http://go...
razerbeans/webri
d20e38c146113b9ad8330f4b52bd2ec9f192487a
improved newfish and add a rakefile to demo
diff --git a/demo/fish-sampler/Rakefile b/demo/fish-sampler/Rakefile new file mode 100644 index 0000000..559b37d --- /dev/null +++ b/demo/fish-sampler/Rakefile @@ -0,0 +1,35 @@ + +desc "onefish" +task :onefish do + sh "webri -T onefish --main README README lib" +end + +desc "twofish" +task :twofish do + sh "webri -T ...
razerbeans/webri
00d520a0871064d45c6f40cf763f889005dc769e
fixed all title reference (don't use options.title)
diff --git a/lib/webri/generators/abstract/generator.rb b/lib/webri/generators/abstract/generator.rb index f43a74e..06d6390 100644 --- a/lib/webri/generators/abstract/generator.rb +++ b/lib/webri/generators/abstract/generator.rb @@ -1,662 +1,669 @@ #begin # # requiroing rubygems is needed here b/c ruby comes with #...
razerbeans/webri
f35bbb4e2160e5f8912c2aacce6a175cb4b86b6c
method type should come after visibility
diff --git a/lib/webri/generators/longfish/generator.rb b/lib/webri/generators/longfish/generator.rb index f8b7700..1d4de16 100644 --- a/lib/webri/generators/longfish/generator.rb +++ b/lib/webri/generators/longfish/generator.rb @@ -1,78 +1,78 @@ require 'webri/generators/abstract' #require 'webri/components/subversi...
razerbeans/webri
75706b67807bfa1463c7ba7f523cd15e375381fe
made redfish a little more red
diff --git a/lib/webri/generators/redfish/static/assets/css/rdoc.css b/lib/webri/generators/redfish/static/assets/css/rdoc.css index 717a2ff..09d962d 100644 --- a/lib/webri/generators/redfish/static/assets/css/rdoc.css +++ b/lib/webri/generators/redfish/static/assets/css/rdoc.css @@ -1,834 +1,853 @@ /* * "Darkfish" ...
razerbeans/webri
b7d64d48594541457ec5d4f495c0972d79dfd9a4
added newfish template
diff --git a/lib/webri.rb b/lib/webri.rb index bece65b..eb76427 100644 --- a/lib/webri.rb +++ b/lib/webri.rb @@ -1,46 +1,46 @@ #$:.unshift File.dirname(__FILE__) begin require "rubygems" gem "rdoc", ">= 2.4.2" require "rdoc/rdoc" module WebRI LOADPATH = File.dirname(__FILE__) VERSION = "1...
razerbeans/webri
9d16d7849db331562e362c0281cb481cd3a3eef0
added syckle task to build samples
diff --git a/task/webri.syckle b/task/webri.syckle new file mode 100644 index 0000000..c1c2ea1 --- /dev/null +++ b/task/webri.syckle @@ -0,0 +1,51 @@ +--- +webri-sample-redfish: + service : WebRI + title : Fish Sampler + template : redfish + include : [demo/fish-sampler/README, demo/fish-sampler/lib] + main ...
razerbeans/webri
617c32d9f1eaf43ef73948c2f3288bcdad33a0ea
fixed files_toplevel
diff --git a/lib/webri/generators/abstract/generator.rb b/lib/webri/generators/abstract/generator.rb index a66f5df..f43a74e 100644 --- a/lib/webri/generators/abstract/generator.rb +++ b/lib/webri/generators/abstract/generator.rb @@ -1,662 +1,662 @@ #begin # # requiroing rubygems is needed here b/c ruby comes with #...
razerbeans/webri
f925302853b5e3e33b788e5a9c702eef4825fb4a
renamed riserver directory to just server
diff --git a/bin/webri-server b/bin/webri-server index ec1a606..1d3f499 100755 --- a/bin/webri-server +++ b/bin/webri-server @@ -1,151 +1,151 @@ #!/usr/bin/env ruby # == Synopsis # # webri: Serve ri documentation via the Web # # == Usage # # webri [OPTIONS] ... [RI_DIR] # # OPTIONS: # # -h, --help # ...
razerbeans/webri
9ad261a78b731eb853a0f3d39675b5b849e5a6d0
renamed riserver directory to just server
diff --git a/lib/webri/server/generator1.rb b/lib/webri/server/generator1.rb index 523aff5..429a3ce 100644 --- a/lib/webri/server/generator1.rb +++ b/lib/webri/server/generator1.rb @@ -1,211 +1,211 @@ -require 'webri/riserver/server' +require 'webri/server/server' module WebRI # This is the static website gener...
razerbeans/webri
95f1f6015de2b5ccda713f098c5b72d145e75fbb
timedelta changes, single point on path entry and css tweaks
diff --git a/.gitignore b/.gitignore index 0407676..f5ccc3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ MANIFEST .cache log pkg demo/fish-sampler/doc doc/rdoc doc/ri doc/webri doc/webri.html +site/samples work/sandbox diff --git a/lib/webri/components/abstract.rb b/lib/webri/components/abstract...
razerbeans/webri
97bb17d9dea08f0f32e091895014df1596dad4e4
fix minute in times.rb [bug]
diff --git a/lib/webri/generators/abstract/erbtemplate.rb b/lib/webri/generators/abstract/erbtemplate.rb index 0b562ad..6893f28 100644 --- a/lib/webri/generators/abstract/erbtemplate.rb +++ b/lib/webri/generators/abstract/erbtemplate.rb @@ -1,118 +1,117 @@ require 'erb' module WebRI # ERBTemplate is used by th...
razerbeans/webri
86f3fc31563ed7f3cc9b52c3a34791de1aff9f4b
fix minute in times.rb [bug]
diff --git a/lib/webri/components/subversion.rb b/lib/webri/components/subversion.rb index 7d58eb1..657a327 100644 --- a/lib/webri/components/subversion.rb +++ b/lib/webri/components/subversion.rb @@ -1,65 +1,65 @@ require 'webri/components/abstract' module WebRI # class Subversion < Component # ...
razerbeans/webri
6ab655abc6e4d964b1ed21dc132f1e5847eb2910
fix minute in times.rb [bug]
diff --git a/lib/webri/extensions/times.rb b/lib/webri/extensions/times.rb new file mode 100644 index 0000000..a24792e --- /dev/null +++ b/lib/webri/extensions/times.rb @@ -0,0 +1,110 @@ +# Extend Numeric with time constants +class Numeric # :nodoc: + + # Time constants + # + # TODO: Use RichUnits instead (?) + # +...
razerbeans/webri
6153d186ab7bb925ccf5c79a84f7cf1467b842a4
added onefish template
diff --git a/lib/webri.rb b/lib/webri.rb index ebfb538..bece65b 100644 --- a/lib/webri.rb +++ b/lib/webri.rb @@ -1,46 +1,46 @@ #$:.unshift File.dirname(__FILE__) begin require "rubygems" gem "rdoc", ">= 2.4.2" require "rdoc/rdoc" module WebRI LOADPATH = File.dirname(__FILE__) VERSION = "1...
razerbeans/webri
3ba2b875e4a925082fffac1b9eeb0b95742a8a46
rename quicksearch to search
diff --git a/lib/webri/components/quicksearch.rb b/lib/webri/components/search.rb similarity index 99% rename from lib/webri/components/quicksearch.rb rename to lib/webri/components/search.rb index bcc476a..c829b65 100644 --- a/lib/webri/components/quicksearch.rb +++ b/lib/webri/components/search.rb @@ -1,234 +1,234 @@...
razerbeans/webri
b149b471a3154ba0f15fb1672193138070b21aa4
ignore demo doc directory
diff --git a/.gitignore b/.gitignore index 9d0f21c..0407676 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ MANIFEST .cache log pkg +demo/fish-sampler/doc doc/rdoc doc/ri doc/webri doc/webri.html work/sandbox
razerbeans/webri
89098ab545d02d7e4f94dfae779850382450b27d
imporved redfish template
diff --git a/lib/webri/generators/abstract/generator.rb b/lib/webri/generators/abstract/generator.rb index 817f2ba..7b82b8e 100644 --- a/lib/webri/generators/abstract/generator.rb +++ b/lib/webri/generators/abstract/generator.rb @@ -1,660 +1,659 @@ #begin # # requiroing rubygems is needed here b/c ruby comes with #...
razerbeans/webri
eb3ae65820b01e0ec2aec9ccb9306df4d7e6eac0
added demo
diff --git a/README b/README index e32fd01..5e83ce5 100644 --- a/README +++ b/README @@ -1,114 +1,112 @@ = WebRI * http://proutils.github.com/webri * http://github.com/proutils/webri * http://googlegroups/group/proutils == DESCRIPTION WebRI is both a dynamic web-based ri-browser which can provided ri doc...
razerbeans/webri
c9c60e6b5e14f01ee10714be728994b98f072720
added SDoc notice to COPYING
diff --git a/.gitignore b/.gitignore index 7ba5e3c..9d0f21c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ MANIFEST .cache log -pack +pkg doc/rdoc doc/ri doc/webri doc/webri.html work/sandbox diff --git a/COPYING b/COPYING index 9d32d2a..e7f16f9 100644 --- a/COPYING +++ b/COPYING @@ -1,49 +1,74 @@ = ...
razerbeans/webri
2d41d39f882151ccafd242ee3044748bb7a41a52
adjust namespaces
diff --git a/lib/webri.rb b/lib/webri.rb index 900a8cc..ebfb538 100644 --- a/lib/webri.rb +++ b/lib/webri.rb @@ -1,46 +1,46 @@ #$:.unshift File.dirname(__FILE__) begin require "rubygems" gem "rdoc", ">= 2.4.2" require "rdoc/rdoc" module WebRI LOADPATH = File.dirname(__FILE__) VERSION = "1...
razerbeans/webri
1e894661435289fd6c17ac5003d5b72e2fadd446
rearrange lib layout by class types
diff --git a/lib/webri.rb b/lib/webri.rb index 93d5585..900a8cc 100644 --- a/lib/webri.rb +++ b/lib/webri.rb @@ -1,47 +1,46 @@ #$:.unshift File.dirname(__FILE__) begin require "rubygems" gem "rdoc", ">= 2.4.2" require "rdoc/rdoc" module WebRI LOADPATH = File.dirname(__FILE__) VERSION = "1...
razerbeans/webri
9e09685234415ca66555e1e7ab008d8e66a3c150
new syckle plugin based on rdocs
diff --git a/plug/syckle/services/webri.rb b/plug/syckle/services/webri.rb index bdae00e..f90a695 100644 --- a/plug/syckle/services/webri.rb +++ b/plug/syckle/services/webri.rb @@ -1,108 +1,263 @@ module Syckle::Plugins - # = WebRI Documentation Plugin + # WebRI documentation plugin generates WebRI-based RDocs for...
razerbeans/webri
c9895c0f518a44a216cd2453764fdcf6917689f9
moved all server files to riserver/ directory
diff --git a/lib/webri/riserver/generator.rb b/lib/webri/riserver/generator.rb index cf628cb..6fd434c 100644 --- a/lib/webri/riserver/generator.rb +++ b/lib/webri/riserver/generator.rb @@ -1,165 +1,165 @@ -require 'webri/server' +require 'webri/ri/server/server' module WebRI # This is the static website generat...
razerbeans/webri
44b208d4f524156354f0506730b1e760ac10d654
default rdoc template is redfish
diff --git a/.config/syckle/rdoc/template b/.config/syckle/rdoc/template new file mode 100644 index 0000000..3e4bc0f --- /dev/null +++ b/.config/syckle/rdoc/template @@ -0,0 +1 @@ +redfish \ No newline at end of file
razerbeans/webri
2110b0a6e12e7ee1b9d7d6657e35bc1ac292f7ce
added meta/repository
diff --git a/meta/repository b/meta/repository new file mode 100644 index 0000000..81e35f9 --- /dev/null +++ b/meta/repository @@ -0,0 +1 @@ +git://github.com/proutils/webri.git
razerbeans/webri
9b92f3393bb9230684ee9957f016073a9c989cf9
added doc/webri.html to .gitignore
diff --git a/.gitignore b/.gitignore index 377f3ca..5f3a1f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ MANIFEST .cache log pack doc/rdoc doc/ri doc/webri +doc/webri.html
razerbeans/webri
8fad2d31ba3efb8834209d0fd63fed694e772d03
fixed namespace for syckle plugin
diff --git a/plug/syckle/services/webri.rb b/plug/syckle/services/webri.rb index 3eb2141..bdae00e 100644 --- a/plug/syckle/services/webri.rb +++ b/plug/syckle/services/webri.rb @@ -1,108 +1,108 @@ -module Syckles +module Syckle::Plugins # = WebRI Documentation Plugin # # The webri documentation plugin provid...
razerbeans/webri
aa7e02a06960d8e8bac1c702e3d39d6161114178
doc updates
diff --git a/COPYING b/COPYING deleted file mode 100644 index ca8c036..0000000 --- a/COPYING +++ /dev/null @@ -1,349 +0,0 @@ - - WebRI - - Copyright (c) 2008 TigerOps - - - THE RUBY LICENSE - (http://www.ruby-lang.org/en/LICENSE.txt) - - You may redistribute this software and/or modify it under either the terms of - th...
razerbeans/webri
4eeb5d02530207e86003503832e68b68e0040665
use redfish rdoc template
diff --git a/.config/syckle/automatic b/.config/syckle/automatic new file mode 100644 index 0000000..27ba77d --- /dev/null +++ b/.config/syckle/automatic @@ -0,0 +1 @@ +true diff --git a/.config/syckle/defaults/rdoc/template b/.config/syckle/defaults/rdoc/template new file mode 100644 index 0000000..93fef85 --- /dev/nu...